diff --git a/README.md b/README.md index c4f93289..acce2f64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ JEECG 微云快速开发平台 =============== -当前最新版本: 3.7.1(发布日期:20170918) +当前最新版本: 3.7.2(发布日期:20180125) 前言: ----------------------------------- @@ -67,7 +67,7 @@ JEECG * 技术点十七:插件开发,业务功能组件以插件方式集成平台,也可以单独部署发发布,有力支撑了SAAS云应用系统需求
-* JEECG V3.7, 经过了专业压力测试,性能测试,保证后台数据的准确性和页面访问速度
+* JEECG V3.7.2, 经过了专业压力测试,性能测试,保证后台数据的准确性和页面访问速度
* 支持多种浏览器: IE, 火狐, Google 等
* 支持数据库: Mysql,Oracle10g,Postgre,SqlServer等
* 基础权限: 用户,角色,菜单权限,按钮权限,数据权限
@@ -79,7 +79,7 @@ JEECG 技术文档 ----------------------------------- -* [JEECG_3.7新版开发工具](http://blog.csdn.net/zhangdaiscott/article/details/78072438) +* [JEECG_3.7.2新版开发工具](http://blog.csdn.net/zhangdaiscott/article/details/78072438) * [JEECG 开发环境搭建入门](http://blog.csdn.net/zhangdaiscott/article/details/50915206) * [JEECG maven本地仓库下载](http://git.oschina.net/jeecg/jeecg-local-maven) * [JEECG 开发手册](http://git.oschina.net/jeecg/jeecg/attach_files) @@ -89,7 +89,7 @@ JEECG * [JEECG 版本更新日志](http://www.jeecg.org/forum.php?mod=viewthread&tid=365&extra=page%3D1) * JEECG官方Maven镜像配置 : [http://t.cn/RJCp7wO](http://t.cn/RJCp7wO) * 在线演示地址:[http://demo.jeecg.org](http://demo.jeecg.org) -* JEECG 3.7.1 版本(非maven-myeclipse) 链接:http://pan.baidu.com/s/1kVMKWuF 密码:b8kf + 技术交流 ----------------------------------- diff --git a/docs/db/jeecg-3.7.1-oracle11g-20170919.dmp b/docs/db/jeecg-3.7.1-oracle11g-20170919.dmp deleted file mode 100644 index cc82a2f7..00000000 Binary files a/docs/db/jeecg-3.7.1-oracle11g-20170919.dmp and /dev/null differ diff --git a/docs/db/jeecg-3.7.1-sqlserver2005-20170919.sql b/docs/db/jeecg-3.7.1-sqlserver2005-20170919.sql deleted file mode 100644 index 3b37747c..00000000 --- a/docs/db/jeecg-3.7.1-sqlserver2005-20170919.sql +++ /dev/null @@ -1,61107 +0,0 @@ -/* -Navicat SQL Server Data Transfer - -Source Server : vm_sqlserver -Source Server Version : 90000 -Source Host : 192.168.1.199\SQL2005:1433 -Source Database : jeecg -Source Schema : dbo - -Target Server Type : SQL Server -Target Server Version : 90000 -File Encoding : 65001 - -Date: 2017-09-19 13:08:46 -*/ - - --- ---------------------------- --- Table structure for cgform_button --- ---------------------------- -DROP TABLE [dbo].[cgform_button] -GO -CREATE TABLE [dbo].[cgform_button] ( -[ID] nvarchar(32) NOT NULL , -[BUTTON_CODE] nvarchar(50) NULL , -[button_icon] nvarchar(20) NULL , -[BUTTON_NAME] nvarchar(50) NULL , -[BUTTON_STATUS] nvarchar(2) NULL , -[BUTTON_STYLE] nvarchar(20) NULL , -[EXP] nvarchar(255) NULL , -[FORM_ID] nvarchar(32) NULL , -[OPT_TYPE] nvarchar(20) NULL , -[order_num] int NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'BUTTON_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'button_icon')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鍥炬爣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'button_icon' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鍥炬爣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'button_icon' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'BUTTON_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'BUTTON_STATUS')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_STATUS' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_STATUS' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'BUTTON_STYLE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鏍峰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_STYLE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳鏍峰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'BUTTON_STYLE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'EXP')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄨ揪寮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'EXP' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄨ揪寮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'EXP' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'FORM_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'FORM_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'FORM_ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'OPT_TYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'OPT_TYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'OPT_TYPE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button', -'COLUMN', N'order_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'order_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button' -, @level2type = 'COLUMN', @level2name = N'order_num' -GO - --- ---------------------------- --- Records of cgform_button --- ---------------------------- -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028138151b3cf300151b419df090007', N'autoFormAdd', N'icon-add', N'鑷畾涔夎〃鍗曟坊鍔', N'1', N'button', N'', N'4028138151adbcc50151adfd13680002', N'js', N'1') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028138151b3cf300151b41a8c480009', N'autoFormUpdate', N'icon-edit', N'鑷畾涔夎〃鍗曠紪杈', N'1', N'button', N'', N'4028138151adbcc50151adfd13680002', N'js', N'2') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880e64e28b359014e2913478a0018', N'12', N'pictures', N'12', N'0', N'link', N'12', N'402881e44df713f5014df71fc6be0004', N'action', N'12') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880f25b1df029015b1dfdd4290014', N'onbb', N'pictures', N'Link鎸夐挳', N'1', N'link', N'', N'4028ab775afa555c015afa5958660007', N'js', N'1') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880f25b1df029015b1dfe0b9b0016', N'bb', N'icon-edit', N'涓婃柟鎸夐挳', N'1', N'button', N'', N'4028ab775afa555c015afa5958660007', N'js', N'2') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880f25b1df029015b1e02f315001d', N'pizhun', N'icon-edit', N'璇峰亣鎵瑰噯', N'1', N'button', N'', N'8a8ab0b246dc81120146dc818484013c', N'action', N'1') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880f25b1df029015b1e0371ae0020', N'bohui', N'icon-edit', N'椹冲洖', N'1', N'link', N'', N'8a8ab0b246dc81120146dc818484013c', N'js', N'2') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402881e64ca6fd1b014ca713620f000d', N'copy_url', N'pictures', N'閰嶇疆鍦板潃', N'1', N'link', N'', N'2c90ac564c9d1734014c9d22b16c0001', N'js', N'3') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402881e64ca6fd1b014ca713e2c0000f', N'graph_test', N'pictures', N'鍔熻兘娴嬭瘯', N'1', N'link', N'', N'2c90ac564c9d1734014c9d22b16c0001', N'js', N'2') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028948150f5ba6a0150f5c0682a0001', N'1', N'pictures', N'1', N'0', N'link', N'1', N'402885d8506e5d9201506e72f4920001', N'action', N'1') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028b881535b12bd01535b3c3c1f001a', N'cancel_check', N'icon-redo', N'娓呯┖鍕鹃', N'1', N'button', N'', N'4028b881535b12bd01535b1ae3680001', N'js', N'0') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028b881537338160153738b86ac0010', N'groupmanage', N'pictures', N'鍒嗙粍缁存姢', N'1', N'button', N'', N'4028b881535b12bd01535b1ae3680001', N'js', N'2') -GO -GO - --- ---------------------------- --- Table structure for cgform_button_sql --- ---------------------------- -DROP TABLE [dbo].[cgform_button_sql] -GO -CREATE TABLE [dbo].[cgform_button_sql] ( -[ID] nvarchar(32) NOT NULL , -[BUTTON_CODE] nvarchar(50) NULL , -[CGB_SQL] nvarchar(1000) NULL , -[CGB_SQL_NAME] nvarchar(50) NULL , -[CONTENT] nvarchar(1000) NULL , -[FORM_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button_sql', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button_sql', -'COLUMN', N'BUTTON_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'BUTTON_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'BUTTON_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button_sql', -'COLUMN', N'CGB_SQL')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'CGB_SQL' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'CGB_SQL' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button_sql', -'COLUMN', N'CGB_SQL_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'Sql鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'CGB_SQL_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'Sql鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'CGB_SQL_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button_sql', -'COLUMN', N'CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_button_sql', -'COLUMN', N'FORM_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'FORM_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_button_sql' -, @level2type = 'COLUMN', @level2name = N'FORM_ID' -GO - --- ---------------------------- --- Records of cgform_button_sql --- ---------------------------- -INSERT INTO [dbo].[cgform_button_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [FORM_ID]) VALUES (N'402880f25b234ec8015b235c85970003', N'add', N'<#if sex == ''1''> -update test_person set conets = :sys.sys_user_name where id = :id - -', null, N'淇敼绠鍘嗘弿杩', N'4028ab775afa555c015afa5958660007') -GO -GO - --- ---------------------------- --- Table structure for cgform_enhance_java --- ---------------------------- -DROP TABLE [dbo].[cgform_enhance_java] -GO -CREATE TABLE [dbo].[cgform_enhance_java] ( -[id] nvarchar(36) NOT NULL , -[button_code] nvarchar(32) NULL , -[cg_java_type] nvarchar(32) NOT NULL , -[cg_java_value] nvarchar(200) NOT NULL , -[form_id] nvarchar(32) NOT NULL , -[active_status] nvarchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'button_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎸夐挳缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'button_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎸夐挳缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'button_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'cg_java_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'cg_java_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'form_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'form_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'form_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'active_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢熸晥鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'active_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢熸晥鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'active_status' -GO - --- ---------------------------- --- Records of cgform_enhance_java --- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id], [active_status]) VALUES (N'402883885139c8d7015139cb2de40002', N'add', N'spring', N'cgformJavaInterDemo', N'8a8ab0b246dc81120146dc818484013c', N'1') -GO -GO -INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id], [active_status]) VALUES (N'4028ef815602f891015602fb7cac0001', N'add', N'class', N'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', N'4028b881535b12bd01535b1ae3680001', N'1') -GO -GO - --- ---------------------------- --- Table structure for cgform_enhance_js --- ---------------------------- -DROP TABLE [dbo].[cgform_enhance_js] -GO -CREATE TABLE [dbo].[cgform_enhance_js] ( -[ID] nvarchar(32) NOT NULL , -[CG_JS] nvarchar(MAX) NULL , -[CG_JS_TYPE] nvarchar(20) NULL , -[CONTENT] nvarchar(1000) NULL , -[FORM_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_js', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_js', -'COLUMN', N'CG_JS')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'JS澧炲己鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'CG_JS' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'JS澧炲己鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'CG_JS' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_js', -'COLUMN', N'CG_JS_TYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'CG_JS_TYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'CG_JS_TYPE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_js', -'COLUMN', N'CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_js', -'COLUMN', N'FORM_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'FORM_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_js' -, @level2type = 'COLUMN', @level2name = N'FORM_ID' -GO - --- ---------------------------- --- Records of cgform_enhance_js --- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'402880ec5c665afd015c6689aeaf0002', N'', N'form', null, N'8a8ab0b246dc81120146dc81847e013b') -GO -GO - --- ---------------------------- --- Table structure for cgform_field --- ---------------------------- -DROP TABLE [dbo].[cgform_field] -GO -CREATE TABLE [dbo].[cgform_field] ( -[id] nvarchar(32) NOT NULL , -[content] nvarchar(200) NOT NULL , -[create_by] nvarchar(255) NULL , -[create_date] datetime NULL , -[create_name] nvarchar(32) NULL , -[dict_field] nvarchar(100) NULL , -[dict_table] nvarchar(100) NULL , -[dict_text] nvarchar(100) NULL , -[field_default] nvarchar(20) NULL , -[field_href] nvarchar(200) NULL , -[field_length] int NULL , -[field_name] nvarchar(32) NOT NULL , -[field_valid_type] nvarchar(300) NULL , -[field_must_input] nvarchar(2) NULL , -[is_key] nvarchar(2) NULL , -[is_null] nvarchar(5) NULL , -[is_query] nvarchar(5) NULL , -[is_show] nvarchar(5) NULL , -[is_show_list] nvarchar(5) NULL , -[length] int NOT NULL , -[main_field] nvarchar(100) NULL , -[main_table] nvarchar(100) NULL , -[old_field_name] nvarchar(32) NULL , -[order_num] int NULL , -[point_length] int NULL , -[query_mode] nvarchar(10) NULL , -[show_type] nvarchar(10) NULL , -[type] nvarchar(32) NOT NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_name] nvarchar(32) NULL , -[table_id] nvarchar(32) NOT NULL , -[extend_json] nvarchar(500) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'dict_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'dict_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'dict_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'dict_table')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'dict_table' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'dict_table' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'dict_text')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀Text' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'dict_text' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀Text' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'dict_text' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'field_default')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ瓧娈甸粯璁ゅ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_default' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ瓧娈甸粯璁ゅ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_default' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'field_href')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璺宠浆URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_href' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璺宠浆URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_href' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'field_length')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎺т欢闀垮害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_length' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎺т欢闀垮害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_length' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'field_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'field_valid_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟瀛楁鏍¢獙瑙勫垯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_valid_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟瀛楁鏍¢獙瑙勫垯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_valid_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'field_must_input')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鏄惁蹇呭~' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_must_input' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鏄惁蹇呭~' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'field_must_input' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'is_key')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_key' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_key' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'is_null')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鍏佽涓虹┖' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_null' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鍏佽涓虹┖' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_null' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'is_query')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ鏉′欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_query' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ鏉′欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_query' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'is_show')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_show' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_show' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'is_show_list')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒楄〃鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_show_list' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒楄〃鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'is_show_list' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'length')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撳瓧娈甸暱搴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'length' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撳瓧娈甸暱搴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'length' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'main_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭敭涓婚敭瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'main_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭敭涓婚敭瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'main_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'main_table')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭敭涓昏〃鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'main_table' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭敭涓昏〃鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'main_table' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'old_field_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍘熷瓧娈靛悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'old_field_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍘熷瓧娈靛悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'old_field_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'order_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍘熸帓鍒楀簭鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'order_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍘熸帓鍒楀簭鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'order_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'point_length')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'灏忔暟鐐' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'point_length' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'灏忔暟鐐' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'point_length' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'query_mode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'query_mode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'query_mode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'show_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎺т欢绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'show_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎺т欢绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'show_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撳瓧娈电被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撳瓧娈电被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'table_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'table_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'table_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_field', -'COLUMN', N'extend_json')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵╁睍鍙傛暟JSON' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'extend_json' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵╁睍鍙傛暟JSON' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_field' -, @level2type = 'COLUMN', @level2name = N'extend_json' -GO - --- ---------------------------- --- Records of cgform_field --- ---------------------------- -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd136d0003', N'涓婚敭', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd143b0004', N'鍒涘缓浜哄悕绉', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144b0005', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144d0006', N'濉〃鏃ユ湡', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144f0007', N'鏇存柊浜哄悕绉', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14580008', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd145c0009', N'鏇存柊鏃ユ湡', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd145f000a', N'鎵灞為儴闂', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1460000b', N'鎵灞炲叕鍙', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1462000c', N'濮撳悕', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_name', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1464000d', N'閮ㄩ棬', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_depart', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_depart', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1466000e', N'鑱屽姟', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_job', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_job', N'12', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1468000f', N'鐢熸棩', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_birthday', N'13', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd146a0010', N'绫嶈疮', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_origin', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_origin', N'14', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14780011', N'瀛﹀巻', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_degree', N'15', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd147c0012', N'韬唤璇', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_identification', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_identification', N'16', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14860013', N'鍏ヨ亴鏃ユ湡', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_entry_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_entry_date', N'17', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14890014', N'宸ュ彿', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_code', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_code', N'18', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f1c0016', N'鎵嬫満', N'admin', N'2015-12-17 11:33:42.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_phone', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_phone', N'19', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f210017', N'閭', N'admin', N'2015-12-17 11:33:42.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_mail', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'150', N'', N'', N'employee_mail', N'20', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f230018', N'MSN', N'admin', N'2015-12-17 11:33:42.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_msn', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_msn', N'21', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f260019', N'鐓х墖', N'admin', N'2015-12-17 11:33:42.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_pic', N'22', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f2a001a', N'妗f琛', N'admin', N'2015-12-17 11:33:42.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_archives', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_archives', N'23', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae29b4b5001c', N'韬唤璇', N'admin', N'2015-12-17 12:19:07.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_identification', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_identification', N'24', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae29b4b9001d', N'瀛︿綅璇', N'admin', N'2015-12-17 12:19:07.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_degree', N'25', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206c6001f', N'鍏朵粬璇佷欢', N'admin', N'2015-12-17 12:28:12.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_other', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_other', N'26', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206cb0020', N'鍒嗛厤鐢佃瘽', N'admin', N'2015-12-17 12:28:12.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_tel', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_tel', N'27', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206ce0021', N'缁忓姙浜', N'admin', N'2015-12-17 12:28:12.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_user', N'28', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206d20022', N'鏃ユ湡', N'admin', N'2015-12-17 12:28:12.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_date', N'29', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da220025', N'閮ㄩ棬鎰忚', N'admin', N'2015-12-17 12:33:29.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'depart_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'depart_opinion', N'30', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da260026', N'缁忓姙浜', N'admin', N'2015-12-17 12:33:29.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_user', N'31', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da2a0027', N'鏃ユ湡', N'admin', N'2015-12-17 12:33:29.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_date', N'32', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c288e0029', N'鎬荤粡鐞嗘剰瑙', N'admin', N'2015-12-17 12:39:16.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'manager_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'manager_opinion', N'33', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c2892002a', N'缁忓姙浜', N'admin', N'2015-12-17 12:39:16.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'manager_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_user', N'34', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c2898002b', N'鏃ユ湡', N'admin', N'2015-12-17 12:39:16.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'manager_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_date', N'35', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bcf002e', N'鏂板憳宸ユ剰瑙', N'admin', N'2015-12-17 13:41:45.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'employee_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'employee_opinion', N'36', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bd1002f', N'缁忓姙浜', N'admin', N'2015-12-17 13:41:45.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_user', N'37', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bfc0030', N'鏃ユ湡', N'admin', N'2015-12-17 13:41:45.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_date', N'38', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be86fe006f', N'id', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be86ff0070', N'濮撳悕', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'50', null, null, N'name', N'2', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be86ff0071', N'鎬у埆', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'10', null, null, N'sex', N'3', N'0', N'group', N'radio', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87000072', N'鐢熸棩', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'birthday', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87000073', N'鐢佃瘽鍙风爜', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'30', null, null, N'telnum', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87000074', N'鐢靛瓙閭', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'email', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87010075', N'鏈楂樺鍘', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'degree', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87010076', N'宸ヤ綔骞撮檺', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', null, null, N'workyear', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87010077', N'韬唤璇佸彿', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'cardid', N'9', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87020078', N'鐜板眳鍦', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'habitation', N'10', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be87020079', N'鎴峰彛鎵鍦ㄥ湴', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'residence', N'11', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be8702007a', N'鏈熸湜钖祫', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', null, null, N'salary', N'12', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be8702007b', N'鏈熸湜宸ヤ綔鍦扮偣', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'work_place', N'13', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be8703007c', N'宸ヤ綔绫诲瀷', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'50', null, null, N'work_type', N'14', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be8703007d', N'鍒板矖鏃堕棿', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf5b141015bf5be8703007e', N'鑷垜璇勪环', N'admin', N'2017-05-11 12:22:36.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', null, null, N'introduction', N'16', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf66f46015bf679c69b0007', N'娴嬫у埆', N'admin', N'2017-05-11 15:47:07.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'cexs', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'cexs', N'15', N'0', N'single', N'list', N'string', N'admin', N'2017-09-05 10:58:52.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e55bf68531015bf68f7e280001', N'宸ヨ祫', N'admin', N'2017-05-11 16:10:50.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'd', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'salary', N'16', N'0', N'single', N'text', N'double', N'admin', N'2017-06-11 21:42:53.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309b890002', N'涓婚敭', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf00003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf40004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf70005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cfb0006', N'鏇存柊浜哄悕绉', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cff0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309d020008', N'鏇存柊鏃ユ湡', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309d050009', N'鐗╂枡缂栫爜', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'8', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da35336014da3555bc70002', N'鐖禝D', N'admin', N'2015-05-30 13:39:49.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'father_id', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'father_id', N'9', N'0', N'single', N'text', N'string', N'admin', N'2016-06-05 23:03:16.000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74de5a679014de5b2eb200004', N'age', N'admin', N'2015-06-12 10:56:57.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'age', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'age', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ec5c5e0edf015c5e1483c10008', N'韬唤璇佹壂鎻忎欢', N'admin', N'2017-05-31 18:37:01.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sf_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'sf_pic', N'6', N'0', N'single', N'file', N'string', N'admin', N'2017-06-13 22:10:33.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f25b1e2ac7015b1e62965b001e', N'鍒涘缓浜', N'demo', N'2017-03-30 16:43:49.000', N'demo', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'100', N'', N'', N'create_by', N'13', N'0', N'single', N'text', N'string', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d590001', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5a0002', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5a0003', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5b0004', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5b0005', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5b0006', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5c0007', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5c0008', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5d0009', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5d000a', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5d000b', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5e000c', N'璇存槑', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d5e000d', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d90000e', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d90000f', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d900010', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d900011', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d900012', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d900013', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d900014', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591d900015', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591da00016', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591da00017', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591da00018', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591da00019', N'璇存槑', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591da0001a', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591dda001b', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddb001c', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddb001d', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddc001e', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddc001f', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddc0020', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddd0021', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddd0022', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddd0023', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591dde0024', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591dde0025', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591dde0026', N'璇存槑', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591ddf0027', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e150028', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e160029', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e16002a', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e17002b', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e17002c', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e17002d', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e18002e', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e18002f', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e180030', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e180031', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e190032', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e190033', N'璇存槑', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f35a415869015a41591e190034', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880f45ad63637015ad63d0c470001', N'闄勪欢', N'admin', N'2017-03-16 16:30:09.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'file_str', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'300', N'', N'', N'file_str', N'12', N'0', N'single', N'file', N'string', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf3a0002', N'id', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf3a0003', N'绠鍘嗕俊鎭〃ID', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', null, N'N', N'Y', N'N', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf490004', N'寮濮嬫棩鏈', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'begin_date', N'3', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf490005', N'缁撴潫鏃ユ湡', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'end_date', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf490006', N'鍏徃鍚嶇О', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', null, N'N', N'N', N'N', N'Y', N'Y', N'200', null, null, N'company_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf490007', N'閮ㄩ棬鍚嶇О', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'depart_name', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf490008', N'鑱屼綅', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'post', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf490009', N'宸ヤ綔鎻忚堪', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2000', null, null, N'experience', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf69000a', N'id', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf69000b', N'绠鍘嗕俊鎭〃ID', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', null, N'N', N'Y', N'N', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf78000c', N'寮濮嬫棩鏈', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'begin_date', N'3', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf78000d', N'缁撴潫鏃ユ湡', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'end_date', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf78000e', N'鍏徃鍚嶇О', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', null, N'N', N'N', N'N', N'Y', N'Y', N'200', null, null, N'company_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf78000f', N'閮ㄩ棬鍚嶇О', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'depart_name', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf780010', N'鑱屼綅', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'post', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881825a99ee17015a99efaf780011', N'宸ヤ綔鎻忚堪', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2000', null, null, N'experience', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881835c30b492015c30b587360003', N'绠鍘嗛檮浠', N'admin', N'2017-05-22 23:10:22.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fiel_jls', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'fiel_jls', N'17', N'0', N'single', N'file', N'string', N'admin', N'2017-05-31 15:40:21.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881835c30b492015c30b7bd500009', N'涓汉澶村儚', N'admin', N'2017-05-22 23:12:46.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'tou_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'tou_pic', N'18', N'0', N'single', N'image', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881855ad75c7b015ad779ebb20007', N'璁㈠崟鎵弿浠', N'admin', N'2017-03-16 22:16:16.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctype', N'*', N'Y', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'ctype', N'6', N'0', N'single', N'file', N'string', N'admin', N'2017-06-13 15:53:48.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74170002', N'涓婚敭', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74350003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad744d0004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74540005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74580006', N'鏇存柊浜哄悕绉', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad745e0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74610008', N'鏇存柊鏃ユ湡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74640009', N'鎵灞為儴闂', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7469000a', N'鎵灞炲叕鍙', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad746d000b', N'濮撳悕', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7472000c', N'鍛樺伐缂栧彿', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'code', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'code', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7475000d', N'鑱屽姟', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'job', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad747a000e', N'鍏ヨ亴鏃堕棿', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'join_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'join_time', N'13', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad747d000f', N'绂昏亴鏂瑰紡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'outType', N'', N'', N'', N'', N'120', N'out_type', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_type', N'14', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-30 15:14:52.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74800010', N'鐢宠绂昏亴鏃ユ湡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_out_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'apply_out_time', N'15', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74840011', N'姝e紡绂昏亴鏃ユ湡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_time', N'16', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74910012', N'韬唤璇佺紪鍙', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id_card', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'id_card', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74950013', N'绂昏亴椤荤煡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_content', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'out_content', N'18', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad749a0014', N'绂昏亴鍘熷洜', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_reason', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'out_reason', N'19', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad749e0015', N'闈㈣皥璁板綍', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'interview_record', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'interview_record', N'20', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a10016', N'鍔炲叕鐗╁搧绉讳氦', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'office_change', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'office_change', N'21', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a40017', N'浜哄姏璧勬簮閮ㄥ鏍', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_check', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_check', N'22', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a70018', N'搴斿彂钖祫', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'should_send_salary', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_send_salary', N'23', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74aa0019', N'搴旀墸钖祫', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'should_deduct_pay', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_deduct_pay', N'24', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74ae001a', N'瀹炲彂钖祫', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay', N'25', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74b1001b', N'棰嗗彇鏃ユ湡', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'get_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'get_time', N'26', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74b4001c', N'鎬荤粡鐞嗗鎵', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'boss_check', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'boss_check', N'27', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0b638150022', N'璇存槑', N'admin', N'2015-12-30 10:27:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'description', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'description', N'28', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd20e0003', N'id', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:54.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2960004', N'鑱屽伐濮撳悕', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd29b0005', N'閮ㄩ棬', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'depart', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd29e0006', N'鍛樺伐缂栧彿', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'staff_no', N'4', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2a10007', N'鑱屼綅', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_post', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_post', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2af0008', N'鎵撴鏂瑰紡', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_way', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'pay_way', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b20009', N'寮鎴疯', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'acct_bank', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'acct_bank', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b5000a', N'鍗″彿', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'card_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'card_no', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b7000b', N'鑱旂郴鎵嬫満鍙', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'tele_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'tele_no', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2ba000c', N'璐圭敤鍚堣', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost_all', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost_all', N'10', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2bc000d', N'鍗曟嵁鏁伴噺', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'documents', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'documents', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2be000e', N'璐圭敤澶у啓', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost_upper', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cost_upper', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2bf000f', N'棰勬敮娆鹃」', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'prepaid_fee', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'prepaid_fee', N'13', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c10010', N'瀹為檯鏀粯', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'real_fee', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'real_fee', N'14', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c30011', N'濉姤鏃堕棿', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fill_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'fill_time', N'15', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c60012', N'鐢宠鏃堕棿', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'apply_time', N'16', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2cd0013', N'鐢宠浜', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_by', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'apply_by', N'17', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2cf0014', N'澶囨敞', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'18', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd33f0015', N'閮ㄩ棬瀹℃壒', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_approve', N'19', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd43e0016', N'璐㈠姟瀹℃壒', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'finance_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'finance_approve', N'20', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd4cf0017', N'鎬荤粡鐞嗗鎵', N'admin', N'2016-01-01 20:51:07.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'mgr_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'mgr_approve', N'21', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd4d30018', N'鍑虹撼', N'admin', N'2016-01-01 20:51:07.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'treasurer', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'treasurer', N'22', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e196b001a', N'id', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:19.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1994001b', N'澶栭敭', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1996001c', N'鏃ユ湡', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'meals_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:01:38.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1997001d', N'椁愯垂', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_cost', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'meals_cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:01:38.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1999001e', N'鍚冮キ鍦扮偣', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_addr', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'meals_addr', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e199b001f', N'鍚岃浜烘暟', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_number', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'meals_number', N'6', N'0', N'group', N'text', N'int', N'admin', N'2016-01-01 21:01:38.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e19c20020', N'澶囨敞', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b680022', N'id', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:02.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6b0023', N'澶栭敭', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6d0024', N'浜嬮」', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'item', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'item', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6f0025', N'璐圭敤', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:00:23.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b700026', N'寮濮嬫椂闂', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_time', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b720027', N'缁撴潫鏃堕棿', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_time', N'6', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b730028', N'澶囨敞', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfa060002', N'id', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfab20003', N'濮撳悕', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'50', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-05-11 12:20:22.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfae10004', N'鎬у埆', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', N'sex', N'3', N'0', N'single', N'radio', N'string', N'admin', N'2017-05-11 12:20:22.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfaf00005', N'鐢熸棩', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'birthday', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfaf00006', N'鐢佃瘽鍙风爜', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'telnum', N'5', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000007', N'鐢靛瓙閭', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'6', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000008', N'鏈楂樺鍘', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000009', N'宸ヤ綔骞撮檺', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'workyear', N'8', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb00000a', N'韬唤璇佸彿', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb00000b', N'鐜板眳鍦', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000c', N'鎴峰彛鎵鍦ㄥ湴', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'residence', N'11', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000d', N'鏈熸湜钖祫', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'salary', N'12', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000e', N'鏈熸湜宸ヤ綔鍦扮偣', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_place', N'13', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000f', N'宸ヤ綔绫诲瀷', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'work_type', N'14', N'0', N'single', N'text', N'string', N'admin', N'2017-05-11 12:20:22.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f0010', N'鍒板矖鏃堕棿', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f0011', N'鑷垜璇勪环', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'introduction', N'16', N'0', N'group', N'text', N'string', N'admin', N'2017-05-11 12:19:56.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50013', N'id', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50014', N'绠鍘嗕俊鎭〃ID', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', null, N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'list', N'string', N'admin', N'2016-08-10 18:05:29.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50015', N'寮濮嬫棩鏈', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:23:12.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50016', N'缁撴潫鏃ユ湡', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_date', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:23:12.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50017', N'鍏徃鍚嶇О', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', null, N'N', N'N', N'N', N'Y', N'Y', N'200', N'', N'', N'company_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2017-03-04 23:28:26.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50018', N'閮ㄩ棬鍚嶇О', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_name', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50019', N'鑱屼綅', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'post', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-04-01 11:42:38.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca5001a', N'宸ヤ綔鎻忚堪', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2000', N'', N'', N'experience', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe2b001c', N'id', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001d', N'绠鍘嗕富閿', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', null, N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-03-10 18:10:18.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001e', N'寮濮嬫椂闂', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:21:55.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001f', N'缁撴潫鏃堕棿', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_date', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:21:55.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0020', N'瀛︽牎鍚嶇О', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'school_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'school_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0021', N'涓撲笟', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'major', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'major', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0022', N'瀛﹀巻', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', null, N'N', N'Y', N'N', N'N', N'Y', N'30', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-05-07 16:30:05.000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e97d0003', N'涓婚敭', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ae0004', N'鍒涘缓浜哄悕绉', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9be0005', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9c80006', N'鍒涘缓鏃ユ湡', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ca0007', N'鏇存柊浜哄悕绉', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d30008', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d60009', N'鏇存柊鏃ユ湡', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d9000a', N'鎵灞為儴闂', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ef000b', N'鎵灞炲叕鍙', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f1000c', N'瀹㈡埛鍚嶇О', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'cust_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f3000d', N'鍦板潃', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_addr', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'cust_addr', N'11', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f6000e', N'瀹㈡埛缂栧彿', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_code', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cust_code', N'12', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f8000f', N'email', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'13', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9fc0010', N'璐熻矗浜', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_charge', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'cust_charge', N'14', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9fe0011', N'鎬у埆', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sex', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sex', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea010012', N'骞撮緞', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'age', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'age', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea0c0013', N'鑱屽姟', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'position', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'position', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea3a0014', N'鐢佃瘽', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'phone', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eab70015', N'寰鏉ラ摱琛', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bank', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bank', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eabd0016', N'鐜伴噾鎯呭喌', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'money', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'money', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eac20017', N'鎵垮姙浜', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'promoter', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'promoter', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eac70018', N'璐﹀彿', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'account', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'account', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eacd0019', N'璧勯噾鍛ㄨ浆', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'turnover', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead0001a', N'浠樻鎬佸害', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'payment_attr', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'payment_attr', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead4001b', N'绋庡彿', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sax_num', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'sax_num', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead7001c', N'浠樻鏃ユ湡', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_date', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'pay_date', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eadb001d', N'寮濮嬩氦鏄撴棩鏈', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_pay_date', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'begin_pay_date', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eadf001e', N'涓昏惀浜у搧', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'main_bus', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'main_bus', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eae2001f', N'钀ヤ笟椤圭洰', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bus_pro', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_pro', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa70c0021', N'浠撳簱鎯呭喌', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'warehouse', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'warehouse', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa70f0022', N'鍛樺伐浜烘暟鍙婄礌璐', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'people', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'people', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7110023', N'杩愯緭鏂瑰紡', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'transportation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'transportation', N'32', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7130024', N'缁忚惀浣撳埗', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'operation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'operation', N'33', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7160025', N'鏈嶅姟杞︽暟鐩', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'car', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'20', N'', N'', N'car', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7180026', N'闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'shopkeeper', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'shopkeeper', N'35', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71a0027', N'鎵瑰彂鍟嗘暟', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'wholesale', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'wholesale', N'36', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71c0028', N'钀ヤ笟鑼冨洿', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bus_scope', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_scope', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71f0029', N'闂ㄥ競闈㈢Н', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'area', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'area', N'38', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa721002a', N'缁忚惀鏂归拡', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'management', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'management', N'39', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa723002b', N'杩涜揣', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'stock1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock1', N'40', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa725002c', N'杩涜揣', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'stock2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock2', N'41', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa727002d', N'閿鍞', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale1', N'42', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa729002e', N'閿鍞', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale2', N'43', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72b002f', N'瀛樿揣', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'inventory1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory1', N'44', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72d0030', N'瀛樿揣', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'inventory2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory2', N'45', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72f0031', N'鏈楂樹俊鐢ㄩ搴', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'max_money', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'max_money', N'46', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7320032', N'瀹㈡埛绛夌骇', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_level', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'cust_level', N'47', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7340033', N'鎬讳綋鏈堝潎搴撳瓨鏁', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'all_avg_inventory', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'all_avg_inventory', N'48', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7360034', N'鏈堝潎搴撳瓨鏁', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'avg_inventory', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'avg_inventory', N'49', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7380035', N'浠锋牸鎶樻墸', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'price', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'price', N'50', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa73a0036', N'鏀寔鍜屾湇鍔$殑鎵胯', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'promise', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'promise', N'51', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa73c0037', N'绔炲搧缁忚惀鎯呭喌', N'admin', N'2015-10-15 20:18:11.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'competing_goods', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'competing_goods', N'52', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4950002', N'涓婚敭', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4a80003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4ab0004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4b30005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4b60006', N'鏇存柊浜哄悕绉', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4be0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4c10008', N'鏇存柊鏃ユ湡', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4c50009', N'鎵灞為儴闂', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4cc000a', N'鎵灞炲叕鍙', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4cf000b', N'瀹㈡埛缂栧彿', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'custom_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'custom_id', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d3000c', N'璐熻矗浜', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'header', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'header', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d5000d', N'鎴愮珛鏃ユ湡', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'establish_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'establish_date', N'12', N'0', N'single', N'text', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d8000e', N'瀹㈡埛鍚嶇О', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'custom_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'custom_id', N'13', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 16:33:07.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4db000f', N'璧勬湰棰', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'capital_lines', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'capital_lines', N'14', N'0', N'single', N'text', N'double', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4e10010', N'鍦板潃', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'address', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'address', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4e40011', N'鐢佃瘽', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'phone', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4ef0012', N'钀ヤ笟绫诲瀷', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_type', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_type', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f10013', N'浼犵湡', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fax', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'fax', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f30014', N'涓昏寰鏉ラ摱琛', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'banks', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'banks', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f50015', N'鍏朵粬鎶曡祫浜嬩笟', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'other_business', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'other_business', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f80016', N'骞冲潎姣忔棩钀ヤ笟棰', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'turnover', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fa0017', N'涓昏涓氬姟寰鏉', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fc0018', N'浠樻鏂瑰紡', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_type', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay_type', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fe0019', N'涓庢湰鍏徃寰鏉', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_contacts', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_contacts', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f501001a', N'鏀舵璁板綍', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'collection', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'collection', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f503001b', N'鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_important_contacts', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_important_contacts', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f506001c', N'鏈杩戜氦鏄撴暟鎹窡韪', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_record', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_record', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f509001d', N'瀹㈡埛鎰忚', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'customer_opinion', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'customer_opinion', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f50b001e', N'淇$敤璇勫畾', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'credit_evaluation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'credit_evaluation', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f50d001f', N'濉〃浜', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'preparer', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'preparer', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958660008', N'涓婚敭', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760009', N'鍒涘缓浜哄悕绉', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa595876000a', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa595876000b', N'鍒涘缓鏃ユ湡', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa595876000c', N'鏇存柊浜哄悕绉', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa595876000d', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa595876000e', N'鏇存柊鏃ユ湡', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa595876000f', N'鎵灞為儴闂', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760010', N'鎵灞炲叕鍙', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760011', N'娴佺▼鐘舵', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'list', N'string', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760012', N'鍚嶅瓧', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N's', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-06-08 10:08:41.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760013', N'鎬у埆', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'A01', N'', N'', N'', N'', N'120', N'sex', N'*', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'sex', N'12', N'0', N'single', N'tree', N'string', N'admin', N'2017-09-05 10:58:52.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760014', N'鐢熸棩', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'*', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'birthday', N'13', N'0', N'group', N'date', N'Date', N'admin', N'2017-05-26 15:49:59.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ab775afa555c015afa5958760015', N'涓汉绠浠', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'conets', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'conets', N'14', N'0', N'single', N'umeditor', N'string', N'admin', N'2017-06-11 21:57:38.000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae3690002', N'涓婚敭', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae49a0003', N'鍒涘缓浜哄悕绉', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4a40004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4b40005', N'鍒涘缓鏃ユ湡', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4b60006', N'鏇存柊浜哄悕绉', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4be0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4c20008', N'鏇存柊鏃ユ湡', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4c70009', N'鎵灞為儴闂', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4ca000a', N'鎵灞炲叕鍙', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4cd000b', N'娴佺▼鐘舵', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d1000c', N'濮撳悕', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:34:14.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d5000d', N'鎬у埆', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'sex', N'12', N'0', N'single', N'radio', N'string', N'admin', N'2017-04-25 13:35:01.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d8000e', N'鎵灞炲垎缁', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'id', N'jform_contact_group', N'name', N'', N'', N'120', N'groups', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'group', N'13', N'0', N'single', N'list', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4dc000f', N'鍏徃鍚嶇О', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'200', N'', N'', N'company', N'14', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4e00010', N'鑱屼綅', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'position', N'15', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4e40011', N'绉诲姩鐢佃瘽', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'mobile', N'm', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'mobile', N'16', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4ef0012', N'鍔炲叕鐢佃瘽', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'office_phone', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'office_phone', N'17', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4f30013', N'鐢靛瓙閭', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'e', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'email', N'18', N'0', N'single', N'text', N'string', N'admin', N'2017-04-25 13:11:58.000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21d1000d', N'涓婚敭', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21db000e', N'鍒涘缓浜哄悕绉', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21de000f', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e10010', N'鍒涘缓鏃ユ湡', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'datetime', N'Date', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e40011', N'鏇存柊浜哄悕绉', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e70012', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e90013', N'鏇存柊鏃ユ湡', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21ed0014', N'鎵灞為儴闂', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f00015', N'鎵灞炲叕鍙', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f40016', N'娴佺▼鐘舵', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f70017', N'鍒嗙粍鍚嶇О', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-04-29 10:03:09.000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d10016', N'id', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d20017', N'绠鍘嗕富閿', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', null, N'N', N'Y', N'N', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d20018', N'寮濮嬫椂闂', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'begin_date', N'3', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d30019', N'缁撴潫鏃堕棿', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'end_date', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d3001a', N'瀛︽牎鍚嶇О', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'school_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'school_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d3001b', N'涓撲笟', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'major', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'major', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d4001c', N'瀛﹀巻', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', null, N'N', N'Y', N'N', N'N', N'Y', N'30', null, null, N'degree', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184940140', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:21:13.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849b0141', N'璁㈠崟鍙', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'order_code', N'*', N'Y', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'order_code', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-06-02 10:03:29.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849d0142', N'璁㈠崟鏃ユ湡', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'order_date', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'20', N'', N'', N'order_date', N'3', N'0', N'single', N'date', N'Date', N'admin', N'2017-04-19 17:21:13.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849f0143', N'璁㈠崟閲戦', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'order_money', N'd', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'order_money', N'4', N'3', N'single', N'text', N'double', N'admin', N'2017-06-27 17:26:35.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184a10144', N'澶囨敞', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'Y', N'Y', N'Y', N'N', N'500', N'', N'', N'content', N'5', N'0', N'single', N'textarea', N'string', N'admin', N'2017-06-11 22:02:34.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ab0145', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ad0146', N'璇峰亣鏍囬', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'title', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'title', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-05-27 17:28:16.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184af0147', N'璇峰亣浜', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'people', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'20', N'', N'', N'people', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b10148', N'鎬у埆', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'*', N'Y', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'sex', N'4', N'0', N'single', N'checkbox', N'string', N'admin', N'2017-05-27 17:28:16.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b30149', N'璇峰亣寮濮嬫椂闂', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'begindate', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'begindate', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b6014a', N'璇峰亣缁撴潫鏃堕棿', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'enddate', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'enddate', N'6', N'0', N'group', N'datetime', N'Date', N'admin', N'2017-05-27 17:19:46.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b8014b', N'鎵灞為儴闂', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'0', N'hol_dept', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'32', N'', N'', N'hol_dept', N'8', N'0', N'single', N'list', N'string', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ba014c', N'璇峰亣鍘熷洜', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hol_reson', N'', N'N', N'N', N'N', N'N', N'Y', N'N', N'255', N'', N'', N'hol_reson', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-05-27 17:09:58.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bc014d', N'閮ㄩ棬瀹℃壒浜', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'dep_leader', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'dep_leader', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bd014e', N'閮ㄩ棬瀹℃壒鎰忚', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'255', N'', N'', N'content', N'11', N'0', N'single', N'file', N'string', N'admin', N'2017-05-27 17:08:30.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bf014f', N'璇峰亣澶╂暟', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'day_num', N'n', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'day_num', N'7', N'0', N'single', N'text', N'int', N'admin', N'2017-05-07 20:28:08.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cb0150', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:59:51.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cd0151', N'瀹㈡埛鍚', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'account', N'user_msg', N'realname', N'', N'', N'120', N'name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'2', N'0', N'single', N'popup', N'string', N'admin', N'2017-06-02 10:05:25.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cf0152', N'鍗曚环', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'money', N'd', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'money', N'3', N'2', N'group', N'text', N'double', N'admin', N'2017-06-27 17:26:58.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d10153', N'澶栭敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'N', N'N', N'Y', N'N', N'N', N'36', N'id', N'jform_order_main', N'fk_id', N'7', N'0', N'single', N'text', N'string', N'admin', N'2017-05-31 18:37:01.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d40154', N'鐢佃瘽', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telphone', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'telphone', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:59:51.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d60155', N'鎬у埆', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'*', N'Y', N'N', N'Y', N'Y', N'Y', N'Y', N'4', N'', N'', N'sex', N'4', N'0', N'single', N'radio', N'string', N'admin', N'2017-05-17 16:56:28.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184da0156', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'checkbox', N'string', N'admin', N'2017-04-19 18:00:09.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184dc0157', N'鑸彮鍙', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'ticket_code', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'ticket_code', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-06-08 10:10:06.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184df0158', N'鑸彮鏃堕棿', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'180', N'tickect_date', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'tickect_date', N'3', N'0', N'single', N'datetime', N'Date', N'admin', N'2017-04-19 18:01:34.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184e10159', N'澶栭敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fck_id', N'', N'N', N'N', N'N', N'N', N'N', N'N', N'36', N'id', N'jform_order_main', N'fck_id', N'4', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 18:00:09.000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184e7015a', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'id', null, null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ea015b', N'鏈烘瀯鍚堣', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'a', null, null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'1', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ec015c', N'琛屾斂灏忚', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'2', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ee015d', N'琛屾斂鐪', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b11', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'3', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f0015e', N'琛屾斂甯', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b12', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'4', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f3015f', N'琛屾斂鍘', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b13', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'5', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f50160', N'浜嬩笟鍚堣', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b2', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'6', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f80161', N'鍙傚叕灏忚', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b3', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'7', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fa0162', N'鍙傚叕鐪', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b31', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'8', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fc0163', N'鍙傚叕甯', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b32', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'9', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fe0164', N'鍙傚叕鍘', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b33', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'10', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185000165', N'鍏ㄩ鎷ㄦ', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'11', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185030166', N'宸鎷ㄦ', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c2', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'12', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185050167', N'鑷敹鑷敮', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c3', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'13', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185070168', N'缁忚垂鍚堣', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'd', null, null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'14', N'2', N'single', N'text', N'int', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81850a0169', N'鏈烘瀯璧勮川', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'd1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', null, N'15', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO - --- ---------------------------- --- Table structure for cgform_ftl --- ---------------------------- -DROP TABLE [dbo].[cgform_ftl] -GO -CREATE TABLE [dbo].[cgform_ftl] ( -[ID] nvarchar(32) NOT NULL , -[CGFORM_ID] nvarchar(36) NOT NULL , -[CGFORM_NAME] nvarchar(100) NOT NULL , -[CREATE_BY] nvarchar(36) NULL , -[CREATE_DATE] datetime NULL , -[CREATE_NAME] nvarchar(32) NULL , -[FTL_CONTENT] nvarchar(MAX) NULL , -[FTL_STATUS] nvarchar(50) NULL , -[FTL_VERSION] int NOT NULL , -[FTL_WORD_URL] nvarchar(200) NULL , -[UPDATE_BY] nvarchar(36) NULL , -[UPDATE_DATE] datetime NULL , -[UPDATE_NAME] nvarchar(32) NULL , -[editor_type] nvarchar(10) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'CGFORM_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CGFORM_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CGFORM_ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'CGFORM_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CGFORM_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CGFORM_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'CREATE_BY')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CREATE_BY' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CREATE_BY' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'CREATE_DATE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CREATE_DATE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CREATE_DATE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'CREATE_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CREATE_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'CREATE_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'FTL_CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁捐妯℃澘鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁捐妯℃澘鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'FTL_STATUS')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘婵娲荤姸鎬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_STATUS' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘婵娲荤姸鎬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_STATUS' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'FTL_VERSION')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_VERSION' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_VERSION' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'FTL_WORD_URL')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婁紶Word璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_WORD_URL' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婁紶Word璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'FTL_WORD_URL' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'UPDATE_BY')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'UPDATE_BY' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'UPDATE_BY' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'UPDATE_DATE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'UPDATE_DATE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'UPDATE_DATE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'UPDATE_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'UPDATE_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'UPDATE_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'editor_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'editor_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'editor_type' -GO - --- ---------------------------- --- Records of cgform_ftl --- ---------------------------- -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'4028138151adbcc50151ae8a558d0036', N'4028138151adbcc50151adfd13680002', N'鍛樺伐鍏ヨ亴鍗', N'admin', N'2015-12-17 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
-

鍛樺伐鍏ヨ亴鍗

-
-

-
-

濉〃鏃ユ湡锛

-
-

#{create_date}

-
-

鍩烘湰淇℃伅

-
-

濮撳悕

-
-

#{employee_name}

-
-

閮ㄩ棬

-
-

#{employee_depart}

-
-

鑱屽姟

-
-

#{employee_job}

-
-

-
-

鐢熸棩

-
-

#{employee_birthday}

-
-

绫嶈疮

-
-

#{employee_origin}

-
-

瀛﹀巻

-
-

#{employee_degree}

-
-

韬唤璇

-
-

#{employee_identification}

-
-

鍏ヨ亴鏃ユ湡

-
-

#{employee_entry_date}

-
-

宸ュ彿

-
-

#{employee_code}

-
-

鎵嬫満

-
-

#{employee_phone}

-
-

閭

-
-

#{employee_mail}

-
-

MSN

-
-

#{employee_msn}

-
-

浜轰簨閮

-
-

鐓х墖

-
-

#{hr_pic}

-
-

妗f琛

-
-

#{hr_archives}

-
-

韬唤璇

-
-

#{hr_identification}

-
-

瀛︿綅璇

-
-

#{hr_degree}

-
-

鍏朵粬璇佷欢

-
-

#{hr_other}

-
-

鍒嗛厤鐢佃瘽

-
-

#{hr_tel}

-
 
-

缁忓姙浜猴細#{hr_op_user}         鏃ユ湡锛#{hr_op_date}                             

-
-

閮ㄩ棬鎰忚

-
-

#{depart_opinion}

-
-

缁忓姙浜猴細#{depart_op_user}         鏃ユ湡锛#{depart_op_date}                             

-
-

鎬荤粡鐞嗘剰瑙

-
-

#{manager_opinion}

-
-

缁忓姙浜猴細#{manager_op_user}         鏃ユ湡锛#{manager_op_date}                             

-
-

鏂板憳宸ユ剰瑙

-
-

#{employee_opinion}

-
-

缁忓姙浜猴細#{employee_op_user}         鏃ユ湡锛#{employee_op_date}                             

-
-

-
-
- - - -', N'0', N'1', N'', N'admin', N'2015-12-18 15:26:36.000', N'绠$悊鍛', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880ec5d97c106015d97d4b6230005', N'8a8ab0b246dc81120146dc818484013c', N'鑷畾涔夎鍋囨ā鏉', N'admin', N'2017-07-31 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - - - - - - -

璇峰亣鍗

- -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

璇峰亣鏍囬

-
-

#{title}

-
-

璇峰亣寮濮嬫椂闂

-
-

#{begindate}

-
-

璇峰亣浜

-
-

#{people}

-
-

璇峰亣缁撴潫鏃堕棿

-
-

#{enddate}

-
-

鎬у埆

-
-

#{sex}

-
-

鎵灞為儴闂

-
-

#{hol_dept}

-
-

璇峰亣鍘熷洜

-
-

#{hol_reson}

-
-

閮ㄩ棬瀹℃壒浜

-
-

#{dep_leader}

-
-

閮ㄩ棬瀹℃壒鎰忚

-
-

#{content}

-
-
- - - - -', N'1', N'3', N'', N'admin', N'2017-07-31 16:51:48.000', N'绠$悊鍛', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880f35c384fe1015c386fd3cd0001', N'4028ab775afa555c015afa5958660007', N'111', N'admin', N'2017-05-24 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - -
-

璇峰亣鍗

- -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

璇峰亣鏍囬

-
-

#{title}

-
-

璇峰亣寮濮嬫椂闂

-
-

#{begindate}

-
-

璇峰亣浜

-
-

#{people}

-
-

璇峰亣缁撴潫鏃堕棿

-
-

#{enddate}

-
-

鎬у埆

-
-

#{sex}

-
-

鎵灞為儴闂

-
-

#{hol_dept}

-
-

璇峰亣鍘熷洜

-
-

#{hol_reson}

-
-

閮ㄩ棬瀹℃壒浜

-
-

#{dep_leader}

-
-

閮ㄩ棬瀹℃壒鎰忚

-
-

#{content}

-
-
- -

 

-
- - - - -', N'0', N'1', N'璇峰亣鍗曟ā鏉.doc', N'admin', N'2017-09-13 09:11:44.000', N'绠$悊鍛', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880f45acb0365015acb0565790001', N'4028b88153659dd4015365ab21d0000c', N'1111', N'admin', N'2017-03-14 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
-

鍛樺伐鍏ヨ亴鍗

-
-

-
-

濉〃鏃ユ湡锛

-
-

-
-

鍩烘湰淇℃伅

-
-

濮撳悕

-
-

-
-

閮ㄩ棬

-
-

-
-

鑱屽姟

-
-

-
-

-
-

鐢熸棩

-
-

-
-

绫嶈疮

-
-

-
-

瀛﹀巻

-
-

-
-

韬唤璇

-
-

-
-

鍏ヨ亴鏃ユ湡

-
-

-
-

宸ュ彿

-
-

-
-

鎵嬫満

-
-

-
-

閭

-
-

-
-

MSN

-
-

-
-

浜轰簨閮

-
-

鐓х墖

-
-

-
-

妗f琛

-
-

-
-

韬唤璇

-
-

-
-

瀛︿綅璇

-
-

-
-

鍏朵粬璇佷欢

-
-

-
-

鍒嗛厤鐢佃瘽

-
-

-
 
-

缁忓姙浜猴細                                 鏃ユ湡锛                             

-
-

閮ㄩ棬鎰忚

-
 
-

缁忓姙浜猴細                                 鏃ユ湡锛                             

-
-

鎬荤粡鐞嗘剰瑙

-
 
-

缁忓姙浜猴細                                 鏃ユ湡锛                             

-
-

鏂板憳宸ユ剰瑙

-
 
-

缁忓姙浜猴細                                 鏃ユ湡锛                             

-
-

-
- -

 

- - - - -', N'0', N'1', N'', N'admin', N'2017-03-15 19:00:39.000', N'绠$悊鍛', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402881a151f0e87b0151f0fd23910009', N'402881a151f09a900151f0ad74120001', N'鍛樺伐绂昏亴鐢宠', N'admin', N'2015-12-30 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

鍛樺伐绂昏亴鐢宠

-
 
-

濮撳悕

-
-

#{name}

-
-

鍛樺伐缂栧彿

-
-

#{code}

-
 
-

鑱屽姟

-
-

#{job}

-
-

鍏ヨ亴鏃堕棿

-
-

#{join_time}

-
 
-

绂昏亴鏂瑰紡

-
-

#{out_type}

-
 
-

鐢宠绂昏亴鏃ユ湡

-
-

#{apply_out_time}

-
-

姝e紡绂昏亴鏃ユ湡

-
-

#{out_time}

-
 
-

棰嗗伐璧勪汉鍙

- -

韬唤璇佸彿

-
-

#{id_card}

-
 
-

绂昏亴椤荤煡

-
-

#{out_content}

-
 
 
 
 
 
-

绂昏亴鍘熷洜

-
-

#{out_reason}

-
 
-

闈㈣皥璁板綍鍜屾剰瑙

-
-

#{interview_record}

-
 
 
-

鍔炲叕鐢ㄥ搧绉讳氦

-
-

#{office_change}

-
 
 
-

浜哄姏璧勬簮閮ㄥ鏍

-
-

#{hr_check}

-
 
-

璐㈠姟閮

-
-

搴斿彂宸ヨ祫

-
-

#{should_send_salary}

-
-

搴旀墸宸ヨ祫

-
-

#{should_deduct_pay}

-
 
-

瀹炲彂宸ヨ祫

-
-

#{pay}

-
-

棰嗗彇鏃ユ湡

-
-

#{get_time}

-
 
-

鎬荤粡鐞嗗鎵

-
-

#{boss_check}

-
 
-

璇存槑

-
-

#{description}

-
 
 
-
- -

 

- - -', N'0', N'1', N'', N'admin', N'2015-12-30 16:06:11.000', N'绠$悊鍛', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'40288be75217166d01521725c3170003', N'4028efa25214f7ca015216264bb30003', N'璇峰亣鐢宠鍗', N'admin', N'2016-01-06 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
-

璇峰亣鐢宠鍗

-
-

濮撳悕

-
-

#{name}

-
-

鐢宠鏃ユ湡

-
-

#{ apply_date }

-
-

閮ㄩ棬

-
-

#{department}

-
-

鑱屽姟

-
-

#{duty}

-
-

璇峰亣绫诲埆

-
-

#{leave_category}

-
-

璇峰亣鍘熷洜

-
-

#{leave_reason}

-
-

寮濮嬫椂闂

-
-

#{leave_start_date}

-
-

缁撴潫鏃堕棿

-
-

#{leave_end_date}

-
-

鍏辫

-
-

#{total}

-
-

鑱旂郴鏂瑰紡

-
-

#{contact_way}

-
-

鑱屽姟浠g悊浜

-
-

#{duty_deputy}

-
-

鐩存帴涓荤

-
-

#{leader_approval}

-
-

閮ㄩ棬璐熻矗浜

-
-

#{dept_principal_approval}

-
-

浜哄姏琛屾斂閮

-
-

#{hr_principal_approval}

-
-

琛屾斂閮ㄥ妗

-
-

#{hr_records}

-
-

-
-
- - - - -', N'0', N'1', N'', N'admin', N'2016-01-14 15:00:20.000', N'绠$悊鍛', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'4028ef8156598a2c0156598bb30a0001', N'4028ef8156176adb015617801ebd0001', N'999', N'admin', N'2016-08-05 15:12:22.000', N'绠$悊鍛', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
-

鍛樺伐鍏ヨ亴鍗

-
-

-
-

濉〃鏃ユ湡锛

-
-

#{create_date}

-
-

鍩烘湰淇℃伅

-
-

濮撳悕

-
-

#{employee_name}

-
-

閮ㄩ棬

-
-

#{employee_depart}

-
-

鑱屽姟

-
-

#{employee_job}

-
-

-
-

鐢熸棩

-
-

#{employee_birthday}

-
-

绫嶈疮

-
-

#{employee_origin}

-
-

瀛﹀巻

-
-

#{employee_degree}

-
-

韬唤璇

-
-

#{employee_identification}

-
-

鍏ヨ亴鏃ユ湡

-
-

#{employee_entry_date}

-
-

宸ュ彿

-
-

#{employee_code}

-
-

鎵嬫満

-
-

#{employee_phone}

-
-

閭

-
-

#{employee_mail}

-
-

MSN

-
-

#{employee_msn}

-
-

浜轰簨閮

-
-

鐓х墖

-
-

#{hr_pic}

-
-

妗f琛

-
-

#{hr_archives}

-
-

韬唤璇

-
-

#{hr_identification}

-
-

瀛︿綅璇

-
-

#{hr_degree}

-
-

鍏朵粬璇佷欢

-
-

#{hr_other}

-
-

鍒嗛厤鐢佃瘽

-
-

#{hr_tel}

-
 
-

缁忓姙浜猴細#{hr_op_user}         鏃ユ湡锛#{hr_op_date}                             

-
-

閮ㄩ棬鎰忚

-
-

#{depart_opinion}

-
-

缁忓姙浜猴細#{depart_op_user}         鏃ユ湡锛#{depart_op_date}                             

-
-

鎬荤粡鐞嗘剰瑙

-
-

#{manager_opinion}

-
-

缁忓姙浜猴細#{manager_op_user}         鏃ユ湡锛#{manager_op_date}                             

-
-

鏂板憳宸ユ剰瑙

-
-

#{employee_opinion}

-
-

缁忓姙浜猴細#{employee_op_user}         鏃ユ湡锛#{employee_op_date}                             

-
-

-
- -

 

- - - - -', N'0', N'1', N'', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e64e478dc8014e4797a1a90001', N'402881e44df713f5014df71fc6be0004', N'9999', N'admin', N'2015-07-01 11:09:56.000', N'绠$悊鍛', N'


绀轰緥琛

#{jform_hidden_field}
鏂囨湰妗涓嬫媺鑿滃崟{|-  -|}
鍗曢{|-鍗曢1 鍗曢2 -|}澶嶉{|-澶嶉1 澶嶉2 澶嶉3 -|}
瀹忔帶浠浜岀淮鐮


', N'0', N'1', N'', null, null, null, N'02') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e64eab9a84014eab9cff390002', N'402880e74dc1e65e014dc1effa270001', N'UE', N'admin', N'2015-07-20 21:17:49.000', N'绠$悊鍛', N'


绀轰緥琛

#{jform_hidden_field}
鏂囨湰妗涓嬫媺鑿滃崟{|-  -|}
鍗曢{|-鍗曢1 鍗曢2 -|}澶嶉{|-澶嶉1 澶嶉2 澶嶉3 -|}
瀹忔帶浠浜岀淮鐮


', N'0', N'1', N'', null, null, null, N'02') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e74d90a2f4014d90a5cab30003', N'8a8ab0b246dc81120146dc81847e013b', N'1212', N'admin', N'2015-05-26 22:34:54.000', N'绠$悊鍛', N'', N'0', N'1', N'', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e74d934e07014d93506c5a0003', N'2c90ac564c9d1734014c9d22b16c0001', N'ue', N'admin', N'2015-05-27 11:00:30.000', N'绠$悊鍛', N'


绀轰緥琛

#{jform_hidden_field}
鏂囨湰妗涓嬫媺鑿滃崟{|-  -|}
鍗曢{|-鍗曢1 鍗曢2 -|}澶嶉{|-澶嶉1 澶嶉2 澶嶉3 -|}
瀹忔帶浠浜岀淮鐮


', N'0', N'1', N'', null, null, null, N'02') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402889f3489de53901489de5fe800001', N'4028808848844fe2014884587ae60001', N'12', N'admin', N'2014-09-22 23:06:08.000', N'绠$悊鍛', N' - - - - - - - - - - -12 - -', N'0', N'1', N'', null, null, null, N'01') -GO -GO - --- ---------------------------- --- Table structure for cgform_head --- ---------------------------- -DROP TABLE [dbo].[cgform_head] -GO -CREATE TABLE [dbo].[cgform_head] ( -[id] nvarchar(32) NOT NULL , -[content] nvarchar(200) NOT NULL , -[create_by] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_name] nvarchar(32) NULL , -[is_checkbox] nvarchar(5) NOT NULL , -[is_dbsynch] nvarchar(20) NOT NULL , -[is_pagination] nvarchar(5) NOT NULL , -[is_tree] nvarchar(5) NOT NULL , -[jform_pk_sequence] nvarchar(200) NULL , -[jform_pk_type] nvarchar(100) NULL , -[jform_type] int NOT NULL , -[jform_version] nvarchar(10) NOT NULL , -[querymode] nvarchar(10) NOT NULL , -[relation_type] int NULL , -[sub_table_str] nvarchar(1000) NULL , -[tab_order] int NULL , -[table_name] nvarchar(50) NOT NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_name] nvarchar(32) NULL , -[tree_parentid_fieldname] nvarchar(50) NULL , -[tree_id_fieldname] nvarchar(50) NULL , -[tree_fieldname] nvarchar(50) NULL , -[jform_category] nvarchar(50) NOT NULL , -[form_template] nvarchar(50) NULL , -[form_template_mobile] nvarchar(50) NULL , -[table_type] nvarchar(50) NULL , -[table_version] int NULL , -[physice_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄦ弿杩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄦ弿杩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'is_checkbox')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁甯heckbox' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_checkbox' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁甯heckbox' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_checkbox' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'is_dbsynch')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚屾鏁版嵁搴撶姸鎬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_dbsynch' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚屾鏁版嵁搴撶姸鎬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_dbsynch' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'is_pagination')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鍒嗛〉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_pagination' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鍒嗛〉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_pagination' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'is_tree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄爲' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_tree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄爲' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'is_tree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'jform_pk_sequence')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭鐢熸垚搴忓垪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_pk_sequence' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭鐢熸垚搴忓垪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_pk_sequence' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'jform_pk_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_pk_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_pk_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'jform_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄧ被鍨:鍗曡〃銆佷富琛ㄣ侀檮琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄧ被鍨:鍗曡〃銆佷富琛ㄣ侀檮琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'jform_version')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鐗堟湰鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_version' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鐗堟湰鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_version' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'querymode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'querymode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'querymode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'sub_table_str')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛愯〃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'sub_table_str' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛愯〃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'sub_table_str' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'tab_order')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勮〃鎺掑簭搴忓彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tab_order' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勮〃鎺掑簭搴忓彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tab_order' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'table_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'tree_parentid_fieldname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏍戝舰琛ㄥ崟鐖秈d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tree_parentid_fieldname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏍戝舰琛ㄥ崟鐖秈d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tree_parentid_fieldname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'tree_id_fieldname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏍戣〃涓婚敭瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tree_id_fieldname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏍戣〃涓婚敭瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tree_id_fieldname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'tree_fieldname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏍戝紑琛ㄥ崟鍒楀瓧娈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tree_fieldname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏍戝紑琛ㄥ崟鍒楀瓧娈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'tree_fieldname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'jform_category')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍒嗙被' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_category' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍒嗙被' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'jform_category' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'form_template')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'PC琛ㄥ崟妯℃澘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'PC琛ㄥ崟妯℃澘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'form_template_mobile')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template_mobile' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template_mobile' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'table_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'table_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'table_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'table_version')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄧ増鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'table_version' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄧ増鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'table_version' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'physice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐗╃悊琛╥d(閰嶇疆琛ㄧ敤)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'physice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐗╃悊琛╥d(閰嶇疆琛ㄧ敤)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'physice_id' -GO - --- ---------------------------- --- Records of cgform_head --- ---------------------------- -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028138151adbcc50151adfd13680002', N'鍛樺伐鍏ヨ亴鍗', N'admin', N'2015-12-17 11:30:22.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'51', N'single', N'0', null, null, N'jform_employee_entry', N'admin', N'2017-07-26 14:21:48.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault2', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402880e74da32ebe014da3309b880001', N'绗竴涓爲', N'admin', N'2015-05-30 12:59:41.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'Y', N'', N'UUID', N'1', N'17', N'single', N'0', null, null, N'jform_tree', N'admin', N'2017-03-04 12:10:39.000', N'绠$悊鍛', N'father_id', N'id', N'name', N'bdfl_ptbd', N'ledefault', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881a151f09a900151f0ad74120001', N'鍛樺伐绂昏亴鍗', N'admin', N'2015-12-30 10:17:58.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'3', N'single', N'0', null, null, N'jform_employee_resignation', N'admin', N'2016-02-19 18:48:59.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'jform00002', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3dd20c0002', N'鍛樺伐璐圭敤鎶ラ攢鐢宠淇℃伅琛', N'admin', N'2016-01-01 20:51:06.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_employee_other_cost,jform_employee_meals_cost', null, N'jform_employee_cost_claim', N'admin', N'2016-06-23 16:37:29.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'o2mTableStyle', N'', null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3e196b0019', N'鍛樺伐椁愯垂鏄庣粏琛', N'admin', N'2016-01-01 20:51:24.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'6', N'group', N'0', null, null, N'jform_employee_meals_cost', N'admin', N'2016-01-01 21:04:55.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3e1b680021', N'鍛樺伐鍏朵粬璐圭敤鏄庣粏琛', N'admin', N'2016-01-01 20:51:25.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_employee_other_cost', N'admin', N'2016-01-01 21:04:59.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cf9f70001', N'绠鍘嗕俊鎭〃', N'admin', N'2016-03-06 21:10:32.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'111', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info', N'admin', N'2017-05-11 12:22:35.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'moblieCommon002', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cfca50012', N'宸ヤ綔淇℃伅琛', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'16', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2017-03-04 23:28:36.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cfe2b001b', N'鏁欒偛缁忓巻', N'admin', N'2016-03-06 21:10:33.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_resume_degree_info', N'admin', N'2016-05-07 16:30:05.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'40288388506b3aa601506b67e97b0002', N'瀹㈡埛璧勬枡绠$悊', N'admin', N'2015-10-15 20:09:44.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'6', N'single', N'0', null, null, N'jeecg_custom_info', N'admin', N'2016-03-15 11:40:53.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'olstyle00002', N'', null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402885d8506e5d9201506e72f4920001', N'瀹㈡埛璺熻釜璁板綍琛', N'admin', N'2015-10-16 10:20:39.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'43', N'single', N'0', null, null, N'jeecg_custom_record', N'admin', N'2016-02-25 11:32:02.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'olstyle00001', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ab775afa555c015afa5958660007', N'鍏ヨ亴鍛樺伐', N'admin', N'2017-03-23 16:47:23.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'141', N'group', N'0', null, null, N'test_person', N'admin', N'2017-09-05 10:58:52.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'default', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028b881535b12bd01535b1ae3680001', N'涓汉閫氳褰', N'admin', N'2016-03-09 19:20:02.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'65', N'group', N'0', N't_s_contact', null, N'jform_contact', N'admin', N'2017-07-25 15:52:18.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'numtabs', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028b88153659dd4015365ab21d0000c', N'閫氳繀褰曞垎缁', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'61', N'single', N'0', null, null, N'jform_contact_group', N'admin', N'2017-07-31 17:20:42.000', N'绠$悊鍛', null, N'id', null, N'bdfl_vipbd', N'', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673c48f015673c557af0003', N'鍦伴搧绔欑偣', N'admin', N'2016-08-10 17:25:28.000', N'绠$悊鍛', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__0', N'admin', N'2016-08-10 17:28:08.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'RowsEdit', N'', N'1', N'0', N'4028ef8156176adb015617801ebd0001') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673c48f015673c775d70012', N'鍦伴搧绔欑偣', N'admin', N'2016-08-10 17:27:46.000', N'绠$悊鍛', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__1', null, null, null, null, N'id', null, N'bdfl_ptbd', N'RowsEdit', N'', N'1', N'1', N'4028ef8156176adb015617801ebd0001') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673ecb9015673f080160001', N'宸ヤ綔淇℃伅琛', N'admin', N'2016-08-10 18:12:36.000', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'3', N'1', N'group', N'0', null, null, N'jform_resume_exp_info__0', N'admin', N'2017-03-01 21:57:47.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'0', N'402881e4534c0aea01534c0cfca50012') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673ecb9015673fa637c001e', N'宸ヤ綔淇℃伅琛', N'admin', N'2016-08-10 18:23:24.000', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'3', N'1', N'group', N'0', null, null, N'jform_resume_exp_info__1', null, null, null, null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'1', N'402881e4534c0aea01534c0cfca50012') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81567e88db01567e8a34ef0002', N'鍦伴搧绔欑偣', N'admin', N'2016-08-12 19:36:41.000', N'绠$悊鍛', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__2', null, null, null, null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'1', N'2', N'4028ef8156176adb015617801ebd0001') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81567e88db01567e8a56930010', N'鍦伴搧绔欑偣', N'admin', N'2016-08-12 19:36:50.000', N'绠$悊鍛', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__3', null, null, null, null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'1', N'3', N'4028ef8156176adb015617801ebd0001') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81568c5de601568c6437d10015', N'鏁欒偛缁忓巻', N'admin', N'2016-08-15 12:09:53.000', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'group', N'0', null, null, N'jform_resume_degree_info__0', null, null, null, null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'0', N'402881e4534c0aea01534c0cfe2b001b') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc81847e013b', N'璁㈠崟涓讳俊鎭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'226', N'group', N'0', N'jform_order_customer,jform_order_ticket', null, N'jform_order_main', N'admin', N'2017-06-27 17:26:58.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'o2mTableStyle', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc818484013c', N'璇峰亣鍗', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'190', N'group', N'0', null, null, N'jform_leave', N'admin', N'2017-05-27 17:28:16.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc818486013d', N'璁㈠崟瀹㈡埛淇℃伅', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'37', N'single', N'0', null, N'1', N'jform_order_customer', N'admin', N'2017-06-27 17:26:58.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81568c5de601568c6ff36c001e', N'绠鍘嗕俊鎭〃', N'admin', N'2016-08-15 12:22:42.000', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'2', N'1', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info__0', N'admin', N'2017-03-04 22:58:34.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'resume', N'resume', N'1', N'0', N'402881e4534c0aea01534c0cf9f70001') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc818488013e', N'璁㈠崟鏈虹エ淇℃伅', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'28', N'single', N'0', null, N'2', N'jform_order_ticket', N'admin', N'2017-06-08 10:10:06.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc81848b013f', N'浠锋牸璁よ瘉鏈烘瀯缁熻琛', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', null, N'UUID', N'1', N'3', N'group', N'0', null, null, N'jform_price1', N'admin', N'2015-10-15 11:24:54.000', N'绠$悊鍛', null, null, null, N'bdfl_ptbd', null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for cgform_index --- ---------------------------- -DROP TABLE [dbo].[cgform_index] -GO -CREATE TABLE [dbo].[cgform_index] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[index_name] nvarchar(100) NULL , -[index_field] nvarchar(500) NULL , -[index_type] nvarchar(32) NULL , -[table_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'index_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绱㈠紩鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绱㈠紩鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'index_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绱㈠紩鏍忎綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绱㈠紩鏍忎綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'index_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绱㈠紩绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绱㈠紩绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'table_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓昏〃id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'table_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓昏〃id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'table_id' -GO - --- ---------------------------- --- Records of cgform_index --- ---------------------------- -INSERT INTO [dbo].[cgform_index] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [index_name], [index_field], [index_type], [table_id]) VALUES (N'402880f45ad5bf19015ad5d1c6180010', N'绠$悊鍛', N'admin', N'2017-03-16 14:32:59.000', null, null, null, N'index_name', N'name', N'normal', N'4028b88153659dd4015365ab21d0000c') -GO -GO -INSERT INTO [dbo].[cgform_index] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [index_name], [index_field], [index_type], [table_id]) VALUES (N'402880f45ad5bf19015ad5d1c6180011', N'绠$悊鍛', N'admin', N'2017-03-16 14:32:59.000', null, null, null, N'index_bpm_status', N'bpm_status', N'normal', N'4028b88153659dd4015365ab21d0000c') -GO -GO - --- ---------------------------- --- Table structure for cgform_template --- ---------------------------- -DROP TABLE [dbo].[cgform_template] -GO -CREATE TABLE [dbo].[cgform_template] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[template_name] nvarchar(100) NULL , -[template_code] nvarchar(50) NULL , -[template_type] nvarchar(32) NULL , -[template_share] nvarchar(10) NULL , -[template_pic] nvarchar(100) NULL , -[template_comment] nvarchar(200) NULL , -[template_list_name] nvarchar(200) NULL , -[template_add_name] nvarchar(200) NULL , -[template_update_name] nvarchar(200) NULL , -[template_detail_name] nvarchar(200) NULL , -[status] int NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_share')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鍏变韩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_share' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鍏变韩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_share' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_pic')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'棰勮鍥' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_pic' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'棰勮鍥' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_pic' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_comment')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_comment' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_comment' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_list_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒楄〃妯℃澘鍚嶇О -' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_list_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒楄〃妯℃澘鍚嶇О -' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_list_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_add_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'褰曞叆妯℃澘鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_add_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'褰曞叆妯℃澘鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_add_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缂栬緫妯℃澘鍚 -绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缂栬緫妯℃澘鍚 -绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_detail_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ョ湅椤甸潰妯 -鏉垮悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_detail_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ョ湅椤甸潰妯 -鏉垮悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_detail_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈夋晥鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈夋晥鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'status' -GO - --- ---------------------------- --- Records of cgform_template --- ---------------------------- -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4000020160401f7c0151f1eb65c50001', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.000', N'绠$悊鍛', N'admin', N'2017-03-20 11:45:01.000', N'A03', N'A0', N'ACE榛樿妯℃澘', N'ledefault', N'3', N'', N'ledefault.png', N'ACE榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4000020160401f7c0151f1eb65c50003', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.000', N'绠$悊鍛', N'admin', N'2017-03-20 12:07:05.000', N'A03', N'A0', N'EASY榛樿妯℃澘', N'default', N'3', N'', N'default.jpg', N'EASY榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40281381506e454301506e518d200001', N'绠$悊鍛', N'admin', N'2015-10-16 09:44:09.000', N'绠$悊鍛', N'admin', N'2015-12-03 23:01:05.000', N'A02', N'A0', N'瀹㈡埛璧勬枡琛ㄥ崟妯℃澘', N'olstyle00002', N'1', null, N'index_900317F6B680FBBE6F8AEAB36CE0F20C.png', N'olstyle00002', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028138151b2ba140151b2efe7430001', N'绠$悊鍛', N'admin', N'2015-12-18 10:34:05.000', N'绠$悊鍛', N'admin', N'2015-12-18 18:44:14.000', N'A02', N'A0', N'鍛樺伐鍏ヨ亴鍗', N'jform00001', N'1', null, N'jform00001.jpg', N'鍛樺伐鍏ヨ亴鍗', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402880e85070dc9f015070e076ca0003', N'绠$悊鍛', N'admin', N'2015-10-16 21:39:30.000', N'绠$悊鍛', N'admin', N'2015-12-03 23:01:24.000', N'A02', N'A0', N'瀹㈡埛璺熻釜琛ㄥ崟妯℃澘', N'olstyle00001', N'1', null, N'olstyle00001.png', N'olstyle00001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028818e535507ee0153552211ff0001', N'绠$悊鍛', N'admin', N'2016-03-08 15:30:10.000', N'绠$悊鍛', N'admin', N'2017-05-11 12:19:20.000', N'A03', N'A0', N'涓瀵瑰鍏═AB妯″紡', N'o2mTableStyle', N'2', null, N'index_9F13F103DDDCAACF20F09489BE1D449F.jpg', N'o2mTableStyle', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40288195525dcc2d01525dd07e560001', N'绠$悊鍛', N'admin', N'2016-01-20 14:54:51.000', N'绠$悊鍛', N'admin', N'2016-02-25 12:18:05.000', N'A03', N'A0', N'閫氱敤绉诲姩妯℃澘001', N'moblieCommon001', N'1', null, N'', N'閫氱敤绉诲姩妯℃澘001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881a151f1af7c0151f1eb65c50012', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.000', N'绠$悊鍛', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'鍛樺伐绂昏亴鍗', N'jform00002', N'1', null, N'jform00002.png', N'鍛樺伐绂昏亴鍗', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e45205d2bc015205da12c80008', N'绠$悊鍛', N'admin', N'2016-01-03 12:58:44.000', N'绠$悊鍛', N'admin', N'2016-02-25 11:56:11.000', N'A02', N'A0', N'鍛樺伐璐圭敤鎶ラ攢鍗', N'employeeCost', N'2', null, N'employeeCost.png', N'employeeCost', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e4527933980152793fb745000f', N'绠$悊鍛', N'admin', N'2016-01-25 22:46:05.000', N'绠$悊鍛', N'admin', N'2017-04-19 19:00:03.000', N'A02', N'A0', N'閫氱敤绉诲姩妯℃澘002', N'moblieCommon002', N'2', null, N'olMoblieStyle00002.png', N'olMoblieStyle00002', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e4534c0aea01534c1a2a9f0027', N'绠$悊鍛', N'admin', N'2016-03-06 21:24:57.000', N'绠$悊鍛', N'admin', N'2017-05-11 12:19:08.000', N'A03', N'A0', N'鎷涜仒绠鍘嗕俊鎭', N'resume', N'3', null, N'', N'鎷涜仒绠鍘嗕俊鎭', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40288af454ff777c0154ffad599e0003', N'绠$悊鍛', N'admin', N'2016-05-30 11:20:31.000', N'绠$悊鍛', N'admin', N'2017-03-14 12:14:52.000', N'A03', N'A0', N'琛ㄦ牸琛岀紪杈', N'RowsEdit', N'1', null, N'rowedit.png', N'琛ㄦ牸琛岀紪杈', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40289481511b1cbf01511b229aa90001', N'绠$悊鍛', N'admin', N'2015-11-18 23:07:11.000', N'绠$悊鍛', N'admin', N'2015-12-03 23:00:13.000', N'A02', N'A0', N'boostrap 绠绾﹂鏍', N'boostrap01', N'1', null, N'index_762156D7FDDD269B87C74079D53F4549.png', N'boostrap 绠绾﹂鏍', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028a9815d2515a5015d251bdc4c0003', N'绠$悊鍛', N'admin', N'2017-07-09 10:09:29.000', N'绠$悊鍛', N'admin', N'2017-07-26 14:20:17.000', N'A03', N'A03', N'ACE鍒嗙粍琛ㄥ崟甯冨眬', N'ledefault2', N'1', null, N'', N'', null, null, null, null, N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028b88154d672d00154d8c21e36005c', N'绠$悊鍛', N'admin', N'2016-05-22 21:58:01.000', N'绠$悊鍛', N'admin', N'2017-04-07 19:33:11.000', N'A01', N'A0', N'闈炲脊妗嗚〃鍗曟牱寮', N'nopopform', N'1', null, N'', N'', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028efa2523f95dc01523f98b4b50002', N'绠$悊鍛', N'admin', N'2016-01-14 18:05:18.000', N'绠$悊鍛', N'admin', N'2016-03-11 11:06:08.000', N'A02', N'A0', N'璇峰亣鍗', N'leaveApplicationForm', N'1', null, N'', N'绉诲姩绔鏍', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') -GO -GO - --- ---------------------------- --- Table structure for cgform_uploadfiles --- ---------------------------- -DROP TABLE [dbo].[cgform_uploadfiles] -GO -CREATE TABLE [dbo].[cgform_uploadfiles] ( -[id] nvarchar(32) NOT NULL , -[CGFORM_FIELD] nvarchar(100) NOT NULL , -[CGFORM_ID] nvarchar(36) NOT NULL , -[CGFORM_NAME] nvarchar(100) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_uploadfiles', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_uploadfiles', -'COLUMN', N'CGFORM_FIELD')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'CGFORM_FIELD' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'CGFORM_FIELD' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_uploadfiles', -'COLUMN', N'CGFORM_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'CGFORM_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'CGFORM_ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_uploadfiles', -'COLUMN', N'CGFORM_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'CGFORM_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_uploadfiles' -, @level2type = 'COLUMN', @level2name = N'CGFORM_NAME' -GO - --- ---------------------------- --- Records of cgform_uploadfiles --- ---------------------------- -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e0286cd0012', N'FIEL_JLS', N'402880ec5c5d87c3015c5d893b3d0002', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e0286d50013', N'TOU_PIC', N'402880ec5c5d87c3015c5d893b3d0002', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e0365c50017', N'FIEL_JLS', N'402880ec5c5de93b015c5e0365770015', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e0365cd0018', N'TOU_PIC', N'402880ec5c5de93b015c5e0365770015', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e07599c001b', N'FIEL_JLS', N'402880ec5c5de93b015c5e07595f0019', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e08d598001f', N'TOU_PIC', N'402880ec5c5de93b015c5e07595f0019', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e09b5b90023', N'FIEL_JLS', N'402880ec5c5de93b015c5e09b5830021', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c5de93b015c5e09b5c30024', N'TOU_PIC', N'402880ec5c5de93b015c5e09b5830021', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c61ec20015c61ee50340014', N'TOU_PIC', N'402880ec5c5d7c16015c5d7c16990000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5c61ec20015c61ee50340015', N'FIEL_JLS', N'402880ec5c5d7c16015c5d7c16990000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5ca089b0015ca08a99520001', N'ctype', N',', N'jform_order_main') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5ce8d893015ce8dd5ee90007', N'CTYPE', N'402880ec5ce8d893015ce8dd5e310001', N'jform_order_main') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5dbac581015dbac755d90006', N'TEST_FILE_1', N'402880ec5dbac581015dbac755130003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5dbac581015dbac755d90007', N'TEST_FILE_3', N'402880ec5dbac581015dbac755130003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5dbac581015dbac7a81c0009', N'TEST_FILE_2', N'402880ec5dbac581015dbac755130003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5dbac581015dbaca35ac001d', N'TEST_FILE_1', N'402880ec5dbac581015dbaca2c88001b', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5dbac581015dbaca35bc001e', N'TEST_FILE_3', N'402880ec5dbac581015dbaca2c88001b', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880ec5dbac581015dbaca35bc001f', N'TEST_FILE_2', N'402880ec5dbac581015dbaca2c88001b', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880f65ada19f8015ada30571d0005', N'FILE_S', N'402880f65ada19f8015ada30568d0003', N'test_demo') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402880f65adac254015adac3a6df0005', N'file_s', N'402880f65ada4209015ada4f5716000c', N'test_demo') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881845c7dc6c4015c7dca6b990001', N'tou_pic', N'402880ec5c5d7c16015c5d7c16990000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881845c7dc6c4015c7dca6b990002', N'fiel_jls', N'402880ec5c5d7c16015c5d7c16990000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881845ca1c633015ca1e4c100000d', N'ctype', N'402881845ca1ca05015ca1e4c0710022', N'jform_order_main') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881855ad7918f015ad7996267000e', N'FILE_STR', N'402881855ad7918f015ad799620a000c', N'jform_leave') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881f15e7e1cc1015e7e1e4b600001', N'tou_pic', N'402881f15e7e1e4a015e7e1e4a650000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881f15e7e1cc1015e7e1e4b600002', N'fiel_jls', N'402881f15e7e1e4a015e7e1e4a650000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881f15e7e1cc1015e7e1ef0040005', N'TEST_FILE_1', N'402881f15e7e1cc1015e7e1eefa60003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881f15e7e1cc1015e7e1ef00f0006', N'TEST_FILE_2', N'402881f15e7e1cc1015e7e1eefa60003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881f15e7e1cc1015e7e1ef0240007', N'TEST_FILE_3', N'402881f15e7e1cc1015e7e1eefa60003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'402881f15e7e1cc1015e7e1f2b010009', N'TEST_FILE_1', N'402881f15e7e1cc1015e7e1eefa60003', N'jeecg_multi_upload') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'4028ab775c7b27bd015c7b29eef00003', N'tou_pic', N'4028ab775c7b29ee015c7b29ee490000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'4028ab775c7b27bd015c7b29eef90004', N'fiel_jls', N'4028ab775c7b29ee015c7b29ee490000', N'test_person') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'4028ef8153cf9d710153cfa38ea10010', N'name', N'4028ef815382d0af015382d780440002', N'test_student') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'4028ef8153cf9d710153cfa4a5cc0013', N'name', N'4028ef8153cf9d710153cfa4a4fd0011', N'test_student') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([id], [CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME]) VALUES (N'4028ef815509d842015509e143280004', N'filename2', N'4028ef815509d9db015509e142860001', N'test_file') -GO -GO - --- ---------------------------- --- Table structure for jeecg_custom_info --- ---------------------------- -DROP TABLE [dbo].[jeecg_custom_info] -GO -CREATE TABLE [dbo].[jeecg_custom_info] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[cust_name] nvarchar(100) NULL , -[cust_addr] nvarchar(200) NULL , -[cust_code] nvarchar(50) NULL , -[email] nvarchar(50) NULL , -[cust_charge] nvarchar(50) NULL , -[sex] nvarchar(10) NULL , -[age] nvarchar(32) NULL , -[position] nvarchar(32) NULL , -[phone] nvarchar(32) NULL , -[bank] nvarchar(100) NULL , -[money] nvarchar(100) NULL , -[promoter] nvarchar(50) NULL , -[account] nvarchar(100) NULL , -[turnover] nvarchar(32) NULL , -[payment_attr] nvarchar(100) NULL , -[sax_num] nvarchar(100) NULL , -[pay_date] nvarchar(100) NULL , -[begin_pay_date] nvarchar(100) NULL , -[main_bus] nvarchar(100) NULL , -[bus_pro] nvarchar(100) NULL , -[warehouse] nvarchar(100) NULL , -[people] nvarchar(100) NULL , -[transportation] nvarchar(100) NULL , -[operation] nvarchar(100) NULL , -[car] nvarchar(20) NULL , -[shopkeeper] nvarchar(100) NULL , -[wholesale] nvarchar(10) NULL , -[bus_scope] nvarchar(100) NULL , -[area] nvarchar(100) NULL , -[management] nvarchar(200) NULL , -[stock1] nvarchar(10) NULL , -[stock2] nvarchar(10) NULL , -[sale1] nvarchar(10) NULL , -[sale2] nvarchar(10) NULL , -[inventory1] nvarchar(100) NULL , -[inventory2] nvarchar(100) NULL , -[max_money] nvarchar(100) NULL , -[cust_level] nvarchar(100) NULL , -[all_avg_inventory] nvarchar(100) NULL , -[avg_inventory] nvarchar(100) NULL , -[price] nvarchar(100) NULL , -[promise] nvarchar(100) NULL , -[competing_goods] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_addr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_addr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_addr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'email' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'email' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'email' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_charge')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐熻矗浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_charge' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐熻矗浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_charge' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'age')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'骞撮緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'age' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'骞撮緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'age' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'position')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'position' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'position' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'bank')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寰鏉ラ摱琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bank' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寰鏉ラ摱琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bank' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐜伴噾鎯呭喌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐜伴噾鎯呭喌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'promoter')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵垮姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promoter' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵垮姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promoter' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'account')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐﹀彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'account' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐﹀彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'account' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'turnover')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璧勯噾鍛ㄨ浆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'turnover' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璧勯噾鍛ㄨ浆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'turnover' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'payment_attr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠樻鎬佸害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'payment_attr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠樻鎬佸害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'payment_attr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sax_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绋庡彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sax_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绋庡彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sax_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'pay_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠樻鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'pay_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠樻鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'pay_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'begin_pay_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寮濮嬩氦鏄撴棩鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'begin_pay_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寮濮嬩氦鏄撴棩鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'begin_pay_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'main_bus')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓昏惀浜у搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'main_bus' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓昏惀浜у搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'main_bus' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'bus_pro')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'钀ヤ笟椤圭洰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_pro' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'钀ヤ笟椤圭洰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_pro' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'warehouse')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠撳簱鎯呭喌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'warehouse' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠撳簱鎯呭喌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'warehouse' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'people')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍛樺伐浜烘暟鍙婄礌璐' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'people' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍛樺伐浜烘暟鍙婄礌璐' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'people' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'transportation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩愯緭鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'transportation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩愯緭鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'transportation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'operation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忚惀浣撳埗' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忚惀浣撳埗' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'operation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'car')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈嶅姟杞︽暟鐩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'car' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈嶅姟杞︽暟鐩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'car' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'shopkeeper')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闆跺敭鍟嗘暟鍙婅鐩栨儏鍐' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'shopkeeper' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闆跺敭鍟嗘暟鍙婅鐩栨儏鍐' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'shopkeeper' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'wholesale')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵瑰彂鍟嗘暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'wholesale' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵瑰彂鍟嗘暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'wholesale' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'bus_scope')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'钀ヤ笟鑼冨洿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_scope' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'钀ヤ笟鑼冨洿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_scope' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'area')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闂ㄥ競闈㈢Н' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'area' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闂ㄥ競闈㈢Н' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'area' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'management')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忚惀鏂归拡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'management' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忚惀鏂归拡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'management' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'stock1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩涜揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩涜揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'stock2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩涜揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩涜揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sale1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閿鍞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閿鍞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sale2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閿鍞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閿鍞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'inventory1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛樿揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛樿揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'inventory2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛樿揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛樿揣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'max_money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈楂樹俊鐢ㄩ搴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'max_money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈楂樹俊鐢ㄩ搴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'max_money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_level')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛绛夌骇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_level' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛绛夌骇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_level' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'all_avg_inventory')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬讳綋鏈堝潎搴撳瓨鏁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'all_avg_inventory' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬讳綋鏈堝潎搴撳瓨鏁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'all_avg_inventory' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'avg_inventory')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈堝潎搴撳瓨鏁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'avg_inventory' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈堝潎搴撳瓨鏁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'avg_inventory' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'price')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠锋牸鎶樻墸' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'price' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠锋牸鎶樻墸' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'price' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'promise')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏀寔鍜屾湇鍔$殑鎵胯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promise' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏀寔鍜屾湇鍔$殑鎵胯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promise' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'competing_goods')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绔炲搧缁忚惀鎯呭喌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'competing_goods' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绔炲搧缁忚惀鎯呭喌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'competing_goods' -GO - --- ---------------------------- --- Records of jeecg_custom_info --- ---------------------------- -INSERT INTO [dbo].[jeecg_custom_info] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [cust_name], [cust_addr], [cust_code], [email], [cust_charge], [sex], [age], [position], [phone], [bank], [money], [promoter], [account], [turnover], [payment_attr], [sax_num], [pay_date], [begin_pay_date], [main_bus], [bus_pro], [warehouse], [people], [transportation], [operation], [car], [shopkeeper], [wholesale], [bus_scope], [area], [management], [stock1], [stock2], [sale1], [sale2], [inventory1], [inventory2], [max_money], [cust_level], [all_avg_inventory], [avg_inventory], [price], [promise], [competing_goods]) VALUES (N'402880ec5d97c622015d97e0be190007', N'绠$悊鍛', N'admin', N'2017-07-31 17:01:14.000', null, null, null, N'A03', N'A03', N'1111', null, N'111', N'111@1.com', null, null, N'45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_custom_record --- ---------------------------- -DROP TABLE [dbo].[jeecg_custom_record] -GO -CREATE TABLE [dbo].[jeecg_custom_record] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[custom_id] nvarchar(32) NULL , -[header] nvarchar(32) NULL , -[establish_date] datetime NULL , -[custom_name] nvarchar(32) NULL , -[capital_lines] float(53) NULL , -[address] nvarchar(32) NULL , -[phone] nvarchar(32) NULL , -[business_type] nvarchar(32) NULL , -[fax] nvarchar(32) NULL , -[banks] nvarchar(32) NULL , -[other_business] nvarchar(32) NULL , -[turnover] nvarchar(32) NULL , -[business] nvarchar(32) NULL , -[pay_type] nvarchar(32) NULL , -[business_contacts] nvarchar(32) NULL , -[collection] nvarchar(32) NULL , -[business_important_contacts] nvarchar(32) NULL , -[business_record] nvarchar(32) NULL , -[customer_opinion] nvarchar(32) NULL , -[credit_evaluation] nvarchar(32) NULL , -[preparer] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'custom_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'header')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐熻矗浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'header' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐熻矗浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'header' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'establish_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎴愮珛鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'establish_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎴愮珛鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'establish_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'custom_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'capital_lines')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璧勬湰棰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'capital_lines' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璧勬湰棰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'capital_lines' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'address')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'address' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'address' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'钀ヤ笟绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'钀ヤ笟绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'fax')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浼犵湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'fax' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浼犵湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'fax' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'banks')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓昏寰鏉ラ摱琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'banks' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓昏寰鏉ラ摱琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'banks' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'other_business')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏朵粬鎶曡祫浜嬩笟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'other_business' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏朵粬鎶曡祫浜嬩笟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'other_business' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'turnover')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'骞冲潎姣忔棩钀ヤ笟棰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'turnover' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'骞冲潎姣忔棩钀ヤ笟棰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'turnover' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓昏涓氬姟寰鏉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓昏涓氬姟寰鏉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'pay_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠樻鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'pay_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠樻鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'pay_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_contacts')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓庢湰鍏徃寰鏉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_contacts' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓庢湰鍏徃寰鏉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_contacts' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'collection')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏀舵璁板綍' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'collection' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏀舵璁板綍' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'collection' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_important_contacts')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_important_contacts' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_important_contacts' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_record')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈杩戜氦鏄撴暟鎹窡韪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_record' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈杩戜氦鏄撴暟鎹窡韪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_record' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'customer_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鎰忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'customer_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鎰忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'customer_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'credit_evaluation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇$敤璇勫畾' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'credit_evaluation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇$敤璇勫畾' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'credit_evaluation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'preparer')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濉〃浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'preparer' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濉〃浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'preparer' -GO - --- ---------------------------- --- Records of jeecg_custom_record --- ---------------------------- -INSERT INTO [dbo].[jeecg_custom_record] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [custom_id], [header], [establish_date], [custom_name], [capital_lines], [address], [phone], [business_type], [fax], [banks], [other_business], [turnover], [business], [pay_type], [business_contacts], [collection], [business_important_contacts], [business_record], [customer_opinion], [credit_evaluation], [preparer]) VALUES (N'402880f45ad4f86e015ad4f86ea30000', N'绠$悊鍛', N'admin', N'2017-03-16 10:35:35.000', N'绠$悊鍛', N'admin', N'2017-07-31 17:00:47.000', N'A03', N'A03', N'111', N'222', N'2017-03-16 00:00:00.000', N'111', N'111', N'111', N'111', N'111', N'111', N'111', N'111', N'1111', N'1111', null, N'111', null, N'111', N'111', N'111', N'111', N'111') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo] -GO -CREATE TABLE [dbo].[jeecg_demo] ( -[id] nvarchar(32) NOT NULL , -[name] nvarchar(255) NOT NULL , -[age] int NULL , -[birthday] datetime NULL , -[content] nvarchar(255) NULL , -[dep_id] nvarchar(255) NULL , -[email] nvarchar(255) NULL , -[phone] nvarchar(255) NULL , -[salary] real NULL , -[sex] nvarchar(255) NULL , -[touxiang] nvarchar(255) NULL , -[fujian] nvarchar(255) NULL , -[status] nvarchar(255) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_name] nvarchar(32) NULL , -[sys_org_code] nvarchar(200) NULL , -[sys_company_code] nvarchar(200) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'age')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'骞撮緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'age' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'骞撮緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'age' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'birthday')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'birthday' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'birthday' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓汉浠嬬粛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓汉浠嬬粛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'dep_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'dep_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'dep_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'email' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'salary')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸ヨ祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'salary' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸ヨ祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'salary' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'touxiang')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶村儚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'touxiang' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶村儚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'touxiang' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'fujian')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勪欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'fujian' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勪欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'fujian' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏ヨ亴鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏ヨ亴鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'createDate' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'createDate' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏徃缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏徃缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of jeecg_demo --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880ec5d87040e015d870f5b3a0008', N'555', N'90', N'2017-07-07 00:00:00.000', N'5555', null, N'555@q.com', N'18611788567', N'90', N'0', null, null, N'Y', N'2017-07-28 10:38:36.000', N'admin', N'绠$悊鍛', N'admin', N'2017-07-31 17:35:14.000', N'绠$悊鍛', N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880ec5d8826d6015d8826d6ea0000', N'2222', N'4', null, N'', N'', N'2222@q.com', N'18611755858', N'111', N'1', N'upload/img/photosucai\20170731\ppx01814elfynejrpjjhm47.png', N'upload/files\20170731\profile_small.jpg', N'', N'2017-07-28 15:43:53.000', N'admin', N'绠$悊鍛', N'admin', N'2017-07-31 17:32:53.000', N'绠$悊鍛', N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880ec5da19d7e015da1abb8e80005', N'7777', N'777', N'2017-08-10 00:00:00.000', N'', null, null, null, N'777', N'0', null, null, N'Y', N'2017-08-02 14:39:32.000', N'admin', N'绠$悊鍛', N'admin', N'2017-08-02 14:39:37.000', N'绠$悊鍛', N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880ec5dcb6a7b015dcb6c27720003', N'12,12', null, null, N'222222', null, N'', N'', null, N'0', null, null, null, N'2017-08-10 17:14:09.000', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880ec5dcb6c27015dcb6e280d0001', N'123,1', null, null, null, null, null, N'N', N'22', N'0', null, null, null, N'2017-08-10 17:16:20.000', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880ec5ddff46c015ddff46cb90000', N'1111,1', null, null, null, null, N'upload/20170814/20170814165521GBwjV9v7.jpg', N'N', N'111', N'1', null, null, null, N'2017-08-14 16:55:24.000', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402880f35ba8e7b7015ba8eadf040003', N'娴嬭瘯灏忕帇8', N'21', N'2017-05-06 00:00:00.000', N'', N'', N'646657037@qq.com', N'18611788555', N'1000', N'1', null, null, N'Y', N'2017-04-26 14:20:16.000', N'admin', N'绠$悊鍛', N'admin', N'2017-05-12 11:22:52.000', N'绠$悊鍛', N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881875b19f141015b19f38427000c', N'99999', N'100', N'2017-06-09 00:00:00.000', N'', N'402880e447e9a9570147e9b677320003', N'1@qq.com', N'18611788888', N'99999', N'0', N'upload/img/photosucai\20170605\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', N'upload/files\20170605\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', N'N', N'2017-03-29 20:04:01.000', N'scott', N'寮犱唬娴', N'admin', N'2017-09-12 16:08:42.000', N'绠$悊鍛', N'A01A02A01A01', N'A01') -GO -GO - --- ---------------------------- --- Table structure for jeecg_multi_upload --- ---------------------------- -DROP TABLE [dbo].[jeecg_multi_upload] -GO -CREATE TABLE [dbo].[jeecg_multi_upload] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[test_file_1] nvarchar(MAX) NULL , -[test_file_2] nvarchar(MAX) NULL , -[test_file_3] nvarchar(MAX) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'test_file_1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴嬭瘯鏂囦欢1' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'test_file_1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴嬭瘯鏂囦欢1' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'test_file_1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'test_file_2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴嬭瘯鏂囦欢2' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'test_file_2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴嬭瘯鏂囦欢2' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'test_file_2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_multi_upload', -'COLUMN', N'test_file_3')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴嬭瘯鏂囦欢3' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'test_file_3' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴嬭瘯鏂囦欢3' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_multi_upload' -, @level2type = 'COLUMN', @level2name = N'test_file_3' -GO - --- ---------------------------- --- Records of jeecg_multi_upload --- ---------------------------- -INSERT INTO [dbo].[jeecg_multi_upload] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [test_file_1], [test_file_2], [test_file_3]) VALUES (N'402881f15e7e1cc1015e7e1eefa60003', N'绠$悊鍛', N'admin', N'2017-09-14 10:01:50.000', null, null, null, N'A03', N'A03', N'1', N'upload/files/20170914100205Ihc2bRUc.doc', N'upload/files/20170914100150skOdPd2Z.jpg', N'upload/files/20170914100150mkjLIhR7.jpg') -GO -GO - --- ---------------------------- --- Table structure for jeecg_order_custom --- ---------------------------- -DROP TABLE [dbo].[jeecg_order_custom] -GO -CREATE TABLE [dbo].[jeecg_order_custom] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GOC_BUSS_CONTENT] nvarchar(33) NULL , -[GOC_CONTENT] nvarchar(66) NULL , -[GOC_CUS_NAME] nvarchar(16) NULL , -[GOC_IDCARD] nvarchar(18) NULL , -[GOC_PASSPORT_CODE] nvarchar(10) NULL , -[GOC_SEX] nvarchar(255) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_order_custom --- ---------------------------- -INSERT INTO [dbo].[jeecg_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'402880f25b18eaca015b1911c36c0002', null, null, null, null, null, N'A001', null, null, N'灏忕孩', null, null, N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[jeecg_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'402880f25b18eaca015b1911c38f0003', null, null, null, null, null, N'A001', null, null, N'灏忕帇', null, null, N'0', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_order_main --- ---------------------------- -DROP TABLE [dbo].[jeecg_order_main] -GO -CREATE TABLE [dbo].[jeecg_order_main] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ALL_PRICE] decimal(10,2) NULL , -[GO_CONTACT_NAME] nvarchar(16) NULL , -[GO_CONTENT] nvarchar(66) NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GO_ORDER_COUNT] int NULL , -[GO_RETURN_PRICE] decimal(10,2) NULL , -[GO_TELPHONE] nvarchar(11) NULL , -[GODER_TYPE] nvarchar(255) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL , -[USERTYPE] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_order_main --- ---------------------------- -INSERT INTO [dbo].[jeecg_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'121212', null, null, null, null, null, null, null, null, N'', null, null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jeecg_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'402880f25b18eaca015b1911c3480001', null, null, null, null, null, N'100.00', N'scott', null, N'A001', null, null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_order_product --- ---------------------------- -DROP TABLE [dbo].[jeecg_order_product] -GO -CREATE TABLE [dbo].[jeecg_order_product] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GOP_CONTENT] nvarchar(66) NULL , -[GOP_COUNT] int NULL , -[GOP_ONE_PRICE] decimal(10,2) NULL , -[GOP_PRODUCT_NAME] nvarchar(33) NULL , -[GOP_PRODUCT_TYPE] nvarchar(1) NOT NULL , -[GOP_SUM_PRICE] decimal(10,2) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_order_product --- ---------------------------- - --- ---------------------------- --- Table structure for jeecg_p3demo --- ---------------------------- -DROP TABLE [dbo].[jeecg_p3demo] -GO -CREATE TABLE [dbo].[jeecg_p3demo] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(32) NULL , -[sex] int NULL , -[age] int NULL , -[address] nvarchar(32) NULL , -[phone] nvarchar(32) NULL , -[memo] nvarchar(MAX) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'age')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'骞撮緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'age' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'骞撮緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'age' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'address')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'address' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'address' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_p3demo', -'COLUMN', N'memo')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'memo' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_p3demo' -, @level2type = 'COLUMN', @level2name = N'memo' -GO - --- ---------------------------- --- Records of jeecg_p3demo --- ---------------------------- -INSERT INTO [dbo].[jeecg_p3demo] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [age], [address], [phone], [memo]) VALUES (N'C15D4B41D1CB4D779DCB1C688A9E2D36', null, null, null, null, null, null, null, null, null, N'寮犱笁', N'1', N'20', N'鍖椾含', N'18611788525', N'寰堝ソ') -GO -GO - --- ---------------------------- --- Table structure for jform_cgdynamgraph_head --- ---------------------------- -DROP TABLE [dbo].[jform_cgdynamgraph_head] -GO -CREATE TABLE [dbo].[jform_cgdynamgraph_head] ( -[ID] nvarchar(36) NOT NULL , -[CGR_SQL] nvarchar(1000) NOT NULL , -[CODE] nvarchar(36) NOT NULL , -[CONTENT] nvarchar(500) NOT NULL , -[NAME] nvarchar(100) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL , -[db_source] nvarchar(36) NULL , -[graph_type] nvarchar(36) NULL , -[data_structure] nvarchar(36) NULL , -[is_pagination] nvarchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'CGR_SQL')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'CGR_SQL' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'CGR_SQL' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'db_source')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹暟鎹簮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹暟鎹簮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'graph_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'graph_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绉诲姩鎶ヨ〃绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'graph_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'data_structure')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁缁撴瀯绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'data_structure' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁缁撴瀯绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'data_structure' -GO - --- ---------------------------- --- Records of jform_cgdynamgraph_head --- ---------------------------- -INSERT INTO [dbo].[jform_cgdynamgraph_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [graph_type], [data_structure], [is_pagination]) VALUES (N'40287d815212a622015212ab57100003', N'select broswer name,count(1) value,case when broswer =''Firefox'' then ''#FF00FF'' when broswer =''IE'' then ''#FFFF00'' else ''#43CD80'' end color from t_s_log group by broswer', N't_s_log', N'娴嬭瘯鎶ヨ〃', N'鐢ㄦ埛鐧诲綍璁板綍', N'绠$悊鍛', N'2016-03-15 14:07:53.000', N'admin', null, null, null, N'', N'', N'', null) -GO -GO - --- ---------------------------- --- Table structure for jform_cgdynamgraph_item --- ---------------------------- -DROP TABLE [dbo].[jform_cgdynamgraph_item] -GO -CREATE TABLE [dbo].[jform_cgdynamgraph_item] ( -[ID] nvarchar(36) NOT NULL , -[S_FLAG] nvarchar(2) NULL , -[S_MODE] nvarchar(10) NULL , -[CGRHEAD_ID] nvarchar(36) NULL , -[DICT_CODE] nvarchar(36) NULL , -[FIELD_HREF] nvarchar(120) NULL , -[FIELD_NAME] nvarchar(36) NULL , -[FIELD_TXT] nvarchar(MAX) NULL , -[FIELD_TYPE] nvarchar(10) NULL , -[IS_SHOW] nvarchar(5) NULL , -[ORDER_NUM] int NULL , -[REPLACE_VA] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'S_FLAG')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'S_FLAG' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'S_FLAG' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'S_MODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'S_MODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'S_MODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'CGRHEAD_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'CGRHEAD_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'CGRHEAD_ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'DICT_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'DICT_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'DICT_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'FIELD_HREF')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁璺宠浆URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_HREF' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁璺宠浆URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_HREF' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'FIELD_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'FIELD_TXT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TXT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TXT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'FIELD_TYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TYPE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'IS_SHOW')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'IS_SHOW' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'IS_SHOW' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'ORDER_NUM')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'ORDER_NUM' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'ORDER_NUM' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_item', -'COLUMN', N'REPLACE_VA')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙栧艰〃杈惧紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'REPLACE_VA' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙栧艰〃杈惧紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_item' -, @level2type = 'COLUMN', @level2name = N'REPLACE_VA' -GO - --- ---------------------------- --- Records of jform_cgdynamgraph_item --- ---------------------------- -INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d5a0009', N'Y', N'single', N'40287d815212a622015212ab57100003', N'', N'', N'name', N'娴忚鍣', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d66000a', N'Y', N'group', N'40287d815212a622015212ab57100003', N'', N'', N'value', N'鏁伴噺', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d6a000b', N'', N'', N'40287d815212a622015212ab57100003', N'', N'', N'color', N'color', N'String', N'Y', N'2', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_cgdynamgraph_param --- ---------------------------- -DROP TABLE [dbo].[jform_cgdynamgraph_param] -GO -CREATE TABLE [dbo].[jform_cgdynamgraph_param] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[param_name] nvarchar(32) NOT NULL , -[param_desc] nvarchar(32) NULL , -[param_value] nvarchar(32) NULL , -[seq] int NULL , -[cgrhead_id] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'param_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傛暟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傛暟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'param_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傛暟璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傛暟璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'param_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'seq')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'seq' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'seq' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'cgrhead_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹姤琛↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹姤琛↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -GO - --- ---------------------------- --- Records of jform_cgdynamgraph_param --- ---------------------------- - --- ---------------------------- --- Table structure for jform_cgreport_head --- ---------------------------- -DROP TABLE [dbo].[jform_cgreport_head] -GO -CREATE TABLE [dbo].[jform_cgreport_head] ( -[ID] nvarchar(36) NOT NULL , -[CGR_SQL] nvarchar(1000) NOT NULL , -[CODE] nvarchar(36) NOT NULL , -[CONTENT] nvarchar(1000) NOT NULL , -[NAME] nvarchar(100) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL , -[db_source] nvarchar(36) NULL , -[return_val_field] nvarchar(100) NULL , -[return_txt_field] nvarchar(100) NULL , -[pop_retype] nvarchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'CGR_SQL')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'CGR_SQL' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'CGR_SQL' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'db_source')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹暟鎹簮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹暟鎹簮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'return_val_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩斿洖鍊煎瓧娈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_val_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩斿洖鍊煎瓧娈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_val_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'return_txt_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩斿洖鏂囨湰瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_txt_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩斿洖鏂囨湰瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_txt_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'pop_retype')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩斿洖绫诲瀷锛屽崟閫夋垨澶氶' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'pop_retype' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩斿洖绫诲瀷锛屽崟閫夋垨澶氶' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'pop_retype' -GO - --- ---------------------------- --- Records of jform_cgreport_head --- ---------------------------- -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64e1ef94d014e1efefc2a0001', N'select * from weixin_account', N'weixin_account', N'娴嬭瘯澶氭暟鎹簮鍔熻兘', N'璺ㄦ暟鎹簱鎶ヨ〃婕旂ず', N'绠$悊鍛', N'2016-03-15 11:34:38.000', N'admin', null, null, null, N'jeewx-yunying', N'', N'', N'1') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64eb9a22c014eb9a4d5890001', N'select * from t_s_base_user', N'ddt_s_base_user', N'鍏ㄨ〃鏌ヨ', N'鐢ㄦ埛鍏ㄩ儴鏌ヨ鎶ヨ〃', N'绠$悊鍛', N'2017-03-01 22:38:53.000', N'admin', null, null, null, N'', N'', N'', N'2') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e74d76e784014d76f9e783001e', N'select username account , realname from t_s_base_user', N'user_msg', N'鐢ㄦ埛POPUP锛屽脊鍑洪〉闈', N'鐢ㄦ埛閫夋嫨鍒楄〃', N'绠$悊鍛', N'2017-06-08 11:24:47.000', N'admin', null, null, null, N'', N'account', N'realname', N'2') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880ec5d872157015d87f2dd940010', N'select * from jeecg_demo', N'jeecg_demo', N'', N'jeecg_demo', N'绠$悊鍛', N'2017-07-28 15:08:52.000', N'admin', null, null, null, N'', N'', N'', N'1') -GO -GO - --- ---------------------------- --- Table structure for jform_cgreport_item --- ---------------------------- -DROP TABLE [dbo].[jform_cgreport_item] -GO -CREATE TABLE [dbo].[jform_cgreport_item] ( -[ID] nvarchar(36) NOT NULL , -[S_FLAG] nvarchar(2) NULL , -[S_MODE] nvarchar(10) NULL , -[CGRHEAD_ID] nvarchar(36) NULL , -[DICT_CODE] nvarchar(36) NULL , -[FIELD_HREF] nvarchar(120) NULL , -[FIELD_NAME] nvarchar(36) NULL , -[FIELD_TXT] nvarchar(MAX) NULL , -[FIELD_TYPE] nvarchar(10) NULL , -[IS_SHOW] nvarchar(5) NULL , -[ORDER_NUM] int NULL , -[REPLACE_VA] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'S_FLAG')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'S_FLAG' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'S_FLAG' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'S_MODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'S_MODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'S_MODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'CGRHEAD_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'CGRHEAD_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎶ヨ〃ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'CGRHEAD_ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'DICT_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀CODE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'DICT_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀CODE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'DICT_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'FIELD_HREF')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁璺宠浆URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_HREF' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁璺宠浆URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_HREF' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'FIELD_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'FIELD_TXT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TXT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TXT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'FIELD_TYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'FIELD_TYPE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'IS_SHOW')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'IS_SHOW' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'IS_SHOW' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'ORDER_NUM')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'ORDER_NUM' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'ORDER_NUM' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_item', -'COLUMN', N'REPLACE_VA')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙栧艰〃杈惧紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'REPLACE_VA' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙栧艰〃杈惧紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_item' -, @level2type = 'COLUMN', @level2name = N'REPLACE_VA' -GO - --- ---------------------------- --- Records of jform_cgreport_item --- ---------------------------- -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc2f0002', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'id', N'id', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc340003', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountname', N'accountname', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc360004', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accounttoken', N'accounttoken', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc370005', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountnumber', N'accountnumber', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc380006', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accounttype', N'accounttype', N'String', N'Y', N'4', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3d0007', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountemail', N'accountemail', N'String', N'Y', N'5', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3e0008', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountdesc', N'accountdesc', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3f0009', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountaccesstoken', N'accountaccesstoken', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc41000a', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountappid', N'accountappid', N'String', N'Y', N'8', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc42000b', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountappsecret', N'accountappsecret', N'String', N'Y', N'9', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc43000c', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'ADDTOEKNTIME', N'ADDTOEKNTIME', N'String', N'Y', N'10', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc44000d', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'USERNAME', N'USERNAME', N'String', N'Y', N'11', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc45000e', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'WEIXIN_ACCOUNTID', N'WEIXIN_ACCOUNTID', N'String', N'Y', N'12', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d58e0002', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5930003', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'activitiSync', N'activitiSync', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5940004', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'browser', N'browser', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5950005', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'password', N'password', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5960006', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'realname', N'realname', N'String', N'Y', N'4', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59b0007', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'signature', N'signature', N'String', N'Y', N'5', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59c0008', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'status', N'status', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59d0009', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'userkey', N'userkey', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59e000a', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'username', N'username', N'String', N'Y', N'8', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5a0000b', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'departid', N'departid', N'String', N'Y', N'9', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd950011', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'id', N'id', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd950012', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'name', N'name', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd950013', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'age', N'age', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd950014', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'birthday', N'birthday', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd950017', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'email', N'email', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd950018', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'phone', N'phone', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880ec5d872157015d87f2dd96001a', N'', N'', N'402880ec5d872157015d87f2dd940010', N'', N'', N'sex', N'sex', N'String', N'Y', N'9', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402894815165f4d60151660145e40002', N'Y', N'single', N'402880e74d76e784014d76f9e783001e', N'', N'', N'account', N'鐢ㄦ埛璐﹀彿', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402894815165f4d60151660145ea0003', N'', N'', N'402880e74d76e784014d76f9e783001e', N'', N'', N'realname', N'鐢ㄦ埛鍚嶅瓧', N'String', N'Y', N'1', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_cgreport_param --- ---------------------------- -DROP TABLE [dbo].[jform_cgreport_param] -GO -CREATE TABLE [dbo].[jform_cgreport_param] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[param_name] nvarchar(32) NOT NULL , -[param_desc] nvarchar(32) NULL , -[param_value] nvarchar(32) NULL , -[seq] int NULL , -[cgrhead_id] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'param_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傛暟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傛暟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'param_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傛暟璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傛暟璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'param_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'seq')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'seq' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'seq' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'cgrhead_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹姤琛↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹姤琛↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -GO - --- ---------------------------- --- Records of jform_cgreport_param --- ---------------------------- - --- ---------------------------- --- Table structure for jform_contact --- ---------------------------- -DROP TABLE [dbo].[jform_contact] -GO -CREATE TABLE [dbo].[jform_contact] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(100) NOT NULL , -[sex] nvarchar(50) NOT NULL , -[groups] nvarchar(200) NULL , -[company] nvarchar(200) NULL , -[position] nvarchar(100) NULL , -[mobile] nvarchar(30) NULL , -[office_phone] nvarchar(30) NULL , -[email] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'groups')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲垎缁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'groups' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲垎缁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'groups' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'company')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏徃鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'company' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏徃鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'company' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'position')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屼綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'position' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屼綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'position' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'mobile')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绉诲姩鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'mobile' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绉诲姩鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'mobile' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'office_phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔炲叕鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'office_phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔炲叕鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'office_phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢靛瓙閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢靛瓙閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'email' -GO - --- ---------------------------- --- Records of jform_contact --- ---------------------------- -INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'402880ec5d78bc1a015d78bc1a2f0000', N'绠$悊鍛', N'admin', N'2017-07-25 15:52:59.000', N'绠$悊鍛', N'admin', N'2017-07-31 17:02:32.000', N'A03', N'A03', N'1', N'寮犱笁', N'1', N'402880e55bd254a5015bd254a5410000', N'鍖椾含鍥界偓淇℃伅鎶鏈湁闄愬叕鍙', N'楂樼骇宸ョ▼甯', N'18611477474', N'84820955', N'154040976@qq.com') -GO -GO -INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef815373fddd015373fe4aae0002', N'绠$悊鍛', N'admin', N'2016-03-14 00:00:00.000', N'绠$悊鍛', N'admin', N'2016-06-02 00:00:00.000', N'A03', N'A0', N'1', N'寮犱笁', N'鐢锋', N'閿鍞儴', N'鍖椾含', N'CEO', N'13456548798', null, N'1@1.com') -GO -GO - --- ---------------------------- --- Table structure for jform_contact_group --- ---------------------------- -DROP TABLE [dbo].[jform_contact_group] -GO -CREATE TABLE [dbo].[jform_contact_group] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(32) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒嗙粍鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒嗙粍鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'name' -GO - --- ---------------------------- --- Records of jform_contact_group --- ---------------------------- -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5410000', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14.000', N'绠$悊鍛', N'admin', N'2017-07-31 17:02:27.000', N'A03', N'A03', N'1', N'璁$畻鏈虹粍') -GO -GO -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5940001', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14.000', null, null, null, N'A03', N'A03', N'1', N'鏂囪壓缁') -GO -GO -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5b40002', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14.000', null, null, null, N'A03', N'A03', N'1', N'鏂囧缁') -GO -GO - --- ---------------------------- --- Table structure for jform_employee_cost_claim --- ---------------------------- -DROP TABLE [dbo].[jform_employee_cost_claim] -GO -CREATE TABLE [dbo].[jform_employee_cost_claim] ( -[id] nvarchar(36) NOT NULL , -[staff_name] nvarchar(50) NULL , -[depart] nvarchar(50) NULL , -[staff_no] nvarchar(30) NULL , -[staff_post] nvarchar(50) NULL , -[pay_way] nvarchar(10) NULL , -[acct_bank] nvarchar(100) NULL , -[card_no] nvarchar(30) NULL , -[tele_no] nvarchar(20) NULL , -[cost_all] decimal(7,2) NULL , -[documents] nvarchar(2) NULL , -[cost_upper] nvarchar(50) NULL , -[prepaid_fee] decimal(7,2) NULL , -[real_fee] decimal(7,2) NULL , -[fill_time] datetime NULL , -[apply_time] datetime NULL , -[apply_by] nvarchar(50) NULL , -[comments] nvarchar(100) NULL , -[depart_approve] nvarchar(100) NULL , -[finance_approve] nvarchar(100) NULL , -[mgr_approve] nvarchar(100) NULL , -[treasurer] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'staff_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屽伐濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屽伐濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'depart')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'staff_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍛樺伐缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍛樺伐缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'staff_post')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屼綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_post' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屼綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_post' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'pay_way')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵撴鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'pay_way' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵撴鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'pay_way' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'acct_bank')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寮鎴疯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'acct_bank' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寮鎴疯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'acct_bank' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'card_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍗″彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'card_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍗″彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'card_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'tele_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱旂郴鎵嬫満鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'tele_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱旂郴鎵嬫満鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'tele_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'cost_all')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐圭敤鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_all' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐圭敤鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_all' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'documents')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍗曟嵁鏁伴噺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'documents' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍗曟嵁鏁伴噺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'documents' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'cost_upper')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐圭敤澶у啓' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_upper' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐圭敤澶у啓' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_upper' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'prepaid_fee')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'棰勬敮娆鹃」' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'prepaid_fee' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'棰勬敮娆鹃」' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'prepaid_fee' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'real_fee')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹為檯鏀粯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'real_fee' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹為檯鏀粯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'real_fee' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'apply_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢宠浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'apply_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢宠浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'apply_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'comments')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'comments' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'comments' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'depart_approve')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬瀹℃壒' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart_approve' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬瀹℃壒' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart_approve' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'finance_approve')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐㈠姟瀹℃壒' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'finance_approve' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐㈠姟瀹℃壒' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'finance_approve' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'mgr_approve')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬荤粡鐞嗗鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'mgr_approve' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬荤粡鐞嗗鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'mgr_approve' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'treasurer')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍑虹撼' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'treasurer' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍑虹撼' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'treasurer' -GO - --- ---------------------------- --- Records of jform_employee_cost_claim --- ---------------------------- - --- ---------------------------- --- Table structure for jform_employee_entry --- ---------------------------- -DROP TABLE [dbo].[jform_employee_entry] -GO -CREATE TABLE [dbo].[jform_employee_entry] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[employee_name] nvarchar(32) NULL , -[employee_depart] nvarchar(50) NULL , -[employee_job] nvarchar(32) NULL , -[employee_birthday] datetime NULL , -[employee_origin] nvarchar(50) NULL , -[employee_degree] nvarchar(32) NULL , -[employee_identification] nvarchar(50) NULL , -[employee_entry_date] datetime NULL , -[employee_code] nvarchar(32) NULL , -[employee_phone] nvarchar(32) NULL , -[employee_mail] nvarchar(150) NULL , -[employee_msn] nvarchar(32) NULL , -[hr_pic] nvarchar(2) NULL , -[hr_archives] nvarchar(2) NULL , -[hr_identification] nvarchar(2) NULL , -[hr_degree] nvarchar(2) NULL , -[hr_other] nvarchar(2) NULL , -[hr_tel] nvarchar(2) NULL , -[hr_op_user] nvarchar(32) NULL , -[hr_op_date] datetime NULL , -[depart_opinion] nvarchar(200) NULL , -[depart_op_user] nvarchar(32) NULL , -[depart_op_date] datetime NULL , -[manager_opinion] nvarchar(200) NULL , -[manager_op_user] nvarchar(32) NULL , -[manager_op_date] datetime NULL , -[employee_opinion] nvarchar(200) NULL , -[employee_op_user] nvarchar(32) NULL , -[employee_op_date] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濉〃鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濉〃鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_depart')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_depart' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_depart' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_job')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_job' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_job' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_birthday')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_birthday' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_birthday' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_origin')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫嶈疮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_origin' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫嶈疮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_origin' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛﹀巻' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛﹀巻' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_degree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_identification')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'韬唤璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_identification' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'韬唤璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_identification' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_entry_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏ヨ亴鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_entry_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏ヨ亴鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_entry_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸ュ彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸ュ彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵嬫満' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵嬫満' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_mail')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_mail' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_mail' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_msn')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'MSN' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_msn' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'MSN' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_msn' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_pic')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐓х墖' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_pic' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐓х墖' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_pic' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_archives')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妗f琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_archives' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妗f琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_archives' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_identification')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'韬唤璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_identification' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'韬唤璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_identification' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛︿綅璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛︿綅璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_degree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_other')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏朵粬璇佷欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_other' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏朵粬璇佷欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_other' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_tel')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒嗛厤鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_tel' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒嗛厤鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_tel' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'depart_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鎰忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鎰忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'depart_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'depart_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'manager_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬荤粡鐞嗘剰瑙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬荤粡鐞嗘剰瑙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'manager_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'manager_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏂板憳宸ユ剰瑙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏂板憳宸ユ剰瑙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忓姙浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_date' -GO - --- ---------------------------- --- Records of jform_employee_entry --- ---------------------------- -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151aef50c0151aef50c260000', N'绠$悊鍛', N'admin', N'2015-12-17 00:00:00.000', N'绠$悊鍛', N'admin', N'2015-12-18 00:00:00.000', N'A02', N'A0', N'寮犱笁', N'鎶鏈', N'java寮鍙', N'2010-12-17 00:00:00.000', N'鍖椾含', N'鏈', N'111111111111111', N'2015-12-17 00:00:00.000', N'U0000001', N'18500000000', N'zhangsan@jeecg.com', N'zhangsan@jeecg.cm', N'N', N'N', N'Y', N'Y', N'1', N'2', N'hr', N'2015-12-17 00:00:00.000', N'鍚屾剰锛', N'閮ㄩ棬棰嗗', N'2015-12-17 00:00:00.000', N'鍚屾剰锛', N'鎬荤粡鐞嗛瀵', N'2015-12-17 00:00:00.000', N'鍔姏宸ヤ綔锛', N'寮犱笁', N'2015-12-17 00:00:00.000') -GO -GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151aef50c0151af24ee4f0002', null, null, N'2015-12-17 00:00:00.000', N'绠$悊鍛', N'admin', N'2015-12-17 00:00:00.000', null, null, N'鏉庡洓', N'鎶鏈', N'Java寮鍙', N'2015-12-01 00:00:00.000', N'鍖椾含', N'涓撶', N'11111111111111', N'2015-12-17 00:00:00.000', N'U00000002', N'13400000000', N'lisi@jeecg.com', N'lisi@jeecg.com', N'N', N'N', N'N', N'N', null, null, N'hr', N'2015-12-17 00:00:00.000', N'OK!!!!', N'閮ㄩ棬棰嗗', N'2015-12-17 00:00:00.000', N'OK!!!!', N'鎬荤粡鐞嗛瀵', N'2015-12-17 00:00:00.000', N'Yes!!!', N'鏉庡洓', N'2015-12-17 00:00:00.000') -GO -GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151b461e80151b461e86a0000', null, null, N'2015-12-18 00:00:00.000', N'绠$悊鍛', N'admin', N'2015-12-23 00:00:00.000', null, null, N'鐜嬩簲', N'鎶鏈', N'java', N'2015-12-01 00:00:00.000', N'鍖椾含', N'鏈', N'11111111', N'2015-12-25 00:00:00.000', N'U0000003', N'13611111111', N'wangwu@jeecg.com', N'wangwu@jeecg.com', N'N', N'N', N'N', N'N', null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'402880e75b47f12e015b47f6402e0004', N'绠$悊鍛', N'admin', N'2017-04-07 18:29:32.000', null, null, null, N'A03', N'A03', N'1111', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_leave --- ---------------------------- -DROP TABLE [dbo].[jform_employee_leave] -GO -CREATE TABLE [dbo].[jform_employee_leave] ( -[id] nvarchar(36) NOT NULL , -[name] nvarchar(100) NULL , -[apply_date] datetime NULL , -[duty] nvarchar(100) NULL , -[leave_category] nvarchar(100) NULL , -[leave_reason] nvarchar(100) NULL , -[leave_start_date] datetime NULL , -[leave_end_date] datetime NULL , -[total] int NULL , -[contact_way] nvarchar(20) NULL , -[duty_deputy] nvarchar(100) NULL , -[leader_approval] nvarchar(50) NULL , -[dept_principal_approval] nvarchar(50) NULL , -[hr_principal_approval] nvarchar(50) NULL , -[hr_records] nvarchar(50) NULL , -[department] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'apply_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢宠鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'apply_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢宠鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'apply_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'duty')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_category')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣绫诲埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_category' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣绫诲埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_category' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_reason')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣鍘熷洜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_reason' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣鍘熷洜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_reason' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_start_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_start_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_start_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_end_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_end_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_end_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'total')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏辫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'total' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏辫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'total' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'contact_way')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绱фヨ仈绯绘柟寮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'contact_way' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绱фヨ仈绯绘柟寮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'contact_way' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'duty_deputy')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵瑰畾鑱屽姟浠g悊浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty_deputy' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵瑰畾鑱屽姟浠g悊浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty_deputy' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leader_approval')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐩存帴涓荤瀹℃壒' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leader_approval' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐩存帴涓荤瀹℃壒' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leader_approval' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'dept_principal_approval')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬璐熻矗浜哄鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'dept_principal_approval' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬璐熻矗浜哄鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'dept_principal_approval' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'hr_principal_approval')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'HR璐熻矗浜哄鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_principal_approval' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'HR璐熻矗浜哄鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_principal_approval' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'hr_records')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛屾斂閮ㄥ妗' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_records' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛屾斂閮ㄥ妗' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_records' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'department')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'department' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'department' -GO - --- ---------------------------- --- Records of jform_employee_leave --- ---------------------------- -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880ef5aeb375a015aeb375a860000', N'绉﹂', N'2017-03-20 00:00:00.000', N'1', N'浜嬪亣', N'123123123', N'2017-03-20 00:00:00.000', N'2017-03-20 00:00:00.000', N'2', N'1', N'1', N'1', N'1', N'1', N'1', null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f25a981a6d015a981ff6cb0001', N'scott', N'2017-03-04 00:00:00.000', N'12', N'浜嬪亣', N'1111111111111111111111111111111 鎷夎倸瀛', null, null, N'5', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f25b18eaca015b18eaca4f0000', N'灏忕帇', N'2017-03-31 00:00:00.000', null, N'浜嬪亣', null, null, null, N'5', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fca6701591fca678b0000', N'11', N'2016-12-21 00:00:00.000', null, N'浜嬪亣', null, null, null, N'1111', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd24a01591fd24a920000', N'12121', null, null, N'浜嬪亣', null, null, null, N'1212', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd24a01591fd31bb40001', N'寮犱笁', null, null, N'骞村亣', null, null, null, N'8000', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd5d601591fd5d6dc0000', N'111', null, null, N'浜嬪亣', null, null, null, N'11', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402881855af673f7015af673f7de0000', N'寮犱笁9', N'2017-03-22 00:00:00.000', null, N'鐥呭亣', null, N'2017-03-22 00:00:00.000', N'2017-03-22 00:00:00.000', N'500', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'4028efa2521a91c701521a91c77d0000', N'闃垮阀', N'2016-01-06 00:00:00.000', N'java寮鍙', N'浜嬪亣', N'鍥炲', N'2016-01-06 00:00:00.000', N'2016-01-14 00:00:00.000', N'22', N'15110089792', N'鍒樻棴鐢', N'鍒樻棴鐢', N'鍒樻棴鐢', N'鍒樻棴鐢', N'10001', null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_meals_cost --- ---------------------------- -DROP TABLE [dbo].[jform_employee_meals_cost] -GO -CREATE TABLE [dbo].[jform_employee_meals_cost] ( -[id] nvarchar(36) NOT NULL , -[fk_id] nvarchar(36) NULL , -[meals_date] datetime NULL , -[meals_cost] decimal(7,2) NULL , -[meals_addr] nvarchar(100) NULL , -[meals_number] int NULL , -[comments] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'fk_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'meals_cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椁愯垂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椁愯垂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'meals_addr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚冮キ鍦扮偣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_addr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚冮キ鍦扮偣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_addr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'meals_number')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚岃浜烘暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_number' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚岃浜烘暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_number' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'comments')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -GO - --- ---------------------------- --- Records of jform_employee_meals_cost --- ---------------------------- - --- ---------------------------- --- Table structure for jform_employee_other_cost --- ---------------------------- -DROP TABLE [dbo].[jform_employee_other_cost] -GO -CREATE TABLE [dbo].[jform_employee_other_cost] ( -[id] nvarchar(36) NOT NULL , -[fk_id] nvarchar(36) NULL , -[item] nvarchar(20) NULL , -[cost] decimal(7,2) NULL , -[begin_time] datetime NULL , -[end_time] datetime NULL , -[comments] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'fk_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'item')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浜嬮」' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'item' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浜嬮」' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'item' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐圭敤' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐圭敤' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'begin_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'begin_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'begin_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'end_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'end_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'end_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'comments')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -GO - --- ---------------------------- --- Records of jform_employee_other_cost --- ---------------------------- - --- ---------------------------- --- Table structure for jform_employee_resignation --- ---------------------------- -DROP TABLE [dbo].[jform_employee_resignation] -GO -CREATE TABLE [dbo].[jform_employee_resignation] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[name] nvarchar(32) NULL , -[code] nvarchar(32) NULL , -[job] nvarchar(32) NULL , -[join_time] datetime NULL , -[out_type] nvarchar(32) NULL , -[apply_out_time] datetime NULL , -[out_time] datetime NULL , -[id_card] nvarchar(32) NULL , -[out_content] nvarchar(200) NULL , -[out_reason] nvarchar(100) NULL , -[interview_record] nvarchar(100) NULL , -[office_change] nvarchar(100) NULL , -[hr_check] nvarchar(32) NULL , -[should_send_salary] float(53) NULL , -[should_deduct_pay] float(53) NULL , -[pay] float(53) NULL , -[get_time] datetime NULL , -[boss_check] nvarchar(32) NULL , -[description] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍛樺伐缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍛樺伐缂栧彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'job')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'job' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屽姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'job' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'join_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏ヨ亴鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'join_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏ヨ亴鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'join_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绂昏亴鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绂昏亴鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'apply_out_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢宠绂昏亴鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'apply_out_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢宠绂昏亴鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'apply_out_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姝e紡绂昏亴鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姝e紡绂昏亴鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'id_card')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'韬唤璇佺紪鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id_card' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'韬唤璇佺紪鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id_card' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绂昏亴椤荤煡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绂昏亴椤荤煡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_reason')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绂昏亴鍘熷洜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_reason' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绂昏亴鍘熷洜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_reason' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'interview_record')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闈㈣皥璁板綍' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'interview_record' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闈㈣皥璁板綍' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'interview_record' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'office_change')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔炲叕鐗╁搧绉讳氦' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'office_change' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔炲叕鐗╁搧绉讳氦' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'office_change' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'hr_check')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浜哄姏璧勬簮閮ㄥ鏍' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'hr_check' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浜哄姏璧勬簮閮ㄥ鏍' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'hr_check' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'should_send_salary')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'搴斿彂钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_send_salary' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'搴斿彂钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_send_salary' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'should_deduct_pay')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'搴旀墸钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_deduct_pay' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'搴旀墸钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_deduct_pay' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'pay')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹炲彂钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'pay' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹炲彂钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'pay' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'get_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'棰嗗彇鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'get_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'棰嗗彇鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'get_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'boss_check')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬荤粡鐞嗗鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'boss_check' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬荤粡鐞嗗鎵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'boss_check' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'description')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'description' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'description' -GO - --- ---------------------------- --- Records of jform_employee_resignation --- ---------------------------- -INSERT INTO [dbo].[jform_employee_resignation] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [name], [code], [job], [join_time], [out_type], [apply_out_time], [out_time], [id_card], [out_content], [out_reason], [interview_record], [office_change], [hr_check], [should_send_salary], [should_deduct_pay], [pay], [get_time], [boss_check], [description]) VALUES (N'4028ef81536380d90153639400990004', null, null, null, null, null, null, null, null, N'12', N'12', N'12', N'2016-03-11 00:00:00.000', N'cigong', N'2016-03-11 00:00:00.000', N'2016-03-11 00:00:00.000', N'12', N'12', N'12', N'12', N'12', null, N'12', N'12', null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_graphreport_head --- ---------------------------- -DROP TABLE [dbo].[jform_graphreport_head] -GO -CREATE TABLE [dbo].[jform_graphreport_head] ( -[id] nvarchar(36) NOT NULL , -[cgr_sql] nvarchar(1000) NOT NULL , -[code] nvarchar(36) NOT NULL , -[content] nvarchar(1000) NOT NULL , -[name] nvarchar(100) NOT NULL , -[ytext] nvarchar(100) NOT NULL , -[categories] nvarchar(1000) NOT NULL , -[is_show_list] nvarchar(5) NULL , -[x_page_js] nvarchar(1000) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'cgr_sql')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ヨ鏁版嵁SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'cgr_sql' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ヨ鏁版嵁SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'cgr_sql' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'ytext')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'y杞存枃瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'ytext' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'y杞存枃瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'ytext' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'categories')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'x杞存暟鎹' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'categories' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'x杞存暟鎹' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'categories' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'is_show_list')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず鏄庣粏' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'is_show_list' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず鏄庣粏' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'is_show_list' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'x_page_js')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵╁睍JS' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'x_page_js' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵╁睍JS' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'x_page_js' -GO - --- ---------------------------- --- Records of jform_graphreport_head --- ---------------------------- -INSERT INTO [dbo].[jform_graphreport_head] ([id], [cgr_sql], [code], [content], [name], [ytext], [categories], [is_show_list], [x_page_js]) VALUES (N'402881e64ca71152014ca71152480000', N'select a.userid, count(*) ct, sum(case when right(logcontent, 4) in (''鐧诲綍鎴愬姛'', ''cess'') then 1 else 0 end) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc', N'yhcztj', N'鐢ㄦ埛鎿嶄綔缁熻', N'鐢ㄦ埛鎿嶄綔缁熻', N'鎿嶄綔娆℃暟', N'userid', N'Y', N'function getTotalRows(totalRows) { - return [''ct'', ''login_count'']; -}') -GO -GO - --- ---------------------------- --- Table structure for jform_graphreport_item --- ---------------------------- -DROP TABLE [dbo].[jform_graphreport_item] -GO -CREATE TABLE [dbo].[jform_graphreport_item] ( -[id] nvarchar(36) NOT NULL , -[search_flag] nvarchar(2) NULL , -[search_mode] nvarchar(10) NULL , -[cgreport_head_id] nvarchar(36) NULL , -[dict_code] nvarchar(500) NULL , -[field_href] nvarchar(120) NULL , -[field_name] nvarchar(36) NULL , -[field_txt] nvarchar(1000) NULL , -[field_type] nvarchar(10) NULL , -[is_show] nvarchar(5) NULL , -[order_num] int NULL , -[replace_va] nvarchar(36) NULL , -[is_graph] nvarchar(5) NULL , -[graph_type] nvarchar(50) NULL , -[graph_name] nvarchar(100) NULL , -[tab_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'jform_graphreport_item' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'jform_graphreport_item' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'search_flag')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_flag' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏌ヨ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_flag' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'search_mode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_mode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏌ヨ妯″紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_mode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'cgreport_head_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'cgreportHeadId' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'cgreport_head_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'cgreportHeadId' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'cgreport_head_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'dict_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀Code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'dict_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀Code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'dict_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_href')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁href' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_href' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁href' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_href' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_txt')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_txt' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_txt' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'is_show')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_show' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鏄剧ず' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_show' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'order_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'order_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'order_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'replace_va')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙栧艰〃杈惧紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'replace_va' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙栧艰〃杈惧紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'replace_va' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'is_graph')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄剧ず鍥捐〃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_graph' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄剧ず鍥捐〃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_graph' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'graph_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥捐〃绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥捐〃绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'graph_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥捐〃鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥捐〃鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'tab_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏍囩鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'tab_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏍囩鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'tab_name' -GO - --- ---------------------------- --- Records of jform_graphreport_item --- ---------------------------- -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2a0c29d0000', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'ct', N'鎿嶄綔娆℃暟', N'Integer', N'Y', N'1', N'}}}}}}}}', N'Y', N'column', N'鎿嶄綔娆℃暟', N'鏌辩姸鍥') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2af45210001', N'N', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'ct', N'鎿嶄綔娆℃暟', N'Integer', N'N', N'5', N'}}', N'Y', N'spline', N'鎿嶄綔娆℃暟', N'鏇茬嚎鍥') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2af45550002', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'login_count', N'鐧诲綍娆℃暟', N'Integer', N'N', N'6', N'}}', N'Y', N'spline', N'鐧诲綍娆℃暟', N'鏇茬嚎鍥') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca71152014ca711527c0001', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'select id ''key'', realname ''value'' from t_s_base_user', N'', N'userid', N'鐢ㄦ埛', N'String', N'Y', N'0', N'}}}}}}}}}}}}}}}}}}}}}}}}', N'N', N'spline', N'鐢ㄦ埛', N'') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca71152014ca71152a90002', N'N', N'group', N'402881e64ca71152014ca71152480000', N'', N'', N'login_count', N'鐧诲綍娆℃暟', N'Integer', N'Y', N'2', N'}}}}}}}}}}}}}}}}}}}}}}}}', N'Y', N'column', N'鐧诲綍娆℃暟', N'鏌辩姸鍥') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca7adc7014ca7adc75a0000', N'Y', N'group', N'402881e64ca71152014ca71152480000', N'', N'', N'operatetime', N'鎿嶄綔鏃ユ湡', N'Date', N'N', N'3', N'}}}}}}}}}}}}}}', N'N', N'spline', N'', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_leave --- ---------------------------- -DROP TABLE [dbo].[jform_leave] -GO -CREATE TABLE [dbo].[jform_leave] ( -[id] nvarchar(36) NOT NULL , -[title] nvarchar(50) NOT NULL , -[people] nvarchar(20) NOT NULL , -[sex] nvarchar(10) NOT NULL , -[begindate] datetime NOT NULL , -[enddate] datetime NOT NULL , -[day_num] int NULL , -[hol_dept] nvarchar(32) NOT NULL , -[hol_reson] nvarchar(255) NOT NULL , -[dep_leader] nvarchar(20) NULL , -[content] nvarchar(255) NULL , -[file_str] nvarchar(300) NULL , -[create_by] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣鏍囬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣鏍囬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'people')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'people' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'people' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'begindate')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'begindate' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'begindate' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'enddate')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'enddate' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'enddate' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'day_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣澶╂暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'day_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣澶╂暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'day_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'hol_dept')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_dept' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_dept' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'hol_reson')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇峰亣鍘熷洜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_reson' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇峰亣鍘熷洜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_reson' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'dep_leader')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬瀹℃壒浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'dep_leader' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬瀹℃壒浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'dep_leader' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬瀹℃壒鎰忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬瀹℃壒鎰忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'file_str')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勪欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'file_str' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勪欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'file_str' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO - --- ---------------------------- --- Records of jform_leave --- ---------------------------- -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402880f25b1d8290015b1d82900c0000', N'scott', N'灏忕帇', N'0', N'2017-03-30 00:00:00.000', N'2017-03-25 12:38:36.000', N'5', N'402880e447e99cf10147e9a03b320003', N'

99999999999

', N'鎬荤粡鐞', N'鍚屾剰', null, N'admin') -GO -GO -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402880f25b1e618f015b1e63f4d80001', N'demo6', N'demo6', N'0', N'2017-03-08 00:00:00.000', N'2017-03-30 16:45:16.000', null, N'402880e447e99cf10147e9a03b320003', N'

demo

', N'demo', N'demo', null, N'demo') -GO -GO -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'4028ef815374112b015374112b620000', N'璇峰亣鍑哄樊', N'鏉庡洓', N'0', N'2016-03-31 00:00:00.000', N'2016-03-17 15:39:41.000', null, N'402880e447e99cf10147e9a03b320003', N'12', N'12', N'12', null, N'admin') -GO -GO - --- ---------------------------- --- Table structure for jform_order_customer --- ---------------------------- -DROP TABLE [dbo].[jform_order_customer] -GO -CREATE TABLE [dbo].[jform_order_customer] ( -[id] nvarchar(36) NOT NULL , -[name] nvarchar(100) NULL , -[money] real NULL , -[sex] nvarchar(4) NULL , -[telphone] nvarchar(32) NULL , -[fk_id] nvarchar(36) NOT NULL , -[sf_pic] nvarchar(500) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹㈡埛鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍗曚环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍗曚环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'telphone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'telphone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'telphone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'fk_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'fk_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'fk_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'sf_pic')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'韬唤璇佹壂鎻忎欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'sf_pic' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'韬唤璇佹壂鎻忎欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'sf_pic' -GO - --- ---------------------------- --- Records of jform_order_customer --- ---------------------------- -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca062f9015ca062f9350000', N'7777', N'123', N'0', N'123', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca062f9015ca0637a870002', N'demo', N'123', N'1', N'123', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca062f9015ca0666f970007', N'999', N'4444', N'0', N'4444', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca062f9015ca06746840009', N'鏉庡洓', N'444', N'0', N'44', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca062f9015ca06e2cbb000b', N'7777,鏉庡洓', N'777', N'1', N'7777', N',', N'777') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca0847b015ca0847bb80000', N'7777', N'4', N'0', N'4', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca0847b015ca08494ed0002', N'7777', N'4', N'0', N'4', N',,,', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca0847b015ca084d60d0004', N'7777', N'4', N'0', N'4', N',,,', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca0847b015ca0871c7c0006', N'7777', N'6', N'0', N'6', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca08a98015ca08a987b0000', N'demo', N'6', N'0', N'6', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca08a98015ca08ef4820002', N'demo', N'6', N'1', N'6', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ca08a98015ca090fcb00004', N'999', N'6', N'0', N'6', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ce8d893015ce8dd5e320002', N'888', N'8', N'0', N'8', N'402880ec5ce8d893015ce8dd5e310001', N'upload/20170627/20170627172408psP5p0BV.jpg') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ce8d893015ce8dd5e320003', N'888', N'8', N'1', N'8', N'402880ec5ce8d893015ce8dd5e310001', N'') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ce8e29c015ce8e98c6b0002', N'寮犱笁', N'500', N'1', N'18611788584', N'402880ec5ce8e29c015ce8e98c6b0001', N'') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880ec5ce8e29c015ce8e9fb210005', N'鏉庡洓', N'8800', N'0', N'18611788888', N'402880ec5ce8e29c015ce8e98c6b0001', N'') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867b1f310009', N'7777', N'6', N'1', N'6', N',', N'upload/20170608/20170608145349Mz4sAcpa.jpg') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867b2890000b', N'7777', N'6', N'1', N'6', N',,,', N'upload/20170608/20170608145349Mz4sAcpa.jpg') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867bb896000d', N'7777', N'6', N'1', N'6', N',,,', N'upload/20170608/20170608145349Mz4sAcpa.jpg') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867bdd7f000f', N'7777', N'6', N'1', N'6', N',,,', N'upload/20170608/20170608145349Mz4sAcpa.jpg') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867c8a3b0011', null, null, N'0', null, N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867d331b0013', N'7777', N'4', N'0', null, N',', N'upload/20170608/20170608145607DA9TR8v3.pdf') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867d51090015', N'7777', N'4', N'0', null, N',,,', N'upload/20170608/20170608145607DA9TR8v3.pdf') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c867d8cf30017', N'7777', N'4', N'0', null, N',,,', N'upload/20170608/20170608145607DA9TR8v3.pdf') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402880f05c86732e015c86a2a5b10022', N'鏉庡洓', N'5', N'1', N'5', N',', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402881845ca1ca05015ca1e4c0930023', N'7777', N'555', N'0', N'555', N'402881845ca1ca05015ca1e4c0710022', null) -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id], [sf_pic]) VALUES (N'402881845ca1ca05015ca1e5cd560026', N'7777', N'111', N'0', N'1111', N'402881845ca1ca05015ca1e5cd340025', N'upload/20170613/201706132240028FG3pvWN.pdf') -GO -GO - --- ---------------------------- --- Table structure for jform_order_main --- ---------------------------- -DROP TABLE [dbo].[jform_order_main] -GO -CREATE TABLE [dbo].[jform_order_main] ( -[id] nvarchar(36) NOT NULL , -[order_code] nvarchar(50) NULL , -[order_date] datetime NULL , -[order_money] real NULL , -[content] nvarchar(500) NULL , -[ctype] nvarchar(500) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'order_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'order_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'order_money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟閲戦' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟閲戦' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'ctype')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鎵弿浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'ctype' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鎵弿浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'ctype' -GO - --- ---------------------------- --- Records of jform_order_main --- ---------------------------- -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402880ec5ce8d893015ce8dd5e310001', N'888', N'2017-06-08 00:00:00.000', N'888', N'8888', N'upload/files/20170627172400OCgnDpPE.png') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402880ec5ce8e29c015ce8e98c6b0001', N'A001', N'2017-06-27 00:00:00.000', N'900', N'A001', null) -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881845ca1ca05015ca1e4c0710022', N'555', N'2017-06-05 00:00:00.000', N'555', N'5555', N'upload/files/20170613223902BnkSeBqJ.xlsx') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881845ca1ca05015ca1e5cd340025', N'111', N'2017-06-01 00:00:00.000', N'111', N'111', null) -GO -GO - --- ---------------------------- --- Table structure for jform_order_ticket --- ---------------------------- -DROP TABLE [dbo].[jform_order_ticket] -GO -CREATE TABLE [dbo].[jform_order_ticket] ( -[id] nvarchar(36) NOT NULL , -[ticket_code] nvarchar(100) NOT NULL , -[tickect_date] datetime NULL , -[fck_id] nvarchar(36) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'ticket_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑸彮鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'ticket_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑸彮鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'ticket_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'tickect_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑸彮鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'tickect_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑸彮鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'tickect_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'fck_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'fck_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'fck_id' -GO - --- ---------------------------- --- Records of jform_order_ticket --- ---------------------------- -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca062f96a0001', N'123', N'2017-06-13 15:37:37.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca0637ab10003', N'222', N'2017-06-13 15:38:04.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca0666fb90008', N'4444', N'2017-06-13 15:41:10.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca06746ab000a', N'444', N'2017-06-20 15:42:15.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca06e2cdb000c', N'777', N'2017-06-13 15:49:52.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca0847be80001', N'4', N'2017-06-23 16:14:10.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca08495100003', N'4', N'2017-06-23 16:14:10.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca084d6300005', N'4', N'2017-06-23 16:14:10.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca0871ca00007', N'6', N'2017-06-13 16:17:06.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca08a98b40001', N'6', N'2017-06-14 16:20:50.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca08ef4ae0003', N'6', N'2017-06-07 16:25:32.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca090fdfd0005', N'6', N'2017-06-13 16:26:37.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ce8d893015ce8dd5e320004', N'888', N'2017-06-06 05:23:54.000', N'402880ec5ce8d893015ce8dd5e310001') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ce8d893015ce8dd5e320005', N'777', N'2017-05-03 05:23:58.000', N'402880ec5ce8d893015ce8dd5e310001') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ce8e29c015ce8e98c6b0003', N'A001C', N'2017-06-27 05:37:00.000', N'402880ec5ce8e29c015ce8e98c6b0001') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ce8e29c015ce8e9fb230006', N'BCC1', N'2017-06-07 17:37:28.000', N'402880ec5ce8e29c015ce8e98c6b0001') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867b1f51000a', N'6', N'2017-06-08 14:53:53.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867b28ac000c', N'6', N'2017-06-08 14:53:53.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867bb8b8000e', N'6', N'2017-06-08 14:53:53.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867bdd9d0010', N'6', N'2017-06-08 14:53:53.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867c8a590012', N'1111', N'2017-06-07 14:55:23.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d33380014', N'444', N'2017-06-08 14:55:51.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d51280016', N'444', N'2017-06-08 14:55:51.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d8d110018', N'444', N'2017-06-08 14:55:51.000', N',,,') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c86a2a5d00023', N'5', N'2017-06-08 15:37:03.000', N',') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881845ca1ca05015ca1e4c0b50024', N'55', N'2017-06-13 22:38:45.000', N'402881845ca1ca05015ca1e4c0710022') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881845ca1ca05015ca1e5cd7a0027', N'111', N'2017-06-06 22:39:52.000', N'402881845ca1ca05015ca1e5cd340025') -GO -GO - --- ---------------------------- --- Table structure for jform_price1 --- ---------------------------- -DROP TABLE [dbo].[jform_price1] -GO -CREATE TABLE [dbo].[jform_price1] ( -[id] nvarchar(36) NOT NULL , -[a] float(53) NOT NULL , -[b1] float(53) NOT NULL , -[b11] nvarchar(100) NOT NULL , -[b12] nvarchar(100) NOT NULL , -[b13] nvarchar(100) NOT NULL , -[b2] float(53) NOT NULL , -[b3] float(53) NOT NULL , -[b31] nvarchar(100) NOT NULL , -[b32] nvarchar(100) NOT NULL , -[b33] nvarchar(100) NOT NULL , -[c1] float(53) NOT NULL , -[c2] float(53) NOT NULL , -[c3] float(53) NOT NULL , -[d] int NOT NULL , -[d1] nvarchar(MAX) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'a')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'a' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'a' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛屾斂灏忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛屾斂灏忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b11')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛屾斂鐪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b11' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛屾斂鐪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b11' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b12')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛屾斂甯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b12' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛屾斂甯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b12' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b13')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛屾斂鍘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b13' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛屾斂鍘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b13' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浜嬩笟鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浜嬩笟鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b3')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傚叕灏忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b3' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傚叕灏忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b3' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b31')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傚叕鐪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b31' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傚叕鐪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b31' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b32')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傚叕甯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b32' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傚叕甯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b32' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b33')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傚叕鍘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b33' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙傚叕鍘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b33' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'c1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏ㄩ鎷ㄦ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏ㄩ鎷ㄦ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'c2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸鎷ㄦ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸鎷ㄦ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'c3')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑷敹鑷敮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c3' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑷敹鑷敮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c3' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'd')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁忚垂鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁忚垂鍚堣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'd1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯璧勮川' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯璧勮川' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd1' -GO - --- ---------------------------- --- Records of jform_price1 --- ---------------------------- - --- ---------------------------- --- Table structure for jform_resume_degree_info --- ---------------------------- -DROP TABLE [dbo].[jform_resume_degree_info] -GO -CREATE TABLE [dbo].[jform_resume_degree_info] ( -[id] nvarchar(36) NOT NULL , -[resume_id] nvarchar(36) NULL , -[begin_date] datetime NULL , -[end_date] datetime NULL , -[school_name] nvarchar(100) NULL , -[major] nvarchar(100) NULL , -[degree] nvarchar(30) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'resume_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绠鍘嗕富閿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绠鍘嗕富閿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'begin_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'end_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'school_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛︽牎鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'school_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛︽牎鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'school_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'major')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓撲笟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'major' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓撲笟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'major' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛﹀巻' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛﹀巻' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'degree' -GO - --- ---------------------------- --- Records of jform_resume_degree_info --- ---------------------------- -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881825a99f218015a99f219320002', N'402881825a99f218015a99f2189c0000', null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8156826b380156826b390a0001', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'99', null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_resume_exp_info --- ---------------------------- -DROP TABLE [dbo].[jform_resume_exp_info] -GO -CREATE TABLE [dbo].[jform_resume_exp_info] ( -[id] nvarchar(36) NOT NULL , -[resume_id] nvarchar(36) NULL , -[begin_date] datetime NULL , -[end_date] datetime NULL , -[company_name] nvarchar(200) NOT NULL , -[depart_name] nvarchar(100) NULL , -[post] nvarchar(50) NULL , -[experience] nvarchar(2000) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'resume_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绠鍘嗕俊鎭〃ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绠鍘嗕俊鎭〃ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'begin_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寮濮嬫棩鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寮濮嬫棩鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'end_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'缁撴潫鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'缁撴潫鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'company_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏徃鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'company_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏徃鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'company_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'depart_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'depart_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'depart_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'post')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱屼綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'post' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱屼綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'post' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'experience')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸ヤ綔鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'experience' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸ヤ綔鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'experience' -GO - --- ---------------------------- --- Records of jform_resume_exp_info --- ---------------------------- -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881825a99f218015a99f219030001', N'402881825a99f218015a99f2189c0000', null, null, N'1111', null, null, null) -GO -GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8156826b380156826b38d40000', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'99', N'99', null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_resume_info --- ---------------------------- -DROP TABLE [dbo].[jform_resume_info] -GO -CREATE TABLE [dbo].[jform_resume_info] ( -[id] nvarchar(36) NOT NULL , -[name] nvarchar(50) NOT NULL , -[sex] nvarchar(10) NOT NULL , -[birthday] datetime NULL , -[telnum] nvarchar(30) NULL , -[email] nvarchar(50) NULL , -[degree] nvarchar(50) NULL , -[workyear] nvarchar(20) NULL , -[cardid] nvarchar(50) NULL , -[habitation] nvarchar(100) NULL , -[residence] nvarchar(100) NULL , -[salary] nvarchar(20) NULL , -[work_place] nvarchar(50) NULL , -[work_type] nvarchar(50) NULL , -[arrival_time] datetime NULL , -[introduction] nvarchar(500) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'birthday')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'birthday' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'birthday' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'telnum')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽鍙风爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'telnum' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢佃瘽鍙风爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'telnum' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢靛瓙閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢靛瓙閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'email' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈楂樺鍘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈楂樺鍘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'degree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'workyear')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸ヤ綔骞撮檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'workyear' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸ヤ綔骞撮檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'workyear' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'cardid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'韬唤璇佸彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'cardid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'韬唤璇佸彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'cardid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'habitation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐜板眳鍦' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'habitation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐜板眳鍦' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'habitation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'residence')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎴峰彛鎵鍦ㄥ湴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'residence' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎴峰彛鎵鍦ㄥ湴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'residence' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'salary')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈熸湜钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'salary' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈熸湜钖祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'salary' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'work_place')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈熸湜宸ヤ綔鍦扮偣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_place' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈熸湜宸ヤ綔鍦扮偣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_place' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'work_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸ヤ綔绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸ヤ綔绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'arrival_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒板矖鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'arrival_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒板矖鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'arrival_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'introduction')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑷垜璇勪环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'introduction' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑷垜璇勪环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'introduction' -GO - --- ---------------------------- --- Records of jform_resume_info --- ---------------------------- -INSERT INTO [dbo].[jform_resume_info] ([id], [name], [sex], [birthday], [telnum], [email], [degree], [workyear], [cardid], [habitation], [residence], [salary], [work_place], [work_type], [arrival_time], [introduction]) VALUES (N'402881825a99f218015a99f2189c0000', N'111', N'0', null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_resume_info] ([id], [name], [sex], [birthday], [telnum], [email], [degree], [workyear], [cardid], [habitation], [residence], [salary], [work_place], [work_type], [arrival_time], [introduction]) VALUES (N'4028ef815673f03a015673f35d8c0003', N'灏忓', N'1', N'2016-08-10 00:00:00.000', null, null, null, null, N'121212', N'1212212', null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_tree --- ---------------------------- -DROP TABLE [dbo].[jform_tree] -GO -CREATE TABLE [dbo].[jform_tree] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[name] nvarchar(32) NULL , -[father_id] nvarchar(32) NULL , -[age] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐗╂枡缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐗╂枡缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'father_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐖禝D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'father_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐖禝D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'father_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'age')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'age' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'age' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'age' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'age' -GO - --- ---------------------------- --- Records of jform_tree --- ---------------------------- -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402880f25a9785a0015a9785c1bf0001', N'绠$悊鍛', N'admin', N'2017-03-04 12:13:29.000', N'绠$悊鍛', N'admin', N'2017-03-16 10:32:48.000', N'灏忓瀛', N'402880f25a9785a0015a9785a05b0000', N'2') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402880f45ad4f442015ad4f636b30003', N'绠$悊鍛', N'admin', N'2017-03-16 10:33:10.000', N'', N'', null, N'鐖风埛', null, N'80') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402880f45ad505ae015ad50c703c0001', N'绠$悊鍛', N'admin', N'2017-03-16 10:57:26.000', N'绠$悊鍛', N'admin', N'2017-03-17 00:37:59.000', N'鐖哥埜', N'402880f45ad4f442015ad4f636b30003', N'30') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402880f45ad505ae015ad510e72f0003', N'绠$悊鍛', N'admin', N'2017-03-16 11:02:19.000', N'', N'', null, N'灏忓', N'402880f45ad505ae015ad50c703c0001', N'1') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef81552e09fd01552e10fb280001', N'绠$悊鍛', N'admin', N'2016-06-08 00:00:00.000', N'绠$悊鍛', N'admin', N'2017-03-02 16:01:34.000', N'鐢佃剳閰嶄欢', N'', N'10') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef81552e09fd01552e110d510002', N'绠$悊鍛', N'admin', N'2016-06-08 00:00:00.000', N'绠$悊鍛', N'admin', N'2017-03-02 15:26:33.000', N'灞忓箷', N'4028ef81552e09fd01552e10fb280001', N'5') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef8155c4a6480155c4a6481e0000', N'绠$悊鍛', N'admin', N'2016-07-07 00:00:00.000', N'绠$悊鍛', N'admin', N'2017-03-02 15:26:45.000', N'閿洏', N'4028ef81552e09fd01552e10fb280001', N'500') -GO -GO - --- ---------------------------- --- Table structure for jp_chat_message_his --- ---------------------------- -DROP TABLE [dbo].[jp_chat_message_his] -GO -CREATE TABLE [dbo].[jp_chat_message_his] ( -[id] int NOT NULL , -[msg_from] nvarchar(255) NOT NULL , -[msg_to] nvarchar(255) NULL , -[msg_data] nvarchar(MAX) NULL , -[create_date] datetime NULL , -[type] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of jp_chat_message_his --- ---------------------------- -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'162', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:37:47.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'163', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:14.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'164', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:15.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'165', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493717904527.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:24.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'166', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493717910990.png]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:31.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'167', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"file(/jeecg/chat/imController/showOrDownByurl.do?down=1&dbPath=chat\\uploadFile\\2017\\05\\02/1493717919424.sql)[jeecg.sql]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:39.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'168', N'402880e74d75c4dd014d75d44af30005', N'402880e447e99cf10147e9a03b320003', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"222","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","groupname":"鍖椾含鍥界偓杞欢","id":"402880e447e99cf10147e9a03b320003","name":"鍖椾含鍥界偓杞欢","type":"group"}}', N'2017-05-02 17:38:52.000', N'group') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'169', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"000","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:19.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'170', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717865415","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:40:29.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'171', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:36.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'172', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"9090","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:42.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'173', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717997096","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:40:59.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'174', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718016922","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:11.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'175', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","historyTime":"1493718084559","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:37.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'176', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493718056768","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:41:49.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'177', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718069408","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:58.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'178', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493718125814.jpg]","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718069408","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:42:05.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'179', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"000000","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-02 23:07:46.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'180', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:07:52.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'181', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:07:55.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'182', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493737688170.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:08:08.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'183', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","historyTime":"1493718095410","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:02:05.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'184', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:02:56.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'185', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:04.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'186', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","historyTime":"1493737670481","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:03:11.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'187', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddss","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:16.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'188', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493740975269","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:30.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'189', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493740975269","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:45.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'190', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","historyTime":"1493740990601","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:03:54.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'191', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493741037959","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:05:14.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'192', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:16:23.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'193', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:16:45.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'194', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddface[鎷滄嫓] ","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493777782266","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:16:54.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'195', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:17:14.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'196', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"12121","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:17:21.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'197', N'4028ef81538330cd01538333b7bc0001', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"dddd","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:01.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'198', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:13.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'199', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"99999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:14.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'200', N'4028ef81538330cd01538333b7bc0001', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"sdfsdfsdf","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:21.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'201', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ssdfsdfsdddddddddddddddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:26.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'202', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"99999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-06-14 21:36:17.000', N'friend') -GO -GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type]) VALUES (N'203', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"nihao","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-06-14 21:36:26.000', N'friend') -GO -GO - --- ---------------------------- --- Table structure for jp_demo_activity --- ---------------------------- -DROP TABLE [dbo].[jp_demo_activity] -GO -CREATE TABLE [dbo].[jp_demo_activity] ( -[id] nvarchar(32) NOT NULL , -[name] nvarchar(100) NOT NULL , -[begin_time] datetime NULL , -[end_time] datetime NULL , -[hdurl] nvarchar(300) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绾㈠寘娲诲姩琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绾㈠寘娲诲姩琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娲诲姩鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娲诲姩鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'begin_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娲诲姩寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'begin_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娲诲姩寮濮嬫椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'begin_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'end_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N' 娲诲姩缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'end_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N' 娲诲姩缁撴潫鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'end_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'hdurl')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏ュ彛鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'hdurl' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏ュ彛鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'hdurl' -GO - --- ---------------------------- --- Records of jp_demo_activity --- ---------------------------- -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'5F9127187F2A45A897809A04148096BA', N'澶ц浆鐩1', N'2017-06-07 19:43:49.000', N'2017-06-27 19:43:52.000', N'222') -GO -GO -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'9AF797E30518418F84F0228245AEE95B', N'鍒埉涔', N'2017-06-28 14:29:59.000', N'2017-07-29 14:30:02.000', N'123') -GO -GO - --- ---------------------------- --- Table structure for jp_demo_auth --- ---------------------------- -DROP TABLE [dbo].[jp_demo_auth] -GO -CREATE TABLE [dbo].[jp_demo_auth] ( -[id] bigint NOT NULL , -[auth_id] nvarchar(32) NOT NULL , -[auth_name] nvarchar(100) NULL , -[auth_type] nvarchar(2) NULL , -[auth_contr] nvarchar(256) NULL , -[parent_auth_id] nchar(12) NULL , -[leaf_ind] nchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩愯惀绯荤粺鏉冮檺琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩愯惀绯荤粺鏉冮檺琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'搴忓彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'搴忓彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺绫诲瀷 0:鑿滃崟;1:鍔熻兘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺绫诲瀷 0:鑿滃崟;1:鍔熻兘' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_contr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺鎺у埗' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_contr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺鎺у埗' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_contr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'parent_auth_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婁竴绾ф潈闄愮紪鐮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'parent_auth_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婁竴绾ф潈闄愮紪鐮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'parent_auth_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'leaf_ind')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鍙跺瓙鑺傜偣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'leaf_ind' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鍙跺瓙鑺傜偣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'leaf_ind' -GO - --- ---------------------------- --- Records of jp_demo_auth --- ---------------------------- -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'1', N'21', N'绯荤粺绠$悊', N'0', null, null, N'N ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'2', N'2101', N'鐢ㄦ埛绠$悊', N'0', N'/system/back/jwSystemUser/list.do', N'21 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'3', N'210101', N'鏂板鐢ㄦ埛', N'1', N'/system/back/jwSystemUser/doAdd.do', N'2101 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'4', N'210102', N'缂栬緫鐢ㄦ埛', N'1', N'/system/back/jwSystemUser/doEdit.do', N'2101 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'5', N'2102', N'瑙掕壊绠$悊', N'0', N'/system/back/jwSystemRole/list.do', N'21 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'6', N'210201', N'鏂板瑙掕壊', N'1', N'/system/back/jwSystemRole/doAdd.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'7', N'210202', N'缂栬緫瑙掕壊', N'1', N'/system/back/jwSystemRole/doEdit.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'8', N'210203', N'瑙掕壊鎺堟潈', N'1', N'/system/back/jwSystemRole/editRoleAuth.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'9', N'210204', N'鍒犻櫎瑙掕壊', N'1', N'/system/back/jwSystemRole/doDelete.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'10', N'2103', N'鏉冮檺绠$悊', N'0', N'/system/back/jwSystemAuth/list.do', N'21 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'11', N'210301', N'鏂板鏉冮檺', N'1', N'/system/back/jwSystemAuth/doAdd.do', N'2103 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'12', N'210302', N'缂栬緫鏉冮檺', N'1', N'/system/back/jwSystemAuth/doEdit.do1', N'2103 ', N'Y ') -GO -GO - --- ---------------------------- --- Table structure for jp_demo_order_custom --- ---------------------------- -DROP TABLE [dbo].[jp_demo_order_custom] -GO -CREATE TABLE [dbo].[jp_demo_order_custom] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GOC_BUSS_CONTENT] nvarchar(33) NULL , -[GOC_CONTENT] nvarchar(66) NULL , -[GOC_CUS_NAME] nvarchar(16) NULL , -[GOC_IDCARD] nvarchar(18) NULL , -[GOC_PASSPORT_CODE] nvarchar(10) NULL , -[GOC_SEX] nvarchar(255) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GO_ORDER_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥㈣喘璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥㈣喘璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GOC_BUSS_CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓氬姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_BUSS_CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓氬姟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_BUSS_CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GOC_CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GOC_CUS_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_CUS_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濮撳悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_CUS_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GOC_IDCARD')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'韬唤璇佸彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_IDCARD' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'韬唤璇佸彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_IDCARD' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GOC_PASSPORT_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎶ょ収鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_PASSPORT_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎶ょ収鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_PASSPORT_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_custom', -'COLUMN', N'GOC_SEX')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_SEX' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_custom' -, @level2type = 'COLUMN', @level2name = N'GOC_SEX' -GO - --- ---------------------------- --- Records of jp_demo_order_custom --- ---------------------------- -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'0E1FEE0339D048F483A0A5B771A88031', N'2016-09-20 00:00:00.000', N'', N'', null, N'0', N'2', N'1', N'1', N'11', N'0000000000000', N'1', N'1', N'', N'', null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'13C4F64BFEC44E52A11A0047195C3F6B', N'2017-03-07 14:10:51.000', null, null, null, N'0', N'201703070102', N'3', N'3', N'鏉庡洓', N'3333', N'3', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'970DD348071346FB8A4710920824743B', N'2016-09-03 15:47:46.000', null, null, null, N'0', N'1212', N'1', N'1', N'2', N'111111111111111', N'222', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'992FD47FE2124A8ABFB448F290398D98', N'2017-03-07 14:10:51.000', null, null, null, N'0', N'201703070102', N'1', N'1', N'寮犱笁', N'0000000000000', N'1', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'CD91F431BDC34431A46CC80F966C55A7', N'2016-09-20 00:00:00.000', N'', N'', null, N'0', N'2', N'3', N'3', N'333', N'3333', N'3', N'1', N'', N'', null) -GO -GO - --- ---------------------------- --- Table structure for jp_demo_order_main --- ---------------------------- -DROP TABLE [dbo].[jp_demo_order_main] -GO -CREATE TABLE [dbo].[jp_demo_order_main] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ALL_PRICE] decimal(10,2) NULL , -[GO_CONTACT_NAME] nvarchar(16) NULL , -[GO_CONTENT] nvarchar(66) NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GO_ORDER_COUNT] int NULL , -[GO_RETURN_PRICE] decimal(10,2) NULL , -[GO_TELPHONE] nvarchar(11) NULL , -[GODER_TYPE] nvarchar(255) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL , -[USERTYPE] nvarchar(255) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_ALL_PRICE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬讳环(涓嶅惈杩旀)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_ALL_PRICE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬讳环(涓嶅惈杩旀)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_ALL_PRICE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_CONTACT_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑱旂郴浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_CONTACT_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑱旂郴浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_CONTACT_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_ORDER_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_ORDER_COUNT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟浜烘暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_COUNT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟浜烘暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_COUNT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_RETURN_PRICE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩旀' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_RETURN_PRICE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩旀' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_RETURN_PRICE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GO_TELPHONE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵嬫満' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_TELPHONE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵嬫満' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GO_TELPHONE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'GODER_TYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璁㈠崟绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GODER_TYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璁㈠崟绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'GODER_TYPE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_main', -'COLUMN', N'USERTYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椤惧绫诲瀷 : 1鐩村 2鍚岃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'USERTYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椤惧绫诲瀷 : 1鐩村 2鍚岃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_main' -, @level2type = 'COLUMN', @level2name = N'USERTYPE' -GO - --- ---------------------------- --- Records of jp_demo_order_main --- ---------------------------- -INSERT INTO [dbo].[jp_demo_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'20E478EF3B38444EBE6D9BF6CF7AD60B', N'2016-09-03 00:00:00.000', N'', N'', null, N'0', N'500.00', N'绉﹂', N'0', N'201703070102', N'10', N'1.00', N'18611700000', N'1', N'', N'', null, N'1') -GO -GO - --- ---------------------------- --- Table structure for jp_demo_order_product --- ---------------------------- -DROP TABLE [dbo].[jp_demo_order_product] -GO -CREATE TABLE [dbo].[jp_demo_order_product] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GOP_CONTENT] nvarchar(66) NULL , -[GOP_COUNT] int NULL , -[GOP_ONE_PRICE] decimal(10,2) NULL , -[GOP_PRODUCT_NAME] nvarchar(33) NULL , -[GOP_PRODUCT_TYPE] nvarchar(1) NOT NULL , -[GOP_SUM_PRICE] decimal(10,2) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GO_ORDER_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥㈣喘璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥㈣喘璁㈠崟鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GO_ORDER_CODE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GOP_CONTENT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_CONTENT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_CONTENT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GOP_COUNT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_COUNT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_COUNT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GOP_ONE_PRICE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍗曚环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_ONE_PRICE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍗曚环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_ONE_PRICE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GOP_PRODUCT_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浜у搧鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_PRODUCT_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浜у搧鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_PRODUCT_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GOP_PRODUCT_TYPE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈嶅姟椤圭洰绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_PRODUCT_TYPE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈嶅姟椤圭洰绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_PRODUCT_TYPE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_order_product', -'COLUMN', N'GOP_SUM_PRICE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'灏忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_SUM_PRICE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'灏忚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_order_product' -, @level2type = 'COLUMN', @level2name = N'GOP_SUM_PRICE' -GO - --- ---------------------------- --- Records of jp_demo_order_product --- ---------------------------- -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'5DE5A7EAD60142C28E9731521A420BC7', N'2016-09-03 15:47:46.000', null, null, null, N'0', N'1212', N'1', N'1', N'111.00', N'1', N'1', N'1.00', null, null, null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'C84A5F61BC5C4C1ABF270AC8264390E9', N'2017-08-02 09:51:29.000', null, null, null, N'0', N'201703070102', N'5', N'55', N'5.00', N'55', N'1', N'5.00', null, null, null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'D4E436A1B3D7484C9297B242BBF3BA98', N'2016-09-06 00:00:00.000', N'', N'', null, N'0', N'2', N'11', N'111', N'111.00', N'111', N'1', N'11.00', N'', N'', null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'E7F13FBD98D947C2AFF4CEBB4E97838E', N'2017-08-02 09:51:29.000', null, null, null, N'0', N'201703070102', N'10鍙', N'1', N'100000.00', N'鐢佃剳', N'1', N'100000.00', null, null, null) -GO -GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'EF10DC1C05364466990B1CA9D2D22C62', N'2016-09-23 00:00:00.000', N'', N'', null, N'1', N'2', N'', null, null, N'', N'1', null, N'', N'', null) -GO -GO - --- ---------------------------- --- Table structure for jp_inner_mail --- ---------------------------- -DROP TABLE [dbo].[jp_inner_mail] -GO -CREATE TABLE [dbo].[jp_inner_mail] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[title] nvarchar(100) NULL , -[attachment] nvarchar(1000) NULL , -[content] nvarchar(MAX) NULL , -[status] nvarchar(50) NULL , -[receiver_names] nvarchar(300) NULL , -[receiver_ids] nvarchar(300) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'attachment')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勪欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'attachment' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勪欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'attachment' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'receiver_names')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺ユ敹鑰呭鍚嶅垪琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_names' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺ユ敹鑰呭鍚嶅垪琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_names' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'receiver_ids')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏀朵欢浜烘爣璇嗗垪琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_ids' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏀朵欢浜烘爣璇嗗垪琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_ids' -GO - --- ---------------------------- --- Records of jp_inner_mail --- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'295A4C4021DD4E17AC2D453013A1E21F', N'绠$悊鍛', N'admin', null, N'121', null, N'2121212', N'02', N'绠$悊鍛', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'3A230A6CC3544E1B9D941136ACBB4E1B', N'绠$悊鍛', N'admin', null, N'1212', null, N' - 121212 - ', N'02', N'demo,寮犱笁,绠$悊鍛,寮犱唬娴', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a653262c0010', N'绠$悊鍛', N'admin', N'2016-03-24 09:53:00.000', N'123123', null, N'

123123123123

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a6533a640013', N'绠$悊鍛', N'admin', N'2016-03-24 09:53:05.000', N'123123', null, N'

123123123123

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a6559ff80020', N'寮犱唬娴', N'scott', N'2016-03-24 09:55:42.000', N'222', null, N'

222

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153bad3530153badd38820001', N'绠$悊鍛', N'admin', N'2016-03-28 09:36:13.000', N'12', null, N'

12

', N'02', N'寮犱笁,绠$悊鍛', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153bad3530153badd64510004', N'绠$悊鍛', N'admin', N'2016-03-28 09:36:24.000', N'12', null, N'

1212

', N'02', N'寮犱笁', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb3997000d', N'绠$悊鍛', N'admin', N'2016-03-30 12:32:23.000', N'1231', null, N'

23

', N'02', N'寮犱笁', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb5957000f', N'绠$悊鍛', N'admin', N'2016-03-30 12:32:31.000', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb63570011', N'绠$悊鍛', N'admin', N'2016-03-30 12:32:34.000', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153fe51210153fe5df3bd0001', N'绠$悊鍛', N'admin', N'2016-04-10 12:11:23.000', N'112', null, N'

Jeecg-P3 1.0 鐗堟湰鍙戝竷锛屾彃浠跺紑鍙戞鏋

鐗圭偣锛氫笟鍔$粍浠朵互JAR鏂瑰紡鎻愪緵锛屾彃浠舵ā寮忋佹澗鑰﹀悎銆佸彲鎻掓嫈銆佹敮鎸佺嫭绔嬮儴缃诧紝涔熷彲浠ユ棤缂濋泦鎴怞eecg骞冲彴涓

銆愭灦鏋勮鏄庛

1.Jeecg-P3 閲囩敤SpringMvc + Minidao + Velocity + Maven(鏋勫缓) 妗嗘灦鎶鏈
-2.鎻掍欢寮曞叆鏂瑰紡
-    pom.xml鏂囦欢涓紝寮曞叆鏂板紑鍙戠殑鎻掍欢
-    <!-- P3 jar -->
-    <dependency>
-        <groupId>org.p3framework</groupId>
-        <artifactId>jeecg-p3-biz-demo</artifactId>
-        <version>1.0.0</version>
-    </dependency>
-3.椤圭洰鍚姩璁块棶鏂瑰紡锛
-  閲囩敤maven鏂瑰紡锛屽惎鍔╓eb椤圭洰
-  http://localhost/jeecg-p3-web/{椤甸潰璁块棶鍦板潃}
-4.椤甸潰灞傞潰涓嶈兘閲囩敤jsp锛岄渶瑕侀噰鐢ㄦā鏉胯瑷Velocity
-5.鎻掍欢寮忓紑鍙,姣忎釜涓氬姟缁勪欢浠ar鍖呮柟寮忔彁渚
-6.鏁版嵁搴撻厤缃枃浠讹細
-  jeecg-p3-web/src/main/resources/dbconfig.properties

銆愰」鐩鏄庛

jeecg-p3-web      | 鍚姩涓婚」鐩
-jeecg-p3-biz-demo | 鎻掍欢椤圭洰Demo

銆愬紑鍙戝叆闂ㄣ

鈽嗗噯澶囧伐浣滐細
-    1.鏍囧噯寮鍙戝伐鍏凤細eclipse + jdk7 + tomcat7 + mysql
-    2.椤圭洰涓簃aven宸ョ▼锛岄噰鐢╩aven鏂瑰紡瀵煎叆eclipse绛塈DE寮鍙戝伐鍏 
-
-鈽嗗揩鎹峰惎鍔細
-    绗竴姝ワ細鍒涘缓Mysql鏁版嵁搴搄eecg-p3锛岄噰鐢║TF-8缂栫爜锛屾墽琛屼笅闈㈡暟鎹簱鑴氭湰
-            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
-    绗簩姝ワ細鍙屽嚮杩愯jeecg-p3-web\bin\run-tomcat7.bat鎴朾in\run-tomcat.bat锛
-            鍚姩Web鏈嶅姟鍣紙绗竴娆¤繍琛岋紝闇瑕佷笅杞戒緷璧杍ar鍖咃紝璇疯愬績绛夊緟锛夈
-    绗笁姝ワ細娴嬭瘯璁块棶鍦板潃
-            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
-            2. http://localhost/jeecg-p3-web/p3/auth.do?list    
-
-鈽咵clipse杩愯姝ラ锛
-    绗竴姝ワ細鍒涘缓Mysql鏁版嵁搴搄eecg-p3锛岄噰鐢║TF-8缂栫爜锛屾墽琛屼笅闈㈡暟鎹簱鑴氭湰
-            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
-    绗簩姝ワ細閲囩敤maven鏂瑰紡鍚姩椤圭洰 (jeecg-p3-web)
-            椤圭洰鍙冲缓->debug as->debug configurations->閫変腑jeecg-p3-web椤圭洰->杈撳叆鍛戒护锛歵omcat:run
-            娉ㄦ剰锛歔1].update snapshots闇瑕侀変腑锛屽畼鏂逛細涓嶆柇鏇存柊搴曞眰鍖
-                  [2].鎻掍欢椤圭洰涓嶈兘鍗曠嫭鍚姩锛岄渶浠aven鏂瑰紡寮曞叆jeecg-p3-web椤圭洰涓紝鍚姩web涓婚」鐩
-    绗洓姝ワ細娴嬭瘯璁块棶鍦板潃
-            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
-            2. http://localhost/jeecg-p3-web/p3/auth.do?list

銆愪唬鐮佺敓鎴愬櫒銆

1.宸ュ叿绫伙細jeecg-p3-web/src/main/java/util/P3CodeGenerateUtil.java
-2.閰嶇疆鏂囦欢锛歫eecg-p3-web/src/main/resources/p3-cg-config.properties

鎶鏈氦娴


', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef81540325190154032622320002', N'绠$悊鍛', N'admin', N'2016-04-11 10:28:31.000', N'121212', null, N'

姝ょ増鏈槸涓涓墎骞冲寲UI椋庢牸鐗堬紝鎻愪緵4濂楅鏍间緵瀹㈡埛閫夋嫨锛岃鎴戜滑鍏卞悓鏈熷緟鍚庣画鐗堟湰鐨勫埌鏉

  1. ACE鎵佸钩鍖栭鏍硷紱

  2. 浠g爜鐢熸垚鍣紝鏀寔restful鍚庡彴浠g爜鐢熸垚锛

  3. Online琛ㄥ崟鎻愪緵瀵瑰HTTP鎺ュ彛锛

  4. 鐢ㄦ埛锛岃鑹诧紝缁勭粐鏈烘瀯锛屽鍏ュ姛鑳斤紱

  5. 澶氶檮浠朵笂浼犳姤閿欏鐞嗭紱

  6. 鏌ヨ杩囨护鍣ㄦ煡璇㈡姤閿欏鐞嗭紱

  7. online浠g爜鐢熸垚鍣ㄦ敮鎸乥ootstrap琛ㄥ崟椋庢牸鐢熸垚锛

  8. online浠g爜鐢熸垚鍣ㄦ敮鎸佷笂浼犵粍浠剁敓鎴愶紱

  9. 鍗囩骇minidao锛

  10. 鍦ㄧ嚎鏂囨。绠$悊锛

  11. 閭欢绠$悊锛

  12. 灏佽鏍囩锛氱敤鎴锋爣绛撅紝缁勭粐鏈烘瀯鏍囩锛

  13. 绉诲姩鎶ヨ〃灞曠ず锛

  14. 鎻掍欢婕旂ず锛


', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8154032519015403287cc9000c', N'寮犱唬娴', N'scott', N'2016-04-11 10:31:05.000', N'娴嬭瘯閭欢', null, N'

娴嬭瘯閭欢

', N'01', N'绠$悊鍛', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'46604968EFE1483481BE6EDAFC657CBC', N'绠$悊鍛', N'admin', N'2016-07-17 22:41:40.000', N'12', null, N' - 12 - ', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'5F99D18C7CED41D0BF5DB9B351D5522E', N'绠$悊鍛', N'admin', null, N'1212', null, N'1212121212', N'02', N'寮犱笁,绠$悊鍛', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'6084C526C78947A485E8E3140404A955', N'绠$悊鍛', N'admin', N'2017-06-25 18:12:23.000', N'JEECG甯歌闂澶у叏', null, N'

13213123123

', N'02', N'鏉庡洓', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'771A39B4BB924C62B718B067A0189C72', N'寮犱笁', N'lisi', null, N'娴嬭瘯鑽夌ǹ', null, N' - 娴嬭瘯鑽夌ǹ - - - ', N'01', N'绠$悊鍛', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'80683B1F97844A209D665B601B302E36', N'寮犱笁', N'lisi', null, N'娴嬭瘯鑽夌ǹ鍔熻兘', null, N' - 娴嬭瘯鑽夌ǹ鍔熻兘娴嬭瘯鑽夌ǹ鍔熻兘 - - - ', N'01', N'绠$悊鍛', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'87702BA292984B1CBBB3BC34D097F9D6', N'绠$悊鍛', N'admin', null, N'123123', null, N'1231231233123', N'02', N'绠$悊鍛', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'A1606A71E238407F9911692132B73617', N'寮犱笁', N'lisi', null, N'999999999999', null, N' - 99999999999999999999 - ', N'02', N'绠$悊鍛', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'绠$悊鍛', N'admin', null, N'1222', null, N' - 1212 - ', N'02', N'绠$悊鍛', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'BDBDAF70CC554FBF93B0E03019AA738D', N'绠$悊鍛', N'admin', N'2017-06-26 10:28:28.000', N'888888888888', null, N'

JEECG甯歌闂澶у叏

Maven鐗堟湰寮鍙戠幆澧冩惌寤烘枃妗

1. jeecg鏁版嵁搴撹剼鏈棶棰
   娉ㄦ剰锛歫eecg3.5.2涔嬪墠鐗堟湰锛屼笉闇瑕佹暟鎹簱鑴氭湰锛岀▼搴忎細鑷姩鍒濆鍖栨暟鎹簱銆備粠3.5.2+寮濮嬶紝闇瑕佹墜宸ユ墽琛孲QL鑴氭湰锛屽垵濮嬪寲鏁版嵁搴撱  

2.   Eclipse鍐呭瓨婧㈠嚭
2014-6-27 15:29:21 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
涓ラ噸: Error reading request, ignored
java.lang.OutOfMemoryError: PermGen space
  瑙e喅鏂规锛 閰嶇疆涓媘aven鍚姩jdk鍐呭瓨

  1. -DMAVEN_OPTS=-Xms1024M -Xmx1024M -XX:PermSize=256M -XX:MaxPermSize=256M

澶嶅埗浠g爜

QQ鍥剧墖20160317180709.png 

2.1 Tomcat鍐呭瓨婧㈠嚭
2014-6-27 15:29:21 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
涓ラ噸: Error reading request, ignored
java.lang.OutOfMemoryError: PermGen space
  瑙e喅鏂规锛
     

鍦╰omcat\bin鐩綍涓嬫壘鍒癰in \ catalina.bat鏂囦欢锛岀敤缂栬緫褰㈠紡鎵撳紑锛屾壘鍒颁互涓嬬殑鍐呭锛氬姞鍏ヤ笅杈圭孩鑹茬殑Tomcat鍐呭瓨璁剧疆璇彞灏卞彲浠ヤ簡锛

rem ----- Execute The Requested Command

  1. set JAVA_OPTS=-Xms1024m -Xmx4096m -XX:PermSize=128m -XX:MaxPermSize=256m

澶嶅埗浠g爜


linux涓

bin/ catalina.sh

rem ----- Execute The Requested Command
  1. CATALINA_OPTS="-Xms2048m -Xmx2048m -XX:PermSize=512M -XX:MaxNewSize=256m -XX:MaxPermSize=1024m"

澶嶅埗浠g爜


3.   JEECG瀹樻柟maven闀滃儚閰嶇疆鏂规硶
     http://www.jeecg.org/forum.php?m ... 3949&extra=page%3D1

4. 浠g爜鐢熸垚鍣ㄩ厤缃棶棰
   浠g爜鐢熸垚鍣ㄧ洰鍓嶅垎涓ょ锛欸UI鍜宱nlinecoding鍦ㄧ嚎web鏂瑰紡锛堟帹鑽愶級
   鏂瑰紡涓锛欸UI宸ュ叿绫
                 src/main/java/test/JeecgOneGUI.java 锛堝崟琛級
                 /src/main/java/test/JeecgOneToMainUtil.java锛堜竴瀵硅〃锛
   鏂瑰紡浜岋細Online瀵规帴浠g爜鐢熸垚鍣
   onlinecoding浠g爜鐢熸垚鍣ㄨ彍鍗曪細onlinecoding-->琛ㄥ崟閰嶇疆
    QQ鍥剧墖20140624115520.jpg 
   浠g爜鐢熸垚鍣ㄩ厤缃枃浠讹細
                    a.鏁版嵁搴撻厤缃  src/main/resources/jeecg/jeecg_database.properties锛堜唬鐮佺敓鎴愬櫒鍜岄」鐩殑鏁版嵁搴撻厤缃槸鍒嗗紑鐨勶級
                    b.浠g爜鐢熸垚鍣ㄧ浉鍏抽厤缃枃浠秙rc/main/resources/jeecg/jeecg_config.properties锛堟瘮濡備唬鐮佺敓鎴愭牴璺緞锛
                    璇︾粏璇峰弬鐪嬫枃妗c奐EECG 寮鍙戞寚鍗椼嬬7鑺備唬鐮佺敓鎴愬櫒涓撻
                 鐗瑰埆娉ㄦ剰鍙傛暟锛
                   浠g爜鐢熸垚鍣ㄦ槸鍗曠嫭鐨勬暟鎹簱閰嶇疆鏂囦欢锛岃屼笖database_name鍙傛暟蹇呴』閰嶇疆锛屽惁鍒欐彁绀洪敊璇
                     QQ鍥剧墖20160624132255.png 

5.  浠g爜鐢熸垚鍚庯紝椤圭洰鍚姩锛屾彁绀烘壘涓嶅埌瀵瑰簲鐨刢ontrol锛岄渶瑕乻pring鎵弿閰嶇疆锛坋ntity銆乻ervice銆乧ontroller锛
      http://www.jeecg.org/forum.php?mod=viewthread&tid=1832&extra=
     娉ㄦ剰锛氬浣曚笉閰嶇疆锛屼細鍑虹幇绌烘寚閽堥敊璇
       QQ鍥剧墖20160822155253.png 

6. 琛ㄥ崟鑷畾涔夋寜閽棶棰
    jeecg琛ㄥ崟寮瑰嚭閲囩敤鐨勬妧鏈槸lhgdialog 锛屾妧鏈摼鎺:http://www.lhgdialog.com/
    鐩墠娣诲姞鍜屼慨鏀圭殑鏂规硶鏄啓鐨勯氱敤鐨勶紝閮藉湪src/main/webapp/plug-in/tools/curdtools.js閲岄潰
    鎵浠ョ湅涓嶅埌js鏂规硶锛屽鏋滅敤鎴锋兂瀹氫箟妯′豢閲岄潰鐨勫啓娉曞嵆鍙紝鍙互浠绘剰鎵╁睍鎸夐挳

  1. $.dialog({

  2.                         content: 'url:'+addurl,

  3.                         lock : true,

  4.                         //zIndex:1990,

  5.                         width:width,

  6.                         height:height,

  7.                         title:title,

  8.                         opacity : 0.3,

  9.                         cache:false,

  10.                     ok: function(){

  11.                             iframe = this.iframe.contentWindow;

  12.                                 saveObj();

  13.                                 return false;

  14.                     },

  15.                     cancelVal: '鍏抽棴',

  16.                     cancel: true /*涓簍rue绛変环浜巉unction(){}*/

  17.                 })

澶嶅埗浠g爜

6.  鍒楄〃鑷畾涔夋煡璇㈡潯浠堕棶棰
   jeecg榛樿鐢熸垚鐨勬煡璇㈡潯浠讹紝甯冨眬濡傛灉婊¤冻涓嶄簡闇姹傚彲浠ヨ嚜瀹氫箟鏌ヨ鏉′欢
璇存槑锛氬懡鍚嶈鍒欐寜鐓atarid鐨刵ame杩涜鍛藉悕锛屽弬鑰冧笅闈㈣鍒欙紝js鏂规硶浼氳嚜鍔ㄧ敓鎴
   

t:datagridname = {userList2}
鏌ヨ鍩焏ivid={userList2}tb
鏌ヨ瀵瑰簲JS鏂规硶{userList2}search();
閲嶇疆瀵瑰簲JS鏂规硶searchReset('{userList2}');

  鍙傝冧唬鐮侊細src/main/webapp/webpage/system/user/userList2.jsp
  鍙傝僤emo濡備笅锛
QQ鍥剧墖20160729140409.png 
7. maven鐜閰嶇疆闂
jeecg瀹樻柟閲囩敤浜唎schina鐨勪腑澶粨搴擄紝濡傛灉鏄痡ar涓嬭浇闂鐨勮瘽锛屽彲浠ヤ笅杞芥垜浠凡缁忔墦鍖呭ソ鐨勬湰鍦癿aven浠撳簱
  涓嬭浇鍦板潃锛http://git.oschina.net/jeecg/jeecg-local-maven
  oschina浠撳簱閰嶇疆锛http://maven.oschina.net/help.html
  maven瀛︿範瑙嗛鍜岃祫鏂欎笅锛氶摼鎺: http://pan.baidu.com/s/1jGmP9EA 瀵嗙爜: j4jtQQ鍥剧墖20140624120559.jpg 

8. 浜岀骇涓夌骇鑱斿姩闂 
   涓绾ц仈鍔ㄤ緥瀛愬弬鑰冿細甯歌绀轰緥-琛ㄥ崟楠岃瘉-涓嬫媺鑱斿姩

9. jeecg鎸夐挳鏉冮檺鍜屾暟鎹潈闄愭暀绋
    娉ㄦ剰admin鎷ユ湁瓒呯骇鏉冮檺锛屾崲鍏朵粬鍙锋祴璇曪紱
    濡傛灉鏄噰鐢ㄦ爣绛剧殑datagrid椤甸潰锛岃嚜瀹氫箟鎸夐挳鏉冮檺鎺у埗鏄湁鏁堢殑锛
    濡傛灉鏈噰鐢ㄦ爣绛剧殑鍒楄〃椤甸潰锛屾兂浣跨敤鎸夐挳鏉冮檺鐨勮瘽锛岄渶瑕佸湪椤甸潰寮曠敤涓嬫爣绛撅紝鍦ㄩ〉闈㈠簳閮ㄥ啓濡備笅浠g爜

  1. <t:authFilter></t:authFilter>

澶嶅埗浠g爜

娉ㄦ剰锛氭潈闄愭祴璇曪紝涓嶈鐢╝dmin锛宎dmin鏈夎秴绾ф潈闄愶紝涓嶅彈鏉冮檺鎺у埗銆 
    [1]. JEECG 绠鍗曞疄渚嬭瑙f潈闄愭帶鍒  http://blog.csdn.net/zhangdaiscott/article/details/50233453    
    [2]. 绠鍗曞疄渚嬭瑙EECG ONLINE琛ㄥ崟鏉冮檺鎺у埗  http://blog.csdn.net/zhangdaiscott/article/details/50381050

10. 涓婁紶word妯℃澘鎶ラ敊闂
    onlinecoding涓婁紶word妯℃澘閲囩敤鐨勬槸缁勪欢jacob锛岃缁勪欢闇瑕佸湪window绯荤粺涓嬶紝鑰屼笖闇瑕佸仛瀵瑰簲鐨勯厤缃紝濡傛灉浣犳槸linux绯荤粺锛岃閲囩敤fck缂栬緫鍣紝灏唚ord鍐呭澶嶅埗杩涘幓锛
璇︾粏鍙傝冩枃妗c奐EECG Online Coding寮鍙戞墜鍐屻
http://yun.baidu.com/s/1iCkb 

11. 宸ヤ綔娴佸挩璇㈤棶棰
宸ヤ綔娴佺増鏈负鍟嗕笟鐗堬紝鍙鍏徃鐢ㄦ埛鎻愪緵銆傜ぞ鍖烘彁渚涗簡JEECG闆嗘垚宸ヤ綔娴佸涔犵増鏈紙渚涘ぇ瀹跺涔狅級锛
http://www.jeecg.org/forum.php?m ... 1800&extra=page%3D1

12. 濡備綍璁╄姹傦紝鎺掗櫎鏉冮檺鎷︽埅
      閰嶇疆鏂囦欢锛 src/main/resources/spring-mvc.xml
      QQ鍥剧墖20160729165917.png 

14. minidao浣跨敤闂
http://yun.baidu.com/share/link?uk=2668473880&shareid=337844502 

15. 鏂囨。瑙嗛涓嬭浇
http://www.jeecg.org/forum.php?m ... ge=1&extra=#pid3642

16.jeecg涓婁紶鏂囦欢缁勪欢鍏朵粬鏂规
http://www.jeecg.org/forum.php?mod=viewthread&tid=935&extra=

17.濡傛灉灞忚斀瀹氭椂浠诲姟
     淇敼閰嶇疆鏂囦欢锛歴rc/main/resources/spring-mvc-timeTask.xml
     娉ㄩ噴鎺夛細
         QQ鍥剧墖20151014183328.png 
18.椤圭洰鍚姩锛屾彁绀篿nitLinster鐩戝惉鎵句笉鍒
a. 閿欒鎴浘锛
      QQ鍥剧墖20151117132058.png 
      QQ鍥剧墖20160826143559.png 
b.鎺掓煡涓嬮棶棰 纭涓嬶細resource娌″湪classpath閲岄潰
QQ鍥剧墖20160317180456.png 
c. 瑙e喅鏂规锛氶氳繃eclipse   clean涓嬮」鐩紝鐢熸垚class
    QQ鍥剧墖20151117132137.png 


19.eclipse鍗★紝鍙互鍏抽棴validation
    QQ鍥剧墖20160318103859.png 
20.jeecg 瀹氭椂浠诲姟浣跨敤鏂囨。
   http://blog.csdn.net/zhangdaiscott/article/details/50903499
   http://wiki.jeecg.org/pages/viewpage.action?pageId=1376468

21. jeecg鐢╤ibernate鏁堢巼浼氫笉浼氫綆?鏈夋病鏈塵ybatis
   瑙g瓟锛 jeecg鏈夎嚜宸辩殑杞婚噺绾ф寔涔呭眰灏佽妗嗘灦 minidao锛岀被浼糾ybatis鍐檚ql锛屽缓璁鏉備笟鍔¢昏緫閲囩敤minidao鏉ュ疄鐜

22.榛樿棣栭〉椋庢牸鍒囨崲鏂规硶
   http://blog.csdn.net/zhangdaiscott/article/details/51177823

23.鏂囦欢棰勮涓嶆樉绀
   鍥炲锛歫eecg鍦ㄧ嚎鏂囨。棰勮閲囩敤OpenOffice锛屾墍浠ラ渶瑕佹湰鍦板畨瑁呫怉pache_OpenOffice_incubating_3.4.0_Win_x86_install_zh-CN.exe銆戯紝骞朵笖闇瑕佷慨鏀归厤缃枃浠讹紝璁剧疆openoffice瀹夎璺緞
    QQ鍥剧墖20160630165449.png 
 24.澶氭暟鎹簮浣跨敤鏂囨。
    http://www.jeecg.org/forum.php?mod=viewthread&tid=2328

25.jeecg鐨刾arent寮曠敤鎶ラ敊銆恓eecg-p3-pom銆
    QQ鍥剧墖20160701113644.png 

     瑙e喅鏂规硶: 杩欎釜渚濊禆鍦╦eecg鐨刴aven绉佹湇涓婇潰锛岄氳繃鎵цinstall 鎴栬呬笅杞藉懡浠わ紝灏卞彲浠ラ氳繃绉佹湇涓嬭浇鏉ワ紝涓嶉渶瑕侀澶栭厤缃

     寰堝鏈嬪弸maven涓嶇啛鎮夛紝璇峰ぇ瀹朵竴瀹氭寜鐓т互涓嬫埅鍥鹃厤缃ソmaven鍙傛暟
   QQ鍥剧墖20160705113219.png 
QQ鍥剧墖20160705113144.png 

26.JEECG鍏煎閭d簺娴忚鍣紝鏄惁鍏煎IE?
      jeecg鍏煎鎵鏈夌殑娴忚鍣 IE銆佽胺姝屻佺伀鐙愮瓑娴忚鍣ㄩ兘鏀寔銆
      jeecg鐨勯椤靛拰鐧诲綍椤甸潰鍒嗗緢澶氬锛氱櫥褰曢〉闈㈡湁涓夊锛岄椤垫湁5濂
      浜斿棣栭〉IE鏀寔鎯呭喌锛岃彍鍗曚笁绾ф敮鎸佹儏鍐靛垪琛細

棣栭〉椋庢牸IE鍏煎鎬鑿滃崟鏀寔涓夌骇
ACE骞抽潰椋庢牸鏀寔IE10+涓嶆敮鎸
ShortCut椋庢牸鏀寔IE6+鏀寔
缁忓吀椋庢牸鏀寔IE6+鏀寔
Sliding浜戞闈鏀寔IE8+  涓嶆敮鎸
H+骞抽潰椋庢牸鏀寔IE10+  涓嶆敮鎸


27. 鏈鏂扮増鏈紙3.6.4锛夌櫥褰曞悗棣栭〉涔辩爜   
       QQ鍥剧墖20160706170430.png 
    瑙e喅鍔炴硶锛 
    1.娴忚鍣ㄥ吋瀹归棶棰橈紝寤鸿璋锋瓕娴忚鍣
    2. 搴曞眰jar鏄棫鐨勶紝鏇存柊jeecg maven渚濊禆锛岀壒鍒槸snapshot绫诲瀷鐨勶紝鏇存柊鍚庝細瑙e喅璇ラ棶棰橈紝濡傛灉涓嶇啛鎮塵aven鍙互涓嬭浇瀹樻柟鎻愪緵鏈湴浠撳簱 http://git.oschina.net/jeecg/jeecg-local-maven

28.jeecg鐨勬暟鎹〃 蹇呴』寰楁湁id杩欎釜瀛楁涔堬紵
     涓嶆槸锛宩eecg鐨勫疄浣撳繀椤绘槸id锛屾暟鎹簱涓婚敭閫氳繃娉ㄨВ涓庡疄浣撴槧灏勫嵆鍙
29.鍒囨崲鏁版嵁搴撶被鍨嬶紝姣斿浠巑ysql鏀规垚oracle闇瑕佹敞鎰忎慨鏀逛綅缃
     骞冲彴DB閰嶇疆鏂囦欢锛歴rc/main/resources/dbconfig.properties
     浠g爜鐢熸垚鍣ㄩ厤缃枃浠讹細src/main/resources/jeecg/jeecg_database.properties
     minidao閰嶇疆淇敼锛歴rc/main/resources/spring-minidao.xml
                   QQ鍥剧墖20160802164344.png 
30.jeecg涓璫kfinder鐨勪娇鐢
    閾炬帴鍦板潃锛http://jingyan.baidu.com/article ... qq-pf-to=pcqq.group

31.jeecg webservice濡備綍浣跨敤?
     jeecg闆嗘垚cxf 閰嶇疆鏂囦欢锛歴rc/main/resources/cxf-servlet.xml
     瀹㈡埛绔祴璇曚唬鐮侊細src/main/java/org/jeecgframework/web/demo/ws/test/JeecgWServiceClient.java
      璇锋眰绀轰緥锛歨ttp://localhost:8080/jeecg/cxf/JeecgWService
       QQ鍥剧墖20160803172132.png 
32. jeecg渚濊禆閮藉凡缁忎笂浼爅eecg瀹樻柟maven绉佹湇锛屽鏋滄湁涓嬭浇涓嶆潵锛岃鎸夌収涓嬮潰鎿嶄綔锛屼粠绉佹湇涓嬭浇
       閫傚悎椤圭洰: jeecg 銆乯eewx銆乯eecg-p3
       娉ㄦ剰锛氭瀯閫犵孩鑹蹭笁涓紝snapshot鏄洿鏂皊napshot-jar锛宩eecg瀹樻柟浼氬疄鏃舵洿鏂颁緷璧栥
                  绗竴涓笉瑕佹瀯涓紝閽╀腑鐨勮瘽锛宮aven渚濊禆涓嶄細涓嬭浇銆
       QQ鍥剧墖20160831124513.png 
    
33. 鑿滃崟璁剧疆 鈥滆闂被鍨嬧濓紝宸︿晶鑿滃崟涓嶆樉绀猴紵

       璇存槑锛 璁块棶绫诲瀷 锛屾槸鐢ㄤ簬鏁版嵁鏉冮檺浣跨敤锛屼笉浣滀负鑿滃崟灞曠ず浣跨敤銆

34. jeecg 涓 jeecg-p3鍖哄埆锛
      http://www.jeecg.org/forum.php?mod=viewthread&tid=3581&extra=page%3D1

34. jeecg濡備綍闆嗘垚websocket?
35.jeecg鏈鏂扮増鏈枃妗d笅杞藉湴鍧
     http://www.jeecg.org/forum.php?mod=viewthread&tid=3370&extra=

36. 濡備綍鏀归犲垪琛ㄦ煡璇㈠井妯$硦鏌ヨ锛
    娉ㄦ剰锛氱洰鍓嶅垪琛ㄦ煡璇㈡槸鍏ㄥ尮閰嶆煡璇紝闇瑕佹ā绯婃煡璇㈢殑璇濓紝鏄湪杈撳叆妗嗙殑鍐呭鍓嶅悗鍔*锛屼緥濡傛寜鐓р滃悕瀛椻濊糠绯婃煡璇細 *寮犱笁*
         涓轰粈涔堣繖涔堣璁★紵鍥犱负濡傛灉绯荤粺榛樿鍏ㄦ寜鐓фā绯婃煡璇紝鏁版嵁閲忓ぇ鐨勬儏鍐典細瀵艰嚧绯荤粺寰堟參锛屾墍浠ユā浠縎AP鐨勮繖绉嶈鍒欐ā寮忋
        濡傛灉鐢ㄦ埛闇瑕侀粯璁ゆā绯婃煡璇紝鍙互鑷鏀归爃ql鏌ヨ杩囨护鍣

37. 瀹炵幇鑷姩榛樿妯$硦鏌ヨ鏂规硶
       https://my.oschina.net/u/2538398/blog/757841

38.jeecg 涓 jeecg-p3鍖哄埆锛
     http://www.jeecg.org/forum.php?mod=viewthread&tid=3581&extra=page%3D1

39.maven渚濊禆涓嬭浇鎱紝涓嬭浇涓嶆潵鎬庝箞鍔烇紵
     鏂瑰紡涓锛氭彁渚沵aven涓嬭浇閫熺巼鏂规硶
                  http://www.jeecg.org/forum.php?mod=viewthread&tid=3949
     鏂瑰紡浜岋細涓嬭浇瀹樻柟鎻愪緵鐨刴aven鏈湴浠撳簱锛岀洿鎺ヨ鐩栨湰鍦
                  http://git.oschina.net/jeecg/jeecg-local-maven
40. SQLSERVER鏀寔闂锛
甯歌闂锛
    QQ鍥剧墖20161212105451.png 
瑙e喅鏂规锛氾紙鏇挎崲涓嬮┍鍔ㄥ寘锛

淇敼pom.xml鏂囦欢锛屽垹闄ゅ師鏉ql server2005鐨勯┍鍔ㄥ寘锛屾坊鍔犲涓嬮┍鍔ㄥ寘
      <dependency>
                  <groupId>com.microsoft.sqlserver</groupId>
                  <artifactId>sqljdbc4</artifactId>
                  <version>4.0</version>
       </dependency>


41. jeecg restful璇锋眰濡備綍璁块棶锛
      control鐨勮姹傞渶瑕佸姞涓娾渞est/鈥濆墠缂锛屼緥濡傦細
      QQ鍥剧墖20161222181322.png 

42.jeewx涓巎eecg鍖哄埆锛
    jeecg鏄揩閫熷紑鍙戝钩鍙帮紝jeewx鏄湪jeecg 3.4.2鐗堟湰涓婂紑鍙戠殑寰俊绠″绯荤粺銆

43.jeecg 鍦ㄧ嚎鑱婂ぉ鍔熻兘濡備綍閰嶇疆锛
    http://blog.csdn.net/zhangdaiscott/article/details/52351494

44.JEECG榛樿鏌ヨ鏄崟琛紝鎬庝箞瀹炵幇涓ゅ紶琛ㄥ叧鑱旀煡璇㈠晩
     妗堜緥锛鏈変竴寮犱汉鍛樿〃鍜岄儴闂ㄨ〃锛屽洜涓轰汉鍛樿〃鍙湁閮ㄩ棬鐨処D锛屾庝箞璁╂煡璇㈢粨鏋滄樉绀洪儴闂ㄥ悕瀛
     澶勭悊鏂规锛 閫氳繃閽堝鍒嗛〉鏌ヨ鐨勭粨鏋滈泦锛岃繘琛屽惊鐜鐞嗗鐞嗭紙鎷撳睍瀛楁锛
    QQ鍥剧墖20170309102300.png

  1. this.gzUserInfoYwService.getDataGridReturn(cq, true);

  2. List<GzUserInfoYw> gzUserInfoList = dataGrid.getResults();

  3. Map<String,Map<String,Object>> extMap = new HashMap<String, Map<String,Object>>();

  4. for(GzUserInfoYw temp:gzUserInfoList){

  5.         //姝や负閽堝鍘熸潵鐨勮鏁版嵁锛屾嫇灞曠殑鏂板瓧娈

  6.         Map m = new HashMap();

  7.         m.put("departmentName", "璐㈠姟閮");

  8.         m.put("orgName", "缁勭粐鏈烘瀯鍚嶇О");

  9.         extMap.put(temp.getId(), m);

  10. }

  11. TagUtil.datagrid(response, dataGrid,extMap);

澶嶅埗浠g爜

JSP椤甸潰鐢ㄦ硶锛堣窡瀹炰綋瀛楁涓鏍凤級锛
QQ鍥剧墖20170321175237.png 
45.online琛ㄥ崟锛岄粯璁ゆā鏉胯缃
     src/main/java/org/jeecgframework/web/cgform/util/TemplateUtil.java
     灞炴э細 public static final String TEMPLET_CODE_DEFAULT = "default";
                  //Online榛樿鏍峰紡锛歞efault(easyui)  
                  // Online榛樿鏍峰紡锛歭edefault(ace)

46. jeecg涓婁紶闄勪欢绠鏄撴柟妗

     http://www.jeecg.org/forum.php?mod=viewthread&tid=935&extra=page%3D1

47.jeecg 涓婁紶缁勪欢锛屾墦寮寰堟參闂瑙e喅
     fileTypeExts鍖呭惈zip,rar 灏变細寤惰繜鎵撳紑,寤鸿涓嶉檺鍒 fileTypeExts
    鍘熷洜鐪嬫枃绔狅細https://segmentfault.com/q/1010000007501929/a-1020000007546108

48. 椤圭洰Maven鍚姩鎶ラ敊
      The argument does not represent an annotation type: ContextConfiguration
      
   瑙e喅鏂规锛堥渶淇敼涓ょ偣锛夛細

1. org.jeecgframework.core.junit.AbstractUnitTest 绫荤殑渚濊禆绫 闇瑕佸鍏ユ湰鍦癹unit4 娴嬭瘯鍖
  1. <!-- spring -->

  2. <dependency>

  3. <groupId>org.springframework</groupId>

  4. <artifactId>spring-test</artifactId>

  5. <version>${spring.version}</version>

  6. </dependency>

澶嶅埗浠g爜

娉ㄩ噴锛 鎶婂師鏉ョ殑<scope>test</scope>鍘绘帀

2. 璁茬被AbstractUnitTest鏀规垚鎶借薄绫
  1. public <b><font color="#ff0000">abstract </font></b>class AbstractUnitTest

澶嶅埗浠g爜


50. 鍦ㄩ〉闈㈠綋涓墦寮涓涓柊鐨則ab椤甸潰 ,寮瑰嚭绐楀彛锛屾彁绀烘秷鎭瓑閫氱敤JS閮藉湪鏂囦欢
   curdtool*.js 锛堝垎涓枃鍜岃嫳鏂囷級
    璺緞锛 src/main/webapp/plug-in/tools/curdtools_zh-cn.js
51. 寮瑰嚭绐楀彛澧炲姞鎸夐挳

  1. 閲嶅啓plug-in/tools/curdtools_zh-cn.js鏂囦欢涓璫reatedetailwindow鏂规硶锛堥噸鍛藉悕锛夛紝澶嶅埗閲嶅啓鐨勬柟娉曞埌瀵瑰簲鐨 *-list鏂囦欢涓紝淇敼褰曞叆銆佷慨鏀广佹煡鐪嬫垨鑰呭垹闄ゆ柟娉曠殑璋冪敤鏂规硶鍚嶄负閲嶅啓鐨勬柟娉

  2. 寮圭獥缁勪欢API 鍙傝冪綉鍧 http://www.lhgdialog.com/

澶嶅埗浠g爜

52. 鑾峰彇褰撳墠鐧诲綍鐢ㄦ埛淇℃伅

  1. TSUser user = ResourceUtil.getSessionUserName();

澶嶅埗浠g爜

53. 鑾峰彇褰撳墠鏃ユ湡

  1. String date  = DateUtils.date2Str(new Date(), DateUtils.date_sdf);

澶嶅埗浠g爜

54. rest椋庢牸璇锋眰鍦板潃璋冪敤鏂规硶

  1. 渚嬪锛

  2. 鏌ヨlist 锛歨ttp://localhost:8080/绯荤粺鍚嶇О/rest/tZzxtDictionaryController/

  3. 鏌ヨ1鏉℃暟鎹細http://localhost:8080/绯荤粺鍚嶇О/rest/tZzxtDictionaryController/{id}

  4. 鍏朵粬鏂规硶鍘诲搴旂殑controller閲岄潰鎵

澶嶅埗浠g爜

55. 鍒ゆ柇闈炵┖锛岃浆鎹tring To int 绛夋柟娉曞湪宸ュ叿绫

  1. org.jeecgframework.core.util.oConvertUtils

澶嶅埗浠g爜

56. 缁欏垪琛ㄥ崟鍏冩牸鍔犺儗鏅壊

  1. <t:dgCol title="浠诲姟绫诲瀷"  field="type" align="center" extendParams="'styler':fmtype;" query="true" queryMode="single"  width="100"></t:dgCol>

澶嶅埗浠g爜

extendParams灞炴ф坊鍔爅s鏂规硶锛岀劧鍚庡啀璋冪敤鏂规硶

  1. function fmtype(val,row,index){

  2.     var s1 = 'background-color: #f89406;;border-radius: 5px;color:#fff;';

  3.     var s2 = 'background-color: #3a87ad;border-radius: 5px;color:#fff';

  4.     if (val =='W') {

  5.         return s1

  6.     }

  7.     if (val =='J') {

  8.         return s2

  9.     }

  10. }

澶嶅埗浠g爜

57. 涓婁紶鎺т欢涓嶅ソ鐢ㄩ棶棰
       Upload(涓婁紶鏍囩)閲囩敤flesh鏂瑰紡锛屼笉鍚岀殑娴忚鍣ㄥflash鏀寔涓嶅悓锛屼細鍑虹幇涓婁紶鏈夐棶棰橈紝寤鸿閲嶈flash缁勪欢


', N'01', N'7777', N'402881875988e889015988ec36770001') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'CAB308BF489144AD8842667CC741D453', N'绠$悊鍛', N'admin', N'2016-07-18 16:54:13.000', N'12', null, N'12', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'E9B0557DBA994D46A3D44495AFA428B0', N'绠$悊鍛', N'admin', N'2017-01-10 10:25:26.000', N'1212', null, N'121212', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'3C5E246D939545069FAB2DFD0D4B0474', N'寮犱笁', N'lisi', null, N'JEECG浜戞彃浠朵腑蹇', null, N'

JEECG浜戞彃浠朵腑蹇

鎶鏈氦娴

- - ', N'01', N'绠$悊鍛', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'AEC26C2C84F0455EADEB6658613E6213', N'绠$悊鍛', N'admin', N'2017-06-25 11:52:15.000', N'99999999b', null, N'

99999999999999999999

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO - --- ---------------------------- --- Table structure for jp_inner_mail_attach --- ---------------------------- -DROP TABLE [dbo].[jp_inner_mail_attach] -GO -CREATE TABLE [dbo].[jp_inner_mail_attach] ( -[id] nvarchar(32) NOT NULL , -[mailid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of jp_inner_mail_attach --- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail_attach] ([id], [mailid]) VALUES (N'4028ef8153a650060153a65327350012', N'4028ef8153a650060153a653262c0010') -GO -GO - --- ---------------------------- --- Table structure for jp_inner_mail_receiver --- ---------------------------- -DROP TABLE [dbo].[jp_inner_mail_receiver] -GO -CREATE TABLE [dbo].[jp_inner_mail_receiver] ( -[id] nvarchar(36) NOT NULL , -[create_date] datetime NULL , -[update_date] datetime NULL , -[mail_id] nvarchar(36) NULL , -[user_id] nvarchar(36) NULL , -[status] nvarchar(50) NULL , -[isdelete] nchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'mail_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閭欢鏍囪瘑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'mail_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閭欢鏍囪瘑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'mail_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏀朵欢浜烘爣璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏀朵欢浜烘爣璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏀朵欢鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏀朵欢鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'status' -GO - --- ---------------------------- --- Records of jp_inner_mail_receiver --- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'06FBBA1CEB5C4BD496374DD4F66ECFF8', N'2017-06-25 18:12:23.000', N'2017-06-25 18:12:23.000', N'6084C526C78947A485E8E3140404A955', N'4028ef81538330cd01538333b7bc0001', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'136EE823A5DD4D2395DCDED8C265341E', N'2016-07-11 12:00:54.000', null, N'A1606A71E238407F9911692132B73617', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'1FDD5896D66E48EFBC704D7AE7FFF9D8', N'2016-07-17 22:41:07.000', N'2016-07-17 22:41:07.000', N'F18E57AA6E004CF18C50578BBB38F1F9', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5caa3bd0006', N'2016-03-30 12:31:45.000', null, N'4028ef8153c5a4860153c5caa2f90005', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb10d60008', N'2016-03-30 12:32:13.000', null, N'4028ef8153c5a4860153c5cb108a0007', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb2133000a', N'2016-03-30 12:32:17.000', null, N'4028ef8153c5a4860153c5cb20fc0009', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb3169000c', N'2016-03-30 12:32:21.000', null, N'4028ef8153c5a4860153c5cb3124000b', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb59b00010', N'2016-03-30 12:32:31.000', null, N'4028ef8153c5a4860153c5cb5957000f', N'402880e74d75c4dd014d75d44af30005', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb639b0012', N'2016-03-30 12:32:34.000', null, N'4028ef8153c5a4860153c5cb63570011', N'402880e74d75c4dd014d75d44af30005', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153d1be5b0153d1c8c0130005', N'2016-04-01 20:25:07.000', null, N'4028ef8153d1be5b0153d1c8bf3c0004', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef815400c2c6015400c483940002', N'2016-04-10 23:22:39.000', null, N'4028ef815400c2c6015400c482260001', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef815400c2c6015400c5600d000a', N'2016-04-10 23:23:35.000', null, N'4028ef8153c5a4860153c5ca58540003', N'8a8ab0b246dc81120146dc8181950052', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef81540325190154032660880004', N'2016-04-11 10:28:47.000', null, N'4028ef81540325190154032622320002', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef81540325190154032a238e001d', N'2016-04-11 10:32:53.000', null, N'4028ef8153a650060153a6559ff80020', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4DE50EC2B9AC4D86B5DE2D36EE3B1B30', N'2016-07-05 14:48:40.000', null, N'BB3DF9C9437C4512923A9CE162B81A40', N'8a8ab0b246dc81120146dc8181950052', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'598A0F12130145C898334BB3F51B8BFE', N'2016-07-05 14:22:13.000', null, N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9E1214516ECE4DF38A652264E60F5EE8', N'2016-07-17 22:41:48.000', N'2016-07-17 22:42:52.000', N'46604968EFE1483481BE6EDAFC657CBC', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'1 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9E7454B4F67A4BBFB34A23BD806BC3C6', N'2017-01-10 10:25:26.000', N'2017-01-10 10:25:26.000', N'E9B0557DBA994D46A3D44495AFA428B0', N'402880e74d75c4dd014d75d44af30005', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9FC0C28ECE474448888B9E872DC3B72D', N'2016-07-05 14:40:15.000', null, N'3A230A6CC3544E1B9D941136ACBB4E1B', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'A0912A78A3FE4D648A1D4A274ED81F92', N'2017-06-26 10:28:28.000', N'2017-06-26 10:28:28.000', N'BDBDAF70CC554FBF93B0E03019AA738D', N'402881875988e889015988ec36770001', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'AD9064E66D0944EA950448F23C3C526C', N'2017-06-25 11:52:15.000', N'2017-06-25 11:52:15.000', N'AEC26C2C84F0455EADEB6658613E6213', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'B3F28061CB534C419E36D9C1AB401052', N'2016-07-11 12:06:55.000', null, N'3C5E246D939545069FAB2DFD0D4B0474', N'8a8ab0b246dc81120146dc8181950052', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'CAAC167F8FD442B38C5F2232DCA88460', N'2016-07-11 12:11:19.000', null, N'771A39B4BB924C62B718B067A0189C72', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'DDBDE922A4824DECACFE1F903D281535', N'2016-07-18 16:54:13.000', N'2016-07-18 16:54:13.000', N'CAB308BF489144AD8842667CC741D453', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'F35684BE071F40939155F4FBC844F040', N'2016-07-11 12:08:43.000', null, N'80683B1F97844A209D665B601B302E36', N'', N'00', null) -GO -GO - --- ---------------------------- --- Table structure for t_s_attachment --- ---------------------------- -DROP TABLE [dbo].[t_s_attachment] -GO -CREATE TABLE [dbo].[t_s_attachment] ( -[ID] nvarchar(32) NOT NULL , -[attachmentcontent] varbinary(MAX) NULL , -[attachmenttitle] nvarchar(100) NULL , -[businesskey] nvarchar(32) NULL , -[createdate] datetime NULL , -[extend] nvarchar(32) NULL , -[note] nvarchar(MAX) NULL , -[realpath] nvarchar(100) NULL , -[subclassname] nvarchar(MAX) NULL , -[swfpath] nvarchar(MAX) NULL , -[BUSENTITYNAME] nvarchar(100) NULL , -[INFOTYPEID] nvarchar(32) NULL , -[USERID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'attachmentcontent')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勪欢鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'attachmentcontent' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勪欢鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'attachmentcontent' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'attachmenttitle')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勪欢鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'attachmenttitle' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勪欢鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'attachmenttitle' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'businesskey')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓氬姟绫讳富閿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'businesskey' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓氬姟绫讳富閿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'businesskey' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'createdate')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'createdate' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'createdate' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'extend')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵╁睍鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'extend' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵╁睍鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'extend' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'note')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'note' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'note' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'note' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'note' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'realpath')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闄勪欢璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'realpath' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闄勪欢璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'realpath' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'subclassname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛愮被鍚嶇О鍏ㄨ矾寰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'subclassname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛愮被鍚嶇О鍏ㄨ矾寰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'subclassname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'swfpath')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'swf鏍煎紡璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'swfpath' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'swf鏍煎紡璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'swfpath' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'BUSENTITYNAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'BUSENTITYNAME' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'BUSENTITYNAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'BUSENTITYNAME' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'BUSENTITYNAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'INFOTYPEID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'INFOTYPEID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'INFOTYPEID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'INFOTYPEID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'INFOTYPEID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_attachment', -'COLUMN', N'USERID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'USERID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_attachment' -, @level2type = 'COLUMN', @level2name = N'USERID' -GO - --- ---------------------------- --- Records of t_s_attachment --- ---------------------------- -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880e65c8bf603015c8bf71dc10003', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-06-09 16:27:27.000', N'jpg', null, N'upload/20170609/20170609162727TbY7hOtR.jpg', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880e65c8bf603015c8bf86317000a', null, N'寰俊灏忕▼搴.jpg', null, N'2017-06-09 16:28:50.000', N'jpg', null, N'upload/20170609/20170609162850HcvdceQT.jpg', null, N'wxxcx', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e0286cd0012', null, N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂', null, null, N'pdf', null, N'upload/files/20170531181722zA4MV46Y.pdf', null, N'upload/files/20170531181722zA4MV46Y.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e0286d50013', null, N'寰俊灏忕▼搴', null, null, N'jpg', null, N'upload/files/20170531181722Z0bG1fR3.jpg', null, N'upload/files/20170531181722Z0bG1fR3.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e0365c50017', null, N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂', null, null, N'pdf', null, N'upload/files/20170531181819a2VN8h3n.pdf', null, N'upload/files/20170531181819a2VN8h3n.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e0365cd0018', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20170531181819E509LvGZ.jpg', null, N'upload/files/20170531181819E509LvGZ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e07599c001b', null, N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂', null, null, N'pdf', null, N'upload/files/20170531182239Snv9Rw0S.pdf', null, N'upload/files/20170531182239Snv9Rw0S.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e08d598001f', null, N'寰俊灏忕▼搴', null, null, N'jpg', null, N'upload/files/20170531182416IDUbPvew.jpg', null, N'upload/files/20170531182416IDUbPvew.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e09b5b90023', null, N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂', null, null, N'pdf', null, N'upload/files/20170531182513vWnE68N0.pdf', null, N'upload/files/20170531182513vWnE68N0.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e09b5c30024', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20170531182513Z5ZKjK5d.jpg', null, N'upload/files/20170531182513Z5ZKjK5d.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c61ec20015c61ee50340014', null, N'1457926300690', null, null, N'png', null, N'upload/files/20170601123347NrIcqUWO.png', null, N'upload/files/20170601123347NrIcqUWO.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c61ec20015c61ee50340015', null, N'H5骞冲彴鍏稿瀷妗堜緥', null, null, N'doc', null, N'upload/files/20170601123347yZDmD34n.doc', null, N'upload/files/20170601123347yZDmD34n.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c9fed7b015ca064b0b80004', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-13 15:39:32.000', N'jpg', null, N'upload/20170613/20170613153932AVg2yqWR.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ca089b0015ca08a99520001', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, N'jpg', null, N'upload/files/20170613162056mLNtD3qb.jpg', null, N'upload/files/20170613162056mLNtD3qb.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc948ee2d0030', null, N'鏂板缓 Microsoft Word 鏂囨。.docx', null, N'2017-06-21 14:13:38.000', N'docx', null, N'upload/20170621/20170621141338JAKrrmnD.docx', null, N'xjMicrosoftWordwd', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc949ed460032', null, N'鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, N'2017-06-21 14:14:44.000', N'xlsx', null, N'upload/20170621/20170621141444TDuQuLZE.xlsx', null, N'fxsc20170614jh', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc94c13d70035', null, N'甯哥敤绀轰緥DEMO姹囨.xlsx', null, N'2017-06-21 14:17:05.000', N'xlsx', null, N'upload/20170621/20170621141705PerwRnfE.xlsx', null, N'cyslDEMOhz', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc95afbed0037', null, N'鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, N'2017-06-21 14:33:22.000', N'xlsx', null, N'upload/20170621/20170621143322QFLZFyZw.xlsx', null, N'fxsc20170614jh', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ce8d893015ce8dd5ee90007', null, N'1457926300690', null, null, N'png', null, N'upload/files/20170627172400OCgnDpPE.png', null, N'upload/files/20170627172400OCgnDpPE.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ce8d893015ce8dd7dd40008', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-06-27 17:24:08.000', N'jpg', null, N'upload/20170627/20170627172408psP5p0BV.jpg', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5d78d2cc015d78e8e644000a', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-07-25 16:41:55.000', N'jpg', null, N'upload/20170725/20170725164155hAQOwS6Q.jpg', null, N'upload/20170725/20170725164155hAQOwS6Q.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5d872157015d8756f070000c', null, N'闄剁値-bpm_bug.docx', null, N'2017-07-28 11:56:48.000', N'docx', null, N'upload/20170728/20170728115648KS31b53S.docx', null, N'upload/20170728/20170728115648KS31b53S.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dab67a3015dab68ee07000f', null, N'Jeecg-p3鎻掍欢鐢ㄦ埛鏉冮檺妯″潡鑴氭.sql', null, N'2017-08-04 12:02:46.000', N'sql', null, N'upload/20170804/20170804120246iSTtGySC.sql', null, N'upload/20170804/20170804120246iSTtGySC.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dab7428015dab74c63b0001', null, N'瀹㈡埛浜у搧绠$悊绯荤粺 product_sales.pdf', null, N'2017-08-04 12:15:42.000', N'pdf', null, N'upload/20170804/20170804121542knrmqxqd.pdf', null, N'upload/20170804/20170804121542knrmqxqd.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbac755d90006', null, N'1457926300690', null, null, N'png', null, N'upload/files/201708071140122y1L9bN9.png', null, N'upload/files/201708071140122y1L9bN9.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbac755d90007', null, N'jeecg-code-generate3.6', null, null, N'2', null, N'upload/files/20170807114012ygdK6tJd.2', null, N'upload/files/20170807114012ygdK6tJd.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbac7a81c0009', null, N'Jeecg-p3鎻掍欢鐢ㄦ埛鏉冮檺妯″潡鑴氭', null, null, N'sql', null, N'upload/files/20170807114033cFWVhmWS.sql', null, N'upload/files/20170807114033cFWVhmWS.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbaca35ac001d', null, N'鍏徃浜у搧鏈嶅姟鏈熷唴鎺ュ彛浜烘眹鎬', null, null, N'xls', null, N'upload/files/20170807114320q3OfaCha.xls', null, N'upload/files/20170807114320q3OfaCha.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbaca35bc001e', null, N'QQ鍥剧墖20170807103828', null, null, N'png', null, N'upload/files/20170807114320LiMgX6OJ.png', null, N'upload/files/20170807114320LiMgX6OJ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbaca35bc001f', null, N'jd-gui', null, null, N'cfg', null, N'upload/files/20170807114320U6mKaguK.cfg', null, N'upload/files/20170807114320U6mKaguK.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbacba75b0021', null, N'瀛樺湪闂.pdf', null, N'2017-08-07 11:44:54.000', N'pdf', null, N'upload/20170807/20170807114454XhpJNj2E.pdf', null, N'upload/20170807/20170807114454XhpJNj2E.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbad20ff00022', null, N'瀛樺湪闂.pdf', null, N'2017-08-07 11:51:54.000', N'pdf', null, N'upload/20170807/20170807115154wXcJXX26.pdf', null, N'upload/20170807/20170807115154wXcJXX26.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dc5e61e015dc5e8d74e0002', null, N'鍙傛爣鍏徃.txt', null, N'2017-08-09 15:32:32.000', N'txt', null, N'upload/20170809/20170809153232zdxwAIPq.txt', null, N'upload/20170809/20170809153232zdxwAIPq.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dc5e61e015dc5e93a400004', null, N'鍏氭斂杈 - 鎺ュ彛瀹夊叏鏈哄埗.docx', null, N'2017-08-09 15:32:57.000', N'docx', null, N'upload/20170809/20170809153257udyUk0sI.docx', null, N'upload/20170809/20170809153257udyUk0sI.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca531a350002', null, N'鍏徃浜у搧鏈嶅姟鏈熷唴鎺ュ彛浜烘眹鎬.xls', null, N'2017-08-10 12:07:04.000', N'xls', null, N'upload/20170810/201708101207046bj5XsnX.xls', null, N'upload/20170810/201708101207046bj5XsnX.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca5385380004', null, N'鍙傛爣鍏徃.txt', null, N'2017-08-10 12:07:35.000', N'txt', null, N'upload/20170810/20170810120735txzswMTT.txt', null, N'upload/20170810/20170810120735txzswMTT.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca5389190005', null, N'鑸硅埗杩愯绠℃帶涓績绯荤粺杞欢寮鍙戝悎鍚(2017)-V1.8-淇敼.doc', null, N'2017-08-10 12:07:30.000', N'doc', null, N'upload/20170810/201708101207308ZWyGxZf.doc', null, N'upload/20170810/201708101207308ZWyGxZf.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca544c6c0006', null, N'QQ鍥剧墖20170810105808.png', null, N'2017-08-10 12:08:28.000', N'png', null, N'upload/20170810/20170810120828OUU2VDfq.png', null, N'upload/20170810/20170810120828OUU2VDfq.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca550db00009', null, N'QQ鍥剧墖20170810105808.png', null, N'2017-08-10 12:09:17.000', N'png', null, N'upload/20170810/20170810120917fyNKwNus.png', null, N'upload/20170810/20170810120917fyNKwNus.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb6c1edc0002', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:14:06.000', N'java', null, N'upload/20170810/20170810171406Au133p3F.java', null, N'upload/20170810/20170810171406Au133p3F.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb6e17520008', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:16:15.000', N'pdf', null, N'upload/20170810/201708101716159ByshMZL.pdf', null, N'upload/20170810/201708101716159ByshMZL.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb7023ad000a', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:18:30.000', N'pdf', null, N'upload/20170810/20170810171830TziwjdnZ.pdf', null, N'upload/20170810/20170810171830TziwjdnZ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb7045ee000b', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:18:39.000', N'java', null, N'upload/20170810/20170810171839BRFs49g9.java', null, N'upload/20170810/20170810171839BRFs49g9.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70595e000c', null, N'jd-gui.cfg', null, N'2017-08-10 17:18:44.000', N'cfg', null, N'upload/20170810/20170810171844y3vY8XYG.cfg', null, N'upload/20170810/20170810171844y3vY8XYG.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70b1fd000d', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:19:06.000', N'pdf', null, N'upload/20170810/201708101719069bC2AvHJ.pdf', null, N'upload/20170810/201708101719069bC2AvHJ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70be60000e', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:19:09.000', N'java', null, N'upload/20170810/20170810171909LUbcCeiM.java', null, N'upload/20170810/20170810171909LUbcCeiM.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ddfdd26015ddff45ab2002d', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-08-14 16:55:19.000', N'jpg', null, N'upload/20170814/20170814165519sxiNnIWx.jpg', null, N'upload/20170814/20170814165519sxiNnIWx.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ddfdd26015ddff4632c002e', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-08-14 16:55:21.000', N'jpg', null, N'upload/20170814/20170814165521GBwjV9v7.jpg', null, N'upload/20170814/20170814165521GBwjV9v7.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c86763424000b', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 14:48:32.000', N'jpg', null, N'upload/20170608/20170608144832AxHywwkY.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867977cf0012', null, N'H5骞冲彴鍏稿瀷妗堜緥.doc', null, N'2017-06-08 14:52:06.000', N'doc', null, N'upload/20170608/20170608145206CrGq8vwm.doc', null, N'H5ptdxal', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867a9fa40016', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 14:53:22.000', N'pdf', null, N'upload/20170608/20170608145322UU38fHHT.pdf', null, N'(sc)jeecgLicensepz', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867b0a8d0018', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 14:53:49.000', N'jpg', null, N'upload/20170608/20170608145349Mz4sAcpa.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867d268c0019', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 14:56:07.000', N'pdf', null, N'upload/20170608/20170608145607DA9TR8v3.pdf', null, N'(sc)jeecgLicensepz', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c8683be5f0020', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 15:03:19.000', N'pdf', null, N'upload/20170608/201706081503192CzNP9gN.pdf', null, N'(sc)jeecgLicensepz', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c8687b311002a', null, N'閲嶅簡浜ら氬紑鎶曠鎶-JEECG闂娓呭崟.docx', null, N'2017-06-08 15:07:39.000', N'docx', null, N'upload/20170608/20170608150739w1bJQ9Zb.docx', null, N'zqjtktkj-JEECGwtqd', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c86ec60015c86eeb3a20006', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 17:00:09.000', N'jpg', null, N'upload/20170608/20170608170009ig0KrnIq.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c86ec60015c86f2578a0019', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 17:04:08.000', N'jpg', null, N'upload/20170608/20170608170408kKypjEDJ.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f65ada19f8015ada30571d0005', null, N'1111', null, null, N'txt', null, N'upload/files/20170317105445PPhm9qGm.txt', null, N'upload/files/20170317105445PPhm9qGm.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f65adac254015adac3a6df0005', null, N'1111', null, null, N'txt', null, N'upload/files/20170317133539XiUPFdhj.txt', null, N'upload/files/20170317133539XiUPFdhj.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7dc6c4015c7dca6b990001', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20170606222356p10jk50D.jpg', null, N'upload/files/20170606222356p10jk50D.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7dc6c4015c7dca6b990002', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20170606222356zFDR7R1V.jpg', null, N'upload/files/20170606222356zFDR7R1V.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7de66e3f000f', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-06 22:54:32.000', N'jpg', null, N'upload/20170606/20170606225432ew8xQOIj.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7dea28060010', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-06-06 22:58:36.000', N'jpg', null, N'upload/20170606/20170606225836AEtGk7G4.jpg', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7deb372d0011', null, N'ppx01814elfynejrpjjhm47.png', null, N'2017-06-06 22:59:46.000', N'png', null, N'upload/20170606/20170606225946ASyqj6hn.png', null, N'ppx01814elfynejrpjjhm47', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1cb04b50003', null, N'甯哥敤绀轰緥DEMO姹囨.xlsx', null, N'2017-06-13 22:10:55.000', N'xlsx', null, N'upload/20170613/201706132210557UixxUf4.xlsx', null, N'cyslDEMOhz', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1cba88b0005', null, N'1457926300690.png', null, N'2017-06-13 22:11:37.000', N'png', null, N'upload/20170613/20170613221137AjI23jmV.png', null, N'1457926300690', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1d9ca52000a', null, N'鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, N'2017-06-13 22:27:03.000', N'xlsx', null, N'upload/20170613/20170613222703EEMwLe4f.xlsx', null, N'lxsz2002jtxl', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e4c100000d', null, N'鍖呭ご甯岄摑宸ョ▼璧勬枡绠$悊绯荤粺鎶ヤ环鍗昖1.0', null, null, N'xlsx', null, N'upload/files/20170613223902BnkSeBqJ.xlsx', null, N'upload/files/20170613223902BnkSeBqJ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e5abcc000e', null, N'Bpm IE 鍏煎闂.pdf', null, N'2017-06-13 22:40:02.000', N'pdf', null, N'upload/20170613/201706132240028FG3pvWN.pdf', null, N'BpmIEjrwt', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e766b2000f', null, N'鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, N'2017-06-13 22:41:55.000', N'xlsx', null, N'upload/20170613/20170613224155EAck3qHp.xlsx', null, N'lxsz2002jtxl', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881855ad7918f015ad7996267000e', null, N'1111', null, null, N'txt', null, N'upload/files/20170316225038w9VHUeTO.txt', null, N'upload/files/20170316225038w9VHUeTO.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7926189f0024', null, N'闄勪欢1寤夋磥璇氫俊鎵胯涔', null, N'2017-09-13 10:51:33.000', N'docx', null, N'upload/files/201709131051339CPsqMwi.docx', N'com.jeecg.demo.entity.TSDocument', N'upload/files/201709131051339CPsqMwi.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e792687bb0025', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-13 10:51:57.000', N'xlsx', null, N'upload/20170913/20170913105157DCM0A3D7.xlsx', null, N'upload/20170913/20170913105157DCM0A3D7.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927203d0026', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-13 10:52:36.000', N'xlsx', null, N'upload/20170913/201709131052363xPGIIzG.xlsx', null, N'upload/20170913/201709131052363xPGIIzG.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e792772aa0027', null, N'QQ鍥剧墖20170913091340.png', null, N'2017-09-13 10:53:01.000', N'png', null, N'upload/20170913/20170913105301RJcwNVH5.png', null, N'upload/20170913/20170913105301RJcwNVH5.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927aa170028', null, N'20170913105301RJcwNVH5', null, N'2017-09-13 10:53:08.000', N'png', null, N'upload/20170913/20170913105301RJcwNVH5.png', N'com.jeecg.demo.entity.TSDocument', N'upload/20170913/20170913105301RJcwNVH5.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927f3980029', null, N'111.txt', null, N'2017-09-13 10:53:31.000', N'txt', null, N'upload/20170913/20170913105331QW4GKFvQ.txt', null, N'upload/20170913/20170913105331QW4GKFvQ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7928b6f4002a', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, N'2017-09-13 10:54:20.000', N'xlsx', null, N'upload/20170913/20170913105420w281nCDL.xlsx', null, N'upload/20170913/20170913105420w281nCDL.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7a1d31015e7a2b5c3a0003', null, N'JEECG鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛', null, N'2017-09-14 09:55:37.000', N'xlsx', null, N'upload/files/201709140955378TbNRugP.xlsx', N'com.jeecg.demo.entity.TSDocument', N'upload/files/201709140955378TbNRugP.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e184a015e7e19db7c0001', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛.docx', null, N'2017-09-14 09:56:10.000', N'docx', null, N'upload/20170914/20170914095610EhckCkK8.docx', null, N'upload/20170914/20170914095610EhckCkK8.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1e4b600001', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, N'jpg', null, N'upload/files/20170914100108QzuiVdJZ.jpg', null, N'upload/files/20170914100108QzuiVdJZ.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1e4b600002', null, N'JEECG鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛', null, null, N'docx', null, N'upload/files/201709141001082WfHAPD5.docx', null, N'upload/files/201709141001082WfHAPD5.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1ef0040005', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20170914100150RvWzikCO.jpg', null, N'upload/files/20170914100150RvWzikCO.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1ef00f0006', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, N'jpg', null, N'upload/files/20170914100150skOdPd2Z.jpg', null, N'upload/files/20170914100150skOdPd2Z.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1ef0240007', null, N'寰俊灏忕▼搴', null, null, N'jpg', null, N'upload/files/20170914100150mkjLIhR7.jpg', null, N'upload/files/20170914100150mkjLIhR7.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1f2b010009', null, N'鑸硅埗杩愯绠℃帶涓績绯荤粺杞欢寮鍙戝悎鍚(2017)-V1.8-淇敼', null, null, N'doc', null, N'upload/files/20170914100205Ihc2bRUc.doc', null, N'upload/files/20170914100205Ihc2bRUc.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e330e91000a', null, N'config.json', null, N'2017-09-14 10:23:48.000', N'json', null, N'upload/20170914/20170914102348DsBb0gHt.json', null, N'upload/20170914/20170914102348DsBb0gHt.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e3349f4000b', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, N'2017-09-14 10:23:59.000', N'xlsx', null, N'upload/20170914/201709141023590ihPA2JL.xlsx', null, N'upload/20170914/201709141023590ihPA2JL.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e338812000c', null, N'201709141023590ihPA2JL', null, N'2017-09-14 10:24:11.000', N'xlsx', null, N'upload/20170914/201709141023590ihPA2JL.xlsx', N'com.jeecg.demo.entity.TSDocument', N'upload/20170914/201709141023590ihPA2JL.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f3dab50002', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-20 22:41:51.000', N'jpg', null, N'upload/20170620/20170620224151CVbvyIdw.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f4e1660007', null, N'閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, N'2017-06-20 22:42:59.000', N'docx', null, N'upload/20170620/20170620224259ZvLY58MY.docx', null, N'zqjtkt-jeecgwt', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f6f668000e', null, N'閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, N'2017-06-20 22:45:15.000', N'docx', null, N'upload/20170620/20170620224515U3mUrHfW.docx', null, N'zqjtkt-jeecgwt', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ab775c7b27bd015c7b29eef00003', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, N'jpg', null, N'upload/files/20170606100924P6SODqmp.jpg', null, N'upload/files/20170606100924P6SODqmp.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ab775c7b27bd015c7b29eef90004', null, N'(鎵嬪唽)jeecgLicense閰嶇疆', null, null, N'pdf', null, N'upload/files/20170606100924qg7QLVqu.pdf', null, N'upload/files/20170606100924qg7QLVqu.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153a650060153a65327350012', null, N'鑱旈氶棶棰20160126', null, null, N'txt', null, N'upload/files/20160324095300cGLn1DMs.txt', null, N'upload/files/20160324095300cGLn1DMs.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef815509d842015509e143280004', null, N'20160504-鑱旈氬崌绾', null, null, N'txt', null, N'upload/files/20160601105325pLV33L00.txt', null, N'upload/files/20160601105325pLV33L00.swf', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_base_user --- ---------------------------- -DROP TABLE [dbo].[t_s_base_user] -GO -CREATE TABLE [dbo].[t_s_base_user] ( -[ID] nvarchar(32) NOT NULL , -[activitiSync] smallint NULL , -[browser] nvarchar(20) NULL , -[password] nvarchar(100) NULL , -[realname] nvarchar(50) NULL , -[signature] varbinary(MAX) NULL , -[status] smallint NULL , -[userkey] nvarchar(200) NULL , -[username] nvarchar(10) NOT NULL , -[departid] nvarchar(32) NULL , -[delete_flag] smallint NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`departid`) REFER `jeecg/t_s_depart' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`departid`) REFER `jeecg/t_s_depart' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'activitiSync')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚屾娴佺▼' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'activitiSync' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚屾娴佺▼' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'activitiSync' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'browser')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴忚鍣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'browser' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴忚鍣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'browser' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'password')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀵嗙爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'password' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀵嗙爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'password' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'realname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐪熷疄鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'realname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐪熷疄鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'realname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'signature')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绛惧悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'signature' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绛惧悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'signature' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈夋晥鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈夋晥鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'userkey')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛KEY' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'userkey' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛KEY' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'userkey' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'username')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛璐﹀彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'username' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛璐﹀彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'username' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'departid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'departid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'departid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'delete_flag')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒犻櫎鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'delete_flag' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒犻櫎鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'delete_flag' -GO - --- ---------------------------- --- Records of t_s_base_user --- ---------------------------- -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'402880e74d75c4dd014d75d44af30005', null, null, N'deec3ebf23191eee', N'demo', null, N'1', N'demo', N'demo', N'402880e6487e661a01487e6b504e0001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'402881875988e889015988ec36770001', null, null, N'f68bb6f881b0ebe0', N'7777', null, N'1', N'demo', N'777', null, N'1') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'4028ef81538330cd01538333b7bc0001', null, null, N'fa83c6e9a2006c62', N'鏉庡洓', null, N'1', N'缁忕悊瑙掕壊', N'lisi', N'402880e447e9a9570147e9b762e30009', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'4028ef81563ae5be01563ae92d7f0002', null, null, N'bff95c03433b66af', N'999', null, N'1', N'demo', N'999', null, N'1') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181950052', null, null, N'c44b01947c9e6e3f', N'绠$悊鍛', null, N'1', N'绠$悊鍛', N'admin', N'8a8ab0b246dc81120146dc8180ba0017', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc81819d0053', null, null, N'd47ca58189979651', N'寮犱唬娴', null, N'1', N'鏅氱敤鎴', N'scott', N'402880e6487e661a01487e6b504e0001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a10054', null, null, N'f2322ec2fb9f40d1', N'閲囪喘鍛', null, N'1', N'绠$悊鍛', N'cgy', N'8a8ab0b246dc81120146dc8180a20016', N'1') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', null, null, N'a324509dc1a3089a', N'閲囪喘瀹℃壒鍛', null, N'1', N'绠$悊鍛', N'cgspy', N'8a8ab0b246dc81120146dc8180a20016', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8c82a35de421ab015de4228d400003', null, null, N'a1e81ebd9408df3b', N'qinfeng', null, N'1', N'缁忕悊瑙掕壊', N'qinfeng', N'8a8ab0b246dc81120146dc8180ba0017', N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_black_list --- ---------------------------- -DROP TABLE [dbo].[t_s_black_list] -GO -CREATE TABLE [dbo].[t_s_black_list] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[ip] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_black_list', -'COLUMN', N'ip')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ip鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'ip' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ip鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_black_list' -, @level2type = 'COLUMN', @level2name = N'ip' -GO - --- ---------------------------- --- Records of t_s_black_list --- ---------------------------- -INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881f15e751d2a015e75212c570005', N'绠$悊鍛', N'admin', N'2017-09-12 16:07:41.000', N'', N'', null, N'A03', N'A03', N'1', N'111.193.210.4') -GO -GO - --- ---------------------------- --- Table structure for t_s_category --- ---------------------------- -DROP TABLE [dbo].[t_s_category] -GO -CREATE TABLE [dbo].[t_s_category] ( -[id] nvarchar(36) NOT NULL , -[icon_id] nvarchar(32) NULL , -[code] nvarchar(32) NOT NULL , -[name] nvarchar(32) NOT NULL , -[create_name] nvarchar(50) NOT NULL , -[create_by] nvarchar(50) NOT NULL , -[create_date] datetime NOT NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[parent_id] nvarchar(32) NULL , -[sys_org_code] nvarchar(10) NOT NULL , -[sys_company_code] nvarchar(10) NOT NULL , -[PARENT_CODE] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒嗙被绠$悊' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒嗙被绠$悊' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'icon_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'icon_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'icon_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'parent_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婄骇ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'parent_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婄骇ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'parent_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍏徃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍏徃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'PARENT_CODE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐖堕偖缂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'PARENT_CODE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐖堕偖缂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'PARENT_CODE' -GO - --- ---------------------------- --- Records of t_s_category --- ---------------------------- -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271b82b001f', N'8a8ab0b246dc81120146dc8180460000', N'A01', N'姘存灉鍒嗙被', N'绠$悊鍛', N'admin', N'2016-01-21 12:29:25.000', null, null, null, null, N'A03', N'A0', null) -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271d2800021', N'8a8ab0b246dc81120146dc8180460000', N'A02', N'涔︾睄鍒嗙被', N'绠$悊鍛', N'admin', N'2016-01-21 12:29:32.000', null, null, null, null, N'A03', N'A0', null) -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271e7cf0023', N'8a8ab0b246dc81120146dc8180460000', N'A03', N'姹借溅鍒嗙被', N'绠$悊鍛', N'admin', N'2016-01-21 12:29:38.000', N'绠$悊鍛', N'admin', N'2017-08-21 11:24:55.000', null, N'A03', N'A0', null) -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d4015262720ac00025', N'8a8ab0b246dc81120146dc8180460000', N'A03A01', N'鍥戒骇姹借溅', N'绠$悊鍛', N'admin', N'2016-01-21 12:29:47.000', null, null, null, null, N'A03', N'A0', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526272344f0027', N'8a8ab0b246dc81120146dc8180460000', N'A03A02', N'杩涘彛姹借溅', N'绠$悊鍛', N'admin', N'2016-01-21 12:29:57.000', null, null, null, null, N'A03', N'A0', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d40152627286a10029', N'8a8ab0b246dc81120146dc8180460000', N'A02A01', N'澶栬', N'绠$悊鍛', N'admin', N'2016-01-21 12:30:18.000', null, null, null, null, N'A03', N'A0', N'A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526272bebe002b', N'8a8ab0b246dc81120146dc8180460000', N'A02A02', N'缈昏瘧', N'绠$悊鍛', N'admin', N'2016-01-21 12:30:33.000', null, null, null, null, N'A03', N'A0', N'A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273140d002d', N'8a8ab0b246dc81120146dc8180460000', N'A01A01', N'鐑甫姘存灉', N'绠$悊鍛', N'admin', N'2016-01-21 12:30:54.000', null, null, null, null, N'A03', N'A0', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d4015262735b9e002f', N'8a8ab0b246dc81120146dc8180460000', N'A01A02', N'鍐ぉ姘存灉', N'绠$悊鍛', N'admin', N'2016-01-21 12:31:13.000', null, null, null, null, N'A03', N'A0', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273c01f0031', N'8a8ab0b246dc81120146dc8180460000', N'A03A02A01', N'鍑开鎷夊厠', N'绠$悊鍛', N'admin', N'2016-01-21 12:31:39.000', null, null, null, null, N'A03', N'A0', N'A03A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273ee390033', N'8a8ab0b246dc81120146dc8180460000', N'A03A02A02', N'澶т紬', N'绠$悊鍛', N'admin', N'2016-01-21 12:31:50.000', null, null, null, null, N'A03', N'A0', N'A03A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d40152627417350035', N'8a8ab0b246dc81120146dc8180460000', N'A03A01A01', N'绾㈡棗姹借溅', N'绠$悊鍛', N'admin', N'2016-01-21 12:32:01.000', null, null, null, null, N'A03', N'A0', N'A03A01') -GO -GO - --- ---------------------------- --- Table structure for t_s_data_log --- ---------------------------- -DROP TABLE [dbo].[t_s_data_log] -GO -CREATE TABLE [dbo].[t_s_data_log] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[table_name] nvarchar(32) NULL , -[data_id] nvarchar(32) NULL , -[data_content] nvarchar(MAX) NULL , -[version_number] int NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'table_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'data_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'data_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'version_number')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐗堟湰鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'version_number' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐗堟湰鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'version_number' -GO - --- ---------------------------- --- Records of t_s_data_log --- ---------------------------- -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab0d198015ab12274bf0006', N'绠$悊鍛', N'admin', N'2017-03-09 11:35:09.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'3') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab700bead0009', N'绠$悊鍛', N'admin', N'2017-03-10 14:56:03.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab700be8d0008', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 2:56:03 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"111","status":"0","id":"402880f05ab6d12b015ab700be8d0008"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab705a23f000d', N'绠$悊鍛', N'admin', N'2017-03-10 15:01:24.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab705a233000c', N'{"mobilePhone":"","officePhone":"11","email":"","createDate":"Mar 10, 2017 3:01:24 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"11","status":"0","id":"402880f05ab6d12b015ab705a233000c"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab712a6420013', N'绠$悊鍛', N'admin', N'2017-03-10 15:15:37.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忕帇","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab712d0510015', N'绠$悊鍛', N'admin', N'2017-03-10 15:15:47.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"18611788525","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 AM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忕帇","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab71308240018', N'绠$悊鍛', N'admin', N'2017-03-10 15:16:02.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"13111111111","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忔槑","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab72806c3001b', N'绠$悊鍛', N'admin', N'2017-03-10 15:38:58.000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"18611788888","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忔槑","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a0153181567690001', N'绠$悊鍛', N'admin', N'2016-02-25 18:59:29.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13423423423","officePhone":"1","email":"","age":1,"salary":1,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 PM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a01531815ec5c0003', N'绠$悊鍛', N'admin', N'2016-02-25 19:00:03.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13426498659","officePhone":"1","email":"","age":1,"salary":1.00,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 AM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0502e6b0003', N'绠$悊鍛', N'admin', N'2016-03-29 10:59:53.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"18455477548","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0509aa40006', N'绠$悊鍛', N'admin', N'2016-03-29 11:00:21.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051c4a70008', N'绠$悊鍛', N'admin', N'2016-03-29 11:01:37.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051d4b5000a', N'绠$悊鍛', N'admin', N'2016-03-29 11:01:41.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c07033d8000d', N'绠$悊鍛', N'admin', N'2016-03-29 11:34:52.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","age":23,"createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'3') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c070492e000f', N'绠$悊鍛', N'admin', N'2016-03-29 11:34:57.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","age":22,"createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'3') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81550c1a7901550c1cd7850002', N'绠$悊鍛', N'admin', N'2016-06-01 21:17:44.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 1, 2016 9:17:44 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"121221","status":"0","id":"4028ef81550c1a7901550c1cd6e70001"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81568c31ec01568c3307080004', N'绠$悊鍛', N'admin', N'2016-08-15 11:16:09.000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'2') -GO -GO - --- ---------------------------- --- Table structure for t_s_data_rule --- ---------------------------- -DROP TABLE [dbo].[t_s_data_rule] -GO -CREATE TABLE [dbo].[t_s_data_rule] ( -[id] nvarchar(96) NULL , -[rule_name] nvarchar(96) NULL , -[rule_column] nvarchar(300) NULL , -[rule_conditions] nvarchar(300) NULL , -[rule_value] nvarchar(300) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(96) NULL , -[create_name] nvarchar(96) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(96) NULL , -[update_name] nvarchar(96) NULL , -[functionId] nvarchar(96) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'rule_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鏉冮檺瑙勫垯鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鏉冮檺瑙勫垯鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'rule_column')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_column' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_column' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'rule_conditions')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉′欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_conditions' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉′欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_conditions' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'rule_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙勫垯鍊' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙勫垯鍊' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'rule_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_rule', -'COLUMN', N'functionId')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'functionId' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_rule' -, @level2type = 'COLUMN', @level2name = N'functionId' -GO - --- ---------------------------- --- Records of t_s_data_rule --- ---------------------------- -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'f852d85d47f224990147f2284c0c0005', N'灏忎簬', N'test', N'<=', N'11', N'2014-08-20 14:43:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'f852d85d47f224990147f2284c0c0005', N'灏忎簬', N'test', N'<=', N'11', N'2014-08-20 14:43:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fe47fcb29c0147fcb6b6220001', N'12', N'12', N'>', N'12', N'2014-08-22 15:55:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, N'8a8ab0b246dc81120146dc8180fe002b') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fb486e848101486e913cd6000b', N'userName', N'userName', N'=', N'admin', N'2014-09-13 18:31:25.000', N'admin', N'绠$悊鍛', null, null, null, N'402889fb486e848101486e8e2e8b0007') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fb486e848101486e98d20d0016', N'title', N'title', N'=', N'12', null, null, null, N'2014-09-13 22:18:22.000', N'scott', N'寮犱唬娴', N'402889fb486e848101486e93a7c80014') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880e6487e661a01487e732c020005', N'SYS_ORG_CODE', N'SYS_ORG_CODE', N'LIKE', N'010201%', N'2014-09-16 20:32:30.000', N'admin', N'绠$悊鍛', null, null, null, N'402889fb486e848101486e93a7c80014') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880e6487e661a01487e8153ee0007', N'create_by', N'create_by', N'', N'#{SYS_USER_CODE}', N'2014-09-16 20:47:57.000', N'admin', N'绠$悊鍛', null, null, null, N'402889fb486e848101486e93a7c80014') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881e45394d66901539500a4450001', N'sysCompanyCode', N'sysCompanyCode', N'=', N'#{SYS_COMPANY_CODE}', N'2016-03-21 01:09:21.000', N'admin', N'绠$悊鍛', null, null, null, N'402881e54df73c73014df75ab670000f') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881e45394d6690153950177cb0003', N'sysOrgCode', N'sysOrgCode', N'=', N'#{SYS_ORG_CODE}', N'2016-03-21 01:10:15.000', N'admin', N'绠$悊鍛', null, null, null, N'402881e54df73c73014df75ab670000f') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef815595a881015595b0ccb60001', N'闄愬彧鑳界湅鑷繁', N'create_by', N'=', N'#{sys_user_code}', null, null, null, N'2017-08-14 15:03:56.000', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef81574ae99701574aed26530005', N'鐢ㄦ埛鍚', N'userName', N'!=', N'admin', N'2016-09-21 12:07:18.000', N'admin', N'绠$悊鍛', null, null, null, N'4028ef81574ae99701574aeb97bd0003') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881875b19f141015b19f8125e0014', N'鍙湅涓嬪睘涓氬姟鏁版嵁', N'sys_org_code', N'LIKE', N'#{sys_org_code}', null, null, null, N'2017-08-14 15:04:32.000', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880f25b1e2ac7015b1e5fdebc0012', N'鍙兘鐪嬭嚜宸辨暟鎹', N'create_by', N'=', N'#{sys_user_code}', N'2017-03-30 16:40:51.000', N'admin', N'绠$悊鍛', null, null, null, N'402880f25b1e2ac7015b1e5cdc340010') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ab775dca0d1b015dca4183530018', N'琛ㄥ悕闄愬埗', N'isDbSynch', N'=', N'Y', null, null, null, N'2017-08-14 16:43:45.000', N'demo', N'demo', N'4028ab775dca0d1b015dca3fccb60016') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880ec5ddec439015ddf9225060038', N'澶嶆潅鍏崇郴', N'', N'USE_SQL_RULES', N'name like ''%寮%'' or age > 10', null, null, null, N'2017-08-14 15:10:25.000', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880ec5ddfdd26015ddfe3e0570011', N'澶嶆潅sql閰嶇疆', N'', N'USE_SQL_RULES', N'table_name like ''%test%'' or is_tree = ''Y''', null, null, null, N'2017-08-14 16:38:55.000', N'demo', N'demo', N'4028ab775dca0d1b015dca3fccb60016') -GO -GO - --- ---------------------------- --- Table structure for t_s_data_source --- ---------------------------- -DROP TABLE [dbo].[t_s_data_source] -GO -CREATE TABLE [dbo].[t_s_data_source] ( -[id] nvarchar(36) NOT NULL , -[db_key] nvarchar(50) NOT NULL , -[description] nvarchar(50) NOT NULL , -[driver_class] nvarchar(50) NOT NULL , -[url] nvarchar(200) NOT NULL , -[db_user] nvarchar(50) NOT NULL , -[db_password] nvarchar(50) NULL , -[db_type] nvarchar(50) NULL , -[db_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'db_key')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶氭暟鎹簮KEY' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_key' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶氭暟鎹簮KEY' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_key' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'description')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'description' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'description' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'driver_class')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椹卞姩class' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'driver_class' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椹卞姩class' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'driver_class' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'url')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'db閾炬帴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'url' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'db閾炬帴' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'url' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'db_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'db_password')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀵嗙爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_password' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀵嗙爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_password' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'db_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撶被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撶被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_source', -'COLUMN', N'db_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧愬悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧愬悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_source' -, @level2type = 'COLUMN', @level2name = N'db_name' -GO - --- ---------------------------- --- Records of t_s_data_source --- ---------------------------- -INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'402880e74e064fc5014e0652f72b0001', N'jeewx-yunying', N'寰俊杩愯惀鏁版嵁搴', N'com.mysql.jdbc.Driver', N'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', N'root', N'ea3d519525358e00', N'mysql', N'jeewx-yunying') -GO -GO -INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'8a8aada9486347c001486401180a0003', N'SAP_DB', N'sap db', N'oracle.jdbc.driver.OracleDriver', N'jdbc:oracle:thin:@127.0.0.1:1521:oral', N'db_user', N'87428f0d9ae4c511', N'oracle', N'orcl') -GO -GO - --- ---------------------------- --- Table structure for t_s_depart --- ---------------------------- -DROP TABLE [dbo].[t_s_depart] -GO -CREATE TABLE [dbo].[t_s_depart] ( -[ID] nvarchar(32) NOT NULL , -[departname] nvarchar(100) NOT NULL , -[description] nvarchar(MAX) NULL , -[parentdepartid] nvarchar(32) NULL , -[org_code] nvarchar(64) NULL , -[org_type] nvarchar(1) NULL , -[mobile] nvarchar(32) NULL , -[fax] nvarchar(32) NULL , -[address] nvarchar(100) NULL , -[depart_order] nvarchar(5) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'departname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'departname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'departname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'description')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'description' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'description' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'parentdepartid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐖堕儴闂↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'parentdepartid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐖堕儴闂↖D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'parentdepartid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'org_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'org_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'org_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'mobile')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵嬫満鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'mobile' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵嬫満鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'mobile' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'fax')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浼犵湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'fax' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浼犵湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'fax' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'address')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'address' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍦板潃' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'address' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_depart', -'COLUMN', N'depart_order')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'depart_order' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_depart' -, @level2type = 'COLUMN', @level2name = N'depart_order' -GO - --- ---------------------------- --- Records of t_s_depart --- ---------------------------- -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e99cf10147e9a03b320003', N'鍖椾含鍥界偓杞欢', N'', null, N'A01', N'1', N'', N'', N'', N'1') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b677320003', N'杞欢淇℃伅閮', N'', N'402880e447e99cf10147e9a03b320003', N'A01A01', N'2', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b6a3be0005', N'閿鍞儴闂', N'', N'402880e447e99cf10147e9a03b320003', N'A01A02', N'2', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b710d20007', N'浜哄姏璧勬簮閮', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b762e30009', N'閿鍞粡鐞', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9ba550147e9c53b2e0013', N'璐㈠姟', N'', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A02', N'2', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e6487e661a01487e6b504e0001', N'閿鍞汉鍛', N'閿鍞汉鍛', N'402880e447e9a9570147e9b762e30009', N'A01A02A01A01', N'3', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880f15986303c0159864816180002', N'閮ㄩ棬缁忕悊', N'', N'8a8ab0b246dc81120146dc8180a20016', N'A02A01', N'2', N'', N'', N'', null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'8a8ab0b246dc81120146dc8180a20016', N'涓浗浜哄鎬诲叕鍙', N'1111', null, N'A02', N'1', N'', N'', N'', null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'8a8ab0b246dc81120146dc8180ba0017', N'JEECG寮婧愮ぞ鍖', N'', null, N'A03', N'1', N'', N'', N'', N'2') -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'8a8ab0b246dc81120146dc8180bd0018', N'杞欢寮鍙戦儴', N'鐮斿彂鎶鏈毦棰', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A01', N'2', null, null, null, N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_document --- ---------------------------- -DROP TABLE [dbo].[t_s_document] -GO -CREATE TABLE [dbo].[t_s_document] ( -[id] nvarchar(32) NOT NULL , -[typeid] nvarchar(32) NULL , -[documentstate] smallint NULL , -[documenttitle] nvarchar(100) NULL , -[pictureindex] varbinary(MAX) NULL , -[showhome] smallint NULL -) - - -GO - --- ---------------------------- --- Records of t_s_document --- ---------------------------- -INSERT INTO [dbo].[t_s_document] ([id], [typeid], [documentstate], [documenttitle], [pictureindex], [showhome]) VALUES (N'402881f15e78ff61015e7926189f0024', N'8a8ab0b246dc81120146dc8181fa0062', null, N'6666', null, null) -GO -GO -INSERT INTO [dbo].[t_s_document] ([id], [typeid], [documentstate], [documenttitle], [pictureindex], [showhome]) VALUES (N'402881f15e78ff61015e7927aa170028', N'8a8ab0b246dc81120146dc8181fa0062', null, N'6667', null, null) -GO -GO -INSERT INTO [dbo].[t_s_document] ([id], [typeid], [documentstate], [documenttitle], [pictureindex], [showhome]) VALUES (N'402881f15e7a1d31015e7a2b5c3a0003', N'8a8ab0b246dc81120146dc8181fa0062', null, N'111', null, null) -GO -GO -INSERT INTO [dbo].[t_s_document] ([id], [typeid], [documentstate], [documenttitle], [pictureindex], [showhome]) VALUES (N'402881f15e7e1cc1015e7e338812000c', N'8a8ab0b246dc81120146dc8181fa0062', null, N'5555', null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_function --- ---------------------------- -DROP TABLE [dbo].[t_s_function] -GO -CREATE TABLE [dbo].[t_s_function] ( -[ID] nvarchar(32) NOT NULL , -[functioniframe] smallint NULL , -[functionlevel] smallint NULL , -[functionname] nvarchar(50) NOT NULL , -[functionorder] nvarchar(255) NULL , -[functionurl] nvarchar(500) NULL , -[parentfunctionid] nvarchar(32) NULL , -[iconid] nvarchar(32) NULL , -[desk_iconid] nvarchar(32) NULL , -[functiontype] smallint NULL , -[function_icon_style] nvarchar(255) NULL , -[create_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[create_date] datetime NULL , -[update_name] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`parentfunctionid`) REFER `jeecg/t_' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`parentfunctionid`) REFER `jeecg/t_' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'functioniframe')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟鍦板潃鎵撳紑鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functioniframe' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟鍦板潃鎵撳紑鏂瑰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functioniframe' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'functionlevel')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟绛夌骇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionlevel' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟绛夌骇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionlevel' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'functionname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'functionorder')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionorder' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionorder' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'functionurl')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionurl' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'URL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functionurl' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'parentfunctionid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐖惰彍鍗旾D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'parentfunctionid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐖惰彍鍗旾D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'parentfunctionid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'iconid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'iconid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'iconid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'desk_iconid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妗岄潰鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'desk_iconid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妗岄潰鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'desk_iconid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'functiontype')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functiontype' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'functiontype' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'function_icon_style')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ace鍥炬爣鏍峰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'function_icon_style' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ace鍥炬爣鏍峰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'function_icon_style' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_function --- ---------------------------- -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'297e7ae15de05304015de07b35de0001', null, N'1', N'鍙帓搴忓閫', N'16', N'jeecgFormDemoController.do?selectSort', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2017-08-14 19:22:37.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'2c90ac564c9d1734014c9d6f4e370024', null, N'1', N'menu.graph.configuration', N'4', N'jformGraphreportHeadController.do?jformGraphreportHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815b48b411015b48b56fd80001', null, N'1', N'鍔ㄦ乼ab璁捐', N'8', N'jeecgFormDemoController.do?ueditor', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-bug', null, null, N'admin', N'2017-04-08 17:50:23.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815bb75d7b015bb7607ba00001', null, N'1', N'鐢靛瓙绛剧珷', N'10', N'jeecgFormDemoController.do?eSign', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-empire', N'admin', N'绠$悊鍛', null, null, N'2017-04-29 09:43:25.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815c1bac76015c1bc02abe0003', null, N'1', N'榛戝悕鍗曠鐞', N'9', N'tsBlackListController.do?list', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-05-18 22:03:28.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40287d81522a428401522a44aafb0002', null, N'1', N'Online绉诲姩鍥捐〃', N'5', N'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-15 12:34:36.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'minidao鏁版嵁鏉冮檺鍒楄〃', N'1', N'jeecgListDemoController.do?minidaoDatagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-08-14 15:03:03.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461226e0001', null, N'0', N'娑堟伅涓棿浠', N'8', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-commenting', null, null, N'admin', N'2016-01-14 11:20:51.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461b3ac0004', null, N'1', N'menu.business.management', N'1', N'tSSmsSqlController.do?tSSmsSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-14 16:47:13.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488462658f0006', null, N'1', N'menu.message.template', N'2', N'tSSmsTemplateController.do?tSSmsTemplate', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488463aa210009', null, N'1', N'menu.Business.configuration', N'3', N'tSSmsTemplateSqlController.do?tSSmsTemplateSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f014884649488000c', null, N'1', N'menu.send.message', N'0', N'tSSmsController.do?tSSms', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e448a28b750148a290c0e50001', null, N'1', N'menu.sort.management', N'16', N'categoryController.do?category', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5505a0012', null, N'0', N'鍦ㄧ嚎婕旂ず', N'4', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-06-08 22:24:45.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5cc2e0014', null, N'1', N'璇峰亣鍒楄〃', N'1', N'cgAutoListController.do?list&id=jform_leave', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-15 12:30:36.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fa7e970024', null, N'1', N'鏁版嵁鎶ヨ〃', N'2', N'cgReportController.do?list&id=user_msg', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-14 11:37:27.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ea53303a060153304a9ad50001', null, N'1', N'绯荤粺鍏憡', N'7', N'noticeController.do?tSNotice', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-06-27 18:16:34.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc43430e80061', null, N'0', N'Online寮鍙戞潈闄', N'101', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-06-20 14:32:59.000', N'2017-06-20 14:32:53.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855ab8c48a015ab8d133050018', null, N'1', N'娴嬭瘯online琛ㄥ崟鏉冮檺', N'4', N'', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-10 23:23:32.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881875992e76c015992eb2a3b0009', null, N'1', N'鐧惧害', N'2', N'https://www.baidu.com', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2017-01-12 21:43:22.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fd1bd60030', null, N'1', N'鍥惧舰鎶ヨ〃', N'3', N'graphReportController.do?list&isIframe&id=yhcztj', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-14 11:37:16.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e95e07dd00015e07e93bb60001', null, N'1', N'鏍戠紪杈', N'10', N'jeecgFormDemoController.do?ztreeDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', N'admin', N'绠$悊鍛', N'admin', N'2017-09-06 10:21:42.000', N'2017-08-22 11:07:59.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc4348d1d0064', null, N'1', N'online瀵煎叆琛ㄥ崟鏉冮檺', N'1', N'cgformTransController.do?trans', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:33:17.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc435a0a40077', null, N'1', N'online琛ㄥ崟鍒犻櫎鏉冮檺', N'2', N'cgFormHeadController.do?del', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:34:27.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc43685d60079', null, N'1', N'online瀵煎叆琛ㄥ崟鏉冮檺', N'3', N'cgformSqlController.do?toCgformMigrate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:35:26.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc437afc3007b', null, N'1', N'online sql澧炲己鏉冮檺', N'4', N'cgformButtonSqlController.do?addorupdate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:36:42.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc453ef9600a7', null, N'1', N'online浠g爜鐢熸垚', N'5', N'generateController.do?gogenerate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 15:07:34.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25a980e2a015a981dc8de0005', null, N'1', N'璇峰亣鑷畾涔夎〃鍗', N'3', N'autoFormController/af/employee_leave_form/goViewPage.do', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-29 16:18:26.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25a9833f5015a9843218f000c', null, N'1', N'鑷畾涔夎〃鍗曟煡鐪', N'4', N'autoFormController/af/order_form/goUpdatePage.do', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-29 16:18:48.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b1d5a3a015b1d772c2b0013', null, N'1', N'璇峰亣鍗曠紪杈戦〉闈', N'2', N'cgFormBuildController/ftlForm/jform_leave/goUpdate.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-03-30 12:45:23.000', N'2017-03-30 12:26:41.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b1e2ac7015b1e5cdc340010', null, N'2', N'online璇峰亣鍔犺浇鏁版嵁璇锋眰', N'3', N'cgAutoListController.do?datagrid&configId=jform_leave', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-03-30 16:37:33.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b23a635015b23a992f10003', null, N'1', N'ol璁㈠崟缂栬緫椤甸潰', N'4', N'cgFormBuildController/ftlForm/jform_order_main/goUpdate.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-31 17:27:46.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855ab8c48a015ab8d1f96f001b', null, N'1', N'ol璇峰亣鍗曟煡鐪嬮〉闈', N'1', N'cgFormBuildController/ftlForm/jform_leave/goDetail.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-30 12:42:51.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855c0190fa015c019342b20003', null, N'1', N'缁煎悎鎶ヨ〃', N'4', N'jeecgListDemoController.do?broswerStatisticTabs', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2017-05-13 19:30:47.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881c746de1ea60146de207d770001', null, N'1', N'language.manage', N'4', N'mutiLangController.do?mutiLang', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 11:54:58.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cddd3', null, N'1', N'璁㈠崟绠$悊', N'1', N'demo/jpDemoOrderMain.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-06-20 22:35:05.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd348df80005', null, N'1', N'鏍戝舰鍒楄〃', N'2', N'p3/auth.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-07-18 16:52:19.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81574ae99701574aeb97bd0003', null, N'1', N'鐢ㄦ埛鍒楄〃鏁版嵁鏉冮檺', N'2', N'userController.do?datagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2016-09-21 12:05:36.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e45e6b867a015e6c539b8a000d', null, N'1', N'澶歵ab閫夐」鍗', N'17', N'jeecgFormDemoController.do?tabsDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-bug', N'admin', N'绠$悊鍛', N'admin', N'2017-09-10 23:06:57.000', N'2017-09-10 23:06:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e55de5aead015de643eaed0004', null, N'1', N'澶氳〃澶寸ず渚', N'3', N'jeecgListDemoController.do?multiHeaList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-list-alt', N'admin', N'绠$悊鍛', null, null, N'2017-08-15 22:19:57.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ea5bc9abd3015bc9b2ebe10001', null, N'1', N'宸﹀彸甯冨眬', N'11', N'jeecgFormDemoController.do?siteSelect', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'icon-link', null, null, N'admin', N'2017-05-02 23:14:46.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ea5bcd7fd0015bcd8b5eae0001', null, N'1', N'涓婁笅甯冨眬', N'12', N'jeecgFormDemoController.do?specialLayout', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'icon-columns', null, null, N'admin', N'2017-09-06 10:19:00.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ef5e087320015e087a17570001', null, N'1', N'popup鎺т欢', N'0', N'jeecgFormDemoController.do?popupMultiValue', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-external-link', N'admin', N'绠$悊鍛', N'admin', N'2017-09-06 10:18:35.000', N'2017-08-22 13:46:13.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54df53718014df538fc100001', null, N'1', N'menu.online.template', N'2', N'cgformTemplateController.do?cgformTemplate', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402885814e3d2d09014e3d2e77800001', null, N'1', N'鏁版嵁鏃ュ織', N'4', N'systemController.do?dataLogList', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'鏁版嵁鏉冮檺', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'fa-gears', null, null, N'admin', N'2017-03-04 13:37:59.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028911b5c0bf9b9015c0c034d8e0013', null, N'1', N'P3绀轰緥', N'13', N'demo/jeecgP3demo.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-05-26 18:52:50.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d0b0200004', null, N'1', N'瀹㈡埛璺熻釜璁板綍', N'4', N'cgAutoListController.do?list&id=jeecg_custom_record', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d34aca000a', null, N'1', N'瀹㈡埛璧勬枡绠$悊', N'5', N'cgAutoListController.do?list&id=jeecg_custom_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ab775dca0d1b015dca3fccb60016', null, N'1', N'Online鍔犺浇鏁版嵁鏉冮檺', N'3', N'cgFormHeadController.do?datagrid', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'demo', N'2017-08-14 16:35:40.000', N'2017-08-10 11:46:05.000', N'demo') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028b29a5d86c6e5015d8711a0000007', null, N'1', N'澶氭枃浠朵笂浼', N'15', N'multiUploadController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2017-07-28 10:41:06.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028bc934869765001486977f0980001', null, N'1', N'common.datasource.manage', N'6', N'dynamicDataSourceController.do?dbSource', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 12:15:41.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81535fff5101536001bb8d0005', null, N'1', N'鎷涜仒绠$悊', N'2', N'cgAutoListController.do?list&id=jform_resume_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-01 11:51:06.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373fef1c50003', null, N'1', N'閫氳褰曞垎缁', N'9', N'cgAutoListController.do?list&id=jform_contact_group', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-06-27 18:16:01.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e019750003', null, N'0', N'绉诲姩鎶ヨ〃', N'2', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pie-chart', null, null, N'admin', N'2017-03-03 17:34:37.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd33c6670001', null, N'0', N'鎻掍欢妯″潡', N'0', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-download', null, null, N'admin', N'2017-06-08 22:28:22.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cdd0003', null, N'1', N'鏅氬垪琛', N'1', N'p3/wxActInvite.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-07-22 13:45:46.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373ff521d0005', null, N'1', N'閫氳褰', N'10', N'cgAutoListController.do?list&id=jform_contact', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-06-27 18:16:09.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'绉诲姩璇峰亣鍗', N'2', N'cgFormBuildController/ftlForm/jform_leave/goAdd.do?olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 18:09:11.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC璇峰亣鍗', N'2', N'cgFormBuildController/ftlForm/jform_leave/goAddButton.do', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 18:10:26.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378ddc2380001', null, N'1', N'3D楗煎浘', N'7', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-15 14:04:46.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e0d39d0006', null, N'1', N'鎶樼嚎鍥', N'1', N'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-01-12 21:40:11.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e1395d0008', null, N'1', N'闈㈢Н鍥 ', N'2', N'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'绠$悊鍛', null, null, N'2016-03-15 14:05:39.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e19969000a', null, N'1', N'鏉$姸鍥', N'3', N'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'绠$悊鍛', null, null, N'2016-03-15 14:06:04.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e207cf000c', null, N'1', N'3D鏌辩姸鍥', N'4', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'绠$悊鍛', null, null, N'2016-03-15 14:06:32.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e27ae5000e', null, N'1', N'2D鏌辩姸鍥', N'5', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'绠$悊鍛', null, null, N'2016-03-15 14:07:01.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e30f760010', null, N'1', N'2D楗煎浘', N'6', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-09-08 16:58:19.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e3e6530013', null, N'1', N'缁煎悎鎶ヨ〃', N'8', N'cgDynamGraphController.do?design&id=t_s_log', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'绠$悊鍛', null, null, N'2016-03-15 14:08:34.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd3564520008', null, N'1', N'鎴戠殑閭', N'3', N'mail/p3MailJformInnerMail.do?toSendMail', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'绠$悊鍛', null, null, N'2016-07-18 16:53:02.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af3ce54015af3d1ad610001', null, N'0', N'general.demo', N'10', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-twitch', null, null, N'admin', N'2016-01-14 11:30:57.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af3ce54015af3d1f52c0003', null, N'1', N'UI鏍囩', N'1', N'jeecgFormDemoController.do?uitag', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-italic', null, null, N'admin', N'2017-03-22 17:48:16.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af5ca04015af5cbf9300001', null, N'1', N'琛ㄥ崟鏍¢獙', N'2', N'jeecgFormDemoController.do?formValidDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-table', N'admin', N'绠$悊鍛', null, null, N'2017-03-22 19:34:29.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af5e479015af5f08dc4001a', null, N'1', N'鍒楄〃鏍囩', N'3', N'jeecgListDemoController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-list-alt', N'admin', N'绠$悊鍛', null, null, N'2017-03-22 20:14:27.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af6de95015af6e078420001', null, N'1', N'Minidao鍒楄〃', N'5', N'jeecgListDemoController.do?minidaoListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-dropbox', null, null, N'admin', N'2017-03-23 16:08:38.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af750eb015af755e1ca0001', null, N'1', N'鍘熺敓鎬佺粍浠', N'4', N'jeecgFormDemoController.do?nature', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-bug', null, null, N'admin', N'2017-03-26 22:42:44.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af9fb56015af9fc51d30001', null, N'1', N'鑷畾涔夋煡璇', N'6', N'jeecgListDemoController.do?mysearchListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-search', N'admin', N'绠$悊鍛', N'admin', N'2017-09-06 10:18:50.000', N'2017-03-23 15:05:47.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815afa8964015afa8a63e20001', null, N'1', N'琛岀紪杈', N'8', N'jeecgListDemoController.do?rowListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-frown', N'admin', N'绠$悊鍛', null, null, N'2017-03-23 17:40:57.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815b0b1017015b0b1265cf0002', null, N'1', N'鏃ュ織鎶ヨ〃', N'9', N'jeecgListDemoController.do?log', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-table', null, null, N'admin', N'2017-03-26 22:43:57.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028fbc65c3ab6e3015c3ab7ba690003', null, N'1', N'鏂囨。绠$悊', N'14', N'commonController.do?listTurn&turn=system/document/filesList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-files-o', null, null, N'admin', N'2017-05-26 17:23:12.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028fbc65c56ece6015c56f508300002', null, N'1', N'鏍戝舰鍒楄〃', N'13', N'jeecgFormDemoController.do?function', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', null, null, N'admin', N'2017-05-31 20:55:09.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ce0019', null, N'0', N'online.develop', N'5', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-cloud', null, null, N'admin', N'2016-04-08 22:28:17.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d2001a', null, N'0', N'system.manage', N'9', N'', null, N'8a8ab0b246dc81120146dc8180860006', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-home', null, null, N'admin', N'2016-01-14 11:30:31.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d4001b', null, N'0', N'common.query.statistics', N'3', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-bar-chart-o', null, null, N'admin', N'2017-02-25 16:57:28.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d9001d', null, N'0', N'system.monitor', N'6', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-headphones', null, null, N'admin', N'2016-01-14 11:21:59.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180df001f', null, N'1', N'user.manage', N'1', N'userController.do?user', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e30021', null, N'1', N'role.manage', N'2', N'roleController.do?role', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e10020', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'0', N'functionController.do?function', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', N'', null, null, N'admin', N'2017-03-10 11:54:35.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ee0025', null, N'1', N'common.data.dictionary', N'5', N'systemController.do?typeGroupList', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180eb0024', N'0', N'', null, null, N'admin', N'2017-03-10 11:55:21.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f30027', null, N'1', N'icon.manage', N'8', N'iconController.do?icon', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f60028', null, N'1', N'department.manage', N'3', N'departController.do?depart', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818106002d', null, N'1', N'form.config', N'1', N'cgFormHeadController.do?cgFormHeadList', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc818102002c', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818109002e', null, N'1', N'dynamic.form.config', N'3', N'cgreportConfigHeadController.do?cgreportConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180fe002b', null, N'1', N'user.analysis', N'1', N'logController.do?statisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180fb002a', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181100030', null, N'1', N'data.monitor', N'1', N'dataSourceController.do?goDruid&isIframe', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81811d0032', null, N'1', N'system.log', N'2', N'logController.do?log', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181150031', N'0', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181250034', null, N'1', N'common.schedule.task', N'3', N'timeTaskController.do?timeTask', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181210033', N'0', null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_function_group --- ---------------------------- -DROP TABLE [dbo].[t_s_function_group] -GO -CREATE TABLE [dbo].[t_s_function_group] ( -[id] nvarchar(36) NOT NULL , -[group_name] nvarchar(100) NULL , -[dept_id] nvarchar(36) NULL , -[dept_code] nvarchar(50) NULL , -[dept_name] nvarchar(100) NULL , -[pid] nvarchar(36) NULL , -[level] int NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'group_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁勫悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'group_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁勫悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'group_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'dept_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'dept_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'dept_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'dept_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'dept_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'dept_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'dept_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'dept_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'dept_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'pid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁勭埗ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'pid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁勭埗ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'pid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'level')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绾у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'level' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绾у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'level' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of t_s_function_group --- ---------------------------- -INSERT INTO [dbo].[t_s_function_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [pid], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc63f550005', N'鍖椾含杞欢鏉冮檺', N'402880e447e9a9570147e9b762e30009', N'A01A02A01', N'閿鍞粡鐞', N'0', N'1', null, null, null, N'绠$悊鍛', N'admin', N'2017-09-13 10:14:30.000', null, null) -GO -GO -INSERT INTO [dbo].[t_s_function_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [pid], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc7f77e0014', N'jeecg浜у搧缁', N'402880e447e9a9570147e9b677320003', N'A01A01', N'杞欢淇℃伅閮', N'402881e45e5bc4e3015e5bc63f550005', N'2', null, null, null, N'寮犱唬娴', N'scott', N'2017-09-07 18:00:52.000', null, null) -GO -GO -INSERT INTO [dbo].[t_s_function_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [pid], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc81b780015', N'椤圭洰鐮斿彂缁', N'402880e447e9a9570147e9b677320003', N'A01A01', N'杞欢淇℃伅閮', N'402881e45e5bc4e3015e5bc63f550005', N'2', null, null, null, N'寮犱唬娴', N'scott', N'2017-09-07 18:00:40.000', null, null) -GO -GO -INSERT INTO [dbo].[t_s_function_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [pid], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e7902336c0004', N'闇姹傞儴闂', N'402880e447e9a9570147e9b677320003', N'A01A01', N'杞欢淇℃伅閮', N'402881e45e5bc4e3015e5bc63f550005', N'2', N'寮犱唬娴', N'scott', N'2017-09-13 10:12:20.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO - --- ---------------------------- --- Table structure for t_s_function_group_rel --- ---------------------------- -DROP TABLE [dbo].[t_s_function_group_rel] -GO -CREATE TABLE [dbo].[t_s_function_group_rel] ( -[id] nvarchar(36) NOT NULL , -[group_id] nvarchar(36) NULL , -[auth_id] nvarchar(36) NULL , -[operation] nvarchar(2000) NULL , -[datarule] nvarchar(1000) NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'group_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁処D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'group_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁処D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'group_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'auth_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'auth_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'auth_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'operation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椤甸潰鎿嶄綔鏉冮檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椤甸潰鎿嶄綔鏉冮檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'operation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'datarule')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鏉冮檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'datarule' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鏉冮檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'datarule' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_rel', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_rel' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of t_s_function_group_rel --- ---------------------------- -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54efdf89001e', N'402880f95e54d7aa015e54d929160001', null, null, null, N'qinfeng', N'qinfeng', N'2017-09-06 10:06:00.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da6e0039', N'402880f95e54d7aa015e54d929160001', N'4028ef8155fd32e40155fd348df80005', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da6f003a', N'402880f95e54d7aa015e54d929160001', N'4028ef8155fd32e40155fd344cdd0003', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da70003b', N'402880f95e54d7aa015e54d929160001', N'4028911b5c0bf9b9015c0c034d8e0013', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da70003c', N'402880f95e54d7aa015e54d929160001', N'4028ef8155fd32e40155fd344cddd3', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da70003d', N'402880f95e54d7aa015e54d929160001', N'4028ef8155fd32e40155fd33c6670001', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da70003e', N'402880f95e54d7aa015e54d929160001', N'4028ef8155fd32e40155fd3564520008', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54f3da70003f', N'402880f95e54d7aa015e54d929160001', N'402881875992e76c015992eb2a3b0009', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:10:20.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b87006b', N'402880f95e54d7aa015e54d929160001', N'402880ec5cc40078015cc43430e80061', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b88006c', N'402880f95e54d7aa015e54d929160001', N'402880ec5cc40078015cc4348d1d0064', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b89006d', N'402880f95e54d7aa015e54d929160001', N'402880ec5cc40078015cc43685d60079', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b89006e', N'402880f95e54d7aa015e54d929160001', N'4028ab775dca0d1b015dca3fccb60016', null, N'4028ab775dca0d1b015dca4183530018,402880ec5ddfdd26015ddfe3e0570011,', N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', N'绠$悊鍛', N'admin', N'2017-09-06 10:30:54.000', N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b89006f', N'402880f95e54d7aa015e54d929160001', N'402880ec5cc40078015cc437afc3007b', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b890070', N'402880f95e54d7aa015e54d929160001', N'402880ec5cc40078015cc435a0a40077', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e55069b890071', N'402880f95e54d7aa015e54d929160001', N'402880ec5cc40078015cc453ef9600a7', null, null, N'绠$悊鍛', N'admin', N'2017-09-06 10:30:49.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673c80006', N'402881e45e5bc4e3015e5bc63f550005', N'40288088481d019401481d2fcebf000d', N'40288088481d019401481d30a0d1000f,', N'402881875b19f141015b19f8125e0014,', N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', N'绠$悊鍛', N'admin', N'2017-09-07 17:58:08.000', N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673cd0007', N'402881e45e5bc4e3015e5bc63f550005', N'4028ef8155fd32e40155fd348df80005', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673cd0008', N'402881e45e5bc4e3015e5bc63f550005', N'4028ef8155fd32e40155fd344cdd0003', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673cd0009', N'402881e45e5bc4e3015e5bc63f550005', N'4028911b5c0bf9b9015c0c034d8e0013', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673cd000a', N'402881e45e5bc4e3015e5bc63f550005', N'4028ef8155fd32e40155fd344cddd3', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673ce000b', N'402881e45e5bc4e3015e5bc63f550005', N'4028ef8155fd32e40155fd33c6670001', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673ce000c', N'402881e45e5bc4e3015e5bc63f550005', N'402889fb486e848101486e8de3d60005', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673ce000d', N'402881e45e5bc4e3015e5bc63f550005', N'4028ef8155fd32e40155fd3564520008', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc673ce000e', N'402881e45e5bc4e3015e5bc63f550005', N'402881875992e76c015992eb2a3b0009', null, null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:06.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc83c9f0016', N'402881e45e5bc4e3015e5bc7f77e0014', N'4028ef8155fd32e40155fd344cddd3', null, null, N'寮犱唬娴', N'scott', N'2017-09-07 18:00:02.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc83ca00017', N'402881e45e5bc4e3015e5bc7f77e0014', N'4028ef8155fd32e40155fd33c6670001', null, null, N'寮犱唬娴', N'scott', N'2017-09-07 18:00:02.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc84d500018', N'402881e45e5bc4e3015e5bc81b780015', N'40288088481d019401481d2fcebf000d', N'40288088481d019401481d30a0d1000f,', null, N'寮犱唬娴', N'scott', N'2017-09-07 18:00:07.000', N'寮犱唬娴', N'scott', N'2017-09-07 18:00:11.000', N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc84d5b0019', N'402881e45e5bc4e3015e5bc81b780015', N'402889fb486e848101486e8de3d60005', null, null, N'寮犱唬娴', N'scott', N'2017-09-07 18:00:07.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e7902bda50005', N'402881f15e78ff61015e7902336c0004', N'40288088481d019401481d2fcebf000d', N'40288088481d019401481d30a0d1000f,', N'402881875b19f141015b19f8125e0014,', N'寮犱唬娴', N'scott', N'2017-09-13 10:12:56.000', N'寮犱唬娴', N'scott', N'2017-09-13 10:13:01.000', N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e7902bdae0006', N'402881f15e78ff61015e7902336c0004', N'402889fb486e848101486e8de3d60005', null, null, N'寮犱唬娴', N'scott', N'2017-09-13 10:12:56.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO - --- ---------------------------- --- Table structure for t_s_function_group_user --- ---------------------------- -DROP TABLE [dbo].[t_s_function_group_user] -GO -CREATE TABLE [dbo].[t_s_function_group_user] ( -[id] nvarchar(36) NOT NULL , -[group_id] nvarchar(36) NULL , -[user_id] nvarchar(36) NULL , -[type] tinyint NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'group_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁処D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'group_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁処D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'group_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁勭被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏉冮檺缁勭被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function_group_user', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function_group_user' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of t_s_function_group_user --- ---------------------------- -INSERT INTO [dbo].[t_s_function_group_user] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880f95e54d7aa015e54dbe577000f', N'402880f95e54d7aa015e54d929160001', N'qinfeng', null, N'绠$悊鍛', N'admin', N'2017-09-06 09:44:10.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_user] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881e45e5bc4e3015e5bc6c189000f', N'402881e45e5bc4e3015e5bc63f550005', N'scott', null, N'绠$悊鍛', N'admin', N'2017-09-07 17:58:25.000', null, null, null, N'A03', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_function_group_user] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e7904afa70012', N'402881f15e78ff61015e7902336c0004', N'lisi', N'1', N'寮犱唬娴', N'scott', N'2017-09-13 10:15:03.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_user] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e790532950013', N'402881e45e5bc4e3015e5bc7f77e0014', N'demo', N'1', N'寮犱唬娴', N'scott', N'2017-09-13 10:15:37.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_user] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e790532a00014', N'402881e45e5bc4e3015e5bc81b780015', N'demo', N'1', N'寮犱唬娴', N'scott', N'2017-09-13 10:15:37.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_function_group_user] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f15e78ff61015e790532a80015', N'402881f15e78ff61015e7902336c0004', N'demo', N'1', N'寮犱唬娴', N'scott', N'2017-09-13 10:15:37.000', null, null, null, N'A01A02A01A01', N'A01') -GO -GO - --- ---------------------------- --- Table structure for t_s_icon --- ---------------------------- -DROP TABLE [dbo].[t_s_icon] -GO -CREATE TABLE [dbo].[t_s_icon] ( -[ID] nvarchar(32) NOT NULL , -[extend] nvarchar(255) NULL , -[iconclas] nvarchar(200) NULL , -[content] varbinary(MAX) NULL , -[name] nvarchar(100) NOT NULL , -[path] nvarchar(MAX) NULL , -[type] smallint NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'extend')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥剧墖鍚庣紑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'extend' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥剧墖鍚庣紑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'extend' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'iconclas')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'iconclas' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'iconclas' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥剧墖娴佸唴瀹' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥剧墖娴佸唴瀹' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'path')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'path' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璺緞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'path' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_icon', -'COLUMN', N'type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绫诲瀷 1绯荤粺鍥炬爣/2鑿滃崟鍥炬爣/3妗岄潰鍥炬爣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绫诲瀷 1绯荤粺鍥炬爣/2鑿滃崟鍥炬爣/3妗岄潰鍥炬爣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_icon' -, @level2type = 'COLUMN', @level2name = N'type' -GO - --- ---------------------------- --- Records of t_s_icon --- ---------------------------- -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180460000', N'png', N'default', null, N'榛樿', N'plug-in/accordion/images/default.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180800001', N'png', N'back', null, N'杩斿洖', N'plug-in/accordion/images/back.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180810002', N'png', N'pie', null, N'灏忛ゼ鐘跺浘', N'plug-in/accordion/images/pie.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180820003', N'png', N'pictures', null, N'鍥剧墖', N'plug-in/accordion/images/pictures.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180830004', N'png', N'pencil', null, N'绗', N'plug-in/accordion/images/pencil.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180850005', N'png', N'map', null, N'灏忓湴鍥', N'plug-in/accordion/images/map.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180860006', N'png', N'group_add', null, N'缁', N'plug-in/accordion/images/group_add.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180880007', N'png', N'calculator', null, N'璁$畻鍣', N'plug-in/accordion/images/calculator.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180890008', N'png', N'folder', null, N'鏂囦欢澶', N'plug-in/accordion/images/folder.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180dd001e', N'png', N'deskIcon', null, N'鐢ㄦ埛绠$悊', N'plug-in/sliding/icon/Finder.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e10020', N'png', N'deskIcon', null, N'瑙掕壊绠$悊', N'plug-in/sliding/icon/friendgroup.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e50022', N'png', N'deskIcon', null, N'鑿滃崟绠$悊', N'plug-in/sliding/icon/kaikai.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180eb0024', N'png', N'deskIcon', null, N'鏁版嵁瀛楀吀绠$悊', N'plug-in/sliding/icon/friendnear.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180f00026', N'png', N'deskIcon', null, N'绯荤粺鍥炬爣', N'plug-in/sliding/icon/kxjy.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180fb002a', N'png', N'deskIcon', null, N'鐢ㄦ埛鍒嗘瀽', N'plug-in/sliding/icon/User.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc818102002c', N'png', N'deskIcon', null, N'Online琛ㄥ崟寮鍙', N'plug-in/sliding/icon/Applications Folder.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81810d002f', N'png', N'deskIcon', null, N'鏁版嵁鐩戞帶', N'plug-in/sliding/icon/Super Disk.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181150031', N'png', N'deskIcon', null, N'绯荤粺鏃ュ織', N'plug-in/sliding/icon/fastsearch.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181210033', N'png', N'deskIcon', null, N'瀹氭椂浠诲姟', N'plug-in/sliding/icon/Utilities.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181290035', N'png', N'deskIcon', null, N'琛ㄥ崟楠岃瘉', N'plug-in/sliding/icon/qidianzhongwen.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181560043', N'png', N'deskIcon', null, N'鐗规畩甯冨眬', N'plug-in/sliding/icon/xiami.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81816e004a', N'png', N'deskIcon', null, N'澶氶檮浠剁鐞', N'plug-in/sliding/icon/vadio.png', N'3') -GO -GO - --- ---------------------------- --- Table structure for t_s_log --- ---------------------------- -DROP TABLE [dbo].[t_s_log] -GO -CREATE TABLE [dbo].[t_s_log] ( -[ID] nvarchar(32) NOT NULL , -[broswer] nvarchar(100) NULL , -[logcontent] nvarchar(MAX) NOT NULL , -[loglevel] smallint NULL , -[note] nvarchar(MAX) NULL , -[operatetime] datetime NOT NULL , -[operatetype] smallint NULL , -[userid] nvarchar(32) NULL , -[username] nvarchar(10) NULL , -[realname] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'broswer')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴忚鍣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'broswer' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴忚鍣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'broswer' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'logcontent')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃ュ織鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'logcontent' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃ュ織鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'logcontent' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'loglevel')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃ュ織绾у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'loglevel' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃ュ織绾у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'loglevel' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'note')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'IP' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'note' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'IP' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'note' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'operatetime')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎿嶄綔鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'operatetime' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎿嶄綔鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'operatetime' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'operatetype')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎿嶄綔绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'operatetype' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎿嶄綔绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'operatetype' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'userid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'userid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'userid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'username')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛璐﹀彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'username' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛璐﹀彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'username' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_log', -'COLUMN', N'realname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐪熷疄鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'realname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐪熷疄鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_log' -, @level2type = 'COLUMN', @level2name = N'realname' -GO - --- ---------------------------- --- Records of t_s_log --- ---------------------------- -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc86df4015bc86e5df80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:12:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc86df4015bc86e5ec20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:12:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc86df4015bc86e5eea0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:12:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc86df4015bc872fa3c0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-02 17:17:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc87fe5015bc88086d30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc87fe5015bc881018e0001', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:32:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc8830e015bc885c5aa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc8830e015bc88600500001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:37:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc8830e015bc8861ec80002', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-02 17:38:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc8830e015bc88637150003', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.101', N'2017-05-02 17:38:10.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc92c7c015bc92cd1300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 20:40:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc92c7c015bc92cd1a80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 20:40:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bc92c7c015bc92cd1d20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-02 20:40:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc177bd10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 10:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc177cc90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 10:15:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc177cf40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 10:15:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc17d2760003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 10:16:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc17e3c40004', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-03 10:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc17fb840005', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.101', N'2017-05-03 10:16:15.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc196f120006', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-03 10:17:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcc1714015bcc1985160007', N'Chrome', N'鐢ㄦ埛: lisi[閿鍞粡鐞哴common.login.success', N'1', N'192.168.0.101', N'2017-05-03 10:17:56.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcd2bfb015bcd2c62950000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 15:18:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcd2bfb015bcd2c639d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 15:18:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcd2bfb015bcd2c63d20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 15:18:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcd2bfb015bcd3cbb6b0004', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-03 15:36:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bcd2bfb015bcd3ccb580005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-03 15:36:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fb32810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:02:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fb33800001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:02:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fb33a80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:02:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fbd4fd0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 09:03:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fc4ff80004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 09:04:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fd167f0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 09:04:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd0fe6b0d0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 09:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd1009f5f0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 09:08:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd0fa35015bd105ef670008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 09:14:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd108ad015bd10986520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd108ad015bd10987420001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd108ad015bd109876b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10b31015bd10b91ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:20:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10b31015bd10b92e00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:20:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10b31015bd10b930c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:20:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10b31015bd10ca8360003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:21:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10b31015bd10d3a630004', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.0.101', N'2017-05-04 09:22:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10e2d015bd10e8dc50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:24:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd10e2d015bd110f54f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 09:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd195abee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 11:51:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd195ad3c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 11:51:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd195ad690002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 11:51:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd195c6440003', N'Chrome', N'鐢ㄦ埛锛歞emo閿佸畾鎴愬姛!', N'5', N'192.168.0.101', N'2017-05-04 11:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd195d95b0004', N'Chrome', N'鐢ㄦ埛锛歞emo婵娲绘垚鍔!', N'5', N'192.168.0.101', N'2017-05-04 11:51:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd196249d0005', N'Chrome', N'鐢ㄦ埛锛歞emo閿佸畾鎴愬姛!', N'5', N'192.168.0.101', N'2017-05-04 11:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd19632190006', N'Chrome', N'鐢ㄦ埛锛歞emo婵娲绘垚鍔!', N'5', N'192.168.0.101', N'2017-05-04 11:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd196c60e0008', N'Chrome', N'瑙掕壊: 22琚坊鍔犳垚鍔', N'3', N'192.168.0.101', N'2017-05-04 11:52:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd191d7015bd196d0670009', N'Chrome', N'瑙掕壊: 22琚垹闄ゆ垚鍔', N'4', N'192.168.0.101', N'2017-05-04 11:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd24f38015bd24fd84e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 15:14:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd24f38015bd24fd9390001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 15:15:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd24f38015bd24fd9640002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 15:15:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd24f38015bd254e33b0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-04 15:20:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd24f38015bd255294e0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-04 15:20:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd2ae6e015bd2aed16e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 16:58:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd2ae6e015bd2aed25d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 16:58:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd2ae6e015bd2aed29c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-04 16:58:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd63b67015bd63bb3460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-05 09:31:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd63b67015bd63bb4390001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-05 09:31:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bd63b67015bd63bb4690002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-05 09:31:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55be58a60015be58ab3ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-08 08:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55be58a60015be58ab93c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-08 08:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55be58a60015be58ab9780002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-08 08:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55be58a60015be58ab9aa0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-08 08:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf488850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-09 14:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf489100001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-09 14:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf489430002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-09 14:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf52dff0003', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-09 14:46:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf58ff50004', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-09 14:46:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf621130008', N'MSIE 7.0', N'鐢ㄦ埛: 1212娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-09 14:47:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf6431c000b', N'MSIE 7.0', N'鐢ㄦ埛: 1212鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-09 14:47:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bebf41a015bebf64fc8000c', N'MSIE 7.0', N'鐢ㄦ埛锛1212鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-09 14:47:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf005f1015bf00631c50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 09:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf005f1015bf00632eb0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 09:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf005f1015bf006331a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 09:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf005f1015bf02f581d0003', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯demo琚洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-10 10:28:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf138bf015bf13980a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 15:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf138bf015bf139819f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 15:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf138bf015bf13981de0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 15:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf138bf015bf13af9c90003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 15:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf138bf015bf13b1ff70004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 15:20:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf14049015bf14091b10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 15:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf14049015bf145a1ca0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 15:32:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1cb52015bf1cb96cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 17:58:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1e96f015bf1e9b4a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 18:31:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1e96f015bf1e9b5f40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 18:31:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1e96f015bf1e9b6210002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 18:31:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1e96f015bf1ee76af0004', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-10 18:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1e96f015bf1ee87de0005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 18:36:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f55a330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 18:44:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f611660001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 18:44:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f634ef0003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-10 18:44:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f6d4700004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 18:45:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f6df900005', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-10 18:45:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f6e4a30006', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-10 18:45:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f517015bf1f6fdc20008', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欼llegalArgumentException occurred while calling setter of com.jeecg.test.entity.TestPersonEntity.bpmStatus', N'6', N'192.168.0.101', N'2017-05-10 18:45:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f8ab015bf1f8eae60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-10 18:47:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f8ab015bf1f90a330002', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欼llegalArgumentException occurred while calling setter of com.jeecg.test.entity.TestPersonEntity.bpmStatus', N'6', N'192.168.0.101', N'2017-05-10 18:48:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f8ab015bf1f9e4830004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欼llegalArgumentException occurred while calling setter of com.jeecg.test.entity.TestPersonEntity.bpmStatus', N'6', N'192.168.0.101', N'2017-05-10 18:48:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f8ab015bf1fa5d1c0006', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-10 18:49:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf1f8ab015bf1fa6e9f0007', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-10 18:49:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5b1860e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:08:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5b186f90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:08:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5b187210002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:08:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5b5ce570003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:13:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5ba55e10004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:18:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5ba89ca0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bab4af0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:18:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bb5cd50007', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-11 12:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bb8b990008', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-11 12:19:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bc16ad0019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:19:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bc7e68002a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:20:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bd05d0003b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:20:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5bd8785004c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:21:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5be2192005d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5be42b6006e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:22:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5b141015bf5be871f007f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 12:22:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5c6c7015bf5c769bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:32:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5c6c7015bf5c76aae0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:32:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf5c6c7015bf5c76ad70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 12:32:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf617dc8e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 14:00:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61a5ff10001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:02:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61c7e4c0002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:05:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61c85fd0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:05:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61c8d850004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:05:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61c96230005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:05:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61c9c230006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:05:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf61cd9070007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:05:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf62d0a6e0008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:23:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6176c015bf62f5e1e0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:25:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6351bcb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 14:32:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf635dd560002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63715510004', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6374ca50005', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6374cb40006', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6374cc50007', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6374cd50008', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6374ce50009', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6374cf5000a', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf637570b000b', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'192.168.0.101', N'2017-05-11 14:34:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6376e3d000d', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:34:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf6377d0d000e', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:34:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf637a96f000f', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'192.168.0.101', N'2017-05-11 14:34:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf637a97f0010', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'192.168.0.101', N'2017-05-11 14:34:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf637a98e0011', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'192.168.0.101', N'2017-05-11 14:34:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf637d9d20013', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63817f50016', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:35:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63851850017', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:35:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63891a50018', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:35:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf638fe3f0019', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:36:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63b0fa5001b', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:38:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63b27b1001d', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.0.101', N'2017-05-11 14:38:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63d63ac0020', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:41:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63d8f7c0022', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:41:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf63db63e0023', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf64089440025', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 14:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf64097720026', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 14:44:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf641312b0027', N'Chrome', N'閿欒寮傚父: BindException,閿欒鎻忚堪锛歰rg.springframework.validation.BeanPropertyBindingResult: 1 errors -Field error in object ''testPersonEntity'' on field ''birthday'': rejected value [333]; codes [typeMismatch.testPersonEntity.birthday,typeMismatch.birthday,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [testPersonEntity.birthday,birthday]; arguments []; default message [birthday]]; default message [Failed to convert property value of type ''java.lang.String'' to required type ''java.util.Date'' for property ''birthday''; nested exception is java.lang.IllegalArgumentException: Could not parse date, date format is error ]', N'6', N'192.168.0.101', N'2017-05-11 14:45:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf634b1015bf65451460029', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 15:06:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67425770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 15:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67831ef0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 15:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf678436d0003', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.Integer cannot be cast to java.lang.String', N'6', N'192.168.0.101', N'2017-05-11 15:45:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf6786b0b0004', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.Integer cannot be cast to java.lang.String', N'6', N'192.168.0.101', N'2017-05-11 15:45:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67875a40005', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.Integer cannot be cast to java.lang.String', N'6', N'192.168.0.101', N'2017-05-11 15:45:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf678f3da0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 15:46:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf679c6ab0008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 15:47:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67a02f10009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 15:47:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67a51d6000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 15:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67a8543000b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.Integer cannot be cast to java.lang.String', N'6', N'192.168.0.101', N'2017-05-11 15:47:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf67b860a000c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.Integer cannot be cast to java.lang.String', N'6', N'192.168.0.101', N'2017-05-11 15:49:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf6800a15000d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.Integer cannot be cast to java.lang.String', N'6', N'192.168.0.101', N'2017-05-11 15:53:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf68531015bf68f2d8b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 16:10:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf68531015bf68f7e450002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.101', N'2017-05-11 16:10:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf66f46015bf674590c0001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror parsing included template table/single/../../ui/datatype.ftl -Encountered "" at line 25, column 1 in ui/datatype.ftl. -Was expecting one of: - ... - ... - ... - ... - ... - ... - ... - ... - ... - <_INCLUDE> ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - ... - "${" ... - "#{" ... - ', N'6', N'192.168.0.101', N'2017-05-11 15:41:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf68531015bf6a185000003', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror reading included file table/single/../../ui/datatype.ftl', N'6', N'192.168.0.101', N'2017-05-11 16:30:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf68531015bf6a1aa7c0004', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror reading included file table/single/../../ui/datatype.ftl', N'6', N'192.168.0.101', N'2017-05-11 16:30:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6a2a6015bf6a2ef190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-11 16:32:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6a2a6015bf6a8a4840001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror on line 147, column 246 in table/single/cgform_jspTemplate_add.ftl -Found string literal: "${po.fieldMustInput!''''}" -Expecting: number in table/single/cgform_jspTemplate_add.ftl', N'6', N'192.168.0.101', N'2017-05-11 16:38:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bf6a2a6015bf6aa33cd0003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'192.168.0.101', N'2017-05-11 16:40:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa979d760000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:58:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa979e740001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa979e9e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa97d2030003', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-12 10:58:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa97e5460004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:58:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa9845fe0008', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.0.101', N'2017-05-12 10:58:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa984d700009', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-12 10:58:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa986e96000a', N'Chrome', N'鐢ㄦ埛: demo[閮ㄩ棬缁忕悊]common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:59:05.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa98782f000b', N'Chrome', N'demo', N'2', N'192.168.0.101', N'2017-05-12 10:59:07.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa9887a1000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:59:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa989350000d', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-12 10:59:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa98a71f000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:59:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa98afeb000f', N'Chrome', N'admin', N'2', N'192.168.0.101', N'2017-05-12 10:59:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa98cae40010', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.101', N'2017-05-12 10:59:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa9f375a0011', N'Chrome', N'demo', N'2', N'192.168.0.101', N'2017-05-12 11:06:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfa9f42420012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 11:06:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfa973f015bfaa794a00013', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 11:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfaa9ecec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 11:18:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfaac2f310001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 11:20:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfaac92cc0002', N'MSIE 7.0', N'JeecgDemo渚嬪瓙: 娴嬭瘯灏忕帇琚洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-12 11:21:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfaacb9f70003', N'MSIE 7.0', N'JeecgDemo渚嬪瓙: 娴嬭瘯scott11琚洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-12 11:21:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfaae36680004', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯灏忕帇8琚洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-12 11:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfaae5cf70005', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯scott閮ㄩ棬琚洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-12 11:23:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfab3edb60006', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯scott11琚洿鏂版垚鍔', N'5', N'192.168.0.101', N'2017-05-12 11:29:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfac963850007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 11:52:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfaa9b6015bfac9ac280008', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 11:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfb5de9015bfb5e42940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 14:35:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfb5de9015bfb5e9e890001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 14:35:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfb6821015bfb68928e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 14:46:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfb6821015bfb68938e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 14:46:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55bfb6821015bfb6893b70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.101', N'2017-05-12 14:46:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f3bb5015c1f3d2dd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 13:45:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f3bb5015c1f3e4eae0001', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯灏忕帇8琚洿鏂版垚鍔', N'5', N'鏈湴', N'2017-05-19 13:46:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f3bb5015c1f3e80a20002', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯demo琚洿鏂版垚鍔', N'5', N'鏈湴', N'2017-05-19 13:46:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f3bb5015c1f40cb9f0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-19 13:49:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f3bb5015c1f42e0a30004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-19 13:51:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f3bb5015c1f439f340005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-19 13:52:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f62918f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:26:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f6292870001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:26:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f6292b60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:26:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f62c6830003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:26:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f67a2160004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:31:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f6b6a420005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:35:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f75a7b00006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:47:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f764d1f0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1f810d090008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 14:59:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c1f61ad015c1fa2e88c0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 15:36:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c2000db015c20012bb90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 17:19:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c2000db015c20012ccd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 17:19:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c2000db015c20012cfb0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 17:19:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55c200bf3015c200c41a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 17:31:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4a6241015e4a62ab880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 08:55:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4a7582015e4a760a7a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 09:16:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac5b8015e4ac60fea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 10:44:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4acc0d1b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 10:50:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4acced320001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-04 10:51:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4accfff00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 10:51:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4acd4b6a0003', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-04 10:52:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4acd6a9a0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 10:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4ad104f80005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 10:56:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ac905015e4ad2af1a0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-04 10:57:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ad8b0015e4ad8ffce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 11:04:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ad8b0015e4ad921e50001', N'Chrome', N'5556666777琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-04 11:04:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ad8b0015e4ad928920002', N'Chrome', N'888888琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-04 11:04:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4ad8b0015e4b1536320006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 12:10:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e55e4b1c3e015e4b1db72f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-04 12:19:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8a5678015c8a56d39e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 08:52:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8a5678015c8a7573660001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 09:26:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8a76bc015c8a7758fc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 09:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8a76bc015c8a77b3e20001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-09 09:28:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8a76bc015c8a77c07a0002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-09 09:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8abac3015c8abc72be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 10:43:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8abd63015c8abde6e50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 10:45:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf644a00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 16:26:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf6477f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 16:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf6c21b0002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-09 16:27:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf76dda0006', N'Chrome', N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-09 16:27:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf7aa950008', N'Chrome', N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-09 16:28:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf9c092000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-09 16:30:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8bf603015c8bf9e293000c', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-09 16:30:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c3b51015c8c3b93830000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 17:42:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c494c3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 17:57:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c53d72e0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-09 18:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c53dde50002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-09 18:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c53e8e50003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 18:08:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c573e990004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-09 18:12:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c57466e0005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-09 18:12:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c5751b50006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 18:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c58dca80007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-09 18:14:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c5922030008', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-09 18:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c48ed015c8c5938400009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 18:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c5bc5015c8c5c2e4b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 18:17:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c6dc7015c8c6e97e70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 18:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c855c015c8c8599750000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 19:03:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c8aad015c8c8b095f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 19:09:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c92c0015c8c930d5f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-09 19:17:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c92c0015c8c936e680001', N'Chrome', N'jdbc鎵瑰鐞嗘坊鍔犳祴璇曟垚鍔', N'3', N'鏈湴', N'2017-06-09 19:18:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c92c0015c8c93e9b00002', N'Chrome', N'jdbc鎵瑰鐞嗘坊鍔犳祴璇曟垚鍔', N'3', N'鏈湴', N'2017-06-09 19:18:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e65c8c92c0015c8c95fe130003', N'Chrome', N'jdbc鎵瑰鐞嗘坊鍔犳祴璇曟垚鍔', N'3', N'鏈湴', N'2017-06-09 19:20:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3cf19e015b3cf2df020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 15:10:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3cf19e015b3cf2e00e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 15:10:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3cf19e015b3cf2e03b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 15:10:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d41d2015b3d42358e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 16:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d41d2015b3d42367a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 16:36:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d41d2015b3d4236a50002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 16:36:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d41d2015b3d44828d0004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.103', N'2017-04-05 16:39:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d990b015b3d9beb9d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 18:14:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d990b015b3d9becf40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 18:14:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b3d990b015b3d9bed1a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-05 18:14:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b416545015b4166333c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-06 11:54:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b416545015b4166342c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-06 11:54:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b416545015b416634590002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-06 11:54:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b416545015b416c37ae0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-06 12:01:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b416545015b4266dd800004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-06 16:34:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b416545015b4267c4930005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-06 16:35:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b45fabe015b45fb48b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:15:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4601e6015b460276cb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:23:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4601e6015b460278d30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:23:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4601e6015b460278fd0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:23:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b46157c015b4615c7700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:44:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b46157c015b4615c9f60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:44:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b46157c015b4615ca1d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:44:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b46157c015b461bd7a70003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.103', N'2017-04-07 09:51:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b46157c015b461be03f0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.103', N'2017-04-07 09:51:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b461d27015b461d79570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 09:53:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b461d27015b461ea1ed0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 09:54:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b461d27015b461ed9880002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.103', N'2017-04-07 09:54:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b461d27015b461edfa70003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.103', N'2017-04-07 09:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b461d27015b462729620004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 10:03:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b461d27015b4627ee120005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 10:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4628d7015b462920d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 10:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4628d7015b462946050001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 10:06:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4628d7015b462a14130002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 10:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b464d18560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 10:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b464d19400001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 10:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b464d19660002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 10:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4655248e0003', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 10:53:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4655db6f0004', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 10:54:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4657d0430005', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 10:56:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4657f9480006', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 10:57:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b46586de70007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 10:57:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b46590e080009', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 10:58:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b46599681000b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 10:58:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b465a843d000d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 10:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b465ff23f000e', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 11:05:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4660278e000f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 11:05:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4660a9fd0010', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 11:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b468083320012', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 11:41:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4680c58a0013', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 11:41:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4680e19d0014', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 11:41:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4682b19e0015', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 11:43:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4682e1670016', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.103', N'2017-04-07 11:43:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b4682e8110017', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.103', N'2017-04-07 11:43:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b464c9f015b468343170018', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 11:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4691da015b46921f810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 12:00:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4691da015b46930f560001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 12:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4691da015b46a25ef80004', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 12:18:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4691da015b46f541f20005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 13:48:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47136c015b471507b40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 14:23:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472d651e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 14:50:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472d66220001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 14:50:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472d664e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 14:50:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472ed5450003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 14:51:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472f15ab0004', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 14:51:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472f43d00005', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 14:52:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b472cf2015b472ff7850006', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 14:52:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b4747f0850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 15:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b475078480001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:28:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b4752fe200003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:31:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b475355ee0005', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b47541b380007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:32:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b47549a240008', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:32:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b4756d5bd000a', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b475732c3000b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:35:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b4758460c000d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b47595352000f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:38:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b475985f90010', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b4759f0c70012', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:38:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b4747ab015b475a57b30013', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 15:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b475f31015b476016540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 15:45:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b475f31015b47a71af70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 17:03:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47e4a2920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.103', N'2017-04-07 18:10:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f0f65e0001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 18:23:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f169f00003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 18:24:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f2459c0005', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 18:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f350a80007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.103', N'2017-04-07 18:26:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f74c3a0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 18:30:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f7cfbf000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 18:31:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f8df20000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 18:32:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47f999be000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 18:33:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b47fa9552000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 18:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b4830872e000e', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.103', N'2017-04-07 19:33:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b48309e65000f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 19:33:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75b47e44f015b48388ab70010', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.103', N'2017-04-07 19:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a62b6500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 11:39:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a62b7e50001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 11:39:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a7e01750002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-12 12:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a9478a20003', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a947f6f0004', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a94870c0005', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a948ead0006', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a94955d0007', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a949bca0008', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9a6227015c9a94a2570009', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-12 12:34:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9af338015c9af407110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 14:18:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9af338015c9af5f1750002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-12 14:20:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9b9165015c9b91bc370000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 17:10:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9b9165015c9bc4b3a50001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 18:06:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9bfbbc015c9bfca0640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 19:07:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9bfbbc015c9c0634940001', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-06-12 19:17:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9bfbbc015c9c0641760002', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-06-12 19:17:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9c06fd015c9c073b0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 19:18:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9c06fd015c9c0763eb0001', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-06-12 19:19:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9c06fd015c9c076e0c0002', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-06-12 19:19:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880e75c9c06fd015c9c07794e0003', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-06-12 19:19:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880eb53cc57770153cc5826b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.107', N'2016-03-31 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880eb5c0acf83015c0acfe4080000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.107', N'2017-05-15 14:33:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880eb5c0acf83015c0acfe4fd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.107', N'2017-05-15 14:33:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880eb5c0acf83015c0acfe5390002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.107', N'2017-05-15 14:33:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5c8ad7015c5c8c1bc80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 11:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5c8ad7015c5c8c1cd60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 11:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5cabdf015c5cac298f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 12:03:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5cabdf015c5cac2a950001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 12:03:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5cabdf015c5cac501a0002', N'Chrome', N'2222琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 12:03:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d728f5d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 15:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d7292150001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 15:40:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d72c4d00002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 15:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d73684e0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:41:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d736e030004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d73745b0005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:41:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d737abb0006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:41:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d723d015c5d7387760007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:41:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d7ade015c5d7b2ffd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 15:49:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d7ade015c5d7b30fa0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 15:49:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d7ade015c5d7b96420002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:49:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d7ade015c5d7b9e410003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 15:50:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d856f015c5d85b52a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 16:01:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d87c3015c5d882c790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 16:03:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d87c3015c5d882d8e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 16:03:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d87c3015c5d893b4d0003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 16:04:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5d87c3015c5d9846d90006', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 16:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5de994aa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 17:50:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5de9959a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 17:50:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5df0b6d10002', N'Chrome', N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 17:57:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5df0bf150003', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 17:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5df0c4ad0004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 17:57:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5df1196b0005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 17:58:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5df5539b0008', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:02:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e019348000a', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e01ea2d000b', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 18:16:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e01f22a000c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-05-31 18:16:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e01ffc8000d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-05-31 18:16:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e021520000e', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:16:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e0240b1000f', N'Chrome', N'1457926300690琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 18:17:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e026bd90010', N'Chrome', N'new111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 18:17:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e0286980011', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e02c52e0014', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:17:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e0365840016', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:18:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e075966001a', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e08bd25001d', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-31 18:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e08d576001e', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e08e98e0020', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:24:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e09b58c0022', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:25:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5de93b015c5e09c3550026', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:25:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e0fbcb80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 18:31:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e10a5e00004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:32:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1157860005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e11fcb30006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1483ec0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:37:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e14e376000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1601b2000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:38:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e174aa8000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1857cc000f', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:41:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e18fd1b0012', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 18:41:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e19041a0013', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 18:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e190ebd0014', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-31 18:41:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1a98530015', N'Chrome', N'閿欒寮傚父: NoSuchMethodException,閿欒鎻忚堪锛歝om.jeecg.ccc.controller.JformOrderMainController.getFiles(java.lang.String)', N'6', N'鏈湴', N'2017-05-31 18:43:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1b591a0016', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1bc5e90017', N'Chrome', N'閿欒寮傚父: NoSuchMethodException,閿欒鎻忚堪锛歝om.jeecg.ccc.controller.JformOrderMainController.getFiles(java.lang.String)', N'6', N'鏈湴', N'2017-05-31 18:44:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1c12a00018', N'Chrome', N'閿欒寮傚父: NoSuchMethodException,閿欒鎻忚堪锛歝om.jeecg.ccc.controller.JformOrderMainController.getFiles(java.lang.String)', N'6', N'鏈湴', N'2017-05-31 18:45:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e0edf015c5e1cd5080019', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:46:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e1fd7015c5e203e490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 18:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e226a1b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 18:52:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e22d86e0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:52:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2317010002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:52:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2352750003', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:53:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e23cdd90004', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''saveFiles'' -> array[''''], ''sessionId'' -> array[''0F9880B18CE1119E28DAA23C62F30515''], ''documentTitle'' -> array[''blank''], ''Upload'' -> array[''Submit Query''], ''Filename'' -> array[''d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg'']]', N'6', N'鏈湴', N'2017-05-31 18:53:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e23fa640007', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e23fae60008', N'Chrome', N'閿欒寮傚父: StaleStateException,閿欒鎻忚堪锛欱atch update returned unexpected row count from update [0]; actual row count: 0; expected: 1', N'6', N'鏈湴', N'2017-05-31 18:53:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e23fae70009', N'Chrome', N'閿欒寮傚父: StaleStateException,閿欒鎻忚堪锛欱atch update returned unexpected row count from update [0]; actual row count: 0; expected: 1', N'6', N'鏈湴', N'2017-05-31 18:53:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2407b6000a', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:53:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e245089000c', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:54:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e245d79000d', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:54:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e246b12000e', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:54:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e24815b000f', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:54:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e24df340010', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:54:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2588420011', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:55:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e25c6630013', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:55:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2662b00015', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:56:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e281c36001c', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:58:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2870e9001e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 18:58:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2909f00026', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-31 18:59:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e25958c0012', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:55:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e26316f0014', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:56:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e266b9c0018', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:56:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2829f9001d', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:58:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e287f150021', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:58:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e288c970022', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:58:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e290a430027', N'Chrome', N'閿欒寮傚父: StaleStateException,閿欒鎻忚堪锛欱atch update returned unexpected row count from update [0]; actual row count: 0; expected: 1', N'6', N'鏈湴', N'2017-05-31 18:59:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2918580028', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 18:59:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2931840029', N'Chrome', N'閿欒寮傚父: StaleStateException,閿欒鎻忚堪锛欱atch update returned unexpected row count from update [0]; actual row count: 0; expected: 1', N'6', N'鏈湴', N'2017-05-31 18:59:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e29c0f9002a', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 19:00:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2a1780002b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-31 19:00:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2a234f002e', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 19:00:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c5e21e9015c5e2a441a002f', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformOrderMainPage jformOrderMainPage): no Content-Type found', N'6', N'鏈湴', N'2017-05-31 19:00:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619de4015c619eae990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 11:06:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619de4015c619eb2b70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 11:06:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61a031220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 11:08:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61a032160001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 11:08:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61a193b50002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 11:09:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61a19ac50003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 11:09:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bacb420004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 11:37:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bad2840005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 11:37:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb0e090007', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb10e80009', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb1af6000b', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb1caf000d', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb1d68000f', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb1e1b0011', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb1ece0013', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb20cd0015', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c619fe5015c61bb230d0017', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 11:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ec7ef10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 12:31:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61eca8830001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 12:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ecb0eb0002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 12:32:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ecb7480003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 12:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed76df0004', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed76fa0005', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed77120006', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed77220007', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed77310008', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed77410009', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed7750000a', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed7760000b', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed8ad2000c', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed8ae0000d', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed8aed000e', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed8afe000f', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ed8b0e0010', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ee05000011', N'Chrome', N'甯哥敤绀轰緥DEMO姹囨昏鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:33:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ee0b190012', N'Chrome', N'e1fe9925bc315c60addea1b98eb1cb1349547719琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-01 12:33:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ee4fb40013', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 12:33:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61ee74a70016', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-01 12:33:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61eedb000018', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 12:34:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c61ec20015c61f0443b001c', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 12:35:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c623941015c623f8bbc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 14:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c623941015c623f8ca90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 14:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c623941015c624099340002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-01 14:03:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c623941015c6257aff30005', N'Chrome', N'jeecg鍦ㄧ嚎鏂囨。琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-01 14:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6269af015c627c30bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 15:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6269af015c62a90e4f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 15:57:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62b0b2015c62b3ad130000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 16:09:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62c0d0015c62c3bbaa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 16:26:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62d555015c62d5a9480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 16:46:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62d958015c62d9a67c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 16:50:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62de3a015c62de823b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 16:56:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62e277015c62e2f10e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 17:00:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62e799015c62e8454f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 17:06:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62e799015c62ec7fee0001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 17:11:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c62f87f015c62f928190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 17:25:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630707015c6307ff0b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 17:41:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c630993940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 17:43:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c630ca7c10004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 17:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c630d754d0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 17:47:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c6311bb09000b', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-01 17:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c63179268000c', N'Chrome', N'(鎵嬪唽)jeecgLicense閰嶇疆琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-01 17:58:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c6317b1db000d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 17:58:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c63180945000e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 17:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c631bb4510010', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 18:02:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c631bda340013', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-01 18:03:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c631c43550014', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-01 18:03:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c630909015c633ebc640016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 18:41:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c634a7c015c634abe150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 18:54:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c635206015c635250b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 19:02:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c635206015c63539a080001', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-01 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c635763015c635836780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 19:09:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c6673e5430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-02 09:38:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c6673e8bc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-02 09:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c6689aeb90003', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-02 10:01:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668a4eba0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668afb2b0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:03:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668b135f0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:03:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668b85e20007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:03:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668bee8b0008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668c227a0009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-02 10:04:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668cda14000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:05:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668da05c000b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:06:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c668f486e000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:08:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c665afd015c6691e0c5000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-02 10:10:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c6788fa9e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-02 14:40:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c67892f89000c', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'鏈湴', N'2017-06-02 14:41:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c67895010000d', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-02 14:41:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c67899fb4000e', N'Chrome', N'鐢ㄦ埛: demo瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-02 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c678a16d80013', N'Chrome', N'鐢ㄦ埛: ddd娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-02 14:42:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c678a68370014', N'Chrome', N'鐢ㄦ埛锛歞dd鍒犻櫎鎴愬姛', N'4', N'192.168.0.108', N'2017-06-02 14:42:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c678aa4710019', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-02 14:42:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6788bb015c678ac26c001e', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-02 14:42:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c6793c0015c679bbb2f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-02 15:01:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9f1ee0015c9f1f42120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 09:44:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9f74e1015c9f781b7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 11:21:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9f8f6f015c9f8fc5660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 11:46:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015c9fedb75b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 13:29:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca0627c7a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 15:37:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca0631dd10002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-13 15:37:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca0645d020003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 15:39:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca06524810006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 15:40:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca0654cf20007', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-13 15:40:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca065a6470008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 15:40:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca065d7840009', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-13 15:40:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5c9fed7b015ca066d484000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 15:41:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0709a015ca071022e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 15:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0709a015ca07104800001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0709a015ca071c15c0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 15:53:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0709a015ca0721b2b0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 15:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca07c19015ca07cb79d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 16:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca07c19015ca07e281e0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 16:07:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca07c19015ca08143830002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 16:10:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca089b0015ca08a114d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 16:20:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca089b0015ca08c25770002', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-13 16:22:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0a025015ca0a071ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 16:44:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0a025015ca0a26b590002', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-13 16:46:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0a025015ca0a9230e0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 16:54:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0a025015ca0a9896e0004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-13 16:54:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca0a025015ca0a992870005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-13 16:54:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca483e7015ca484e2ba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 10:53:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca483e7015ca484e6110001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 10:53:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca483e7015ca4981f550002', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-14 11:14:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca67504015ca6756ba70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 19:55:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca677e0015ca679d2e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 20:00:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca94b91015ca94bf42a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-15 09:09:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ca94b91015ca94bf7850001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-15 09:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe59c3015cbe5a81310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 11:17:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe59c3015cbe5a83660001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 11:17:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe59c3015cbe5abb860002', N'Chrome', N'閿欒寮傚父: NonUniqueObjectException,閿欒鎻忚堪锛歛 different object with the same identifier value was already associated with the session: [org.jeecgframework.web.system.pojo.base.TSFunction#402883825cb5c3e6015cb5c56ebb0001]', N'6', N'鏈湴', N'2017-06-19 11:17:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe5fb8015cbe607bc80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 11:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe5fb8015cbe60c1790001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-19 11:23:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe6707960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 11:30:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe672d470001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-19 11:30:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe6747fe0002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-19 11:30:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe675a240003', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-19 11:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe6772b10004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-19 11:31:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe678b920005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 11:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe67c42c0007', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-19 11:31:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cbe667c015cbe67d05c0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 11:31:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc000808f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 18:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc00082ae0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 18:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc00138c10002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 18:58:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc0021f5b0003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 18:59:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc00638e00004', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 19:04:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc008ed770005', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 19:07:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc00a5caf0006', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 19:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc00b09570007', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 19:09:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc00044015cc01040ad0008', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-19 19:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc38e80015cc38ecf5e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 11:32:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc38e80015cc38ed19e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 11:32:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc38e80015cc38eff760002', N'Chrome', N'鐢ㄦ埛: demo瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-20 11:32:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc393d2940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 11:37:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc39433020001', N'Chrome', N'鐢ㄦ埛: admin瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-20 11:38:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3947bc70002', N'Chrome', N'鐢ㄦ埛: admin瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-20 11:38:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3ac2d680004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 12:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3ac51870005', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 12:04:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3accf0e0006', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 12:05:01.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3ace2010007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 12:05:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3ad59430008', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 12:05:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3ad7b030009', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 12:05:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3b1173f000a', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 12:09:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc39343015cc3b12506000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 12:09:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4053b970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 13:41:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc41b28d70006', N'Chrome', N'绫诲瀷: 瀵煎叆琛ㄥ崟琚坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-06-20 14:05:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc42157980007', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:12:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc42328b00039', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4232ffe003a', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:14:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4233689003b', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:14:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc423413a003c', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:14:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc423de6d0041', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:15:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43430f70062', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:32:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43447e00063', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-20 14:32:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4348d240065', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:33:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc434d5020066', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:33:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc434dfb40067', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:33:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc434e7cf0068', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:33:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc434f52b0069', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc435083a0075', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:33:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4352da40076', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc435a0a90078', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43685dd007a', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:35:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc437afc9007c', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:36:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43806f4007d', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 14:37:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43827cf007e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 14:37:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4388226007f', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 14:37:36.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43891050080', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 14:37:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc438d86a0086', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 14:37:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43916cf0087', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 14:38:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43a86690088', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 14:39:48.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43a95b70089', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 14:39:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43acf41008a', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 14:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43adce7008b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 14:40:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43b2881008c', N'Chrome', N'鐢ㄦ埛: demo瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-20 14:40:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43b2e13008d', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 14:40:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc43b4d18008e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 14:40:39.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4427b4f008f', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 14:48:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4428a690090', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 14:48:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44403990091', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:50:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44457a10092', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 14:50:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44471470093', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 14:50:38.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc444bf77009f', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'鏈湴', N'2017-06-20 14:50:58.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc445e1c400a0', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-20 14:52:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44eb8ca00a1', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 15:01:52.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44eca0e00a2', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 15:01:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44ed69100a3', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 15:02:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc44efe8200a4', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 15:02:10.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc453590900a5', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-20 15:06:55.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc453675a00a6', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 15:06:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc453ef9d00a8', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-20 15:07:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc453f71400a9', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 15:07:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4540a5700aa', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 15:07:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc4541e3000ab', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 15:07:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc40078015cc454388e00ac', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-20 15:07:52.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc483a8015cc48403e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:00:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc486b4015cc486f33a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:03:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc4903e015cc490a4880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:13:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc4903e015cc491987d0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:14:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc49af6015cc49b31c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:25:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc49af6015cc49bb45f0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:25:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc49af6015cc49ea4bc0002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 16:29:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc4e451015cc4e4a96b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 17:45:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc4e451015cc4e4ab9a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 17:45:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8bb85000000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-21 11:39:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8bb86d60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-21 11:39:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d49c0c000a', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:06:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d4a291000b', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:06:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d4dbf8001c', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:06:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d4e1da001d', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:06:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d4e851001e', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:06:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d530240023', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:07:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d537fa0024', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d917320029', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:11:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d9682e003e', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:11:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d97258003f', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:11:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d97c9c0040', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d983d80041', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:11:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8d98bc80042', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:11:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcbdae0043', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcbe400044', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcbeca0045', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcbf700046', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcc0050047', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcc0ab0048', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcc1430049', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcc1e9004a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcc2b0004b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8ba41015cc8dcc357004c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-21 12:15:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8de016a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-21 12:16:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8de03e10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-21 12:16:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8de7f52000a', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:17:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8de8704000b', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:17:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8dfa1c70022', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:18:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8dfa7df0023', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:18:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8dfb0ad0024', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:18:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8dfb9100025', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:18:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc8e00381002a', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-21 12:19:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc93fd706002b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-21 14:03:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc9486f89002c', N'Chrome', N'99999琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-21 14:13:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc948772e002d', N'Chrome', N'2222琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-21 14:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc9487e33002e', N'Chrome', N'666琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-21 14:13:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cc8dd82015cc96701150039', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-21 14:46:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdbf50015ccdbf9a360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 11:01:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdbf50015ccdbf9c620001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 11:01:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdc05f015ccdc0b6f40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 11:02:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdc05f015ccdc4962d0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 11:07:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015ccdfb4ef90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 12:06:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015ccdfd131b0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 12:08:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015cce06d18b0003', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'鏈湴', N'2017-06-22 12:19:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015cce071a520013', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-22 12:19:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015cce0722420014', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-06-22 12:19:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015cce0747f90015', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-06-22 12:20:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015cce2702f60016', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 12:54:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccdfac4015ccebf331f0017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 15:40:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cced0cd015cced136a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 16:00:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccee51d015ccee5912f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 16:22:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cceeddd015cceee291c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 16:32:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf1ed3015ccf20c04c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 17:27:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf1ed3015ccf20c2b00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 17:27:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf7009015ccf7051b90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 18:54:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf7009015ccf70540a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 18:54:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf7009015ccf74216a0002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-22 18:58:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf7009015ccf76eb060004', N'MSIE 8.0', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-22 19:01:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ccf7009015ccf76fd2f0005', N'MSIE 8.0', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-22 19:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd35ef9015cd360b57f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 13:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd35ef9015cd360b7ef0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 13:15:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd35ef9015cd360da2a0002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-23 13:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd35ef9015cd360f5190003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 13:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd36208015cd362f2440000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 13:18:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd3641f015cd36582660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 13:21:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd3d249015cd3d29aa40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 15:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cd3d249015cd3d29d0b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 15:20:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce23925015ce2396e860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 10:27:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce3fd2e015ce3fddea10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 18:41:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce3fd2e015ce3fde0dc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 18:41:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce417b4f40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:09:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce417b76b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:09:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce41f00b40002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:17:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce42b68490003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:31:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce434dc2a0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:41:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce43649dc0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:43:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce436bc1c0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:43:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce414f2015ce4400f8f0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 19:53:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce75026015ce7508bd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 10:10:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce82650015ce826d1740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:04:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce8477eb40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:40:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce84819990001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce84b17e50002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:44:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce84c1dcb0003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:45:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce84eb52c0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce851ad3b0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 14:51:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce85ee71b0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 15:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce86a09220007', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 15:18:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce846dc015ce86ae7330008', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 15:18:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8a256015ce8a3ce360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8a256015ce8a3d0aa0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8a256015ce8a4805f0010', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'鏈湴', N'2017-06-27 16:21:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8aebf015ce8af13570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:33:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8aebf015ce8af86520001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歰rg.jeecgframework.codegenerate.generate.a$a is not an enum type', N'6', N'鏈湴', N'2017-06-27 16:33:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8bef3015ce8bf552c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8bef3015ce8bf57c70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8bef3015ce8c064810002', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate table/single/cgform_jspTemplate_add.ftl not found.', N'6', N'鏈湴', N'2017-06-27 16:52:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8bef3015ce8c2fd860003', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate table/single/cgform_jspTemplate_add.ftl not found.', N'6', N'鏈湴', N'2017-06-27 16:55:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8c47d015ce8c5dcea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:58:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8c47d015ce8c5df9d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 16:58:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8d893015ce8db55960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 17:21:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8d893015ce8dd5e420006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-27 17:24:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8d893015ce8ddb7290009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-27 17:24:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8d893015ce8dfbb1b000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-27 17:26:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8d893015ce8e0130a000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-27 17:26:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8e8d8c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 17:36:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8e98c790004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-27 17:37:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8e9fb310007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-27 17:37:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8f09a840009', N'Chrome', N'ccc娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-27 17:45:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8f0b2dc000a', N'Chrome', N'ccc鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-27 17:45:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8f13dbb000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-27 17:45:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce8f1621b000c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-27 17:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce95d2f93000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 19:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ce8e29c015ce95dd4d5000f', N'Chrome', N'瑙掕壊: ddd琚坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-06-27 19:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c0fc710000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-29 10:49:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c0fed40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-29 10:49:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c123df0002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-29 10:49:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c252d40003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:51:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c25a180004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:51:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c25e450005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:51:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1cf09015cf1cfb42b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-29 11:05:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1cf09015cf1d048770001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-29 11:06:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1cf09015cf1d074920002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-29 11:06:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf274c0015cf27567b80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-29 14:06:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf274c0015cf275d9f30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-29 14:07:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c464380006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c469430007', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4b1ab0008', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4b8a30009', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4c3f7000a', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4c743000b', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4ca3a000c', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4ce59000d', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4d44c000e', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4d6b5000f', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4d9a40010', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4dc150011', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7b092015cf7b139830000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 14:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7b283015cf7b2d8a30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 14:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7b283015cf7d5b2590001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 15:09:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4dea70012', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4df6a0013', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4e0f90014', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4e1a60015', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4e2620016', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4e2fc0017', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4e3b10018', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c4e47c0019', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c5016c001a', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:53:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c507d7001b', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c50b93001c', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c51142001d', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7d72e015cf7d7cf4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 15:12:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7e5cc015cf7e616ad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 15:27:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7e5cc015cf7e69dc00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 15:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c519ff001e', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c52120001f', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c524240020', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c524fd0021', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c525d50022', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c526a50023', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c527750024', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:54:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c989350025', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:58:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c98aaf0026', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:58:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c98f9e0027', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:58:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf1c0b6015cf1c996930028', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-06-29 10:58:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7fb73015cf7fbd6720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 15:51:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d8736fac30002', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 11:21:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d8745be440003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-07-28 11:38:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d874e3a770004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-07-28 11:47:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d874e48480005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 11:47:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d874e99ab0007', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犳坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-07-28 11:47:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7fd2e015cf7fd875d0000', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.jeecgframework.web.system.controller.core.LoginController cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2017-06-30 15:53:26.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7fe98015cf7ff2d620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 15:55:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7fe98015cf804a47f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 16:01:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf7fe98015cf8060eef0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 16:02:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf85bf5015cf85c7eae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 17:37:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf85bf5015cf85cb8ae0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 17:37:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5cf8a48c015cf8a548b40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-30 18:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d116ed1210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-05 14:27:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d116fdb2e0004', N'Chrome', N'鐢ㄦ埛: 123123娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-05 14:28:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d116ff4250005', N'Chrome', N'鐢ㄦ埛锛123123鍒犻櫎鎴愬姛', N'4', N'192.168.0.108', N'2017-07-05 14:28:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d11703500000a', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-05 14:29:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d1170b013000e', N'Chrome', N'鐢ㄦ埛: 111娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-05 14:29:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d1170bb96000f', N'Chrome', N'鐢ㄦ埛锛111鍒犻櫎鎴愬姛', N'4', N'192.168.0.108', N'2017-07-05 14:29:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d117170090013', N'Chrome', N'鐢ㄦ埛: 222娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-05 14:30:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d116e55015d117c323a0014', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-07-05 14:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d1cb3d7015d1cb41d680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-07 18:59:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d2b8c6d015d2b8d00bc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-10 16:10:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d2baf5b015d2bafa8f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-10 16:48:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d2f4aca015d2f4b6ad40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-11 09:37:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3aab6c015d3aabbb900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-13 14:38:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3aab6c015d3aac94350003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-13 14:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3aab6c015d3aacf1ff0004', N'MSIE 8.0', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-13 14:39:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3ac473015d3ac5c3ae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-13 15:07:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3ac473015d3acb37dd0001', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%999%'' ]', N'6', N'鏈湴', N'2017-07-13 15:13:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3ac473015d3acb37de0002', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%999%'' ]', N'6', N'鏈湴', N'2017-07-13 15:13:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d40209a015d40217ede0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-14 16:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d4035a3015d403653ef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-14 16:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404ad1015d404b21cb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-14 16:50:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404ad1015d404bb7650002', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-07-14 16:51:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d406093800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-14 17:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3ac473015d3acb45380003', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%999*%'' ]', N'6', N'鏈湴', N'2017-07-13 15:13:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d3ac473015d3acb45490004', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%999*%'' ]', N'6', N'鏈湴', N'2017-07-13 15:13:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d4060fa9f0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:14:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40610aef0002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:14:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40610d1f0003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:14:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d406126650004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:14:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40612ca80005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:14:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40613b3a0006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:15:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40613da30007', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:15:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40613f280008', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:15:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d4061411d0009', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') group by physice_id'' at line 1', N'6', N'鏈湴', N'2017-07-14 17:15:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d408ef1aa000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-14 18:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d409988b4000b', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯%'' ]', N'6', N'鏈湴', N'2017-07-14 18:16:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d87040e015d870cc5f90005', N'MSIE 7.0', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-28 10:35:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d87040e015d870d228f0006', N'MSIE 7.0', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-28 10:36:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d87040e015d870ecee20007', N'MSIE 7.0', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-07-28 10:38:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d8721ac2f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 10:58:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d872772290001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 11:04:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d409988b6000c', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯%'' ]', N'6', N'鏈湴', N'2017-07-14 18:16:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40999ac8000d', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯*%'' ]', N'6', N'鏈湴', N'2017-07-14 18:16:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d404f5f015d40999ac9000e', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯*%'' ]', N'6', N'鏈湴', N'2017-07-14 18:16:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d4e665e015d4e66fa880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-17 10:35:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d4e9232015d4e93c1300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-17 11:24:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d4e9232015d4e9472e60001', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-17 11:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d4e9232015d4e954f410003', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-07-17 11:26:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d4e9232015d4e958a8e0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-17 11:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78b4d8015d78b616a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-25 15:46:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78b4d8015d78ba31a20002', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-07-25 15:50:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78b4d8015d78ba7af30003', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-25 15:51:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78b4d8015d78bac8770004', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-25 15:51:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78b4d8015d78baebe80005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-25 15:51:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78b4d8015d78bb78b80006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-25 15:52:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78d2cc015d78d3eac70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-25 16:19:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78d2cc015d78d4c8f10001', N'Chrome', N'鐢ㄦ埛锛222鍒犻櫎鎴愬姛', N'4', N'192.168.0.108', N'2017-07-25 16:19:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78d2cc015d78d4dd110002', N'Chrome', N'瑙掕壊: ddd琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-25 16:20:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78d2cc015d78d54a730003', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-25 16:20:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78d2cc015d78d6d42a0007', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-25 16:22:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d78d2cc015d78d790ee0008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-25 16:22:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7ccad7015d7ccb23010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-26 10:47:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7d7c76015d7d806cc00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-26 14:05:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7d7c76015d7d8cf94e0001', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-26 14:19:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7d7c76015d7d8d97410002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-26 14:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7d7c76015d7d8e640c0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-26 14:21:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7d7c76015d7d8ec1a10004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-26 14:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d7d7c76015d7d8ef9f20005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-26 14:21:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d81f1d6015d81f43afb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-27 10:50:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d8343e3015d83443f2e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-27 16:57:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d8343e3015d8345d3f10001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-07-27 16:59:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d8343e3015d835f349d0002', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-27 17:27:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d87040e015d870468ae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 10:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d87040e015d870aaa930001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 10:33:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d87d913b4000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 14:18:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d87f1b9c1000f', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 14:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d87f2ddc40026', N'MSIE 7.0', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-28 14:47:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d87f3592a0027', N'MSIE 7.0', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-28 14:47:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d87f4c78e0028', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 14:49:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d8806c9040029', N'MSIE 7.0', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-28 15:08:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d882420ba002a', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 15:40:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d88266e48002b', N'MSIE 7.0', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-07-28 15:43:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d872157015d88280d4d002d', N'MSIE 7.0', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-07-28 15:45:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d88464c015d8846a4090000', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 16:18:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d88464c015d8849ab230001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 16:21:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d88464c015d88895b3b0002', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 17:31:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d88464c015d888f10780003', N'MSIE 7.0', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-07-28 17:37:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d88b170015d88b1d1110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-28 18:15:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d966a15015d966afa520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 10:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d966a15015d966c3ef90001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 10:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d9799d52b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 15:43:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97a3472f0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 15:54:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97a502aa0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 15:56:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97a6c3010003', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-07-31 15:57:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97a716560004', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-07-31 15:58:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97a7349f0005', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-07-31 15:58:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97a9333c0006', N'MSIE 8.0', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-07-31 16:00:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97acc4fa0007', N'MSIE 7.0', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-31 16:04:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d979987015d97acd4ed0008', N'MSIE 7.0', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-31 16:04:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97b150015d97b273be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 16:10:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97b150015d97b704c10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 16:15:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97c1c1f90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 16:27:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97c6b8920001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 16:32:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97cd27d00003', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-07-31 16:39:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97cd2deb0004', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-07-31 16:39:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97d4cc080006', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-07-31 16:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97d4d3730007', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-07-31 16:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97d7993d0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-31 16:51:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97d81b790009', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-07-31 16:51:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97c106015d97dc3bd9000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-31 16:56:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f15a7e0000', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 17:19:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f2912b0001', N'MSIE 7.0', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-31 17:20:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f3c32b0011', N'MSIE 7.0', N'鍒涘缓鎴愬姛', N'3', N'鏈湴', N'2017-07-31 17:22:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f489c60012', N'MSIE 7.0', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-07-31 17:22:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f4f46c0013', N'MSIE 7.0', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-31 17:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f666ad0014', N'MSIE 7.0', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-31 17:24:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f6beaf0015', N'MSIE 7.0', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-31 17:25:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f7045e0017', N'MSIE 7.0', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-31 17:25:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97f75b2a0020', N'MSIE 7.0', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-31 17:25:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fa149e0022', N'MSIE 7.0', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-07-31 17:28:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fa30010023', N'MSIE 7.0', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-31 17:29:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fce2ee0024', N'MSIE 7.0', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-07-31 17:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fd0b9e0025', N'MSIE 7.0', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-07-31 17:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fd1e0d0026', N'MSIE 7.0', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-07-31 17:32:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fdb5fa0027', N'MSIE 7.0', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-07-31 17:32:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fe76a30028', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 17:33:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97fea8590029', N'Chrome', N'JeecgDemo渚嬪瓙: 555琚洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-31 17:33:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97ffc314002a', N'MSIE 7.0', N'JeecgDemo渚嬪瓙: 娴嬭瘯灏忕帇8琚洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-31 17:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d97ffde98002b', N'MSIE 7.0', N'JeecgDemo渚嬪瓙: 555琚洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-31 17:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d980096c7002c', N'MSIE 7.0', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-31 17:36:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d98009e82002d', N'MSIE 7.0', N'4afbfbedab64034f9015f1bca8c379310b551dab琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-31 17:36:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d9800a639002e', N'MSIE 7.0', N'e1fe9925bc315c60addea1b98eb1cb1349547719琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-31 17:36:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d9800e5ef002f', N'MSIE 7.0', N'娴嬭瘯澶氭枃浠朵笂浼犳洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-31 17:36:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d980132c50030', N'MSIE 7.0', N'娴嬭瘯澶氭枃浠朵笂浼犲垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-07-31 17:36:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d980244650032', N'MSIE 7.0', N'娴嬭瘯澶氭枃浠朵笂浼犳坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-07-31 17:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d98024e5a0034', N'MSIE 7.0', N'娴嬭瘯澶氭枃浠朵笂浼犳坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-07-31 17:37:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d980c75bd0036', N'MSIE 7.0', N'娑堟伅妯℃湰琛ㄦ洿鏂版垚鍔', N'5', N'鏈湴', N'2017-07-31 17:48:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d97f106015d980ded950037', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-31 17:50:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d9c4285015d9c43105f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-01 13:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d9c4285015d9c4480500001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-01 13:28:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d9c4285015d9c45475b0002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-01 13:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d9ceabb015d9cf4bf2c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-01 16:41:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d9ceabb015d9cf649150001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-01 16:42:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5d9ceabb015d9cfe36080002', N'MSIE 7.0', N'鍔ㄦ佹姤琛ㄩ厤缃姮澶村垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-01 16:51:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da0a049015da0a0c3a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 09:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da0a049015da0a0ed8d0001', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-02 09:48:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da0a049015da0b52db50002', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-02 10:10:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1237a015da123ecec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 12:11:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1237a015da1907f560001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:09:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1237a015da1912bf90002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:10:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da192e2015da1933d140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:12:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da19ee7d60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da19f8b4d0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-08-02 14:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da1a03da30002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:26:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da1a2016f0003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:28:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da1a35fcd0004', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 14:30:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da1abb8f30006', N'Chrome', N'JeecgDemo渚嬪瓙: 琚坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-08-02 14:39:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da19d7e015da1abcfb50007', N'Chrome', N'JeecgDemo渚嬪瓙: 7777琚洿鏂版垚鍔', N'5', N'鏈湴', N'2017-08-02 14:39:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1e472015da1e54ad00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 15:42:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1e472015da1e7ec260001', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-02 15:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1e472015da22fcd670002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 17:03:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1e472015da23051470003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 17:04:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da1e472015da2420bb80004', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-02 17:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da79a39015da79a85000000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-03 18:18:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da79a39015da79b25c50001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-03 18:19:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da7a2ec015da7a33d660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-03 18:27:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5da7a2ec015da7a4d5910001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-03 18:29:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab67eb210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6838f30001', N'Chrome', N'cccc琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6840020002', N'Chrome', N'777琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6846730003', N'Chrome', N'555琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab684bc30004', N'Chrome', N'786琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6854550005', N'Chrome', N'ddd琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6859f90006', N'Chrome', N'dddd琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab685f060007', N'Chrome', N'dffdf琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6864450008', N'Chrome', N'222233334444琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab686aa90009', N'Chrome', N'121212琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6870ef000a', N'Chrome', N'9999琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6875b3000b', N'Chrome', N'8888琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab687bab000c', N'Chrome', N'22222琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab68807f000d', N'Chrome', N'11111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6d33ce0012', N'Chrome', N'1111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6d38f20013', N'Chrome', N'222琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab67a3015dab6d3daf0014', N'Chrome', N'vvv琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab6e9f015dab6ee2f10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:09:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab6e9f015dab6f18b50001', N'Chrome', N'1111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-04 12:09:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab7428015dab7474f40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab7428015dab77c4b70003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:18:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab7428015dab7866ca0004', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:19:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab79c5015dab7fcb690000', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:27:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab79c5015dab80c16b0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab79c5015dab83fbe90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 12:32:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dab79c5015dab9e2cc50003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 13:00:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dabf018015dabf05cf80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 14:30:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dabf018015dabf0caf40001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 14:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac5e8d70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 11:38:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac6b3bd0001', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犲垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-07 11:39:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac6b9790002', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犲垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-07 11:39:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac7551e0004', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犳坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-08-07 11:40:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac755c10005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-07 11:40:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac7a7e00008', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犳洿鏂版垚鍔', N'5', N'鏈湴', N'2017-08-07 11:40:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac87a01000a', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-07 11:41:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac88dd5000b', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-07 11:41:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac8cc68000c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-07 11:41:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac8ef150018', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'鏈湴', N'2017-08-07 11:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac8f99d0019', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-07 11:41:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbac98494001a', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 11:42:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbaca2c98001c', N'MSIE 8.0', N'娴嬭瘯澶氭枃浠朵笂浼犳坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-08-07 11:43:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbaebd4570023', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 12:20:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbaec54150024', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-07 12:20:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbac581015dbaf7b6cc0025', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 12:33:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbb65ed015dbb666f180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 14:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbb65ed015dbb67975d0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 14:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbfdb2c015dbfde53630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 11:23:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbfdb2c015dbfe2e4670001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 11:28:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbfe84d015dbfe896fe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 11:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbfe84d015dbfe8cc030001', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-08 11:34:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbfebd0015dbfec3be50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 11:38:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbfebd0015dbfec699c0001', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-08 11:38:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbff393015dbff4e0a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 11:48:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbff393015dbff504ea0001', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-08 11:48:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbff393015dbff616570002', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'鏈湴', N'2017-08-08 11:49:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbff878015dbffb05100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 11:54:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbffce1015dc00986430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 12:10:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dbffce1015dc0098b4c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 12:10:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc00a5e015dc00ba8340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 12:12:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc011b9015dc012043e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 12:19:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc06fe88a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 14:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc07067e60001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-08 14:02:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc070f5000002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:03:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc07117370003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:03:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc071e39f0004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:04:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc0740c580005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:06:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc074fe700006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc0771fb00007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:10:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc077cf110008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:11:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc077f0380009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-08 14:11:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc06f1d015dc085c2ef000a', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-08 14:26:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc09457015dc09515a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-08 14:43:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc09457015dc09588230001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-08 14:43:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc5e61e015dc5e66c560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-09 15:29:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc5e61e015dc5e6bf660001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-09 15:30:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc5e61e015dc5e8d76c0003', N'鍏跺畠', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-08-09 15:32:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc5e61e015dc5e93a4a0005', N'鍏跺畠', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-08-09 15:33:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc68c68015dc68d1f760000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-09 18:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc9e165015dc9e1f2680000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:03:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc9e165015dc9e3094c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:04:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc9e618015dc9e6c7390000', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:08:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc9e618015dc9e7d8d30001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:10:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc9f052015dc9f09cb70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:19:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dc9f052015dc9f10a640001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:20:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dca4fff015dca514f740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 12:05:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dca4fff015dca525ed70001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 12:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dca4fff015dca531a430003', N'鍏跺畠', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-08-10 12:07:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dca4fff015dca54b5430008', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 12:08:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dca6abd015dca6c13cf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 12:34:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb3635015dcb39b7920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 16:19:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb3635015dcb3d65920001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氳〃鍗曢厤缃笉瀛樺湪', N'6', N'鏈湴', N'2017-08-10 16:23:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb3635015dcb3e325b0002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-10 16:23:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb3635015dcb3e50f00003', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-10 16:24:05.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb3635015dcb3e8e0a0004', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-10 16:24:20.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb3635015dcb3e99e90005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 16:24:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb40bc015dcb4103320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 16:27:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb4294015dcb4823af0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 16:34:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb4294015dcb5b3a730001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-10 16:55:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb6a7b015dcb6ae6070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb6a7b015dcb6bd2a40001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-08-10 17:13:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb6a7b015dcb6d034d0005', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-08-10 17:15:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb6a7b015dcb6d5eee0006', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-08-10 17:15:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dcb6a7b015dcb6dd8c00007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2017-08-10 17:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dd0e0a9015dd0e114990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-11 18:39:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dd10923015dd10982e80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-11 19:24:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5dd10c83015dd10cc2240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-11 19:27:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddec51d330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:24:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddec608c00002', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-08-14 11:25:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded667860003', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:42:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded6756c0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:43:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded6cbf20005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:43:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded6ef3e0006', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 11:43:34.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded70bbc0007', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 11:43:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded71d690008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:43:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded756cf0009', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:44:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded77696000a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 11:44:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded803ce000b', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 11:44:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded81007000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:44:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded94953000d', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:46:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded960ed000e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 11:46:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded97dec000f', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 11:46:21.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015dded9881a0010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:46:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedd5aae0012', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedd70ed0013', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 11:50:40.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedeaf720014', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-08-14 11:52:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedebe070015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedef9550016', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:52:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedf06b30017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 11:52:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedf10800018', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 11:52:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddedf26d40019', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 11:52:32.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf5e9b78001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 14:11:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf5f2947001b', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-14 14:12:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf5f3640001c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-14 14:12:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf608a14001d', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 14:13:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf609f6e001e', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 14:13:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf60cba2001f', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-08-14 14:14:09.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf60eb180020', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 14:14:17.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6aa24a0021', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 14:24:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6aeb770022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 14:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6b6cdf0023', N'Chrome', N'鎿嶄綔鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-14 14:25:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6c88890024', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 14:26:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6ca67a0025', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 14:27:05.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6cbc310026', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 14:27:11.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6ccc2d0027', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 14:27:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6f0bb30029', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 14:29:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf6f2900002a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 14:29:50.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8c6d06002b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 15:01:48.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8cf758002c', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 15:02:23.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8d0326002d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 15:02:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8d9157002e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 15:03:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8da31a002f', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 15:03:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8dbc640030', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 15:03:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8de1480031', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''createBy'' in ''where clause''', N'6', N'鏈湴', N'2017-08-14 15:03:23.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8e62e90032', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 15:03:56.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8eec630033', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 15:04:32.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8f12490034', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 15:04:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8f1f200035', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 15:04:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8f2ac40036', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 15:04:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf8f41c30037', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 15:04:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf92250c0039', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-08-14 15:08:03.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf94195b003a', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 15:10:11.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf945276003b', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 15:10:25.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf945b0c003c', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-08-14 15:10:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf948b5c003d', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 15:10:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf949c40003e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 15:10:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf950403003f', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 15:11:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf951e180040', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 15:11:18.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf95a13d0042', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-08-14 15:11:51.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf97c8640043', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 15:14:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf97da770044', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 15:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf9a04990045', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 15:16:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf9a16df0046', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 15:16:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf9a23180047', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 15:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddec439015ddf9a4c0c0048', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 15:16:57.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfd5c6015ddfd7ad600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:24:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfd5c6015ddfd914900001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfd5c6015ddfd931ea0002', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:25:39.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdbe9015ddfdc605f0000', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:29:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfddca3f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:30:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfddfff70001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:30:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfde22e60002', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:31:03.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdea2be0003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 16:31:36.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdedd840004', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:31:51.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdeea770005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:31:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdf36b50006', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:32:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdf45fc0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdf501b0008', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:32:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdf6c600009', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:32:27.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdf9b51000a', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:32:39.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfdfaaef000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:32:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe194f4000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:34:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe1c666000f', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:35:01.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe25f090010', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 16:35:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe3e05d0012', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-08-14 16:37:19.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe3fde20013', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:37:27.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe41a060014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:37:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe467480015', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:37:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe4764f0016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe490a00017', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:38:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe4af0f0018', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:38:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe557890019', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 16:38:55.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe55dc3001a', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:38:57.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe569dd001b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:39:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe57483001c', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:39:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe59653001d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:39:11.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe5baa8001e', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:39:21.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe5cb12001f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:39:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe627a90020', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:39:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe64a1a0021', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:39:57.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe896170022', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 16:42:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe8a0b70023', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:42:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe8cb5e0024', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:42:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe9c5830025', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-14 16:43:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe9e4100026', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-08-14 16:43:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe9f2d30027', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:43:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfe9fc0d0028', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-14 16:43:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfea1f680029', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-08-14 16:44:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfef3e32002a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:49:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddfef3e37002b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:49:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5ddfdd26015ddff12289002c', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 16:51:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5de00f76015de00fee370000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 17:25:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5de0306b015de030e5760000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-14 18:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5de3a58d015de3a5f3400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-15 10:08:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5de46aa9015de46b27b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-15 13:43:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5de46aa9015de46b77390002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-15 13:43:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5de46aa9015de46b8f570003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-15 13:44:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e049b62015e049bae540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-21 19:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e092173015e092227480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-22 16:49:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e092173015e0922e5d40001', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犲垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-22 16:50:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e092173015e0922eeaa0002', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犲垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-08-22 16:50:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e092173015e09234b540004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-22 16:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e092173015e09235edc0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-22 16:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e097094870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-22 18:15:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e0973d8a80001', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-22 18:19:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e0973e0f30002', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:19:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e09748e370003', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:19:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e097497aa0004', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:19:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e09766ae00005', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:21:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e09700a015e097a24240006', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:25:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e098079015e09814daf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-22 18:33:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e098079015e09824f550001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:34:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e098079015e098515940002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:37:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e098631015e09875fc80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-22 18:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e098631015e098799eb0001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:40:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e0991e86e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-22 18:51:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09921acc0001', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:52:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09932eec0002', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:53:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e0993710e0003', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:53:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09941ae10004', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:54:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09943ca40005', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:54:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e099540d40006', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:55:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e0995586f0007', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:55:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09958fb10008', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09959e270009', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:55:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09961e35000a', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:56:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09962402000b', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:56:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e099183015e09962df5000c', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-22 18:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e655a015e0e65d9cc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 17:21:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e655a015e0e6659800002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-23 17:22:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e655a015e0e666c250003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 17:22:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e6e7e015e0e6efd7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 17:31:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e7997015e0e827f230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 17:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e89ff015e0e8a81bf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 18:01:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e8f95015e0e9008710000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 18:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e91e0015e0e923cd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 18:10:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e98de015e0e9946390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-23 18:17:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e0e98de015e0e9a5d910001', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-08-23 18:19:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e172ed9015e172f3af90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 10:18:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e172ed9015e172f3fda0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 10:18:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e172ed9015e173bedf40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 10:32:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e1743e3015e174429cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 10:41:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e1887d8015e1888d27c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 16:36:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e1887d8015e1888d3830001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 16:36:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e1887d8015e1889504e0002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-25 16:36:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e1887d8015e18895cc30003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-25 16:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2742f6015e27433cf40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 13:14:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e27784a015e2778bcda0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 14:12:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e277b08015e277b4efb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 14:15:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e277b08015e27b33f430001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 15:16:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e277b08015e27b3eb680002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 15:17:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e27b5f3015e27b6f4930000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 15:20:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e27b5f3015e27d15c140001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 15:49:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e281478015e28154ece0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 17:03:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2819a1015e281abc2e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 17:09:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e286081015e286114900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 18:26:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e286081015e2862562e0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 18:28:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e286882015e2868d1cb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 18:35:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e286fc0015e287047b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 18:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e287607015e28784a580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 18:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e287bc7015e287c1f3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 18:56:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e287fc6015e288012480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:00:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2882e3015e288338f50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2882e3015e288755e60001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:08:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e288856015e288924970000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:10:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e288c0b015e288db9990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:15:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e289735015e2897c94d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:26:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e289735015e28a069150001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-28 19:35:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2c8ea6015e2c8efd110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-08-29 13:55:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2c9096015e2c90fd130000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-29 13:57:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2d28cd015e2d2bda010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-29 16:46:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2d2fbf015e2d30e59a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-29 16:52:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2d3505015e2d3593670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-29 16:57:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e2d37c7015e2d38fcba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-29 17:01:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e314064015e3140cbc40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-08-30 11:48:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e314064015e31424cc00001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 11:49:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e314064015e3146a6b30002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 11:54:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e314064015e3161757e0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 12:23:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e314064015e316c06530004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 12:35:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e316ecb015e316f1cfc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 12:38:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e317243015e31728b1c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 12:42:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31730d015e31735c5d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 12:43:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e317f83015e318001f30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 12:57:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e318388015e3183fc260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 13:01:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e318388015e318642fb0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 13:03:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e318388015e318663010002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 13:04:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e318388015e3186a60a0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 13:04:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e318d6c015e318db9ee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 13:12:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31b683015e31bb11820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 14:01:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c095015e31c103af0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 14:08:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c095015e31c115160001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-30 14:08:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c095015e31c130cb0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 14:08:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c32bb80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 14:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c3dd040001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:11:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c3ec090002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:11:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c48eb70003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 14:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c4c03b0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:12:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c4c03c0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:12:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c4e9340006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:12:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c542ca0007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:12:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c652ed0008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:13:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c757590009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:15:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c7f9b8000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:15:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c8dd5b000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:16:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31c9ac8d000c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:17:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31c2b2015e31ca1c5b000d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 14:18:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31ccc1015e31d214ce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 14:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31ccc1015e31d532bc0001', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2017-08-30 14:30:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e31ccc1015e31d532bc0002', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2017-08-30 14:30:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e322c6a015e322d881c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 16:06:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e322c6a015e323c1da70001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 16:22:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e32449f015e3248f09b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 16:36:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e324b73015e324c08fe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 16:39:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3254e7015e32552dc10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 16:49:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e326025015e32607c860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 17:02:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3264bd015e326508ce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 17:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3266d9015e326720870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 17:09:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3271d6015e327520960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-30 17:24:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3271d6015e327572dd0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-30 17:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3271d6015e3276fda80002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-30 17:26:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e367fc7015e3680a7260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-31 12:15:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e367fc7015e368c4c990001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-31 12:28:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e37f045015e37f117c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-31 18:58:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e38178b015e381827490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-31 19:41:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e38178b015e381828bc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-31 19:41:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3857d7015e385821a80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-31 20:50:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3857d7015e385b8eb70001', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: extField of: com.jeecg.demo.entity.JeecgDemoEntity', N'6', N'鏈湴', N'2017-08-31 20:54:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3857d7015e385be0060002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-31 20:54:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0d5b030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-01 14:07:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0d69f50001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-01 14:07:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0dda2c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-01 14:08:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0deedc0003', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-01 14:08:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0e24560004', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-01 14:08:33.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0e2e180005', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-09-01 14:08:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0ea2550006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-01 14:09:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c0b73015e3c0eacd30007', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-01 14:09:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ec5e3c2643015e3c26a2d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-01 14:35:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17e99c2a0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-07 17:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17ec3aa00035', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-07 17:34:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17ecd48b006a', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-07 17:34:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17ed08e4009f', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-07 17:34:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17ed977900d4', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-07 17:35:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17f0f2520109', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-07 17:39:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a17e711015a17f136de013e', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-07 17:39:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c80c9bf0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-08 14:54:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c80cc350001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-08 14:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c80cc5c0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-08 14:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c817d820003', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-08 14:55:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c8563950038', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-02-08 14:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c8edab00039', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.110', N'2017-02-08 15:10:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1c8049015a1c8f699c003a', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-08 15:10:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a1d5aec015a1d5b6e750000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-08 18:53:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a20ba77015a20bae55e0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-09 10:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a20ba77015a20c4b67d0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.110', N'2017-02-09 10:47:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a20ba77015a20ed61e40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-09 11:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a210acb015a210b5db40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-09 12:04:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a227f20015a228385a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-09 18:55:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b3bb760000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-10 09:47:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b3bc8c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-10 09:47:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b3bcc10002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-10 09:47:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b769e00003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.110', N'2017-02-10 09:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b782c20004', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.110', N'2017-02-10 09:51:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b7d3db0006', N'Chrome', N'澶氭暟鎹簮绠$悊 褰曞叆鎴愬姛', N'3', N'192.168.0.110', N'2017-02-10 09:51:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b8ceac0007', N'Chrome', N'澶氭暟鎹簮绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.0.110', N'2017-02-10 09:52:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b91c6e0009', N'Chrome', N'澶氭暟鎹簮绠$悊 褰曞叆鎴愬姛', N'3', N'192.168.0.110', N'2017-02-10 09:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b94c71000a', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.110', N'2017-02-10 09:53:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b95f48000b', N'Chrome', N'澶氭暟鎹簮绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.0.110', N'2017-02-10 09:53:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b97dc5000d', N'Chrome', N'澶氭暟鎹簮绠$悊 褰曞叆鎴愬姛', N'3', N'192.168.0.110', N'2017-02-10 09:53:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a25b358015a25b98cc1000e', N'Chrome', N'澶氭暟鎹簮绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.0.110', N'2017-02-10 09:53:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a2751f9015a2764813b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-10 17:39:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a277980015a277ae5460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-10 18:04:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5a277980015a27af542a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-02-10 19:01:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa1bbee015aa1bce3100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-03-06 11:49:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa1bbee015aa1bd76a00001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.110', N'2017-03-06 11:50:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa1bbee015aa1c273c90012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.110', N'2017-03-06 11:55:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa74d0a015aa74d673a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-03-07 13:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa74d0a015aa751a25a0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.110', N'2017-03-07 13:50:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa74d0a015aa751c0d40003', N'Chrome', N'admin', N'2', N'192.168.0.110', N'2017-03-07 13:50:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa74d0a015aa751d0170004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-03-07 13:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa76264015aa76343ce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.110', N'2017-03-07 14:09:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ee5aa76264015aa772d6380001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.0.110', N'2017-03-07 14:26:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aad8115015aad81a7310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-08 18:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aad8115015aad81a90b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-08 18:40:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aad8115015aad81a9440002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-08 18:40:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae97c45015ae97ca0260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 10:12:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae97c45015ae97ca29e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 10:12:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae97c45015ae97ca2d30002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 10:12:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae97c45015ae97ca3020003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 10:12:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae97c45015ae97ca5170004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 10:12:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9bb2c015ae9bbaa480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:21:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9bb2c015ae9bbab2e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:21:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9bb2c015ae9bbab520002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:21:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9c27d015ae9c2eb1e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:29:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9c27d015ae9c2ec120001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:29:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9c27d015ae9c2ec3a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:29:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d111270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:44:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d112150001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:44:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d1123e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 11:44:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d16f910003', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-20 11:45:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d3bf930004', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'192.168.0.111', N'2017-03-20 11:47:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d54b200005', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'192.168.0.111', N'2017-03-20 11:49:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9d0b6015ae9d839bd0006', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-20 11:52:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9e021340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 12:01:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9e022250001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 12:01:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9e0224a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 12:01:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9e579980003', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-20 12:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9e5a24b0004', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-20 12:07:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9e726080005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.111', N'2017-03-20 12:08:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9f8d5780006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.111', N'2017-03-20 12:28:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015ae9f93b460007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.111', N'2017-03-20 12:28:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5ae9dfd5015aea3e6c580008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 13:44:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea42df015aea4406c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 13:50:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea42df015aea4d2c3f0002', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.111', N'2017-03-20 14:00:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea42df015aea4d87450012', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.111', N'2017-03-20 14:00:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea6ff8dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 14:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea7054c80001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.111', N'2017-03-20 14:38:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea7227180002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.111', N'2017-03-20 14:40:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea744bd50008', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-20 14:42:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea745b790009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 14:42:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea7486a3000a', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.111', N'2017-03-20 14:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea6fad015aea7e4dc5000b', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-20 14:53:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea8026015aea8089bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 14:56:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea8026015aea808c2e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 14:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aea8026015aea808c5b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 14:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeac260015aeac2b4390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 16:08:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeac3cd015aeac44a7f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 16:10:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeac3cd015aeac9cd070002', N'Chrome', N'鏍戞祴璇曟坊鍔犳垚鍔', N'3', N'192.168.0.111', N'2017-03-20 16:16:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeac3cd015aeac9d6e70003', N'Chrome', N'鏍戞祴璇曞垹闄ゆ垚鍔', N'4', N'192.168.0.111', N'2017-03-20 16:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeac3cd015aeacb58ee0009', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.111', N'2017-03-20 16:17:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeac3cd015aeacb74c0000a', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.111', N'2017-03-20 16:18:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aead082015aead0f38c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 16:24:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aead082015aead3cbb00006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.111', N'2017-03-20 16:27:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb005c015aeb00b2e80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 17:16:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb005c015aeb00b3df0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 17:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb005c015aeb00b4200002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 17:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb005c015aeb06c45e0003', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.111', N'2017-03-20 17:22:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb005c015aeb0751f70004', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.111', N'2017-03-20 17:23:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb3544015aeb359a020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 18:14:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb3544015aeb359af60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 18:14:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeb3544015aeb359b1e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-20 18:14:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aef6bfc015aef6d98d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 13:53:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aef6bfc015aef6d99c20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 13:53:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aef6bfc015aef6d99e70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 13:53:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aef6bfc015aef6e00510003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.111', N'2017-03-21 13:54:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aeff54e015aeff861060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 16:25:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af01097015af0113e140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 16:52:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af01097015af011c6410001', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.0.111', N'2017-03-21 16:53:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af01097015af011d6880002', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.0.111', N'2017-03-21 16:53:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af01097015af0128aca0003', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.0.111', N'2017-03-21 16:53:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af01097015af012959e0004', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.0.111', N'2017-03-21 16:53:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af01097015af0164ce10006', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'192.168.0.111', N'2017-03-21 16:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af033ae015af033ffb40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 17:30:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af033ae015af03401b50001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 17:30:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af033ae015af03401dd0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 17:30:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af05633015af0577aa40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 18:09:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af05633015af0577b980001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 18:09:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af05633015af0577bc00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 18:09:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af06b3c015af06b852a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 18:31:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af074de015af0751dab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 18:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af07d30015af07de9790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 18:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5af07d30015af0bd51c80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-21 20:00:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afe6251015afe62cb8d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 11:36:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afe6251015afe62cc9e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 11:36:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afe6251015afe62ccc40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 11:36:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afebd45015afebdd8490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afebd45015afebddaac0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:15:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afebd45015afebddad70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:15:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afebd45015afebe48490003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 13:16:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afec838015afec898b40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:27:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afee051015afee0a07f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:53:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afee051015afee0a2eb0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:53:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afee051015afee0a3170002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 13:53:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afeeda1015afeede2250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 14:08:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afeeda1015afeede47e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 14:08:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afeeda1015afeede4a90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 14:08:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015afef2d2440000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 14:13:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015afef2d49c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 14:13:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015afef2d4c80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 14:13:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015aff15125e0003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 14:50:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015aff1546e70004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 14:51:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015aff156b570005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 14:51:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015aff158e7a0006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 14:51:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015aff15a0ec0007', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 14:51:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5afef238015aff15a9a40008', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 14:51:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff3f3ce90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:36:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff439d270001', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 15:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff43b2e90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff4430690018', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 15:42:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff44af740019', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:42:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff44da6d0021', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 15:43:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff44e5eb0022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff4506c20023', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 15:43:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff4639720024', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 15:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff4647090025', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:44:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff466ee2002d', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 15:44:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff467acb002e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:44:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff3ede015aff489f78002f', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 15:47:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff4ac4015aff4b8c4d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:50:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff4ac4015aff4bb3d80008', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 15:50:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff4ac4015aff4bc1430009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:50:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff4cc3015aff4f131b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:54:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5298015aff52ed1e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 15:58:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5a7b400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:06:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5a7d8d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:06:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5a7db90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:06:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5ae7800003', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''POST'' not supported', N'6', N'192.168.0.111', N'2017-03-24 16:07:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5af42b0004', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''POST'' not supported', N'6', N'192.168.0.111', N'2017-03-24 16:07:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5afb690005', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''POST'' not supported', N'6', N'192.168.0.111', N'2017-03-24 16:07:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5a0e015aff5b07880006', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''POST'' not supported', N'6', N'192.168.0.111', N'2017-03-24 16:07:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5f2edf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:11:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5f68bf0008', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 16:12:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5f75cf0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:12:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5f8994000a', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:12:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5fa1f2000b', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:12:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5fa4d8000c', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:12:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff5d18015aff5fa8a6000d', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:12:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff63b3015aff640e2c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:17:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff63b3015aff642aef0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:17:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff63b3015aff6552450002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:18:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff63b3015aff65576d0003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:18:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff63b3015aff65ba960004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:19:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff63b3015aff65c14b0005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:19:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff6737015aff6941ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff6737015aff69795b0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:23:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff6737015aff6999320002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:23:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff6737015aff699be70003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:23:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff6737015aff69a0c30004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jeecg_demo'' doesn''t exist', N'6', N'192.168.0.111', N'2017-03-24 16:23:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff7f22015aff7f5f530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:47:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff7f22015aff7f98ec0008', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 16:47:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff7f22015aff7fa54a0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:47:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8127015aff816a420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 16:49:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff8f457a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 17:04:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff8f46730001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 17:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff8f46a20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 17:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff90ee450004', N'Chrome', N'JeecgDemo渚嬪瓙: 123琚坊鍔犳垚鍔', N'3', N'192.168.0.111', N'2017-03-24 17:06:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff9112eb0005', N'Chrome', N'JeecgDemo渚嬪瓙: 123琚洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-24 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff912af90006', N'Chrome', N'JeecgDemo渚嬪瓙: 琚洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-24 17:06:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5aff8f07015aff9138b30007', N'Chrome', N'JeecgDemo渚嬪瓙: 123琚洿鏂版垚鍔', N'5', N'192.168.0.111', N'2017-03-24 17:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affc8a7150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 18:07:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affc8a80b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 18:07:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affc8a8380002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 18:07:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affca172b0004', N'Chrome', N'jeecg_demo娣诲姞鎴愬姛', N'3', N'192.168.0.111', N'2017-03-24 18:08:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affcb32b20005', N'Chrome', N'jeecg_demo鏇存柊鎴愬姛', N'5', N'192.168.0.111', N'2017-03-24 18:09:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affd4a4320006', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 18:20:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affda61b3000d', N'MSIE 7.0', N'admin', N'2', N'192.168.0.111', N'2017-03-24 18:26:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015affda709c000e', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 18:26:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5affc86b015afffd68ed000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 19:04:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b0020fc015b0021949f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 19:44:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b002c31c20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 19:55:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b002c32b10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 19:55:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b002c32db0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 19:55:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b004342c10003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 20:20:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b004613880004', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: extField of: com.jeecg.demo.entity.JeecgDemoEntity', N'6', N'192.168.0.111', N'2017-03-24 20:24:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b004d43d6000e', N'Chrome', N'admin', N'2', N'192.168.0.111', N'2017-03-24 20:31:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5b002b87015b004d63bc000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.111', N'2017-03-24 20:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c75f071015c75f24f150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-05 09:50:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c75f071015c75f251630001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-05 09:50:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c764e49015c764e8e190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-05 11:31:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c764e49015c764e906f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-05 11:31:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c764e49015c76513c6f0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-05 11:34:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c77d540015c77d5a46a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-05 18:38:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c7bb3eb015c7bb4490e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 12:40:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c7c966d015c7c96e1430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 16:48:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880ef5c7c9bd4015c7c9c1bb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 16:53:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab0d1fd580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 10:07:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab10e0f780001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 11:12:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab11243a60002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-09 11:17:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab1124bf60003', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-09 11:17:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab11261ad0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 11:17:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab1216b830005', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.0.112', N'2017-03-09 11:34:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab12274ca0007', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-09 11:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab14aebb60008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 12:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab0d198015ab14ddaf30009', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.0.112', N'2017-03-09 12:22:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab19b8d015ab19c52010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 13:48:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab19b8d015ab1c4fb8a0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 14:32:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab1e974015ab1e9c5240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 15:12:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab22fea015ab23114ba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 16:30:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab22fea015ab2315fac0002', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 16:31:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab25f62015ab25faa130000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:21:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab25f62015ab26d2d460001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:36:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab273d5015ab275a14a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:45:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab273d5015ab275cf0d0002', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 17:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab27c568f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:52:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab27c58340001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:52:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab27c58620002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:52:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab27cc9580003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 17:53:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab27ce6d00004', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 17:53:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab27f3bdd0006', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 17:56:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab281dabc0007', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 17:58:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab27c01015ab281fa6d0009', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 17:59:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab29b66620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 18:26:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab29fd95b0001', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 18:31:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bb27440003', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bb4af50005', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:01:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bb684c0006', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-09 19:01:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bc1cd60007', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:02:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bcedf60009', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:03:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bd07bb000a', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-09 19:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bd6994000c', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bd767a000d', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:04:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bd8354000e', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:04:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bd89e4000f', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:04:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bec9320011', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2befaff0013', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:05:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bf0c4e0014', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-09 19:05:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bf67c10015', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:06:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2bf6d8b0016', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:06:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2c2291d0018', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.112', N'2017-03-09 19:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab29afa015ab2c267dc0019', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-09 19:09:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab2c5f9015ab2c944c60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-09 19:16:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64a4c4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 11:36:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64a85ba0001', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:37:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64a95fb0002', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:37:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64abe210003', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 11:37:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64acd490004', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 11:37:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64addd00005', N'Chrome', N'娑堟伅妯℃湰琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 11:37:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64af1970007', N'Chrome', N'娑堟伅妯℃湰琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 11:37:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64afea20008', N'Chrome', N'娑堟伅妯℃湰琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 11:37:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64b05a80009', N'Chrome', N'娑堟伅妯℃湰琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 11:37:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64b1bf5000b', N'Chrome', N'涓氬姟SQL琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 11:37:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64b2960000c', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 11:37:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64b42e5000e', N'Chrome', N'娑堟伅妯℃湰琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 11:37:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64b5fa00010', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 11:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64b94450011', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 11:38:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64c4e2f0014', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.112', N'2017-03-10 11:38:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64c78530015', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:39:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64c8d1f0017', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.112', N'2017-03-10 11:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64ca9500018', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:39:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64ccb0d001a', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.112', N'2017-03-10 11:39:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64cd9b4001c', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.112', N'2017-03-10 11:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64cfb07001d', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 11:39:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64d08c7001e', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 11:39:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab64d1378001f', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 11:39:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab651df2f0020', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 11:45:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab651f0a90021', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 11:45:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab651fc970022', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 11:45:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab652083b0023', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 11:45:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65364af0024', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:46:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65376d90025', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:46:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65681780026', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 11:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab659a66a0027', N'Chrome', N'涓氬姟SQL琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 11:53:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab659b2a90028', N'Chrome', N'娑堟伅妯℃湰琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 11:53:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65a99530029', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:54:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65af558002a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:54:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65b4e28002b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:55:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65b7ee9002c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 11:55:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65b89c4002d', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 11:55:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab649b4015ab65b9933002e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 11:55:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66d391f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 12:14:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66deb4a0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:15:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66e1c1e0003', N'Chrome', N'涓氬姟SQL琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 12:15:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66e2d9b0004', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 12:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66e4b580006', N'Chrome', N'娑堟伅妯℃湰琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 12:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66e58840007', N'Chrome', N'娑堟伅妯℃湰琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 12:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66e7b1d0009', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 12:16:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66e8cb9000a', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 12:16:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66ea6b1000b', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:16:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66ec44e000c', N'Chrome', N'涓氬姟SQL琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 12:16:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66ed093000d', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 12:16:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab66edd2f000e', N'Chrome', N'娑堟伅妯℃湰琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 12:16:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab6722aca000f', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:20:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab67236a00010', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:20:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab67246220011', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:20:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab6727c3a0013', N'Chrome', N'瀹氭椂浠诲姟绠$悊娣诲姞鎴愬姛', N'3', N'192.168.0.112', N'2017-03-10 12:20:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab6728fb50014', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:20:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab67298da0015', N'Chrome', N'瀹氭椂浠诲姟绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 12:20:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab67394110016', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 12:21:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab6739fed0017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 12:21:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab67562640018', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:23:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab66cf0015ab67d6d34001b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 12:32:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab68174015ab681daa40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 12:37:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6d177070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 14:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6eca98d0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 14:34:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6ecb1ef0002', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 14:34:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6ecc2460003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 14:34:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6ed6bbd0004', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 14:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6ed78ed0005', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 14:35:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6ed82a60006', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 14:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab6ee27710007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 14:35:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab700bead000a', N'Chrome', N'JeecgDemo渚嬪瓙: 111琚坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 14:56:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab7027d8a000b', N'Chrome', N'娴嬭瘯-鐢ㄦ埛鐢宠鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 14:57:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab705a247000e', N'Chrome', N'JeecgDemo渚嬪瓙: 11琚坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 15:01:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab705c591000f', N'Chrome', N'娴嬭瘯-鐢ㄦ埛鐢宠鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 15:01:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab70fae780010', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.112', N'2017-03-10 15:12:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab70fc1560011', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.112', N'2017-03-10 15:12:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab712a64a0014', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇琚坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 15:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab712d0580016', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 15:15:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab712df380017', N'Chrome', N'JeecgDemo渚嬪瓙: 11琚垹闄 鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 15:15:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab713082c0019', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 15:16:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab717df1a001a', N'Chrome', N'閿欒寮傚父: IllegalArgumentException,閿欒鎻忚堪锛歩d to load is required for loading', N'6', N'192.168.0.112', N'2017-03-10 15:21:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab72806cd001c', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 15:38:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab7281fbb001d', N'Chrome', N'JeecgDemo渚嬪瓙: 111琚垹闄 鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 15:39:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab7282a60001e', N'Chrome', N'JeecgDemo渚嬪瓙: 9001琚垹闄 鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 15:39:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab743cfb2001f', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 16:09:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab743dd870020', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 16:09:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab745ee180021', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 16:11:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab745fef70022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 16:11:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab747301c0023', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-03-10 16:13:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab7473e390024', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 16:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab74e9b400025', N'Chrome', N'Demo: 9999琚垹闄 鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 16:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab74ea3080026', N'Chrome', N'Demo: 000琚垹闄 鎴愬姛', N'4', N'192.168.0.112', N'2017-03-10 16:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab75f8b590029', N'Chrome', N'9999999琚垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 16:39:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7ab22015ab7ab7afd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 18:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab74ede690027', N'Chrome', N'閿欒寮傚父: NoSuchMethodException,閿欒鎻忚堪锛歰rg.jeecgframework.web.demo.controller.test.DemoController.autoselect(javax.servlet.http.HttpServletRequest)', N'6', N'192.168.0.112', N'2017-03-10 16:21:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab6d12b015ab74ee4db0028', N'Chrome', N'閿欒寮傚父: NoSuchMethodException,閿欒鎻忚堪锛歰rg.jeecgframework.web.demo.controller.test.DemoController.autoselect(javax.servlet.http.HttpServletRequest)', N'6', N'192.168.0.112', N'2017-03-10 16:21:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7ab22015ab7ab7db90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 18:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7ab22015ab7ab7de30002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 18:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7b1333d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 18:08:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7b1358c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 18:08:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7b135b60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 18:08:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c579a00006', N'Chrome', N'涓氬姟SQL琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 18:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c594930008', N'Chrome', N'娑堟伅妯℃湰琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 18:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c5b1f4000a', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.0.112', N'2017-03-10 18:31:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c5d99b000b', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 18:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c5eb09000c', N'Chrome', N'娑堟伅妯℃湰琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 18:31:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c607c8000d', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.112', N'2017-03-10 18:31:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c61e73000e', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 18:31:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c64030000f', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 18:31:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c6dcda0010', N'Chrome', N'涓氬姟SQL琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 18:32:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c6e74b0011', N'Chrome', N'娑堟伅妯℃湰琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 18:32:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7b035015ab7c6f2620012', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.112', N'2017-03-10 18:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7e766015ab7e7f5be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 19:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f217fa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 19:19:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f235200003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 19:19:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f68d250004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-03-10 19:24:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f795ab0005', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''id'' -> array[''402881825a99f218015a99f2189c0000''], ''olstylecode'' -> array[''''], ''tableName'' -> array[''jform_resume_info''], ''_'' -> array[''1489145140605''], ''goUpdateFtlForm'' -> array['''']]', N'6', N'192.168.0.112', N'2017-03-10 19:25:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c161c70015c161ca8ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 19:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c161c70015c161ca9e00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 19:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c161c70015c161caa080002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 19:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c194a6e015c194aecde0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 10:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f7a88c0006', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''olstylecode'' -> array[''''], ''goAddFtlForm'' -> array[''''], ''tableName'' -> array[''jform_resume_info''], ''_'' -> array[''1489145145454'']]', N'6', N'192.168.0.112', N'2017-03-10 19:25:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f7dfa20007', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''olstylecode'' -> array[''''], ''goAddFtlForm'' -> array[''''], ''tableName'' -> array[''jform_resume_info''], ''_'' -> array[''1489145159547'']]', N'6', N'192.168.0.112', N'2017-03-10 19:25:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f82dee0018', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-03-10 19:26:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05ab7f19f015ab7f8c1000019', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Incorrect datetime value: ''11'' for column ''birthday'' at row 1', N'6', N'192.168.0.112', N'2017-03-10 19:26:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c10b1a8015c10b223b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-16 17:58:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c10b1a8015c10b224af0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-16 17:58:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c10b1a8015c10b224da0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-16 17:58:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c10b1a8015c10b2a9c20004', N'Chrome', N'admin', N'2', N'192.168.0.112', N'2017-05-16 17:59:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c10b1a8015c10b2bb0e0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-16 17:59:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c1596534b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 16:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159654490001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 16:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159654760002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 16:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c15970d330003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:47:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c1597a5630004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:47:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c1597e87a0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:48:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159967280006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:49:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159cea6f0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:53:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159e641f0008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:55:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159f1ec80009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:56:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c159f6aef000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:56:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c15a02f49000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:57:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c15a1b669000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.112', N'2017-05-17 16:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c159474015c15b380f1000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 17:18:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c15ffa2015c160184800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 18:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c15ffa2015c160185900001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 18:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c15ffa2015c160185bf0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-17 18:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c194a6e015c194aedc20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 10:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c194a6e015c194aedee0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 10:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1993f2015c199486590000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 11:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1993f2015c1994876b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 11:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1993f2015c199487a70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 11:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1993f2015c19987eba0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 11:27:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c19d9f8015c19db064c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 12:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1a2f5b015c1a2fc3960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 14:12:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1a3d44015c1a3dcdff0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 14:27:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1a3d44015c1a3e1c340001', N'Chrome', N'閿欒寮傚父: BindException,閿欒鎻忚堪锛歰rg.springframework.validation.BeanPropertyBindingResult: 1 errors -Field error in object ''jeecgP3demoEntity'' on field ''age'': rejected value [dd]; codes [typeMismatch.jeecgP3demoEntity.age,typeMismatch.age,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [jeecgP3demoEntity.age,age]; arguments []; default message [age]]; default message [Failed to convert property value of type ''java.lang.String'' to required type ''java.lang.Integer'' for property ''age''; nested exception is java.lang.NumberFormatException: For input string: "dd"]', N'6', N'192.168.0.112', N'2017-05-18 14:28:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1a7a6b015c1a7bb9b00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 15:35:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1a7d29015c1a7ea3e00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 15:38:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1ab32a015c1ab50d6f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 16:38:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1ab32a015c1ab50e580001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 16:38:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1ab32a015c1ab50e860002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 16:38:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1b5607015c1b564ac60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 19:34:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1b5607015c1b564bb70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 19:34:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1b5607015c1b564be60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.112', N'2017-05-18 19:34:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1b5faa015c1b5fe2e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 19:44:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c1b7154015c1b71b4060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 20:04:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c804de5015c804e25c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 10:07:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c804de5015c804e2b1c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 10:07:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c809b2f015c809ba9550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 11:31:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c8574e97c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 10:07:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c857570ac0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:08:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c8575ffe30002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:08:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c85764e270003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:09:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c857674b60004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:09:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c8576e6c10005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 10:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c8576edac0006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 10:09:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c857718430007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:09:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c85774b160008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:10:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c8578aa7e0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c8574a6015c8578f711000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 10:11:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c857975015c857b20010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 10:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c858281015c85853a4f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 10:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c858281015c858738b30001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 10:27:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85a2c2015c85a3294d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 10:58:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85a2c2015c85b9d0200001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 11:22:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85a2c2015c85bab0d20002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 11:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85a2c2015c85bbab850003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 11:24:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85d3db015c85d429390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 11:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85d3db015c85d42bd30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 11:51:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c85d3db015c85ff133c0002', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 12:38:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c862746015c8627d1e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 13:22:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c862746015c86286f270001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 13:23:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c862746015c865a17c80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 14:17:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866dfb015c866e829c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 14:40:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c866f8e840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 14:41:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c867317100001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 14:45:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8673b9ad0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 14:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8674782e0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 14:46:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8675c9f8000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 14:48:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8676c511000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 14:49:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8678d8590010', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 14:51:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c86799ba70014', N'Chrome', N'(鎵嬪唽)jeecgLicense閰嶇疆琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 14:52:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c867a5fc60015', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 14:53:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c867ab1fc0017', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-08 14:53:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c867e399e001a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 14:57:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c867f1d27001c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 14:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c867f2271001d', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 14:58:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c86838a6f001f', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 15:03:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c868405160022', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 15:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c868430770023', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-08 15:03:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8684af6d0024', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 15:04:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c86853b010025', N'Chrome', N'鏈懡鍚嶅浘鐗囪鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-08 15:04:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c868545b00026', N'Chrome', N'(鎵嬪唽)jeecgLicense閰嶇疆琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 15:05:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8687385c0028', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 15:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c868750210029', N'Chrome', N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 15:07:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c8687c085002b', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-08 15:07:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c866f4e015c86a25a7a002c', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''fk_id'' at row 1', N'6', N'鏈湴', N'2017-06-08 15:36:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86b366015c86b496d30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 15:56:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86b366015c86b499770001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 15:56:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86b366015c86b4fae70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 15:57:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86b366015c86b52fd90003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 15:57:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86e7e4015c86e832170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 16:53:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86ec980c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 16:57:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86ee13140001', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 16:59:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86ee1ef10002', N'Chrome', N'(鎵嬪唽)jeecgLicense閰嶇疆琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 16:59:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86ee66c80003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 16:59:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86eef1eb000a', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-08 17:00:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86ef4fc9000c', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 17:00:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f0972c0011', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-08 17:02:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f0c7710014', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 17:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f0f3450015', N'Chrome', N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 17:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f128570016', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 17:02:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f298b7001d', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-08 17:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f2f7d20020', N'Chrome', N'e1fe9925bc315c60addea1b98eb1cb1349547719琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 17:04:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f313ff0021', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 17:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f3594a0022', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 17:05:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f47ced0024', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-08 17:06:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86ec60015c86f4a7b00025', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 17:06:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86f81d015c86f857140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 17:10:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c86fd32015c87024c0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 17:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c870b27015c870b9b670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 17:31:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c873b49c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 18:23:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c8742e56d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 18:32:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c8743957d0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 18:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c8743dd640003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 18:33:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c87442bda0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 18:33:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c87453ca50005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 18:34:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f05c873b04015c8745b0740006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-08 18:35:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15986303c0159863118d60000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-01-10 10:24:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15986303c0159863b13490001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-01-10 10:35:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15986303c01598648163d0003', N'IE', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.113', N'2017-01-10 10:49:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f159865623015986566bc70000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-01-10 11:05:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f1599b0bbf01599b0c0b120000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-01-14 11:36:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f1599b0df101599b0e4e930000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-01-14 11:38:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f159a546550159a5469e6d0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-01-16 11:16:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f159a546550159a547ab150005', N'IE', N'鐢ㄦ埛: 111娣诲姞鎴愬姛', N'3', N'192.168.0.113', N'2017-01-16 11:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f159a546550159a55a1a220007', N'IE', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.113', N'2017-01-16 11:37:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f159a546550159a55a31650008', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.113', N'2017-01-16 11:37:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55acb1015b55ad18730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 10:24:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55aeb5015b55af62c60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 10:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55aeb5015b567de8b70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 14:12:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55aeb5015b567e26e70002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.113', N'2017-04-10 14:12:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55aeb5015b567e5f3d0004', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭枃浠朵笂浼犲け璐ワ細Data truncation: Data too long for column ''conets'' at row 1', N'6', N'192.168.0.113', N'2017-04-10 14:12:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55aeb5015b567ebb8e0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.113', N'2017-04-10 14:13:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b55aeb5015b569f64fa0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 14:48:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b56ddb6015b56de1b7d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 15:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b56ddb6015b56de1c6c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 15:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b56ddb6015b56de1c960002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 15:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b57660b015b576677eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 18:26:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b57660b015b576679120001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 18:26:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b57660b015b5766793a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 18:26:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b57660b015b57bcbf780005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.113', N'2017-04-10 20:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f15b57660b015b5815efee0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-10 21:38:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a59bd31015a59bd89d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 12:17:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a59f817015a59f883d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 13:22:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a59f8fd015a59f9679f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 13:23:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a59fa10015a59fa5bc90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 13:24:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a1c88015a5a1cd0c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 14:02:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a3d1e015a5a3d67e50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 14:37:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a3d1e015a5a4591fa0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-02-20 14:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a6c4c015a5a6c91150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 15:29:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a8879015a5a8ade050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 16:02:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a8879015a5aa1ed470001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-02-20 16:27:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a8879015a5aa207ca0002', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-02-20 16:27:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5a8879015a5aa232700003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-02-20 16:27:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5ab85f015a5ab8b8560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 16:52:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5ab85f015a5ab91d730002', N'Chrome', N'澶氭暟鎹簮绠$悊 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-02-20 16:52:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5ab85f015a5ab9294a0003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-02-20 16:52:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5ab85f015a5ac319390004', N'Chrome', N'澶氭暟鎹簮绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-02-20 17:03:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5b0bfa015a5b0ca6b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 18:24:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5b0bfa015a5b0ca9080001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 18:24:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5b0bfa015a5b0ca9340002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 18:24:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5b0bfa015a5b2b08400003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 18:57:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5badee015a5bae8ca40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-20 21:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f6a89015a5f6afa330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 14:45:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7150015a5f72067e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 14:53:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7150015a5f723cec0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-02-21 14:53:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7150015a5f73da430002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 14:55:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7150015a5f75de380003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-02-21 14:57:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7150015a5f75e8550004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 14:57:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7658015a5f76c3c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 14:58:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7af1015a5f7b6f630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 15:03:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7af1015a5f88d7380001', N'Chrome', N'鐢ㄦ埛锛歝gspy閿佸畾鎴愬姛!', N'5', N'192.168.0.114', N'2017-02-21 15:18:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f7af1015a5f88e07e0002', N'Chrome', N'鐢ㄦ埛锛歝gspy婵娲绘垚鍔!', N'5', N'192.168.0.114', N'2017-02-21 15:18:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f8a8f015a5f8ada160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 15:20:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f8a8f015a5f8be9810001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-02-21 15:21:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a5f8a8f015a5f8c00300002', N'Chrome', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-21 15:21:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a64ac17015a64ac73cc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-22 15:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a64ac17015a64ac74df0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-22 15:15:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a64ac17015a64ac75090002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-22 15:15:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a64b6dd015a64b79aad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-22 15:27:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a64b6dd015a64b79ccd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-22 15:27:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a64b6dd015a64b79cf40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-22 15:27:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692698015a6927cb450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 12:08:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692698015a6927ccea0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 12:08:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692698015a6927cd100002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 12:08:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692698015a69281e960003', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'192.168.0.114', N'2017-02-23 12:08:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692a7f015a692ad10e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 12:11:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692a7f015a692ad3900001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 12:11:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692a7f015a692ad3c00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 12:11:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a692a7f015a692bb26b0003', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.0.114', N'2017-02-23 12:12:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a6a529e015a6a52ee5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 17:35:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a6a7975015a6a79d8da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-23 18:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a6eeb53015a6eeb9b9f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-24 15:00:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a6ef4dc015a6ef51fab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-24 15:10:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a747828015a7478814b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-25 16:52:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a747828015a7478d39d0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-02-25 16:52:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a747828015a747994ef0005', N'Chrome', N'鐢ㄦ埛: 111娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-02-25 16:53:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a747828015a747d3a610006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-02-25 16:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a747828015a747e26150007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-25 16:58:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a749228015a749276e00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-25 17:20:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a843267015a8432c45c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-28 18:10:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a843267015a8447fd1c0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-02-28 18:33:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a84485f015a8448b4580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-28 18:34:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a84485f015a8459b0fb0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-02-28 18:52:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a87b672590000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 10:32:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a87b674250001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 10:32:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a87fbdfe50002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 11:48:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a87fdfac20004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 11:50:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a87fe2ccd0005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 11:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a87ff96de0006', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.0.114', N'2017-03-01 11:52:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a8800159d0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 11:53:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a8800be1b0009', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-01 11:53:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a88014c60000a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 11:54:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880197e2000b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-01 11:54:50.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a8802297e000c', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 11:55:27.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880239aa000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 11:55:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a88027ac6000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 11:55:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a88028b78000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 11:55:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a8802c2600010', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-01 11:56:06.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880a90170011', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 12:04:38.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880abb080012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 12:04:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880b69bb0013', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 12:05:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880ba2a60014', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 12:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880badc10015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 12:05:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880c00320016', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 12:06:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880c11f60017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 12:06:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880c2bc60018', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 12:06:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880c48aa0019', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-01 12:06:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880e54fe001a', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 12:08:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880e64e6001b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-01 12:08:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a880f9601001c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 12:10:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a8810b578001d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 12:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a881101f8001e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-01 12:11:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a8811165b001f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-01 12:11:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a87b619015a88113fa50020', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-01 12:11:56.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8db35c015a8db3a9ba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 14:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8db35c015a8db3aaff0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 14:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8db35c015a8db3ab330002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 14:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dbf0c015a8dc04b780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 14:41:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dc9ba015a8dca474c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 14:52:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dddbc015a8dde031b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 15:13:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dddbc015a8dde209e0001', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: father_id of: com.jeecg.ddd.entity.JformTreeEntity', N'6', N'192.168.0.114', N'2017-03-02 15:13:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dddbc015a8de9809b0002', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 15:26:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dddbc015a8de9ca8d0003', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 15:26:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dddbc015a8de9f93a0004', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 15:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8dddbc015a8deea8940005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 15:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e06dd015a8e073d9a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 15:58:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e08ed015a8e0946ab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 16:00:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e08ed015a8e09d9400001', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 16:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e08ed015a8e09f1bb0003', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-02 16:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e08ed015a8e0abdaa0004', N'Chrome', N'绗竴涓爲鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-02 16:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e08ed015a8e0d24e90005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 16:05:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e0fff015a8e10dc5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 16:09:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e0fff015a8e2f83ed0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 16:42:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e4a3e015a8e4acc510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 17:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e4a3e015a8e4d9fb40001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-02 17:15:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8e8a29015a8e8a82740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 18:22:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8eac8f015a8eacd9850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 18:59:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8eb7f8015a8eb844c20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 19:12:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a8eb8cd015a8eb996550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-02 19:13:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a937821015a9378e4e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-03 17:20:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a937821015a93855d2e0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-03 17:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a937821015a9385672b0002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-03 17:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978256015a9782aac00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 12:10:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978256015a9782ac2f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 12:10:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978256015a9782ac560002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 12:10:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978256015a978327fe0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 12:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978725015a97876fb40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 12:15:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978725015a97baf6e50001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 13:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978725015a97bb316b0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 13:11:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a978725015a97bb3e840003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 13:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97bba8015a97bbe8770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 13:12:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97bfdb015a97c03ff70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 13:17:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97bfdb015a97c0acb00002', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-04 13:17:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97bfdb015a97c0e1050003', N'Chrome', N'绗竴涓爲鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-04 13:18:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97c87a015a97c8c5fd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 13:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97c87a015a97d31c7c0007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 13:37:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a97c87a015a97d366360008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 13:38:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a980e70c30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 14:42:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a9817142a0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 14:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a98180fef0003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 14:53:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a9818db0d0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 14:54:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a981dc8df0006', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-04 14:59:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a981de43c0007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 14:59:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a981e9e5b0009', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-04 15:00:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a982042e8000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:02:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a98206ba5000c', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:02:25.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a98207d5c000d', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:02:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a982088bb000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a982119b80011', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:03:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a98212a080012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:03:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a98213a4c0013', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:03:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a98216d610014', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:03:31.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a982d19b30015', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:16:16.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a980e2a015a982d2cb90016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:16:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98343fbc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9834505b0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:24:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98345b730002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:24:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98346a750003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a983489990004', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:24:24.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9837b6360005', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:27:52.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9837c93d0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:27:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a983f43430007', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 15:36:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a983f4d5f0008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:36:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a983f70500009', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:36:18.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a983fbd05000a', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:36:38.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a983fcb3f000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:36:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a984321a1000d', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-04 15:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98433f8f000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 15:40:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9844ed1b0010', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-04 15:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9845551e0012', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:42:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a984579c90013', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:42:54.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9845ddc70014', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:43:20.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9845eb060015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:43:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9847238f0016', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-04 15:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a984742750017', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a984751b40018', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:44:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98475e740019', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:44:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98479cd6001a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:45:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a98482a46001b', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.0.114', N'2017-03-04 15:45:50.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a9833f5015a9848365c001c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 15:45:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25a985bef015a986098270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-04 16:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3bd54015af3bdaecd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 09:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3bd54015af3bdafe00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 09:59:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3bd54015af3bdb00e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 09:59:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c30c390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 10:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c30d260001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 10:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c30d4d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 10:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c446010004', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-22 10:06:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c4a501000e', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-22 10:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c4a501000f', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-22 10:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c5a81b0012', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-22 10:08:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c6a31a001c', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-22 10:09:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c6a32f001e', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-22 10:09:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af3c2ce015af3c6a333001f', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-22 10:09:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af42391015af4240fb00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 11:51:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af42391015af424d6e10002', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-22 11:52:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af42391015af424e33b0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 11:52:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af42c99015af42d0eb90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 12:01:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af42c99015af435a9490003', N'Chrome', N'鐢ㄦ埛: 123娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-22 12:10:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af42c99015af4380c990007', N'Chrome', N'鐢ㄦ埛: 123鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-22 12:13:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af45002015af450e6a50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 12:40:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af45002015af450e91c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 12:40:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4a0ba015af4a11e360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4a542015af4a5b69c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:13:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4a7c5015af4a8255e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:15:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4ac11015af4ac529d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4b0ba015af4b107520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:25:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4b25a015af4b2fc170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:27:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4b5da015af4b672600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4c574015af4c5b6c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:48:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4ce3e015af4ce8dda0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:57:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4ce3e015af4ce8ec60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:57:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af4ce3e015af4ce8ef00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 14:57:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af50065015af500b30f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 15:52:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af557f3015af558392b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 17:28:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5a2af015af5a3372f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 18:49:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5a2af015af5a3381f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 18:49:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5a2af015af5a338460002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 18:49:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5c002015af5c03d280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:21:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5cc07015af5cc66df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5cc07015af5cc69490001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5cc07015af5cc69740002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5d37a015af5d3c4db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:43:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5d37a015af5d3c72d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:43:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25af5d37a015af5d3c7650002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-22 19:43:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d89a1ba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:12:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d89a2390001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:12:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d89a2650002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:12:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8a52e50004', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:13:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8aa564000f', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:14:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8aa56a0010', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:14:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8af2c70011', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 10:14:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8af2e70014', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:14:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8af2ed0015', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:14:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8d53470016', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 10:16:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8d535d0019', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:16:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8d5362001a', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:16:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8949015b0d8dadda001c', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:17:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8ed5015b0d8f22410000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:18:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8ed5015b0d8f85010002', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d8ed5015b0d8f85090003', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d904f015b0d910ac60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:21:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d904f015b0d913b760002', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:21:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d9450015b0d949a470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:24:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d982b7f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d98639d0003', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:29:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d9863a40004', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:29:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d99176a0005', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 10:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d9917810007', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d9917870008', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d996c0a000c', N'Chrome', N'鐢ㄦ埛锛123鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 10:30:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d99a730000d', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:30:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0d97e7015b0d9a5a2e0014', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:31:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da0cbe40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:38:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da0ce470001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:38:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da0ce7a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:38:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da173300003', N'Chrome', N'jeecg_demo瀹℃牳鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:38:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da1e9a50005', N'Chrome', N'jeecg_demo娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:39:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da207980006', N'Chrome', N'jeecg_demo瀹℃牳鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 10:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da32ead0008', N'Chrome', N'jeecg_demo娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 10:40:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da471a1000a', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-27 10:42:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da47d44000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 10:42:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0da57d98000c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 10:43:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0db390f8000d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.apache.catalina.connector.RequestFacade cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', N'6', N'192.168.0.114', N'2017-03-27 10:58:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dbe314e000e', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:10:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc006c60012', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc006e40015', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc007040018', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc0070b0019', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc04187001a', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:12:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc041a0001b', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:12:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc041be001c', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:12:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc041ce001e', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc041d3001f', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 11:12:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc078d40023', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:12:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc078e60025', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc078f60029', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:12:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc078fc002b', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 11:12:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc2b400002f', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc2b4110030', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc2b4220032', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc2b4300036', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc2b4370038', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 11:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc2c5dd003b', N'Chrome', N'閿欒寮傚父: IllegalArgumentException,閿欒鎻忚堪锛歩d to load is required for loading', N'6', N'192.168.0.114', N'2017-03-27 11:15:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc4dc4a003c', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:17:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc4dc55003d', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:17:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc4dc6a003e', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 11:17:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc54f060048', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:18:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc54f0b0049', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 11:18:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc58620004a', N'Chrome', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-27 11:18:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc5862e004c', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:18:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc58633004d', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 11:18:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc68e8d0053', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:19:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0da07e015b0dc68e920054', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 11:19:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0dccf8015b0dcd2f8e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 11:26:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0dccf8015b0dcd307d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 11:26:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0dccf8015b0dcd30a60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 11:26:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0df42b015b0df4bd910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 12:09:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0df42b015b0df4be890001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 12:09:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0df42b015b0df4beb50002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 12:09:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0dfb3e015b0dfbbce00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 12:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0dfb3e015b0dfbbdd10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 12:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0dfb3e015b0dfbbdf70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 12:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e461ce70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 13:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e461de30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 13:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e461e0a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 13:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e4685bf0004', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-03-27 13:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e47e9b60011', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 13:40:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e4bc63c0012', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-03-27 13:44:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e4c6d110013', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-27 13:45:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e5a2aba0014', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-27 14:00:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e5a39020015', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-27 14:00:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e857c740016', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 14:48:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e860b850028', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 14:48:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e8acd7e003a', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 14:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e905bfe003b', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 14:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e906c37003c', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 14:59:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e908c9d003d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-27 15:00:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e932016003f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-27 15:02:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e940849005f', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 15:03:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e944ec40060', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 15:04:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0e94b7f30069', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 15:04:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0ebde9e5007a', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 15:49:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0e45c8015b0ebfd6f5008b', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 15:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecb3fc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 16:04:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecbb2110001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 16:04:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecbc17c0002', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 16:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecbcb180003', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 16:04:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecbd5140004', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 16:04:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecbf83b0005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 16:05:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecc286e0006', N'Chrome', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-03-27 16:05:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecdccba001a', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 16:07:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ece7bbb001b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 16:07:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ecf3576001c', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-03-27 16:08:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed000c2001d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-27 16:09:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed1a0950020', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-03-27 16:11:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed3cdab0033', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-27 16:13:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed62c530034', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-03-27 16:16:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed6c5f40035', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 16:16:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed6ffef0036', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-03-27 16:17:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ecaf6015b0ed7644b0037', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-27 16:17:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ef572015b0ef5e03c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 16:50:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ef572015b0ef5e1310001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 16:50:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0ef572015b0ef5e15e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 16:50:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0f232a015b0f3035d40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 17:54:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0f232a015b0f3c98270011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 18:08:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0f232a015b0f3ce8740022', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 18:08:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0f232a015b0f3f22f10033', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-27 18:10:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0fd95b015b0fd9a1120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 20:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0fd95b015b0fd9a2050001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 20:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b0fd95b015b0fd9a22d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-27 20:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b137015015b137060900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:43:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b137015015b137062050001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:43:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b137015015b137062360002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:43:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b137015015b1370c7fe000d', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-28 13:43:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b137015015b1370d356000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:43:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1378bc015b137bc0600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1378bc015b137bc1590001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:55:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1378bc015b137bc1960002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 13:55:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1378bc015b137ebc400003', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'192.168.0.114', N'2017-03-28 13:58:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b139171015b1391d8870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 14:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b139171015b1391dae00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 14:19:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b139171015b1391db0d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 14:19:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13a003015b13a6021e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 14:41:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13bb06015b13bb69cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 15:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13bb06015b13bb6ace0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 15:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13bb06015b13bb6af60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 15:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b13f5400f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 16:08:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b13f541040001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 16:08:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b13f5412c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 16:08:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b1418caa10003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 16:47:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b1420e4060004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:55:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b1420f2870005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:55:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b14210ec20006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:56:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b14211fd30007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:56:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b14222c560008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:57:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b14235bc20009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:58:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b1423dd38000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 16:59:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b142637f5000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 17:01:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b142af26f000c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 17:06:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b142afd06000d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 17:06:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b142b3df8000e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 17:07:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b142b5ecf000f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 17:07:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b13f4cb015b142b86d00010', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.114', N'2017-03-28 17:07:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1454c9015b145582d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 17:53:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b145e7a015b145f05730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 18:03:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b145e7a015b145f066b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 18:03:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b145e7a015b145f06960002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 18:03:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1467e2015b14683c9b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 18:13:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1467e2015b14683dad0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 18:13:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1467e2015b14683dd40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-28 18:13:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b17d814015b17d858120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 10:15:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b17d814015b17d859310001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 10:15:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b17d814015b17d8595f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 10:15:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b17d814015b17d864050003', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 10:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b17d814015b17d9da010004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 10:16:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b182e953c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 11:49:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b182e963d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 11:49:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b182e966a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 11:49:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183926400004', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 12:00:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183976420006', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 12:01:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1839d1c90009', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1839fe9e000a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:01:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183a44c5000b', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:02:03.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183a56c9000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:02:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183e9465000d', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 12:06:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183e9bca000e', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:06:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183eb92d000f', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:06:55.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183ee8680010', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:07:07.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183ef8d70011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:07:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b183f3de50012', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184830320013', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:17:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1848fbb20014', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:18:07.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1849877a0015', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:18:43.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184992520016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:18:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184b97230017', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:20:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184bbd870018', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:21:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184bd3be0019', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:21:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184be9a8001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184c4885001c', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 12:21:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184c50b6001d', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:21:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184c72aa001e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:21:54.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184c83d7001f', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:21:59.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184c8eb80020', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:22:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184d09a60021', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 12:22:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184d3fb40022', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b184d62790023', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:22:56.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1850cf7f0024', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:26:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1850e8070025', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:26:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b185dc2f40027', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 12:40:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b185e1a0e002a', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:41:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b185e5b92002b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:41:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b185e964a002c', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:41:43.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b185eaafb002d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:41:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b18604317002e', N'Chrome', N'鎿嶄綔鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-29 12:43:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1860f3490030', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 12:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b186150c50032', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:44:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b186196e00033', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:45:00.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1862df2c0034', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:46:24.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1862e9250035', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:46:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b18632e970037', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 12:46:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1863553b0038', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:46:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b186379080039', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:47:03.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1863da3c003a', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 12:47:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1863eb36003b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:47:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1864abb3003c', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 12:48:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1864c9aa003d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 12:48:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b186f9bff003e', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 13:00:19.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b186fc44a003f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:00:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187397a70040', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 13:04:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1873a2c60041', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:04:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b18745b210042', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 13:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b18746aef0043', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187475b10044', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 13:05:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187494c30045', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:05:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1875a8f70046', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 13:06:55.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b1875d1ca0047', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:07:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187aa83c0049', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 13:12:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187af52d004a', N'Chrome', N'鎿嶄綔鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-29 13:12:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187b4650004c', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 13:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187b6f01004d', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 13:13:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187b8d8f004e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:13:22.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187cb58d004f', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 13:14:37.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b182dcf015b187cc4cd0050', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 13:14:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b18e421500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 15:07:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b18e9a11e0001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-29 15:13:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b18e9ba8a0002', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-03-29 15:13:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b19033cfd0007', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 15:41:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b19035b730008', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 15:41:42.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1912cc48000a', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 15:58:34.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1912d7e3000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 15:58:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b191b1c77000d', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 16:07:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b191b2ae2000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:07:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b191b3531000f', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 16:07:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b191b54fc0010', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:07:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b191d5c640011', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 16:10:06.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b191d6af30012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1922ba3f0013', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 16:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1922cc060014', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 16:16:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1922e1bf0015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:16:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1922ecde0016', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 16:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b192307c70017', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:16:17.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b19236a680018', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 16:16:43.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b192392630019', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:16:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1924196b001a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 16:17:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1924231b001b', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 16:17:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b19244616001c', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:17:39.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1924a849001d', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 16:18:04.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1924b95c001e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:18:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1924ff6b001f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 16:18:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b192553530020', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 16:18:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b194a52350021', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 16:59:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b197285070025', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 17:43:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1972a41a0026', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 17:43:15.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1973bfa60027', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 17:44:27.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b18e3ab015b1973d1db0028', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 17:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1980ce015b19815f010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 17:59:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b1997b75d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:23:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b199ec0b20001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 18:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b199f2dbc0002', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 18:31:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b199fe3610004', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-29 18:32:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a0269e0005', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 18:32:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a049660006', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:33:06.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a067270007', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 18:33:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a078eb0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:33:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a0a65a000a', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 18:33:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a0b91d000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:33:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a0cf5a000c', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 18:33:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a0efc5000d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:33:49.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a14bfe000f', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 18:34:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a17f8b0010', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 18:34:26.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a192360011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a2024d0016', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 18:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a244830017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:35:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a2cc150018', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 18:35:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a2e5220019', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:35:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a347a2001b', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-29 18:36:22.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a360a8001c', N'Chrome', N'scott', N'2', N'192.168.0.114', N'2017-03-29 18:36:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a37df1001d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:36:36.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a39713001e', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 18:36:43.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19a3aabb001f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19b283c20020', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-29 18:53:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19b2a6170021', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:53:10.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19b2f68c0022', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-29 18:53:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b19976c015b19b306a50023', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-29 18:53:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d5aae2c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 11:55:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d5aaf350001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 11:55:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d5aaf5e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 11:55:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d6131e40003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-30 12:02:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d7229c30006', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 12:21:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d724f3b0007', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 12:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d7310020008', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:22:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d732ef90009', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:22:19.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d73de61000a', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 12:23:04.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d73f267000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d74af7b000f', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:23:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d74d00f0010', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:24:06.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d752e6c0011', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 12:24:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d753c390012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d772c300014', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 12:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d77ff710016', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 12:27:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d784b6d0018', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 12:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d7869f20019', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:28:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d7882c2001a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:28:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d78fffe001b', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 12:28:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d790f2c001c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:28:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d80c005001e', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:37:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d80d490001f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:37:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d80e0e10020', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:37:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d80fdc00021', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:37:24.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d84a9b90022', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 12:41:25.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d84b8ff0023', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:41:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d8ac7e10024', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d8ae36e0025', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:48:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d8db33c0026', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 12:51:17.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d8dbdda0027', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:51:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d901da80029', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 12:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d905aba002a', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d9075b3002b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:54:18.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d938eb5002c', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 12:57:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d93a11f002d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d941099002f', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 12:58:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d9456160030', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 12:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d94785f0031', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 12:58:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d95e28e0032', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:00:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d95f4c00033', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:00:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d9663600034', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 13:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d966d7d0035', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:00:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d968f860036', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:00:58.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d970ade0037', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:01:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d971e410038', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d97b143003a', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 13:02:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d982935003b', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 13:02:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d983c13003c', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 13:02:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d984bad003d', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:02:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1d986a93003e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:02:59.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1da26991003f', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:13:54.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1da27af50040', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:13:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1da3b8160041', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 13:15:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1da3c43f0042', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 13:15:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1da41b800043', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:15:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1da43ada0044', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:15:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1daa951b0045', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:22:50.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1daab3960046', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:22:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1daaf8440047', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:23:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1dab2ea20048', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:23:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1daea9950049', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:27:17.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1daeccc7004a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:27:26.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db4fe24004b', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:34:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db50e07004c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db551f2004d', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:34:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db56a76004e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:34:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db628b0004f', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:35:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db64ac70050', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:35:37.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db6811b0051', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:35:51.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db68ebb0052', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:35:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db6ea0f0053', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:36:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db704d40054', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:36:25.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db993810055', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 13:39:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1db9ad690056', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:39:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1dba067e005b', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 13:39:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1d5a3a015b1dba21d1005c', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 13:39:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1de6ec015b1de7609b0000', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:29:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1de6ec015b1de85c0b0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:30:18.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1df085930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1df298510001', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 14:41:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1df2b25c0002', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:41:36.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1df9c4ef0003', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 14:49:19.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1df9d4a90004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:49:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfa44620005', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:49:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfa569e0006', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:49:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfa64940007', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfa7e8e0008', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 14:50:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfa8e4c0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:50:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfa9d09000a', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 14:50:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfad2c9000b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:50:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfb12d5000c', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 14:50:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfb3c8f000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:50:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfb7a8e000e', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 14:51:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfb8b79000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfbb1350010', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 14:51:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfbc3be0011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:51:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfbf0310012', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 14:51:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfc71e10013', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 14:52:15.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfdd4310015', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 14:53:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfe0ba30017', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 14:54:00.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dfe92c70018', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:54:34.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1dff9ceb0019', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:55:42.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e0009c7001a', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:56:10.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e00790b001b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:56:39.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e00bb3b001c', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:56:56.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e02f31b001e', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 14:59:21.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e030e75001f', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 14:59:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e0371b40021', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 14:59:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e0708d90022', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 15:03:49.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e0714bc0023', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 15:03:52.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e185ebb0024', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 15:22:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e18760f0025', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:22:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e18c15b0026', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 15:23:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e19a8900028', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 15:24:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e19e0d6002a', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 15:24:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1a58e1002b', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 15:24:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1a771a002c', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:25:02.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1c2e66002d', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 15:26:55.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1c3d68002e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:26:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1c91d60030', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 15:27:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1cc0eb0031', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 15:27:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1df029015b1e1cdef50032', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:27:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2b72bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:43:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2b739b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:43:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2b73c20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:43:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2bac260003', N'Chrome', N'鎿嶄綔鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-30 15:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2bbadd0004', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 15:43:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2bdb1b0005', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:44:02.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2c42e20006', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 15:44:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e2dde920007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:46:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e3386850008', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 15:52:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e339f060009', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:52:31.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e367683000a', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 15:55:37.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e36938a000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:55:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e3a2247000c', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 15:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e3a3ea5000d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 15:59:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e52c403000e', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 16:26:32.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e52d3fe000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 16:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e5cdc3f0011', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 16:37:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e5fdec40013', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-30 16:40:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e6113160015', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 16:42:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e612d250016', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 16:42:16.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e6134460017', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:18.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e618fc50018', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:41.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e6197810019', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:43.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e6199d5001a', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:44.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e619aa3001b', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:44.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e619b79001c', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:44.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e61ac38001d', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''create_by'' in ''where clause''', N'6', N'192.168.0.114', N'2017-03-30 16:42:49.000', N'3', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e629676001f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 16:43:49.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e63a3bd0020', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 16:44:58.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e64110f0021', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-30 16:45:26.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e64216e0022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 16:45:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e68bfdb0023', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 16:50:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e697a8f0024', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-30 16:51:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1e2ac7015b1e698f1b0025', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-30 16:51:26.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1eae38015b1eaea4f10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 18:06:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1eae38015b1eaea5fa0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 18:06:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1eae38015b1eaea6290002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 18:06:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1eae38015b1eaea64f0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-30 18:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1eae38015b1ebc73300004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 18:21:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b1eae38015b1ebc984b0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-30 18:22:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b22cf14015b22cf7ac40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 13:21:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b22cf14015b22cf7bc10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 13:21:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b22cf14015b22cf7be70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 13:21:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b234ec8015b234f95af0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 15:41:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b234ec8015b234f96a60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 15:41:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b234ec8015b234f96ce0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 15:41:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b234ec8015b235c859f0004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-03-31 15:55:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23647b015b2364c2d20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 16:04:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23647b015b236512e60001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-31 16:04:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23647b015b236525f30002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-31 16:04:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23647b015b23652e300003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-03-31 16:04:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23647b015b238abaa80004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-31 16:45:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23647b015b238ae1470005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-31 16:45:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23a6a2720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:16:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23a6a39b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:16:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23a6a3cc0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:16:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23a992fe0004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-31 17:19:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23a9eea10005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-03-31 17:19:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ab94c20007', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-31 17:21:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23abd5450009', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-31 17:21:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23abf371000a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:22:03.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ac995c000b', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-31 17:22:45.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23aca60b000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:22:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ad1539000e', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-31 17:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ad39be000f', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-31 17:23:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ad4b640010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ad57300011', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-31 17:23:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ad6e7d0012', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:23:40.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ae32110013', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-31 17:24:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23ae43450014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23beb4fa0015', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-31 17:42:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23bec3cb0016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:42:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23bececf0017', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-03-31 17:42:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23bee2c20018', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:42:44.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23bf83100019', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-03-31 17:43:25.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23bf915a001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 17:43:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23a635015b23c7ce59001c', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-03-31 17:52:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23d85b015b23d8c6510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-03-31 18:11:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b23d85b015b23d90fd10001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-03-31 18:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b273774015b2738082b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 09:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b273774015b2738097a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 09:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b273774015b273809bb0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 09:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b273774015b2749d47b0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 10:13:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b274be2015b274c297c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 10:15:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2769928f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 10:48:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2770e0970001', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 10:56:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27714be00002', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 10:56:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27720d3d0003', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'192.168.0.114', N'2017-04-01 10:57:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2772b1be0004', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'192.168.0.114', N'2017-04-01 10:57:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2776de420005', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27777c4f0006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-04-01 11:03:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2777adac0007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:03:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b277944e30008', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:05:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2779f76c0009', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:05:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b277eac2c000a', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:11:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b277f86bb000b', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:12:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27809872000c', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:13:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2780eed6000d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:13:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2783cd4a000e', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:16:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27849562000f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:17:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27849dd50010', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27a855a60011', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 11:56:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27a87d300012', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:56:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27a961380013', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 11:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27c7ef8d0014', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'192.168.0.114', N'2017-04-01 12:31:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27c9dafb0015', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 12:33:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27cdeaaa0017', N'Chrome', N'admin', N'2', N'192.168.0.114', N'2017-04-01 12:37:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27ce037a0018', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-04-01 12:37:44.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27ce20f40019', N'Chrome', N'demo', N'2', N'192.168.0.114', N'2017-04-01 12:37:51.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27ce31e5001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 12:37:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27dd091b001b', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 12:54:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27df75b7001c', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 12:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27dfd604001d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 12:57:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e07d82001e', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 12:57:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e0b250001f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 12:58:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e145c90020', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 12:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e16fab0021', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 12:58:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e3b4740022', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:01:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e41c310023', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e44afb0024', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:02:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e4d0020025', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:02:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e50e810026', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:02:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e844f50027', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:06:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e868650028', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:06:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27e925ff0029', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:07:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27eb6762002a', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:09:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27eb8ea3002b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:10:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f13a3a002c', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f2646a002d', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:17:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f27f0f002e', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f538f1002f', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:20:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f5a7d70030', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:21:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f5fb1d0031', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:21:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f6cc990032', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:22:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f8021f0033', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:23:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f827c00034', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:23:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f8eb910035', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:24:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f977b60036', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27f9877d0037', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:25:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fa07ac0038', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:25:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fabebb0039', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:26:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fb7c1c003a', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:27:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fba026003b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:27:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fc6066003c', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:28:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fc8445003d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fccb94003e', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:28:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fccc91003f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:28:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fdceb80040', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:29:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fea2680041', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b27fec9580042', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:31:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b280395060043', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-01 13:36:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2807f21d0044', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28164ee20045', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:56:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28180f450046', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:58:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2818b4970047', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 13:59:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b281cd8ad0048', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:03:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b281f92be0049', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:06:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28211e63004a', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:08:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28220ba2004b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:09:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28225366004c', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:09:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2822ce58004d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:10:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2823144d004e', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282365f7004f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:11:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2823e6340050', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:11:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28241fdc0051', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:11:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28249d420052', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:12:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2824c7fe0053', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:12:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282500e30054', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:12:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28252dca0055', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:12:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282548500056', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2825c6d10057', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:13:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282601c00058', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:13:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2827bf7f0059', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:15:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28283708005a', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:16:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2828f5ee005b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:17:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282957ab005c', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:17:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282b2c08005d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:19:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282b575b005e', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:19:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282bc389005f', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282d842c0060', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b282eadf40061', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b283493460062', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:29:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b2835630a0063', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:30:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b27622e015b28358f960064', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 14:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b286bfbf00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 15:30:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b2871f7270001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:36:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b2876538d0002', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:41:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b28768f580003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b287721220004', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:42:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b2877528b0005', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:42:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b2877d32e0006', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:43:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b28786da90007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b287910a40008', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:44:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b28792c690009', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b286bb6015b287a34c5000a', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 15:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b2885fa720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 15:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b288751930001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:00:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b288792160002', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:00:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b2887f4440003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:00:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28887fb40004', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:01:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b2888c4a10005', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:01:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b2889838a0006', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:02:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b288e27f60007', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:07:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b288f86980008', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:09:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b289419f50009', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:14:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b289fb0fd000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 16:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28a11fc0000b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28a5485c000c', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28a63e82000d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 16:33:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28b2bcaa000e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-04-01 16:47:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28b87832000f', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'192.168.0.114', N'2017-04-01 16:53:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2882f1015b28b878350010', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'192.168.0.114', N'2017-04-01 16:53:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b290d72015b290db8040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 18:26:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b290d72015b290db8ec0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 18:26:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b290d72015b290db9160002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 18:26:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b290d72015b29116d5b0003', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-01 18:30:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b2932cc015b293332f20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-01 19:07:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7af7cd015b7af8d3b50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 16:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7af7cd015b7af8d4bd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 16:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7af7cd015b7af8d4e70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 16:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7aff4c015b7aff90630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 16:20:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b02d0015b7b0325110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 16:24:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b099bbf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 16:31:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b09ce930001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.field_must_input'' in ''field list''', N'6', N'192.168.0.114', N'2017-04-17 16:31:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b09e1910002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.field_must_input'' in ''field list''', N'6', N'192.168.0.114', N'2017-04-17 16:31:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b25522a0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-17 17:01:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b258c350004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-17 17:01:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b264b730011', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.0.114', N'2017-04-17 17:02:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b2688d60012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-17 17:02:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b2ae87c0013', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-17 17:07:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7b03bc015b7b2b24980020', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.0.114', N'2017-04-17 17:07:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7ef1ed015b7ef23c800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-18 10:44:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7ef1ed015b7ef23dd60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-18 10:44:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7ef1ed015b7ef23e090002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-18 10:44:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7fe625015b7fe681920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-18 15:11:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b7fe625015b804d0ce90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-18 17:03:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b844225015b844336130000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 11:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b844225015b8443374a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 11:30:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b844225015b8443377e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 11:30:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b85702e080000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 16:59:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b85702ff60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 16:59:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857030200002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 16:59:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b8570a8e50003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:00:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857156990004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:00:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857190dc0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:01:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b85721ea40006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b8572e7dc0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857365240008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-19 17:03:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b85736b590009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-19 17:03:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857b8446000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-19 17:11:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857c88ae0018', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.0.114', N'2017-04-19 17:13:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b856fab015b857ddea70019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b858203015b8582c8ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 17:19:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b858203015b8584067a0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:21:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b859e5d960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 17:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b859f8efb0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-19 17:51:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b859f94960002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-19 17:51:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b859fcd220003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:51:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b85a03e5c0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:52:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b85a09ceb0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:52:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b859db6015b85a402da0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:56:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85a702420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 17:59:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85a7628d0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 17:59:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85a7aa560002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 18:00:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85a814000003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 18:00:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85a8f4f20004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 18:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85d9e8250005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 18:55:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85a6be015b85da29d70006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 18:55:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85dd64015b85de1ab50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-19 18:59:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85dd64015b85de810f0001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-19 19:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85dd64015b85decdb40002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.114', N'2017-04-19 19:00:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b85dd64015b85deeafd0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-19 19:00:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88e76c015b88e8e8e80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:10:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88e76c015b88e8ea070001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:10:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88e76c015b88e8ea390002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:10:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88f20a015b88f536a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88fe23015b88fe8be00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:33:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88fe23015b88fe8e160001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:33:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88fe23015b88fe8e3f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:33:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88fe23015b88fed94e0003', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:34:14.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b88fe23015b8908dd630004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-20 09:45:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b890aba015b890b0a940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 09:47:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b896e6d015b896f81140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 11:37:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b896e6d015b896f832a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 11:37:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b896e6d015b896f83510002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 11:37:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8971ac015b89726efd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 11:40:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b897972015b8979e1600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 11:48:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b89d049015b89d2306a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 13:25:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b89d049015b89e09d710001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 13:40:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b89d049015b89ff6d540002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-20 14:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b89d049015b89ffbe430003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.114', N'2017-04-20 14:14:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8a22fb015b8a4313e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-20 15:28:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f47793b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-21 14:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f4830ec0004', N'Chrome', N'鐢ㄦ埛: 12娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-04-21 14:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f484d370005', N'Chrome', N'鐢ㄦ埛锛12鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-21 14:52:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f48b58d0007', N'Chrome', N'绫诲瀷鍒嗙粍: 222琚坊鍔犳垚鍔', N'3', N'192.168.0.114', N'2017-04-21 14:52:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f48c0c80008', N'Chrome', N'绫诲瀷鍒嗙粍: 222 琚垹闄 鎴愬姛', N'4', N'192.168.0.114', N'2017-04-21 14:52:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f49f21c0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-21 14:53:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f4a1029000b', N'Chrome', N'瑙掕壊: 11琚坊鍔犳垚鍔', N'3', N'192.168.0.114', N'2017-04-21 14:54:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f4a1a33000c', N'Chrome', N'瑙掕壊: 11琚垹闄ゆ垚鍔', N'4', N'192.168.0.114', N'2017-04-21 14:54:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f4a498e000e', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.114', N'2017-04-21 14:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f471c015b8f4a52fa000f', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.0.114', N'2017-04-21 14:54:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f5254015b8f52a10b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-21 15:03:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f5254015b8f5638c90001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-21 15:07:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f5254015b8f5de2d70003', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.0.114', N'2017-04-21 15:15:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f5254015b8f6039ec0016', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.114', N'2017-04-21 15:18:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f611b015b8f6161e00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-21 15:19:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f611b015b8f61e0c00001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.114', N'2017-04-21 15:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b8f611b015b8f6561fc0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-04-21 15:23:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b9012a3015b901306c20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-21 18:33:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b9012a3015b90133c160001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-21 18:33:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b9ec974015b9eca52ea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-24 15:08:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b9ec974015b9eca845f0003', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'192.168.0.114', N'2017-04-24 15:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f25b9f5b1f015b9f5b6fd10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.114', N'2017-04-24 17:47:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591f866001591f86cbdb0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 11:57:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591f866001591f8777af0001', N'IE', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.115', N'2016-12-21 11:58:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591f866001591f89873d0002', N'IE', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormHeadController.do'', method ''GET'', parameters map[''jformType'' -> array[''''], ''tableName'' -> array[''employee_leave_form''], ''isDbSynch'' -> array['''']]', N'6', N'192.168.0.115', N'2016-12-21 12:00:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591f866001591f89a6640003', N'IE', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormHeadController.do'', method ''GET'', parameters map[''jformType'' -> array[''''], ''tableName'' -> array[''employee_leave_form''], ''isDbSynch'' -> array['''']]', N'6', N'192.168.0.115', N'2016-12-21 12:00:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591f866001591f89c20e0004', N'IE', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormHeadController.do'', method ''GET'', parameters map[''jformType'' -> array[''''], ''tableName'' -> array[''employee_leave_form''], ''isDbSynch'' -> array['''']]', N'6', N'192.168.0.115', N'2016-12-21 12:00:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fa47f01591fa4cbc60000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:30:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fa47f01591fa539a50001', N'IE', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2016-12-21 12:30:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fa47f01591fa5e2f00036', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2016-12-21 12:31:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fa47f01591fa88273003b', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2016-12-21 12:34:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fa47f01591fa96769003c', N'IE', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.115', N'2016-12-21 12:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fa47f01591fab6297003d', N'IE', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.0.115', N'2016-12-21 12:37:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fafa101591fb05f560000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:42:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fafa101591fb060670001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:42:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fafa101591fb3e5190002', N'IE', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.0.115', N'2016-12-21 12:46:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fb6ff01591fb7dda70000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:51:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fd0a601591fd135f60000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 13:18:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f3591fd4b101591fd57b520000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-21 13:23:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35929b1f1015929b5af3e0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2016-12-23 11:24:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a35e6f6015a35e74b9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-13 13:17:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a7b98015a3a9b853f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-14 11:12:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a9ca6015a3a9d11030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-14 11:14:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a9ca6015a3a9d13590001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-14 11:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a9ca6015a3a9d138c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-14 11:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a9ca6015a3b4910e30003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-14 14:22:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a9ca6015a3b496fa40006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.115', N'2017-02-14 14:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a3a9ca6015a3b49871c0007', N'Chrome', N'鍥捐〃閰嶇疆鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-02-14 14:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a40f867015a40f9597e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 16:52:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a410bd5015a410c36000000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 17:13:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a41110a015a411150230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 17:18:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a41110a015a411205dd0001', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.0.115', N'2017-02-15 17:19:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a411968015a4119e4a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 17:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a411cef015a411d3dc50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 17:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4121cf015a4122b4420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 17:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4121cf015a4122dd470003', N'Chrome', N'鐢ㄦ埛: cgspy鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-02-15 17:38:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4121cf015a4122ee580007', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-02-15 17:38:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4140ef015a41414a380000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:11:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4140ef015a4143477d0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:13:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4140ef015a41434b760002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:13:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4140ef015a41434b9e0003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:13:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a414506015a414549fb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:15:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a414803015a4148bafc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:19:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a414cd7015a414d14ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:24:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a414cd7015a414e84c30001', N'Chrome', N'瑙掕壊: demo琚洿鏂版垚鍔', N'5', N'192.168.0.115', N'2017-02-15 18:25:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4150b4015a4150fd5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a41519b015a41522a0d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4153c5015a415453db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a415571015a4155c4380000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:33:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a415869015a4158e53d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a415869015a41591e340035', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-02-15 18:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a415a3a015a415a7b1f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:38:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a415faf015a416031e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:45:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a416310015a416377160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:48:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4164fd015a416ca8610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 18:58:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a416f63015a417608970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-15 19:08:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4634ce015a46351e670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 17:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4634ce015a46351f550001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 17:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4634ce015a46351f7e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 17:16:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a46ba22015a46ba68280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 19:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a46bc8d015a46bcd2a50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 19:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a46bedd015a46bf2b270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 19:46:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a46c392015a46c4f3f40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-16 19:53:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4ae9db015a4aea3e5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-17 15:12:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4ae9db015a4aea44220001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-17 15:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4ae9db015a4aea44520002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-17 15:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4ae9db015a4aeab2740004', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.0.115', N'2017-02-17 15:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4b963a015a4b96a07d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-17 18:20:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35a4b963a015a4bcae2f20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-02-17 19:17:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ab56f015b5ab5f1130000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 09:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ab56f015b5ab5f2270001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 09:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ab56f015b5ab5f5a60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 09:52:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ab56f015b5abf00460004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.115', N'2017-04-11 10:01:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ab56f015b5af28e140005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 10:58:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5b732f015b5b737fc00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 13:19:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bcea3dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 14:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bcea4d30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 14:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bcea4fa0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 14:58:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bd000b00004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.115', N'2017-04-11 15:00:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bed09980005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 15:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bef72060006', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.0.115', N'2017-04-11 15:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bf11ff30007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 15:36:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5bf4dfbf0008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 15:40:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c0fbdda0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 16:09:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c2f6c0d000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 16:44:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c304051000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 16:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c3b89ec000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 16:57:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c3e4086000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 17:00:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c3eae16000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-11 17:01:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5bcb48015b5c6fe39b000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 17:54:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5c91d1015b5c92b0510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-11 18:32:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ff196015b5ff3cd140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 10:17:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ff196015b5ff3ce2a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 10:17:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b5ff196015b5ff3ce540002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 10:17:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b608296015b60ad086a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 13:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b608296015b60ad09640001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 13:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b608296015b60ad098b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 13:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cc059f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 14:13:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cdbaf20001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-12 14:15:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cef86a0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-04-12 14:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cf0b040003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-04-12 14:17:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cf2c110004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-12 14:17:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cf2c1e0005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-12 14:17:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60cb92015b60cf2c2b0006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-12 14:17:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60d470015b60d4c2a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 14:23:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b60d6c3015b60d7b0280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 14:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611008015b61107f7f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 15:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611008015b61116ede0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-04-12 15:29:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611008015b61117eae0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-04-12 15:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611008015b61118d400003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-04-12 15:29:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611418015b61148c4a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 15:33:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611b79015b611bc5d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 15:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611b79015b611bc6c60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 15:41:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b611b79015b611bc6ed0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 15:41:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b612183015b6122126a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 15:47:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b618d49015b618d99430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 17:45:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6190bc015b619114220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 17:49:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61943b015b619480880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 17:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b619d71015b619dbe680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 18:02:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b619f86015b619fc8b90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 18:05:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61a24d015b61a294be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 18:08:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61a80d015b61a851bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 18:14:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61a80d015b61a88aa60001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.115', N'2017-04-12 18:14:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61aab0015b61aaf7a80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 18:17:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61aca0015b61ace4100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 18:19:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61d461015b61d4b9bf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 19:03:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61f2f7015b61f33c220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 19:36:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b61f2f7015b621b957d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-12 20:20:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b65cd6c015b65ce1cfb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 13:34:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b662c8a015b662ce2380000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 15:17:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b666aaf015b666b2bcc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 16:25:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b666aaf015b666b2cc70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 16:25:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b666aaf015b666b2cf60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 16:25:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6686ba015b669386e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 17:09:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6686ba015b6693c9b70002', N'Chrome', N'admin', N'2', N'192.168.0.115', N'2017-04-13 17:10:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6686ba015b6693e4720003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 17:10:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b66f279015b66f2cf780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 18:54:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b66f279015b66f2d0700001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 18:54:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b66f279015b66f2d09c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-13 18:54:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b66f279015b66f30358000e', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.0.115', N'2017-04-13 18:54:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b66f279015b66f34858000f', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-13 18:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6a30a5015b6a310bd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 10:00:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6a30a5015b6a310cd90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 10:00:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6a30a5015b6a310d070002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 10:00:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6a30a5015b6a310d8e0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 10:00:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6a30a5015b6a310db40004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 10:00:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c08b4015b6c09970b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c08b4015b6c0997f90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c08b4015b6c0998210002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c08b4015b6c0b48670003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:38:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c12da015b6c136b340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c12da015b6c136c210001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c12da015b6c136c550002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c12da015b6c15706a0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:49:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c19a3015b6c1a1f3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:55:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c19a3015b6c1ca4960001', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:57:48.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c19a3015b6c1d3e140002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 18:58:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c47ad015b6c4848450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 19:45:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c47ad015b6c4849280001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 19:45:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c47ad015b6c48494f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 19:45:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c47ad015b6c4874270003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 19:45:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35b6c47ad015b6c489fbc0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-14 19:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba37cda015ba380201f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-25 13:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba37cda015ba38022430001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-25 13:05:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba37cda015ba38022970002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-25 13:05:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba38529470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-25 13:11:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba3858de30001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-25 13:11:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba38596780002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-25 13:11:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba385bfd60003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-25 13:11:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba385faeb0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-25 13:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba39a5c130005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-25 13:34:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba384eb015ba39b15210006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.115', N'2017-04-25 13:35:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba3b959015ba3bc2b290000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-25 14:11:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba3b959015ba3bc867c0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.115', N'2017-04-25 14:11:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba4b4f4015ba4b557220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-25 18:43:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba8e7b7015ba8e900470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-26 14:18:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba8e7b7015ba8e901350001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-26 14:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba8e7b7015ba8e9015c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-26 14:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba8e7b7015ba8eadf040004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.115', N'2017-04-26 14:20:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba8e7b7015ba8eb16e60005', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'192.168.0.115', N'2017-04-26 14:20:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba92bdf015ba92df6f10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-26 15:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba92bdf015ba92df7df0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-26 15:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35ba92bdf015ba92df8110002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-26 15:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35baf317f015baf34dbd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-27 19:38:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35baf317f015baf34dcd80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-27 19:38:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35baf317f015baf34dd070002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-27 19:38:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35bb23723015bb2391de80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-28 09:42:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35bb23723015bb28c348e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-28 11:13:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35bb3d415015bb3d472500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-28 17:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35bb3d415015bb3d4733c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-28 17:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35bb3d415015bb3d473650002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.115', N'2017-04-28 17:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c2df516015c2df7664c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 10:23:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c2df516015c2df7674d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 10:23:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c2df516015c2df7677f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 10:23:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c2e0e4c015c2e10bf030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 10:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c2e0e4c015c2e10bfef0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 10:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c2e0e4c015c2e10c01f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 10:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3307f6015c33086c550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 10:00:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3307f6015c33086f920001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 10:00:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3307f6015c33086fc40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 10:00:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c334222015c33426b5d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 11:03:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c334222015c33426c5c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 11:03:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c334222015c33426c8e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 11:03:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c342a73015c342afe050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 15:17:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c342a73015c342afef90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 15:17:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c342a73015c342aff2b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 15:17:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c383de8015c383e79640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 10:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c383de8015c383e7a5d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 10:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c383de8015c383e7a8a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 10:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c384fe1015c385045ef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 10:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c38aba0015c38abef1f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 12:16:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c38aba0015c38bc6ae20002', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-05-24 12:34:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c38aba0015c38bd55af0003', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-24 12:35:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c38aba0015c38d8d6f80005', N'Chrome', N'鍥炬爣鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-24 13:05:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c38aba0015c390e8bf60006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 14:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c391ddf015c391e1d660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-24 14:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e4003015c3e405f210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 14:17:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e4003015c3e4060200001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 14:17:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e4003015c3e40604f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 14:17:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e4c0c015c3e4d7ee80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 14:31:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e841b015c3e845d180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 15:31:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e841b015c3e845e160001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 15:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3e841b015c3e845e460002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 15:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3ed5e4015c3ed7e1320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 17:02:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3ed5e4015c3ed7e2550001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 17:02:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3ed5e4015c3ed7e28e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 17:02:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3ed5e4015c3ed86c190003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-25 17:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c3ef388015c3ef41c9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-25 17:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43ac22400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:32:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43ac23600001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:32:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43ad5c620002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 15:34:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43ad8e760003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:34:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43adc3820004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 15:34:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43ade8110005', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-05-26 15:34:49.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43ab9a015c43ae8b220006', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-05-26 15:35:31.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b276015c43b2b2910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b276015c43b2b3960001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b653015c43b698390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b653015c43bbcbc90001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 15:49:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b653015c43c182520002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 15:56:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b653015c43c19e970003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 15:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43b653015c43c1ba640004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 15:56:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43dac2015c43db088d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 16:24:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43dac2015c43db097d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 16:24:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43dac2015c43db6bf50002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-26 16:24:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43dac2015c43db73c00003', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 16:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c43dac2015c43db820f0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 16:24:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440caa2c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 17:18:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440cab1d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 17:18:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440cb5250002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 17:18:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440cdf360003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 17:18:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440f9d970004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 17:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440fe1bc0006', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 17:21:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c440ff2ab0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 17:21:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c44101d350008', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''GET'' not supported', N'6', N'鏈湴', N'2017-05-26 17:22:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c441123740009', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-26 17:23:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c44112d10000a', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 17:23:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c44113a8c000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 17:23:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c44114868000c', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''documentList'' -> array[''''], ''typecode'' -> array[''files''], ''field'' -> array[''id,documentTitle,createdate,subclassname,''], ''page'' -> array[''1''], ''rows'' -> array[''10'']]', N'6', N'鏈湴', N'2017-05-26 17:23:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c44114c43000d', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''GET'', parameters map[''addFiles'' -> array[''''], ''_'' -> array[''1495790603297'']]', N'6', N'鏈湴', N'2017-05-26 17:23:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c4415f1340010', N'Chrome', N'333琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 17:28:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c445a48015c445a8de40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 18:43:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c445a48015c445a8ee20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 18:43:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c445a48015c445c068c0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 18:45:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4407e4015c4414f2d0000e', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''saveFiles'' -> array[''''], ''fileKey'' -> array[''''], ''sessionId'' -> array[''07E5CF7C9C4BB59D2F9A689C09683C56''], ''documentTitle'' -> array[''1111''], ''Upload'' -> array[''Submit Query''], ''Filename'' -> array[''new 111.txt'']]', N'6', N'鏈湴', N'2017-05-26 17:27:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c445a48015c445be61e0002', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 18:44:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446158015c446198db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 18:51:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446158015c44619a6f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 18:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446158015c44627fd60003', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-05-26 18:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446158015c446330470004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-26 18:52:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446158015c4463389c0005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-26 18:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446158015c446345fc0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 18:52:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446debeb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 19:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446dece40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 19:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446e18640002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:04:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446e203c0003', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:04:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446e64750004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:05:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446e9ded0005', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:05:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446eff1f0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:05:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446f21dd0007', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:05:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c446f96720008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c44702cf20009', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:07:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c44704f6a000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47858a015c4785eebb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 09:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47858a015c4785efad0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 09:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47858a015c47864bc90003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-27 09:30:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c447082b8000b', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:07:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4470b4fb000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:07:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4470d15c000d', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:07:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4470fded000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:07:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c44719e79000f', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:08:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4471ba760010', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:08:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4471c4680011', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c447286170014', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:09:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c447295b50015', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4473c9410018', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 19:10:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4474be2e0019', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:12:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4474c88d001a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:12:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475a0cb001b', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:12:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475a82e001c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475afdd001d', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475b8c8001e', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475cd79001f', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475eb580020', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4475fa3e0021', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c446d98015c4476031d0022', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 19:13:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447c89e70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 19:20:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447d53b90004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:21:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447dad3b0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-26 19:21:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4482ed015c44833ddd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 19:27:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4482ed015c44837a5f0001', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 19:28:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447d33ba0003', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:21:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447d6f670005', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:21:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447da4690006', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:21:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c447c25015c447fea440008', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-26 19:24:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47858a015c478613690002', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 09:29:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c478774f90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 09:31:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c478775f40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 09:31:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c47892ba50003', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''conets'' at row 1; SQL [n/a]; nested exception is org.hibernate.exception.DataException: Data truncation: Data too long for column ''conets'' at row 1', N'6', N'鏈湴', N'2017-05-27 09:33:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c47892c6c0005', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''CGFORM_FIELD'' cannot be null', N'6', N'鏈湴', N'2017-05-27 09:33:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c4789c8240007', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-27 09:33:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c478e14d90009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-05-27 09:38:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c47872c015c478f82df000b', N'Chrome', N'dddd琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-27 09:40:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c48e975015c48e9bb920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 15:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c48e975015c48e9bc950001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 15:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c48fc1a015c48fcdbcc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 16:19:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c48fc1a015c49194a050001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 16:50:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c491ecb9a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 16:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c491ecc920001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 16:56:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492928d90002', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-05-27 17:07:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c496171015c4962575d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.105', N'2017-05-27 18:10:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acaf2f0015acaf3584e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 11:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c49293f4a0003', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:07:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492994ab0004', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:08:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492a09520005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-27 17:08:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492ac8fb0006', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:09:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492b61f40007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-27 17:09:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492e18c30008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-27 17:12:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492e1ed00009', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-05-27 17:12:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492e251e000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-27 17:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c492f22d2000c', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-05-27 17:14:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c4932a950000e', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-05-27 17:17:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c4933b590000f', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:19:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c49345acf0010', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-27 17:19:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c491e91015c49347f180011', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:19:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4935c3015c493640f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 17:21:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4935c3015c49365a3a0001', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:21:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c4935c3015c49387a840002', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''typeListJson'' -> array[''''], ''typeGroupName'' -> array[''datatype'']]', N'6', N'鏈湴', N'2017-05-27 17:24:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c493a7e015c493ac9bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 17:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c493a7e015c493c22240001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-27 17:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c493a7e015c493cbb630002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-27 17:28:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c494fbc015c495025d60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 17:50:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c494fbc015c495026b30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 17:50:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f35c494fbc015c495026e40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-27 17:50:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acaf2f0015acaf583d50002', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.0.116', N'2017-03-14 11:56:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb0365015acb044fe00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 12:12:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb0365015acb061a3a0002', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.0.116', N'2017-03-14 12:14:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb0365015acb069c1d0003', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-14 12:14:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb0365015acb06af780006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-14 12:14:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb4299015acb42df210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 13:20:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb4299015acb6b62d60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 14:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb8267015acb83da4f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 14:31:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb8267015acb8645990001', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/loginController.do'', method ''POST'', parameters map[''left'' -> array['''']]', N'6', N'192.168.0.116', N'2017-03-14 14:34:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acb8bd3015acb8c1af90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 14:40:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acba566015acba5ccf00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 15:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acba566015acba5cf140001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 15:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acba566015acba5cf3e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 15:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acbcd50015acbdf9dee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 16:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acbcd50015acbe19fed0001', N'Chrome', N'admin', N'2', N'192.168.0.116', N'2017-03-14 16:14:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acbcd50015acbe1b34d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 16:14:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acbcd50015acbe75c630003', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-14 16:20:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acbcd50015acbfff32d0004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-14 16:47:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc44a3015acc4505360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc44a3015acc45057c0001', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'192.168.0.116', N'2017-03-14 18:02:39.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc44a3015acc4507670002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:02:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc44a3015acc4507710003', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'192.168.0.116', N'2017-03-14 18:02:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc44a3015acc4507990004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:02:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc44a3015acc4507a00005', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotAcceptableException,閿欒鎻忚堪锛欳ould not find acceptable representation', N'6', N'192.168.0.116', N'2017-03-14 18:02:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc464c015acc483dae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:06:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc464c015acc483ff60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:06:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc464c015acc4840420002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:06:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc464c015acc48503b0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:06:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc464c015acc48546e0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:06:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc464c015acc48a31a0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:06:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc70ec015acc71285a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:50:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc70ec015acc712aa90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:50:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc70ec015acc712ad90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:50:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc70ec015acc7141ed0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:50:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc70ec015acc7146240004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 18:51:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45acc721b015acc9b41650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 19:36:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45accc10d015accc154660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-14 20:18:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45accc10d015accc2be090001', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-14 20:19:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45accc10d015accc375210002', N'Chrome', N'admin', N'2', N'192.168.0.116', N'2017-03-14 20:20:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45accc10d015accc39b000003', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.0.116', N'2017-03-14 20:20:55.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad03cbe015ad03d9b730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 12:33:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad03cbe015ad03d9bf40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 12:33:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad03cbe015ad03d9c280002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 12:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad03cbe015ad03dc3640005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-15 12:33:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad03cbe015ad04065040006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-15 12:36:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0a1b0a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 14:22:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0ad84250001', N'Chrome', N'admin', N'2', N'192.168.0.116', N'2017-03-15 14:35:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0ad91c40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 14:35:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0c9212c0004', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'192.168.0.116', N'2017-03-15 15:05:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0d4e9ef0005', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.116', N'2017-03-15 15:18:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0d4f98f0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.116', N'2017-03-15 15:18:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad07e67015ad0d7ce9f001a', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-15 15:21:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad147fe015ad148cd7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 17:24:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad17545015ad175b1870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 18:13:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad17545015ad1777fd50001', N'Chrome', N'鍔ㄦ佹姤琛ㄩ厤缃姮澶村垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-15 18:15:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad17545015ad177a4a70002', N'Chrome', N'鍔ㄦ佹姤琛ㄩ厤缃姮澶村垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-15 18:16:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad17545015ad177dc830003', N'Chrome', N'鍔ㄦ佹姤琛ㄩ厤缃姮澶村垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-15 18:16:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad17545015ad177f5330004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.116', N'2017-03-15 18:16:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad17545015ad1785bcd0005', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-15 18:16:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a025c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 19:00:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a04fab0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-15 19:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a0781f0004', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.0.116', N'2017-03-15 19:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a0b4c20005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-15 19:00:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a15a2b0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 19:01:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a2052c0007', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-15 19:02:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad19fd3015ad1a394040008', N'MSIE 8.0', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-15 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4e6e8015ad4e7626e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:16:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4e6e8015ad4e763840001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:16:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4e6e8015ad4e763ac0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:16:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4e6e8015ad4e850640003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:17:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4e6e8015ad4e8eb370004', N'MSIE 8.0', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 10:18:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4e6e8015ad4f1b91c0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:28:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f52ab60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f5e3ab0001', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 10:32:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f60abd0002', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 10:32:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f636c60004', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'3', N'192.168.0.116', N'2017-03-16 10:33:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f672670005', N'Chrome', N'绗竴涓爲鏇存柊鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 10:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f6926d0006', N'Chrome', N'绗竴涓爲鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 10:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f8c7370007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 10:35:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4f8ccd80008', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.116', N'2017-03-16 10:35:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4fa03030009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 10:37:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad4f442015ad4fae6a9000a', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:38:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad505ae015ad505f0bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 10:50:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad505ae015ad50c70470002', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'3', N'192.168.0.116', N'2017-03-16 10:57:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad505ae015ad510e7460004', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'3', N'192.168.0.116', N'2017-03-16 11:02:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad53375015ad533f2460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 11:40:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad57979015ad579c1520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 12:56:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad57979015ad57a7dd40003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 12:57:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5ab946f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 13:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5abbe0b0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 13:51:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5aca9c10004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 13:52:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5ace0680007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 13:52:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5ade72f000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 13:53:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5af8732000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 13:55:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5b0d0c50010', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 13:56:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5b22fe50013', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 13:58:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5b78f590016', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:04:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5b7bd590019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:04:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5bda7cc001c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:11:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5bdd39b001f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:11:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5ab47015ad5be54eb0022', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:11:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5bf628b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 14:12:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5bf884a0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5bfd1130006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:13:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5c0ce110007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:14:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5d08ec9000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:31:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5d0ec0d000f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5bf19015ad5d1c63b0012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 14:32:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad5e3a9015ad5e609320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 14:55:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad606b2015ad6071ba40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 15:31:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad60cb9580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 15:37:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad60cbb840001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 15:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad60cbbac0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 15:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad60d0edf0004', N'Chrome', N'閫氳繀褰曞垎缁勬坊鍔犳垚鍔', N'3', N'192.168.0.116', N'2017-03-16 15:37:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad60d2af60005', N'Chrome', N'閫氳繀褰曞垎缁勬洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 15:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad60d3bdc0006', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:37:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6140b6e000a', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:45:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6140b7f000b', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:45:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6140b85000c', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:45:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6166c620010', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:47:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6166c700011', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:47:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6166c800012', N'Chrome', N'閫氳繀褰曞垎缁勫垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:47:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad61744290014', N'Chrome', N'璇峰亣鍗曟坊鍔犳垚鍔', N'3', N'192.168.0.116', N'2017-03-16 15:48:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad617608c0015', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 15:49:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad617d3e70016', N'Chrome', N'璇峰亣鍗曞垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:49:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad617db770017', N'Chrome', N'璇峰亣鍗曞垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad617e2850018', N'Chrome', N'璇峰亣鍗曞垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:49:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad617e83f0019', N'Chrome', N'璇峰亣鍗曞垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 15:49:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6186bae001b', N'Chrome', N'璇峰亣鍗曟坊鍔犳垚鍔', N'3', N'192.168.0.116', N'2017-03-16 15:50:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad6198986001c', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 15:51:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad60bba015ad61ef4b6001d', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 15:57:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad623b5015ad624109e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 16:02:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad623b5015ad6247f960001', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 16:03:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad623b5015ad624ad690002', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 16:03:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad623b5015ad62ef8890003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 16:14:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad63637015ad63679eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 16:22:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad63637015ad63d0c6a0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 16:30:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad63637015ad64755030003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 16:41:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad652b2015ad6533def0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 16:54:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad659a3a80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:01:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad659a6270001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:01:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65a7d8e0003', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.0.116', N'2017-03-16 17:02:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65a7e6b0005', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''CGFORM_FIELD'' cannot be null', N'6', N'192.168.0.116', N'2017-03-16 17:02:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65b26c30006', N'Chrome', N'閿欒寮傚父: BindException,閿欒鎻忚堪锛歰rg.springframework.validation.BeanPropertyBindingResult: 1 errors -Field error in object ''jformLeaveEntity'' on field ''begindate'': rejected value [111]; codes [typeMismatch.jformLeaveEntity.begindate,typeMismatch.begindate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [jformLeaveEntity.begindate,begindate]; arguments []; default message [begindate]]; default message [Failed to convert property value of type ''java.lang.String'' to required type ''java.util.Date'' for property ''begindate''; nested exception is java.lang.IllegalArgumentException: Could not parse date, date format is error ]', N'6', N'192.168.0.116', N'2017-03-16 17:03:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65b27020008', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''CGFORM_FIELD'' cannot be null', N'6', N'192.168.0.116', N'2017-03-16 17:03:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65e350f000c', N'Chrome', N'璇峰亣鍗曟坊鍔犳垚鍔', N'3', N'192.168.0.116', N'2017-03-16 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65e5fe3000d', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 17:06:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6632a015ad663d8fc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:12:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6632a015ad66758bf0001', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.0.116', N'2017-03-16 17:16:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad65930015ad65bb30a000a', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.0.116', N'2017-03-16 17:03:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad66b35015ad66b792a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad66b35015ad66e81200002', N'Chrome', N'璇峰亣鍗曟坊鍔犳垚鍔', N'3', N'192.168.0.116', N'2017-03-16 17:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad66b35015ad6708e250004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:26:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad67fa3015ad68005000000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:43:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad67fa3015ad68007220001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:43:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad67fa3015ad68007540002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 17:43:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad6921c560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:03:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad6921e670001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:03:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad6921e950002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:03:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad6927fd00003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:03:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad692c66b0004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 18:03:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad692cc050005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 18:03:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad692d3dd0006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 18:03:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad693644a0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:04:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad691c3015ad69b9ba70017', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.0.116', N'2017-03-16 18:13:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad69caf4f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:14:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad69d113e0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad69dffc80002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:16:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad6a377f60003', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'192.168.0.116', N'2017-03-16 18:22:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad6a5e1630004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:24:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad6a6b13d0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad6ac3ee10007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:31:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad6ae54930008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:33:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad69c5a015ad6ae7a220009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 18:34:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6afe4015ad6b02d680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:35:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6afe4015ad6b11e6d0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:36:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6afe4015ad6b4bfe40002', N'Chrome', N'pid鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 18:40:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6afe4015ad6b4c0500003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:40:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6ba9e015ad6bae1340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:47:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6bd2e320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 18:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6c1133d0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6c186e80002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 18:54:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6c9cdf30003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:03:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6cb0b250004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:05:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6cdb1cb0005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.116', N'2017-03-16 19:08:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6cf1c310006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6cfcf920007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6d05ff10008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:11:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6d34f420009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:14:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6d54a04000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 19:16:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6f5674f000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 19:51:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad6bca1015ad6ff2574000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.116', N'2017-03-16 20:02:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f45ad700af015ad700faae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.116', N'2017-03-16 20:04:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5596d4d9f01596d4e509f0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-05 14:26:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5596d511c01596d5190860000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-05 14:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f559726141015972645ba00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:08:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f559726141015972645e1a0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:08:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f559726141015972645e6d0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:08:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5597284b50159728545db0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:44:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5597284b50159728592060001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5597284b50159728673df0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:45:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5597284b501597286e15a0003', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f5597284b501597288be910004', N'IE', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.117', N'2017-01-06 14:48:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada2686350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 10:44:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada26879a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 10:44:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada2687c40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 10:44:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada3056990004', N'Chrome', N'娴嬭瘯SCOTT娣诲姞鎴愬姛', N'3', N'192.168.0.118', N'2017-03-17 10:54:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada3057610006', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭枃浠朵笂浼犲け璐ワ細Data truncation: Data too long for column ''file_s'' at row 1', N'6', N'192.168.0.118', N'2017-03-17 10:54:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada30dfe20007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 10:55:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada3105eb0008', N'Chrome', N'娴嬭瘯SCOTT鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 10:55:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada320e730009', N'Chrome', N'娴嬭瘯SCOTT鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 10:56:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada328aba000a', N'Chrome', N'鏍66鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 10:57:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada329771000b', N'Chrome', N'鏍66鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 10:57:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada19f8015ada32c0e1000c', N'Chrome', N'鏍66鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 10:57:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada3971015ada3a89930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 11:05:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada424bb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 11:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4307730001', N'Chrome', N'娴嬭瘯鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 11:15:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4312ea0002', N'Chrome', N'娴嬭瘯鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 11:15:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada433d730004', N'Chrome', N'娴嬭瘯娣诲姞鎴愬姛', N'3', N'192.168.0.118', N'2017-03-17 11:15:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada434f630005', N'Chrome', N'娴嬭瘯鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:15:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada435f590006', N'Chrome', N'娴嬭瘯鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4790660009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:20:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4f45c6000b', N'Chrome', N'test_demo娣诲姞鎴愬姛', N'3', N'192.168.0.118', N'2017-03-17 11:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4f571c000d', N'Chrome', N'test_demo娣诲姞鎴愬姛', N'3', N'192.168.0.118', N'2017-03-17 11:28:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4f6824000e', N'Chrome', N'test_demo鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:28:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4fde7d0011', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.118', N'2017-03-17 11:29:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada4ff4ba0013', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada50163f0014', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:29:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada502fcd0015', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada4209015ada5045cf0016', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 11:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada6750770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 11:54:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada67fca50001', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 11:55:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada68debe0002', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 11:56:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada6973ef0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.118', N'2017-03-17 11:57:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada69aa720004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 11:57:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada6a3c620005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:57:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada6a4fd00006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 11:58:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada66f6015ada6ac6830007', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 11:58:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada6d11015ada6d8e0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 12:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65ada6d11015ada6e79110005', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.0.118', N'2017-03-17 12:02:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adac254015adac2c08b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 13:34:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adac254015adac2c1910001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 13:34:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adac254015adac2c1c10002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 13:34:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adac254015adac2fedd0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 13:34:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adac254015adac307e30004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 13:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adac5e9015adac693ce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 13:38:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adaebf8015adaeca21c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 14:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adaebf8015adaed690f0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.0.118', N'2017-03-17 14:21:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb0a3c015adb0a93680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 14:53:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb0a3c015adb0a94500001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 14:53:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb0a3c015adb0a94730002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 14:53:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb0a3c015adb0b0b990003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 14:53:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb83d51a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb83d6050001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb83d62e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb844fb10003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:06:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb849ccd0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:06:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb8528700005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb8552a50006', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 17:07:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb8848640007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.118', N'2017-03-17 17:10:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb8880de0008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:10:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb88af880019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:10:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb891e38002a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb837d015adb8923d0002b', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 17:11:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8b658f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:13:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8bb32c0011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:14:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8bf8b20012', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.0.118', N'2017-03-17 17:14:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8d58e70019', N'Chrome', N'admin', N'2', N'192.168.0.118', N'2017-03-17 17:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8d7d12001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:16:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8fda6c001b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:18:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb8ad1015adb8fe005001c', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 17:18:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb9160015adb91ab2a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:20:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb95d7015adb98efd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 17:28:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adb95d7015adb9963cf0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 17:29:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbbc5c580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 18:07:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbbc5d420001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 18:07:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbbc5d670002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.0.118', N'2017-03-17 18:07:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbbc9d170003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:07:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbbd34620004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:08:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbc4cdf10005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:16:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbc4e4010006', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 18:16:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbc72e760007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbc73c230008', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.0.118', N'2017-03-17 18:19:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbc7cb7e0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:19:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbca8715000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbcde576000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:26:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbcf7d42000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:28:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbd02fc6000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:28:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f65adbbbf7015adbd16e64000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.0.118', N'2017-03-17 18:30:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4fbd4c015e4fc03f8d0000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 09:55:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4fbd4c015e4fc088c50001', N'MSIE 8.0', N'瑙掕壊: 绠$悊鍛樿鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-05 09:56:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4fbd4c015e4fcdf70b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 10:10:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff519015e4ff589be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 10:54:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff519015e4ff611570001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 10:54:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff519015e4ff6b0600002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-09-05 10:55:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff519015e4ff7467a0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-09-05 10:55:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff519015e4ff77f690004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-09-05 10:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff519015e4ff7a5110005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-09-05 10:56:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff879015e4ff8cdb70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 10:57:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e4ff879015e4ff9ecb30001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-09-05 10:58:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e50a291015e50a3068b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 14:03:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e51cfb3015e51d005560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 19:32:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e51cfb3015e51d049290002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-05 19:32:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e51cfb3015e51d055e70003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-05 19:32:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54b76a015e54b7b61c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 09:04:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54d89e450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 09:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54d940d10002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 09:41:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54d986370003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 09:41:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54d9c6740004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 09:41:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54da6cac0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 09:42:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54db96f80006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 09:43:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dbc642000e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 09:44:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dc1fad0010', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 09:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dc7f750011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 09:44:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dcb03e0012', N'Chrome', N'鐢ㄦ埛: qinfeng瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-09-06 09:45:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dcc45e0013', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 09:45:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dceb440014', N'Chrome', N'鐢ㄦ埛: qinfeng[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 09:45:17.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dcf7d00015', N'Chrome', N'qinfeng', N'2', N'鏈湴', N'2017-09-06 09:45:21.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54dd029c0016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 09:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54ddb2cb0019', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 09:46:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54ddd189001a', N'Chrome', N'鐢ㄦ埛: qinfeng[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 09:46:16.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f0a1c8001f', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-09-06 10:06:49.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f159920021', N'Chrome', N'qinfeng', N'2', N'鏈湴', N'2017-09-06 10:07:36.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f167910022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 10:07:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f17f320023', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:07:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f180530024', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-09-06 10:07:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f181250025', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:07:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f181ab0026', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-09-06 10:07:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f182df0027', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:07:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f19ebf0028', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:07:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f19f490029', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-09-06 10:07:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f1a0a5002a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:07:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f1a2f0002b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:07:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f1bf5f002c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:08:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f1c3f8002d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:08:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f1c6c1002e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:08:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f210ec002f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:08:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f2651e0030', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:08:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f26a3f0031', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', N'6', N'鏈湴', N'2017-09-06 10:08:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f26b8c0032', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:08:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f2b3d50033', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:09:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f2dd540034', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛歋oftware caused connection abort: socket write error', N'6', N'鏈湴', N'2017-09-06 10:09:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f2dec80035', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:09:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f2ee710036', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:09:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f3b9fb0038', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:10:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f3f3980040', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:10:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f406c10041', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:10:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f4392f0042', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 10:10:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f459800043', N'Chrome', N'鐢ㄦ埛: qinfeng[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 10:10:53.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f46a790044', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:10:57.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f4f7510046', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:11:33.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f4fe790047', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:11:35.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f500500048', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:11:36.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f50c750049', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:11:39.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f52415004a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:11:45.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f5b9f7004b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:12:23.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f5c8f3004c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:12:27.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f66594004d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:13:07.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f72157004e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:13:55.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f72339004f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:13:56.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f747c30050', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:14:05.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f74a140051', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:14:06.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f7589b0052', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:14:09.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f759d70053', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:14:10.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f760110054', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:14:11.000', N'3', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f8e0860055', N'Chrome', N'qinfeng', N'2', N'鏈湴', N'2017-09-06 10:15:50.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54f8f5980056', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 10:15:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54fb64d90057', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-06 10:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54fba0510058', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-06 10:18:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54fbc8040059', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-06 10:19:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54fe417a005a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-06 10:21:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54fe48e6005b', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 10:21:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e54fe58f4005c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 10:21:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e55036b96005d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:27:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550371b1005e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:27:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e55037526005f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:27:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5503782a0060', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:27:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e55037a750061', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:27:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5504340d0062', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:28:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550472470064', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:28:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5504765b0065', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:28:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e55051bb70066', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:29:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550521cd0067', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:29:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5506554c0068', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:30:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550666ce0069', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:30:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e55066ca7006a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:30:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550880ca0072', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550882ec0073', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5508846f0074', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550885c20075', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5508879f0076', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550888ff0077', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e55088dd30078', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:32:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5509a3ac0079', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:34:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e5509fb2c007a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:34:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550a1709007b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:34:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550a2782007c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:34:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550a41cf007d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:34:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550a42fd007e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:34:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550b715c007f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550b7bbd0080', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550b83fb0081', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550b85fe0082', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550b98a50083', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550b99ae0084', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550ba1ad0085', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550ba82a0086', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550ba9310087', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550bab370088', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550bac850089', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550bc8dd008a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550bc9f6008b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550bdc6b008c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550be17a008d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e54d7aa015e550c1f16008e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-06 10:36:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e5538e4015e553920a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 11:26:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e5675b7fd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 17:11:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e567706690001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 17:13:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e567722720002', N'Chrome', N'鐢ㄦ埛: qinfeng[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 17:13:21.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e567816a20003', N'Chrome', N'qinfeng', N'2', N'鏈湴', N'2017-09-06 17:14:24.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e567827ea0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 17:14:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e56787d46000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-06 17:14:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402880f95e56755d015e567896fb000f', N'Chrome', N'鐢ㄦ埛: qinfeng[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-06 17:14:57.000', N'1', N'8a8c82a35de421ab015de4228d400003', N'qinfeng', N'qinfeng') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a50273d015a50309f6f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 15:47:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a503772015a5037ca6f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 15:55:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a503896015a5038d8ab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 15:56:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a503c6e015a503cb1c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 16:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a503c6e015a503fe6770001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.1.2', N'2017-02-18 16:04:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a5117a4aa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 19:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a5119d7c20002', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.1.2', N'2017-02-18 20:02:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a5119e0c40003', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-02-18 20:02:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a511a1a1b0004', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-02-18 20:02:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a511a8a160005', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.1.2', N'2017-02-18 20:02:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a511af8cd0006', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: createDate of: org.jeecgframework.web.graphreport.entity.core.JformGraphreportHeadEntity', N'6', N'192.168.1.2', N'2017-02-18 20:03:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a511d036f0007', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: createDate of: org.jeecgframework.web.graphreport.entity.core.JformGraphreportHeadEntity', N'6', N'192.168.1.2', N'2017-02-18 20:05:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5116fe015a511efb9e0008', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ洿鏂版垚鍔', N'5', N'192.168.1.2', N'2017-02-18 20:07:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a513b9c015a513bfbca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 20:39:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a513b9c015a513dfea10001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.1.2', N'2017-02-18 20:41:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a51afb9015a51b018090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 22:46:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a51afb9015a51b01a1a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 22:46:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a51afb9015a51b01a430002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-18 22:46:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55ebbd790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 18:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55ebbe7c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 18:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55ebbea40002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 18:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55ec10060004', N'Chrome', N'瑙掕壊: 111琚坊鍔犳垚鍔', N'3', N'192.168.1.2', N'2017-02-19 18:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55ec1f340005', N'Chrome', N'瑙掕壊: 111琚垹闄ゆ垚鍔', N'4', N'192.168.1.2', N'2017-02-19 18:30:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55edcaeb0007', N'Chrome', N'瑙掕壊: 222琚坊鍔犳垚鍔', N'3', N'192.168.1.2', N'2017-02-19 18:32:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a55eb14015a55ede6840008', N'Chrome', N'瑙掕壊: 222琚垹闄ゆ垚鍔', N'4', N'192.168.1.2', N'2017-02-19 18:32:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a562658015a5626ca6b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 19:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a562658015a5626cc880001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 19:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a562658015a5626ccb20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 19:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a563086015a5630d08b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 19:45:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a5662e8015a56635a860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 20:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a566a09015a566a80bc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 20:48:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a56752d015a56767b1f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 21:01:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a56752d015a56767c0c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 21:01:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a568502015a5685c3fd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 21:18:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a56d5e1015a56d7277a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 22:47:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a56d5e1015a56d729920001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 22:47:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a56d5e1015a56d729bc0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-19 22:47:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a6b44d2015a6b452fa40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-23 21:59:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a6b44d2015a6b4530bd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-23 21:59:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a6b44d2015a6b4530fa0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-23 21:59:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a6b47dc015a6b495d0d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-23 22:04:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a6b65de015a6b663e060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-02-23 22:35:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a6b65de015a6b6717f80001', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-02-23 22:36:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a24ef6e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-01 21:52:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a2528400003', N'Chrome', N'鐢ㄦ埛: 111鏇存柊鎴愬姛', N'5', N'192.168.1.2', N'2017-03-01 21:52:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a25528e0004', N'Chrome', N'鐢ㄦ埛锛111鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-01 21:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a263e570005', N'Chrome', N'瑙掕壊: demo琚洿鏂版垚鍔', N'5', N'192.168.1.2', N'2017-03-01 21:54:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a26df8e0009', N'Chrome', N'鐢ㄦ埛: 1111娣诲姞鎴愬姛', N'3', N'192.168.1.2', N'2017-03-01 21:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a26f9ad000c', N'Chrome', N'鐢ㄦ埛: 1111鏇存柊鎴愬姛', N'5', N'192.168.1.2', N'2017-03-01 21:54:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a271170000d', N'Chrome', N'鐢ㄦ埛锛1111鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-01 21:55:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a299f3e001e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-01 21:57:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a3a2d1d001f', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.1.2', N'2017-03-01 22:15:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a23af015a8a3ab74a0020', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.1.2', N'2017-03-01 22:16:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a4dda015a8a4e63920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-01 22:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a4dda015a8a4e65680001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-01 22:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a4dda015a8a4e658f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-01 22:37:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a4dda015a8a4ebcf70003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-01 22:38:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a4dda015a8a4f3ec70004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.1.2', N'2017-03-01 22:38:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a4dda015a8a4f77510005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.1.2', N'2017-03-01 22:39:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8a5189015a8a521f680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-01 22:42:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f2c76015a8f2d60da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-02 21:20:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f2c76015a8f2d62bf0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-02 21:20:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f2c76015a8f5c42cd0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-02 22:11:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f6568015a8f6ed5120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-02 22:31:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f6568015a8f6ee7dc0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.2', N'2017-03-02 22:31:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f6568015a8f6f02c70002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.2', N'2017-03-02 22:31:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f6568015a8f6f08d70003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.2', N'2017-03-02 22:31:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f6568015a8f6f13550004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.2', N'2017-03-02 22:31:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a8f6568015a8f6f1eab0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.2', N'2017-03-02 22:31:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99a0a8015a99a1af730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 22:03:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99a0a8015a99a1b13a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 22:03:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99a0a8015a99a1cad80002', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: operatetime of: org.jeecgframework.web.system.pojo.base.TSTimeTaskEntity', N'6', N'192.168.1.2', N'2017-03-04 22:03:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99a0a8015a99a27f910003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:04:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99a0a8015a99a4cf250004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:06:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ab69015a99abbbd80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 22:14:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ab69015a99af1cbb0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 22:17:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ab69015a99b4caad0002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 22:24:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ab69015a99b5502e0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:24:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ab69015a99bfd3b80004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:36:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ab69015a99c0abe50005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:37:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99c895360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 22:45:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99ca02470001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 22:47:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99d0e5650002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 22:54:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99d1d8f00003', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.1.2', N'2017-03-04 22:55:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99d2f4530004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 22:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99d458cd0015', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:58:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99d58ce40016', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 22:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99d8d0d10017', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:03:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99e166ab0018', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:12:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99e16a750019', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:12:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99e16a9d001a', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:12:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99c812015a99e5e156001b', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:17:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99e9b3015a99ea01900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:22:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99e9b3015a99ea4d020001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:22:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99e9b3015a99eaa4f30002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 23:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99e9b3015a99eab0520003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 23:22:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99e9b3015a99eaf7f00014', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99e9b3015a99eb40d50025', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:23:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ee17015a99ee85b50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:27:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ee17015a99ef64220001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 23:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ee17015a99efaf880012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:28:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ee17015a99f031ab0013', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 23:28:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99f158015a99f1a7df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:30:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99f158015a99f270620011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99f3b3015a99f3fdb30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:33:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99f514015a99f571390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:34:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99f514015a99f631d00011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:35:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99f514015a99f769e50022', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:36:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ff7f015a99ffe5550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:46:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ff7f015a9a0048a50001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 23:46:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ff7f015a9a0067d00002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:46:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ff7f015a9a008bb00003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.2', N'2017-03-04 23:46:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ff7f015a9a00a9c50014', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:46:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a99ff7f015a9a00d8b10025', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-04 23:47:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9a029e015a9a02dbe60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-04 23:49:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9a121f015a9a12792e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-05 00:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9c753d015a9c75c6370000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-05 11:14:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9c819b015a9c81e8de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.2', N'2017-03-05 11:27:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9c819b015a9c827dad0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-05 11:28:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9c819b015a9c8401760005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.2', N'2017-03-05 11:29:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881825a9c819b015a9c8f0bc60006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.1.2', N'2017-03-05 11:41:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835b6248a4015b62495cd50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.3', N'2017-04-12 21:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835b6248a4015b62495e0b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.3', N'2017-04-12 21:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835b6248a4015b62495ead0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.3', N'2017-04-12 21:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c253456015c2535bf8b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-20 17:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c253456015c2535c07c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-20 17:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c253456015c2535c0ac0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-20 17:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b4fe720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:09:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b4ff6c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:09:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b4ff9b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:09:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b587560004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-22 23:10:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b646620006', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭枃浠朵笂浼犲け璐ワ細Data truncation: Data too long for column ''fiel_jl'' at row 1', N'6', N'鏈湴', N'2017-05-22 23:11:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b679150007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-22 23:11:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30b492015c30b7bd61000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-22 23:12:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30bc08015c30bc69630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:17:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30bc08015c30bc6a4c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:17:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30bc08015c30bc6a7c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:17:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30bc08015c30bdc1940004', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-05-22 23:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c30bc08015c30c040170006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-22 23:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c357f38015c357faba00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 21:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c357f38015c357facb30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 21:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881835c357f38015c357face20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 21:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c6daea9015c6db0063e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-03 19:21:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c6daea9015c6df6a6fc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-03 20:38:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c6daea9015c6e9f1ad80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-03 23:42:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c729357015c73347e530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-04 21:03:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7da4d1015c7da5721e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 21:43:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7da4d1015c7da573d00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 21:43:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7da4d1015c7da6791f0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-06 21:44:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7da4d1015c7db17f6e0004', N'Chrome', N'鐢ㄦ埛: lisi瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-06 21:56:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7da4d1015c7db27fe10005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-06 21:57:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7dc6c4015c7dc928ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 22:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7dc6c4015c7dcc00e20003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-06 22:25:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7dd604015c7dde8dfa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 22:45:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de01bc30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 22:47:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de0cd8c0001', N'Chrome', N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-06 22:48:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de0d4ee0002', N'Chrome', N'(鎵嬪唽)jeecgLicense閰嶇疆琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-06 22:48:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de0dd940003', N'Chrome', N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-06 22:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de1377e0004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 22:48:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de1d348000a', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-06 22:49:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de4b09a000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-06 22:52:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7de5894f000e', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/systemController.do'', method ''POST'', parameters map[''saveFiles'' -> array[''''], ''sessionId'' -> array[''F4AF7E85918858EDB945C7452AFEC5E5''], ''documentTitle'' -> array[''blank''], ''Upload'' -> array[''Submit Query''], ''Filename'' -> array[''ppx01814elfynejrpjjhm47.png'']]', N'6', N'鏈湴', N'2017-06-06 22:53:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7deb9cc50017', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-06 23:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7dec0f970018', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 23:00:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7decfd6d0019', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 23:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7def64df001a', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 23:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7df243f2001b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 23:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7df3504d001c', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 23:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7df750aa0020', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-06-06 23:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c7ddfdd015c7df795930021', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-06 23:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c826b74015c826e18ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 20:01:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c826b74015c826e1c960001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 20:01:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c826b74015c82d6329d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 21:54:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c82d81a015c82d86a440000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 21:57:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c82d81a015c82d9143c0001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 21:58:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c82d81a015c82db6a470002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 22:00:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c82df05015c82df554a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 22:04:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c82df05015c82dff85f0001', N'MSIE 7.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 22:05:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c831558015c8315e2460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-07 23:04:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c87f0f82b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 21:42:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c8817e3150001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 22:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c8817f08f0002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-08 22:24:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c8817fe830003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 22:24:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c88192dd60004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-08 22:26:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c881937970005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 22:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c881b31320006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-08 22:28:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c881b43220007', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-08 22:28:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c87f0a7015c881b51ac0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-08 22:28:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9295c1015c929bca710000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-10 23:25:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9295c1015c929be63c0001', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歅ROCEDURE jeecg.delete_jeecgDemo_createDate does not exist', N'6', N'鏈湴', N'2017-06-10 23:25:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9295c1015c929c000f0002', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歅ROCEDURE jeecg.delete_jeecgDemo_createDate does not exist', N'6', N'鏈湴', N'2017-06-10 23:25:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9295c1015c929cd6520003', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-06-10 23:26:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9295c1015c929dcfe50004', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-06-10 23:27:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9295c1015c929dfdc20005', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-06-10 23:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c97608f015c9760df920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-11 21:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c976329e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-11 21:41:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9764a2c30001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 21:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9767b1540002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 21:46:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c977222f90003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 21:57:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9772b94a0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 21:58:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9773192c0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 21:58:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9774347e0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 21:59:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9775361d0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 22:01:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c97758a600008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 22:01:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c97763eee0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 22:02:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9762e8015c9776a732000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-11 22:02:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c97986b015c979b026c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-11 22:42:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9c8123015c9c81b74f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 21:32:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9c8123015c9c81bbf40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 21:32:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9c9096015c9c917f7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 21:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9c9096015c9c9181ed0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 21:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9c99de015c9c9bac070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 22:01:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9ca0d1015c9ca29f380000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 22:08:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9cb3c7015c9cb479a30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 22:28:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845c9cb3c7015c9cb47c3b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-12 22:28:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca183c3015ca184a76f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 20:54:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca1c633015ca1c67b310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 22:05:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca1c633015ca1caaccf0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-06-13 22:10:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca1c633015ca1cb3f640004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-13 22:11:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca1c633015ca1cdba880007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-13 22:13:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca1c633015ca1e41f95000c', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-13 22:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca6cf41015ca6d051e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 21:34:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca6cf41015ca6d0540a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 21:34:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca6cf41015ca6d1383a0002', N'Chrome', N'鐢ㄦ埛: demo瀵嗙爜閲嶇疆鎴愬姛', N'5', N'鏈湴', N'2017-06-14 21:35:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca6cf41015ca6d178790003', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-14 21:36:04.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca6e9f8015ca6ea36f00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 22:03:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845ca6fcd0015ca6fd64590000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-14 22:24:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881845cb401cb015cb403fa860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 11:06:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a1e046a015a1e04cffd0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-08 21:58:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a1e046a015a1e0cd6f60001', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.1.5', N'2017-02-08 22:07:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a1e046a015a1e0ceef00002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-08 22:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a1e046a015a1e1183bc0003', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-08 22:12:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a1e046a015a1e4bb2fc0004', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-08 23:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a46ea2f015a46ea7c3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 20:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a47046a015a470500d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 21:03:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a47167d015a4716d0100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 21:22:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a47167d015a4716d2b10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 21:22:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4729e7015a472a359d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 21:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a473212015a473257460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 21:52:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a47346b015a4734cc4d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 21:55:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4739bd015a473a09920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:01:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a473e2f015a473ea3bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:06:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4742dc015a474332690000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:11:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a474d56015a474da3a00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a474eae015a474f700f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:24:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a475099015a47510fd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:26:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4751fa015a4752472d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:27:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4759b4015a475a0b030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:36:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a475fc8015a47600f2a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:42:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4762a5015a4762ef220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a476638015a476796340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:50:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a476e20015a476e6b3d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 22:58:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a477495015a4774ec020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 23:05:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a477c98015a477ce0cc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 23:14:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a477c98015a4799a8d10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-16 23:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4c5d0a015a4c5d5d170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-17 21:57:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4c5d0a015a4c5d61990001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-17 21:57:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4c5fb5015a4c60c4dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-17 22:01:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4f9af3015a4f9b9fef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 13:04:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fa112015a4fa15bd80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 13:10:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fa5da015a4fa72ab70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 13:17:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4faa7f015a4faac3730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 13:21:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4faa7f015a4fc923050001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 13:54:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fcc89015a4fccd9090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 13:58:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fd186015a4fd90c730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:11:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fdbf5015a4fdc75bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fdda1015a4fddee190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fe241015a4fe2a6490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:22:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4fe894015a4fe93b210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4feaaa015a4ff16d790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:38:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4ffae7015a4ffbf4600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 14:49:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4ffae7015a4ffebcc70005', N'Chrome', N'鐢ㄦ埛: 11娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-02-18 14:52:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4ffae7015a4ffece7d0009', N'Chrome', N'鐢ㄦ埛: 11鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-02-18 14:53:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4ffae7015a4ffedac0000a', N'Chrome', N'鐢ㄦ埛锛11鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-02-18 14:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a4ffae7015a4ffee209000b', N'Chrome', N'鐢ㄦ埛锛111鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-02-18 14:53:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855a50138c015a5013d1930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-02-18 15:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3673f015ab367bd790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3673f015ab367bf040001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:10:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3673f015ab367bf2c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:10:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab36a21015ab36ae0860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:13:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab36a21015ab36be17d0001', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/demoController.do'', method ''GET'', parameters map[''templateview'' -> array[''''], ''tempcode'' -> array[''user'']]', N'6', N'192.168.1.5', N'2017-03-09 22:14:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab36a21015ab37674160002', N'Chrome', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-09 22:26:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab36a21015ab37d5ee20004', N'Chrome', N'ckeditor+ckfinder渚嬪瓙娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-03-09 22:33:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3847b015ab384c91c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:41:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3847b015ab384cb080001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:41:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3847b015ab384cb300002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:41:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3847b015ab3855cac000f', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.1.5', N'2017-03-09 22:42:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab3847b015ab385685c0010', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-09 22:42:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab38fcb015ab39124e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-09 22:55:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8abe4650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 22:42:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8adaa090001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-10 22:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8adb03f0002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-10 22:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8b13f190003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-10 22:48:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8b1659d0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-10 22:48:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8b1ff430005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-10 22:49:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8b8e1320008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 22:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8ab7d015ab8b91317000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 22:57:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c506400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c650840001', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:11:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c68f170002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:11:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c707a00003', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:12:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c73c7c0004', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:12:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c7d7250005', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:13:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c7f5360006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c91ecd0007', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 23:14:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8c945b00009', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.1.5', N'2017-03-10 23:14:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8caa353000b', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.1.5', N'2017-03-10 23:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cabb8b000c', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 23:16:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8caef52000d', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:16:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cafd89000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:16:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cb08af000f', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:16:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cb39ec0010', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:16:50.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8ccdeaa0011', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:18:38.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8ccf0850012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:18:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cd597f0013', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 23:19:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cd63540014', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:19:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8cd83c00015', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:19:20.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d093960016', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:22:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d0a8bd0017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:22:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d133170019', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.1.5', N'2017-03-10 23:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d15b24001a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 23:23:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d1f97a001c', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.1.5', N'2017-03-10 23:24:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d2c710001d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-10 23:25:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d331b8001f', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.1.5', N'2017-03-10 23:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d41f6f0023', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:26:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d441710024', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:26:42.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d4f3540025', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:27:28.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d509fe0026', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:27:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d56942002a', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8c48a015ab8d58870002b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:28:06.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8d98af00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8d99a0e0001', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:32:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8d9bea90002', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:32:42.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8dd911a0003', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:36:52.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8dda7f90004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:36:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8dee3300006', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:38:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8defa9a0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:38:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8df08a20008', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:38:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8df2cff0009', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:38:38.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8dfcc04000a', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:39:18.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8dfe1ae000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:39:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e1736a000c', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:41:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e182a8000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:41:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e1905a000e', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:41:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e1af75000f', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:41:22.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e5762c0010', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:45:30.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e5b8440011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:45:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e60fd80012', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:46:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8e65c360013', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:46:29.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ec51970014', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:52:59.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ec5f370015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:53:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ece90f0016', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:53:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ed00700017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:53:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ed1a940018', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-10 23:53:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ed53110019', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:54:05.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8efd9d0001a', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-10 23:56:51.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8efec93001b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-10 23:56:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8f32a3d001c', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-11 00:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8f34dc6001d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:00:37.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8f9846d001e', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-11 00:07:24.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8f99424001f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8f9f0650020', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:07:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fa22fa0021', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-11 00:08:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fa38720022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:08:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fa591f0023', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-11 00:08:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fa78690024', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:08:26.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fb09930025', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-11 00:09:04.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fb16430026', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fbf1480027', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-11 00:10:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8fc1a380028', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:10:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ff00260029', N'Chrome', N'demo', N'2', N'192.168.1.5', N'2017-03-11 00:13:23.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab8d92b015ab8ff14fc002a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:13:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab903c72a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 00:18:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab906883a0011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab906acf90012', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null', N'6', N'192.168.1.5', N'2017-03-11 00:21:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab9070bc60013', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''company_name'' cannot be null', N'6', N'192.168.1.5', N'2017-03-11 00:22:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab908dfcc0014', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''name'' cannot be null', N'6', N'192.168.1.5', N'2017-03-11 00:24:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab909e52e0017', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:25:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90a24a9001a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:25:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90a5d17001d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:25:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90a98e9002e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:26:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90afd91003f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:26:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90b35bc0050', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:26:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90b6d960061', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:26:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ab90368015ab90cb2650072', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 00:28:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abb89f1015abb8af5610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 12:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abb8ec3015abb8f08be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 12:09:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abb9d6c015abb9dd8750000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 12:26:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbea7ae30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 13:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbeadfcc0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbeb80030006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:50:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbebfbd40009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:51:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbec25b3000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:51:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbef12a5000f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:54:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf0e0ce0010', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-11 13:56:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf1024c0013', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf12a4d0016', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:57:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf1c04a0019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:57:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf2487a001c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:58:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf33169001d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 13:59:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbea28015abbf33881001e', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.1.5', N'2017-03-11 13:59:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf54a015abbf5e9cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 14:02:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf54a015abbf6161e0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 14:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf54a015abbf6aaea0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 14:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf54a015abbf8412f0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 14:04:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbf9247d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 14:05:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfa52b40001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 14:07:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfa60da0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-11 14:07:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfaad3a0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-11 14:07:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfab5570004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-11 14:07:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfabc840005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-11 14:07:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfac4910006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-11 14:07:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfd0cb90007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 14:10:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abbf8d7015abbfed6fc0018', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 14:12:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccc29fd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 17:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccc2c5f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 17:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccc2c920002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 17:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccca1990003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 17:56:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccca8e10004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-11 17:56:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccfe7620005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 18:00:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abccbc2015abccffed50006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-11 18:00:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcd714015abcd76f650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcd92d015abcd99b3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:11:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcdac7015abcdb16fb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:12:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcdac7015abcdd66340001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:15:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcdac7015abcdd6a130002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:15:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcdac7015abcdd6a4f0003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:15:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abce6d0100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:25:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abce750ad0011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 18:26:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abce7a6b50022', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 18:26:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abce8104d0033', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 18:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abcead4280034', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-11 18:29:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abceae5570035', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:29:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abcec2f970036', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-11 18:31:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abce665015abcec44920037', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:31:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abcfaf0015abcfd0a0b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 18:49:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abdd227015abdd2740a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 22:42:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abde1bbed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 22:59:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abde221fe0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 22:59:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abde235060002', N'Chrome', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歩llegal access to loading collection', N'6', N'192.168.1.5', N'2017-03-11 23:00:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abde314d80003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 23:01:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abde6d1ca0014', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 23:05:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abde84b3a0025', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 23:06:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abdea02200026', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-11 23:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abdeb07b90037', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 23:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855abde0b0015abe057b56003a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-11 23:38:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85aff7d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-13 23:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85b019d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-13 23:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85b01c80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-13 23:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c66c40003', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c66d80004', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c66e70005', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c66f70006', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c67160007', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c67260008', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c67350009', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c6759000a', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c676d000b', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c677f000c', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c719e000d', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85c71b4000e', N'Chrome', N'閫氱煡鍏憡鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-13 23:49:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85d5b110010', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-03-13 23:50:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85e03350019', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-13 23:51:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85e2330001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-13 23:51:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85f7cd3001b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:53:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85f7ce1001c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:53:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac85fd731001e', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-03-13 23:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac86014600020', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.1.5', N'2017-03-13 23:53:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac86026b70025', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.1.5', N'2017-03-13 23:53:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac86076c60029', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac86076db002a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860b312002b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860b32b002c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860b9cf002d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860baa3002e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860bb7a002f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860bc4f0030', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860ceb80031', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860cec70032', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860d8390033', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860f1e80034', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac860f1fb0035', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:41.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8610e860036', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8610e9e0037', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:54:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8621e0e0038', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:55:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8621e1a0039', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:55:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8625efb003a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:56:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8625f10003b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:56:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8629f3b003c', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-13 23:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac862b04d003d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-13 23:56:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac862d925003e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:56:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac862d93e003f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:56:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8632e9f0040', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:57:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8632ead0041', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-13 23:57:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac863e91f0042', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:57:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac86400500043', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:58:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac86402590044', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:58:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac864034e0045', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:58:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac864274d0046', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''cgformtemp0_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:58:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac864274e0047', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''cgformtemp0_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:58:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac85a5d015ac8644c440048', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.status'' in ''field list''', N'6', N'192.168.1.5', N'2017-03-13 23:58:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac86a0a015ac86a6a5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 00:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac86a0a015ac86b047e0001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-03-14 00:05:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac86a0a015ac86b1efb0002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-03-14 00:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac86a0a015ac86b5eac0003', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-03-14 00:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac87753015ac877edf50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 00:19:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac87753015ac877f0030001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 00:19:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac87753015ac877f02c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 00:19:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac87753015ac87861230026', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-03-14 00:20:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ac87753015ac8786db40027', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 00:20:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd25f5015acd26606f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 22:08:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd25f5015acd26621c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 22:08:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd4e02015acd4e50250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 22:52:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd4e02015acd4e52320001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 22:52:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd4e02015acd4e525c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 22:52:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd57f6015acd586b440000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 23:03:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd5dd8015acd5eb2190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 23:10:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd5dd8015acd5eb40f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 23:10:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855acd5dd8015acd5eb4380002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-14 23:10:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad254c7015ad25673a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:19:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad254c7015ad256b9910001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:19:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad254c7015ad2581f830002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:21:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad254c7015ad25e57270003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:28:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad2644e015ad264ad260000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad2644e015ad264af7f0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad2644e015ad264afae0002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 22:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad29494015ad294e87b0000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 23:27:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad29494015ad294eafb0001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 23:27:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad29494015ad294eb3c0002', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 23:27:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad2a2c7015ad2a316ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 23:43:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad2a2c7015ad2a319180001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 23:43:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad2a2c7015ad2a319430002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-15 23:43:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad75cd90c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 21:44:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad75cda010001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 21:44:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad75cda260002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 21:44:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad75fe2f90004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.1.5', N'2017-03-16 21:47:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad778f3cc0006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-03-16 22:15:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad779ebd10008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad77a38c90009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-16 22:16:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad77ab681000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:17:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad75c7b015ad77c427b000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad77e80015ad780d7220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 22:23:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad77e80015ad78134a40002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-03-16 22:24:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad77e80015ad78184d80005', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.1.5', N'2017-03-16 22:24:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad77e80015ad7848c8e0008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:27:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad77e80015ad7871610000d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:30:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad77e80015ad78d4168000e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad791f1c30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 22:42:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad793d5a90002', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.1.5', N'2017-03-16 22:44:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad79578f00003', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-03-16 22:46:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad795b23f0004', N'Chrome', N'璇峰亣鍗曟洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-03-16 22:46:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad79700e20005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-03-16 22:48:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad79718010006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-03-16 22:48:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad7972b650007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.5', N'2017-03-16 22:48:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad7984d3c000b', N'Chrome', N'1111琚垹闄ゆ垚鍔', N'4', N'192.168.1.5', N'2017-03-16 22:49:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad7996216000d', N'Chrome', N'璇峰亣鍗曟坊鍔犳垚鍔', N'3', N'192.168.1.5', N'2017-03-16 22:50:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad799af3a000f', N'Chrome', N'璇峰亣鍗曞垹闄ゆ垚鍔', N'4', N'192.168.1.5', N'2017-03-16 22:50:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7918f015ad79a824d0010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 22:51:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7aa3f015ad7aa9ad10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 23:09:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7ac56dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 23:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7ac57d00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 23:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7ac57fb0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-03-16 23:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7adae200003', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror reading included file ace/onetomany/cgform_jspBootstrapSubTemplate_one2many.ftl', N'6', N'192.168.1.5', N'2017-03-16 23:12:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7b0a8810004', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate ace/onetomany/cgform_jspListTemplate.ftl not found.', N'6', N'192.168.1.5', N'2017-03-16 23:16:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7bcd2e10008', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.1.5', N'2017-03-16 23:29:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7d85192000c', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''sex'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''sex'' cannot be null', N'6', N'192.168.1.5', N'2017-03-16 23:59:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7dced9d0010', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-03-17 00:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855ad7ac05015ad7dd06700011', N'Chrome', N'閿欒寮傚父: BindException,閿欒鎻忚堪锛歰rg.springframework.validation.BeanPropertyBindingResult: 1 errors -Field error in object ''jformOrderMainEntity'' on field ''orderDate'': rejected value [
璁㈠崟閲戦锛
array['''']]', N'6', N'192.168.1.5', N'2017-04-29 10:08:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb77889b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-04-29 10:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb77942b00001', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%ce%'' ]', N'6', N'192.168.1.5', N'2017-04-29 10:10:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb77942b20002', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%ce%'' ]', N'6', N'192.168.1.5', N'2017-04-29 10:10:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb77945bb0003', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯%'' ]', N'6', N'192.168.1.5', N'2017-04-29 10:10:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb77945be0004', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯%'' ]', N'6', N'192.168.1.5', N'2017-04-29 10:10:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb7794f5e0005', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯scott%'' ]', N'6', N'192.168.1.5', N'2017-04-29 10:10:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bb7781c015bb7794f6e0006', N'Chrome', N'閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like ''%娴嬭瘯scott%'' ]', N'6', N'192.168.1.5', N'2017-04-29 10:10:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc95893015bc958f2970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 21:28:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc95893015bc983fa370001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:15:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc98556e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:16:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc987a0530001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:19:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc987de430002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc98c0fb6000e', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.1.5', N'2017-05-02 22:24:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc98c2f5e000f', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:24:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc98c44e00010', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:24:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc98c92d40011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:24:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc984eb015bc98d145e0012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:25:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc98f23b10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:27:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc98f53470001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:27:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc98fa333000d', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.1.5', N'2017-05-02 22:28:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc98fea06000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:28:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc98ff80d000f', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-02 22:28:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc98fffd00010', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-02 22:28:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc99016ca001c', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.1.5', N'2017-05-02 22:28:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc99024a9001d', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-02 22:28:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc990f1c8001e', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:29:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc990f5b0001f', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc990f5f00020', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc99447490021', N'MSIE 8.0', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:33:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc9949e06002d', N'MSIE 8.0', N'鍒涘缓鎴愬姛', N'3', N'192.168.1.5', N'2017-05-02 22:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc994bbdf002e', N'MSIE 8.0', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-02 22:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc98e4c015bc994f288002f', N'MSIE 8.0', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:33:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc99887015bc9993b6b0000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:38:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc99887015bc99bf2d50001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:41:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc99887015bc99c4f8c0002', N'MSIE 8.0', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc99d1f015bc99dc0250000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 22:43:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc99d1f015bc99e17590001', N'MSIE 8.0', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 22:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b268820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 23:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b26add0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 23:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b26b0d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-02 23:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b303f60006', N'Chrome', N'鐢ㄦ埛: 222娣诲姞鎴愬姛', N'3', N'192.168.1.5', N'2017-05-02 23:06:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b312720009', N'Chrome', N'鐢ㄦ埛: 222鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-05-02 23:06:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b31b29000a', N'Chrome', N'鐢ㄦ埛锛222鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-02 23:06:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9b1e4015bc9b3cc1b000b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-05-02 23:07:35.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9e50b015bc9e565800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 00:01:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9e50b015bc9e5667e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 00:01:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9e50b015bc9e566ad0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 00:01:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9e50b015bc9e5d9180003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 00:02:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9e50b015bc9e63f2d0004', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-05-03 00:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bc9e50b015bc9e655070005', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.5', N'2017-05-03 00:02:47.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bcedf84015bcee114cb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 23:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bcedf84015bcee115c20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 23:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bcedf84015bcee115ec0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-03 23:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd07dc7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-06 17:12:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd07dd730001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-06 17:12:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd07dda00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-06 17:12:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd0829850004', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-05-06 17:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd0855460005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-06 17:12:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd0883830006', N'Chrome', N'JeecgDemo渚嬪瓙: 666琚洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-05-06 17:12:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd08cf320007', N'Chrome', N'JeecgDemo渚嬪瓙: 666琚洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-05-06 17:13:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd08e2da0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-06 17:13:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd08eb340009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-06 17:13:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd092485000a', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯灏忕帇琚洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-05-06 17:13:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bdd0712015bdd096429000c', N'Chrome', N'JeecgDemo渚嬪瓙: 1111琚坊鍔犳垚鍔', N'3', N'192.168.1.5', N'2017-05-06 17:13:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be0cd5c015be0ce94040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 10:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be0cd5c015be0ce947a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 10:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be0cd5c015be0ce94a90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 10:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be0cd5c015be0ce94d20003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 10:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be0cd5c015be0cf2ac70005', N'Chrome', N'鑷畾涔夋ā鏉挎坊鍔犳垚鍔', N'3', N'192.168.1.5', N'2017-05-07 10:48:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be0cd5c015be0cfb25a0006', N'Chrome', N'鑷畾涔夋ā鏉垮垹闄ゆ垚鍔', N'4', N'192.168.1.5', N'2017-05-07 10:49:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be12929015be12997f70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be12929015be12998fc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be12929015be129992a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be12929015be12999560003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be12929015be129e8830004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-07 12:27:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be12929015be12a45c40005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.5', N'2017-05-07 12:28:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e0b15d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 20:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e0b2f30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 20:27:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e0b31d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 20:27:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e19fc80006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-07 20:28:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be32dd8b90009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-07 21:51:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e0c7ae0003', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgAutoListController.do'', method ''GET'', parameters map[''people'' -> array[''''], ''sex'' -> array['''']]', N'6', N'192.168.1.5', N'2017-05-07 20:27:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e0e84f0004', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgAutoListController.do'', method ''GET'', parameters map[''people'' -> array[''12''], ''sex'' -> array['''']]', N'6', N'192.168.1.5', N'2017-05-07 20:27:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e0fead0005', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgAutoListController.do'', method ''GET'', parameters map[''people'' -> array[''12''], ''sex'' -> array['''']]', N'6', N'192.168.1.5', N'2017-05-07 20:27:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e1b5dc0007', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgAutoListController.do'', method ''GET'', parameters map[''people'' -> array[''''], ''sex'' -> array['''']]', N'6', N'192.168.1.5', N'2017-05-07 20:28:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855be2e06c015be2e1c84a0008', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgAutoListController.do'', method ''GET'', parameters map[''people'' -> array[''1''], ''sex'' -> array['''']]', N'6', N'192.168.1.5', N'2017-05-07 20:28:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015bed9a4fe90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-09 22:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015bed9a50e60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-09 22:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015bed9a510b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-09 22:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015beda58d480003', N'Chrome', N'JeecgDemo渚嬪瓙: 娴嬭瘯demo琚洿鏂版垚鍔', N'5', N'192.168.1.5', N'2017-05-09 22:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015beda5e58e0004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-20,10'' at line 1', N'6', N'192.168.1.5', N'2017-05-09 22:38:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015beda5ee3f0005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-20,10'' at line 1', N'6', N'192.168.1.5', N'2017-05-09 22:38:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015beda5ff640006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-20,10'' at line 1', N'6', N'192.168.1.5', N'2017-05-09 22:38:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015beda613410007', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-20,10'' at line 1', N'6', N'192.168.1.5', N'2017-05-09 22:38:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16c7731f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:19:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16c774180001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:19:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16c7744b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:19:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16c7d7ff0003', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-05-17 22:20:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16c9341d0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bed99c5015beda763f60008', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-20,10'' at line 1', N'6', N'192.168.1.5', N'2017-05-09 22:40:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf27a4f015bf27c8e6a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-10 21:11:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf27a4f015bf27c8f8c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-10 21:11:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf27a4f015bf27c8fb70002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-10 21:11:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c490410000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-10 22:30:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c4919f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-10 22:30:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c491ca0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-10 22:30:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c709700003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:33:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c7623d0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c7a9620005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c7b5ad0006', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:33:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2c9577c0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:35:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2ca2fb50008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2d36dea0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:46:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2d3d8d0000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:47:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2d46f12000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:47:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2d4d548000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855bf2c3eb015bf2d50e4e000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.5', N'2017-05-10 22:48:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0190fa015c0191453e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-13 19:28:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0190fa015c019146460001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-13 19:28:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0190fa015c019146760002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-13 19:28:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0190fa015c019342bf0004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.1.5', N'2017-05-13 19:30:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0190fa015c0193695b0006', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-05-13 19:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0190fa015c01937e5c0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-13 19:31:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c05cb48015c05cc8f8b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-14 15:11:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c05cb48015c05cc90810001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-14 15:11:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c05cb48015c05cc90af0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-14 15:11:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0c73fd015c0c7477260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-15 22:12:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0c777a015c0c77b2050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-15 22:16:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0c777a015c0c77b2f90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-15 22:16:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0c777a015c0c77b3280002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-15 22:16:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0c73fd015c0c7582b70001', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/mail/p3MailTSBaseUser.do'', method ''GET'', parameters map[''page'' -> array[''1''], ''pageNo'' -> array[''1''], ''pageSize'' -> array[''20'']]', N'6', N'192.168.1.5', N'2017-05-15 22:14:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c0c73fd015c0c759f560002', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/mail/p3MailTSBaseUser.do'', method ''GET'', parameters map[''page'' -> array[''1''], ''pageNo'' -> array[''12''], ''pageSize'' -> array[''100'']]', N'6', N'192.168.1.5', N'2017-05-15 22:14:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cad78c0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cadc2e0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:23:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cb0e1f0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:23:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cb12820008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:23:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cb4c660009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:24:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cb50aa000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:24:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cb53c6000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:24:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16c64c015c16cb5839000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:24:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cc61560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cc677e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:25:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cc79680002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:25:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cc7e390003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16ccc2110004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:25:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16ccc89a0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:25:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16ccf1580006', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-05-17 22:25:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd1ee10007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd23630008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd2a290009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd2e7c000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd307f000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd34e2000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cd97ad000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.5', N'2017-05-17 22:26:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c16cc05015c16cda90a000e', N'Chrome', N'admin', N'2', N'192.168.1.5', N'2017-05-17 22:26:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c1c8fa30000', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''tsuser0_.dev_flag'' in ''field list''', N'6', N'鏈湴', N'2017-05-18 23:10:51.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c1c90be0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''tsuser0_.dev_flag'' in ''field list''', N'6', N'鏈湴', N'2017-05-18 23:10:53.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c1c90dd0002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''tsuser0_.dev_flag'' in ''field list''', N'6', N'鏈湴', N'2017-05-18 23:10:53.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c1e5ee40003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 23:12:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c1fa0090004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2017-05-18 23:14:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c209c4b0006', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-18 23:15:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c20a8ba0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 23:15:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c20e0370008', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-18 23:15:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c20ea3a0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 23:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c211a5d000b', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-05-18 23:15:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c212189000c', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-18 23:15:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c2134ac000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 23:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c215f45000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-18 23:16:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c1c38015c1c220e9e000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-18 23:16:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c4ab8015c1c4b12ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 00:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c4ab8015c1c4d36d00003', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-19 00:04:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c4ab8015c1c4d51350006', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-05-19 00:04:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c4ab8015c1c4d7d320007', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-19 00:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c1c4ab8015c1c4d90a90008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 00:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a02e70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 23:36:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a03870001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 23:36:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a03b60002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 23:36:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a11b50003', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-19 23:36:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a2e290004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 23:36:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a3c9b0005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-19 23:36:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881855c215991015c215a966c0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-19 23:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cf7ec270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 17:49:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cf7ed330001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 17:49:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cf7ed5c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 17:49:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cf8c4370003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.1.6', N'2017-04-08 17:50:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cfa33200004', N'Chrome', N'admin', N'2', N'192.168.1.6', N'2017-04-08 17:51:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cfa43970005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 17:52:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cfa8b800007', N'Chrome', N'admin', N'2', N'192.168.1.6', N'2017-04-08 17:52:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4cf7aa015b4cfa9bfa0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 17:52:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4d8798015b4d87fa3d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 20:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4d8798015b4d87fb3a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 20:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4d8798015b4d87fb630002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 20:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4d8798015b4d92178a0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.6', N'2017-04-08 20:37:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4dd349015b4dd44b850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 21:50:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e1fd2015b4e21b4360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 23:14:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e1fd2015b4e21b5210001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 23:14:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e1fd2015b4e21b5490002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-08 23:14:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e5f26015b4e5f6efa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-09 00:22:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e6204015b4e628e210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-09 00:25:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e6412015b4e64a5880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-09 00:27:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b4e6412015b521f9d390001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-09 17:50:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865b58568f015b5856df0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.6', N'2017-04-10 22:48:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c3608bd015c360917320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 23:59:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c3608bd015c360918290001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 23:59:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c3608bd015c360918580002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-23 23:59:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c453ed73d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 22:52:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c453ed8340001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-26 22:52:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c454054200002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-05-26 22:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c45474f320006', N'Chrome', N'test琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 23:02:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c45475c750007', N'Chrome', N'閲嶅簡浜ら氬紑鎶曠鎶-JEECG闂娓呭崟琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 23:02:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c4547681e0008', N'Chrome', N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 23:02:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c453e95015c4547c7c3000b', N'Chrome', N'1457926300690琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-05-26 23:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c58a0d1015c58a168220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-30 17:13:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c58a0d1015c58a169200001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-30 17:13:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c58a0d1015c58a169710002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-30 17:13:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c58a0d1015c58a169a20003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-30 17:13:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c58a0d1015c58a169ce0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-30 17:13:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c5eec5e015c5eece41c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 22:33:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c5eec5e015c5eece5270001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 22:33:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c5eec5e015c5eed41980003', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-05-31 22:33:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c5eec5e015c5eed55620004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-05-31 22:33:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c63f3f6015c63f44ab20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 21:59:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c63f3f6015c63f44c770001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-01 21:59:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c63f3f6015c641d205e0002', N'Chrome', N'H5妗堜緥琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-01 22:44:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881865c6c6424015c6c64841e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-03 13:19:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988e889015988e9a3d00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-10 23:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988e889015988ec369a0004', N'IE', N'鐢ㄦ埛: 777娣诲姞鎴愬姛', N'3', N'192.168.1.7', N'2017-01-10 23:08:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988e889015988f6212b0006', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.1.7', N'2017-01-10 23:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988e889015988f632900007', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-10 23:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988f6b9015988f73e1e0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-10 23:20:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988f6b9015988f774bb0001', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-10 23:20:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988f6b9015988ff7a000003', N'IE', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.1.7', N'2017-01-10 23:29:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875988f6b9015988ff85e40004', N'IE', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-10 23:29:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e7d3f00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-12 21:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e841b90001', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:40:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e8caab0003', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.1.7', N'2017-01-12 21:40:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e8d95a0004', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-12 21:40:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e96de10006', N'IE', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.1.7', N'2017-01-12 21:41:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e9a35c0007', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:41:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992e9e9c80008', N'IE', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.1.7', N'2017-01-12 21:42:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992eb2a47000a', N'IE', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.1.7', N'2017-01-12 21:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992ebad5b000c', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.1.7', N'2017-01-12 21:43:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992ebc733000d', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-12 21:44:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992ed2c3f0011', N'IE', N'鐢ㄦ埛: qq娣诲姞鎴愬姛', N'3', N'192.168.1.7', N'2017-01-12 21:45:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992eda23a0015', N'IE', N'鐢ㄦ埛: qq鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:46:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992ee8df00019', N'IE', N'鐢ㄦ埛: qq鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:47:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992efd3d5001a', N'IE', N'鐢ㄦ埛锛歲q鍒犻櫎鎴愬姛', N'4', N'192.168.1.7', N'2017-01-12 21:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f0da90001b', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f17eb00021', N'IE', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:50:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f198b30023', N'IE', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:50:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1ad0c0025', N'IE', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:50:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1c1030027', N'IE', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1d6f60029', N'IE', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-01-12 21:50:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f0e55e001c', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f0f908001d', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f12d80001e', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1660b001f', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f16dc60020', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f190360022', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1a39f0024', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1b7c40026', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f1cbdc0028', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f40030002a', N'IE', N'鍒犻櫎鎴愬姛', N'4', N'192.168.1.7', N'2017-01-12 21:53:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f55c69002b', N'IE', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.1.7', N'2017-01-12 21:54:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f65399002e', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f67968002f', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f6930a0030', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f6a4710031', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875992e76c015992f6fa670032', N'IE', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:56:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875998d719015998d7a7310000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-14 01:19:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875998e4df015998e5337f0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-01-14 01:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b0adba5015b0adc8faa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-26 21:44:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b0add3b015b0ae4f8810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-26 21:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b0af4e0015b0af534d90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-26 22:11:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b0af4e0015b0af536510001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-26 22:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b0af4e0015b0af5367b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-26 22:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1047a3015b1048a0610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-27 23:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1047a3015b1048a15a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-27 23:00:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1047a3015b1048a1820002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-27 23:00:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1047a3015b1048c6220003', N'Chrome', N'鑷畾涔夎〃鍗曟暟鎹垪琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.1.7', N'2017-03-27 23:00:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b152abb015b152b5c090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-28 21:46:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b152abb015b152b5daf0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-28 21:46:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b152abb015b152b5ddc0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-28 21:46:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b152abb015b1537115f000d', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-28 21:59:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b152abb015b153735c2000e', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.7', N'2017-03-28 21:59:51.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f1ceea0000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.7', N'2017-03-29 20:02:09.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f1f11c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f1f34a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f1f3790003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f287340006', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f2cace0009', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:03:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f2d373000a', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-29 20:03:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f2f131000b', N'Chrome', N'鐢ㄦ埛: scott[璐㈠姟]common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:03:23.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f38434000d', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.7', N'2017-03-29 20:04:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f436eb000e', N'Chrome', N'scott', N'2', N'192.168.1.7', N'2017-03-29 20:04:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f453b9000f', N'Chrome', N'鐢ㄦ埛: demo[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:04:54.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f4a7250011', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.7', N'2017-03-29 20:05:15.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f5d2ce0012', N'Chrome', N'demo', N'2', N'192.168.1.7', N'2017-03-29 20:06:32.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f5e37c0013', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:06:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f812690015', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.1.7', N'2017-03-29 20:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19f858900018', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:09:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fb1d55001a', N'Chrome', N'瑙掕壊: 缁忕悊瑙掕壊琚坊鍔犳垚鍔', N'3', N'192.168.1.7', N'2017-03-29 20:12:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fb488f001d', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:12:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fbc5140022', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-29 20:13:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fbe4690023', N'Chrome', N'鐢ㄦ埛: lisi[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:13:10.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fdd1b90024', N'Chrome', N'lisi', N'2', N'192.168.1.7', N'2017-03-29 20:15:16.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fde4510025', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:15:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fe2a500028', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:15:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fe519b002b', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fe80fd002e', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 20:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19fef0ca002f', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-29 20:16:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19ff15250030', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:16:39.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19ff9ab10032', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.7', N'2017-03-29 20:17:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19ffbcab0033', N'Chrome', N'demo', N'2', N'192.168.1.7', N'2017-03-29 20:17:22.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b19ffdbe00034', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:17:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b1a00239f0036', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.1.7', N'2017-03-29 20:17:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b1a03bed70037', N'Chrome', N'scott', N'2', N'192.168.1.7', N'2017-03-29 20:21:44.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b1a03cd580038', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:21:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b1a0f3dcf0039', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-29 20:34:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b1a0f5571003a', N'Chrome', N'鐢ㄦ埛: lisi[閿鍞粡鐞哴common.login.success', N'1', N'192.168.1.7', N'2017-03-29 20:34:24.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b19f141015b1a7e8496003b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.7', N'2017-03-29 22:35:50.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a80a0d30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 22:38:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a84fd8a0002', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.1.7', N'2017-03-29 22:42:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a852c3b0003', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-29 22:43:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a855d580004', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.7', N'2017-03-29 22:43:19.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a8578b80005', N'Chrome', N'demo', N'2', N'192.168.1.7', N'2017-03-29 22:43:26.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a858a260006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 22:43:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a8dd1010007', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-29 22:52:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a8defd30008', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.7', N'2017-03-29 22:52:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a98dacd0009', N'Chrome', N'demo', N'2', N'192.168.1.7', N'2017-03-29 23:04:36.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a98e90d000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-29 23:04:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a9924ac000b', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 23:04:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a994044000c', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 23:05:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a9968a7000d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.7', N'2017-03-29 23:05:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a9998c9000e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.1.7', N'2017-03-29 23:05:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a99fba1000f', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 23:05:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1a8040015b1a9a16a70010', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.1.7', N'2017-03-29 23:05:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f87e5015b1f88436e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-30 22:04:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f87e5015b1f8844a70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-30 22:04:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f87e5015b1f8844d30002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-30 22:04:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1f9b50470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-30 22:25:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1fc092e00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-30 23:06:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1ff46e460003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.7', N'2017-03-31 00:02:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1ff4c57c0004', N'Chrome', N'ssss鍒犻櫎鎴愬姛', N'4', N'192.168.1.7', N'2017-03-31 00:03:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1ff4c5e00005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.7', N'2017-03-31 00:03:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1ff55a1f0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.7', N'2017-03-31 00:03:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b1f9a5e015b1ff60a980007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.1.7', N'2017-03-31 00:04:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246bb0240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-31 20:51:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246bb1b20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-31 20:51:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246bb1da0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-31 20:51:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246d5142000a', N'Chrome', N'admin', N'2', N'192.168.1.7', N'2017-03-31 20:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246d7054000b', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.7', N'2017-03-31 20:53:23.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246dc345000c', N'Chrome', N'demo', N'2', N'192.168.1.7', N'2017-03-31 20:53:44.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b246b3f015b246dd5bc000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-31 20:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b2483e1015b248433390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-31 21:18:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b24aa26015b24b171ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-03-31 22:07:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b38a142015b38a1a5600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-04 19:02:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b38a142015b38a1a67f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-04 19:02:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b38a142015b38a1a6aa0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-04 19:02:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b4393d0015b43945d7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 22:04:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43b718015b43b7d6120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 22:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43b718015b43b7d6ff0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 22:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43b718015b43b7d72a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 22:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43e0cf015b43e1cd970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 23:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43e0cf015b43e1ce800001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 23:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43e0cf015b43e1cea80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 23:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b43e0cf015b43e8e1790003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-06 23:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b488ed4015b489009210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-07 21:17:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b488ed4015b48900d860001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-07 21:17:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b488ed4015b48900dab0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-07 21:17:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b488ed4015b48e6e4440003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-07 22:52:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881875b49037c015b4903d68f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.7', N'2017-04-07 23:24:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028818958ca1f250158ca1f6e340000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.9', N'2016-12-04 21:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc591290000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-07 17:57:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc5b3d50001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-07 17:57:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc5b4e90002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-07 17:57:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc5c93c0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-07 17:57:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc5dbd50004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-07 17:57:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc76cac0012', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-07 17:59:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bc7873e0013', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-07 17:59:16.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bcaa297001b', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-09-07 18:02:40.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bcab154001c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-07 18:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5bc4e3015e5bd010c9001d', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛歋oftware caused connection abort: socket write error', N'6', N'鏈湴', N'2017-09-07 18:08:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5c0557015e5c05b4a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-07 19:07:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5c0557015e5c2c418d0001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2017-09-07 19:49:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881e45e5c0557015e5c2c69550002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2017-09-07 19:49:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60573a015e6057b93d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 15:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60760f015e6076f7480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 15:49:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e607d9b015e607e2e210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 15:57:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e607f81015e607fdc7f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 15:59:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6082e6015e608349560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 16:02:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a4bc6c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 16:39:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a52a0a0001', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-09-08 16:39:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a532ed0002', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-09-08 16:39:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a56e690003', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-09-08 16:40:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a576c50004', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-09-08 16:40:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a57c320005', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-09-08 16:40:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a58f130006', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'3', N'鏈湴', N'2017-09-08 16:40:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60a46e015e60a59a1d0007', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'3', N'鏈湴', N'2017-09-08 16:40:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60b4b7015e60b515840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 16:57:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60b4b7015e60b6153f0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-08 16:58:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60bcda015e60bd271e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 17:06:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60c4b0015e60c4ff440000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 17:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60d87d015e60d8c6f60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 17:36:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60da8b015e60dadc250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 17:38:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e60def6015e60df45e80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 17:43:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e612b0a015e612b71270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:06:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e613333015e61337bbf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:15:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e613660015e6136b2bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:18:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e613660015e6137c1d30001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-08 19:19:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e613660015e613f5d660002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e614432a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-09-08 19:33:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6144fd7c0003', N'Chrome', N'admin', N'2', N'127.0.0.1', N'2017-09-08 19:34:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e61450e220004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-09-08 19:34:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e614589e10005', N'Chrome', N'admin', N'2', N'127.0.0.1', N'2017-09-08 19:35:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6145a3b40006', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'127.0.0.1', N'2017-09-08 19:35:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6145be950007', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-09-08 19:35:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6145cf9a0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:35:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6146360b000a', N'Chrome', N'admin', N'2', N'127.0.0.1', N'2017-09-08 19:35:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6146497d000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-09-08 19:35:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6146588b000c', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-08 19:35:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e61467351000d', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-08 19:36:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6147a827000e', N'Chrome', N'scott', N'2', N'127.0.0.1', N'2017-09-08 19:37:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6147e6ea000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:37:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6148f4190010', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-08 19:38:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e614904780011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:38:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e614917ee0012', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-08 19:38:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e61492ba00013', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-08 19:38:58.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e6149f7740014', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-09-08 19:39:51.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f05e6143eb015e614a18100015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-08 19:39:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e6f6706015e6f678bea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-11 13:26:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e6f6706015e6f685e140002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-11 13:27:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e6f6706015e6f68712c0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-11 13:27:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e6f798b015e6f79e44d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-11 13:46:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e6f7f53015e6f7fc6ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-11 13:53:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e6fc062015e6fc0bcc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-11 15:04:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e748cc1015e748f22020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 13:28:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74d48c920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 14:44:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74d5d82c0002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-09-12 14:45:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74d5ed1a0003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-12 14:45:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74d5f6160004', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-12 14:45:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74d791420005', N'Chrome', N'榛戝悕鍗曟洿鏂版垚鍔', N'5', N'鏈湴', N'2017-09-12 14:47:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74dadd090007', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-09-12 14:50:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74daec560008', N'Chrome', N'榛戝悕鍗曟洿鏂版垚鍔', N'5', N'鏈湴', N'2017-09-12 14:50:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74daf87f0009', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-12 14:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74df6c1c000b', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-09-12 14:55:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e74d123015e74df79e1000c', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-12 14:55:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e751e80200000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 16:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e75205f770001', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-12 16:06:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e752071ae0003', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-09-12 16:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e752106010004', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-12 16:07:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e75212c5e0006', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-09-12 16:07:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e7521a4190007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-12 16:08:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e7521bee20008', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'鏈湴', N'2017-09-12 16:08:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e752219ad0009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-12 16:08:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e7523d881000a', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:10:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e7523e1a5000b', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e75246425000c', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:11:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e75258112000d', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:12:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e751d2a015e75264274000e', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:13:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7529c0015e752abeb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 16:18:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7529c0015e752b53430001', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:18:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7529c0015e752b5fc20002', N'Chrome', N'婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-12 16:18:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7529c0015e7531e5a00003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 16:25:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7536e1015e7537a97b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 16:32:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7536e1015e756717ec0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 17:24:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7567aa015e7568066f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-12 17:25:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78c396015e78ca313b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 09:11:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78c396015e78cab56b0001', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'鏈湴', N'2017-09-13 09:11:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78cde0015e78ce6b6e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 09:15:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e78ffc35b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 10:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e790047ea0001', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-13 10:10:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79005ca80002', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-13 10:10:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e790068590003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 10:10:23.000', N'3', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7902f3540007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 10:13:10.000', N'3', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79030d1d0008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 10:13:16.000', N'3', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e790324430009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 10:13:22.000', N'3', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79032981000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 10:13:23.000', N'3', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e790340a8000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 10:13:29.000', N'3', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79035c18000c', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-09-13 10:13:36.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79037010000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 10:13:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79043a1f000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-13 10:14:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79044684000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79045b8d0010', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-13 10:14:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7904709e0011', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-13 10:14:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e791066b80016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 10:27:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7924006e0017', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 10:49:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e79259b7c001a', N'Chrome', N'666琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925a39b001b', N'Chrome', N'666琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925c699001c', N'Chrome', N'333琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925cc9c001d', N'Chrome', N'222琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925d1b8001e', N'Chrome', N'111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925d6e8001f', N'Chrome', N'777琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925dbfd0020', N'Chrome', N'6666琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925e2290021', N'Chrome', N'222琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925e7820022', N'Chrome', N'111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e78ff61015e7925efbd0023', N'Chrome', N'999琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-09-13 10:51:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e792c15015e792c53190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 10:58:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7a1e41a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 15:22:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7a1f811e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 15:23:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7a2b22e30002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 15:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7a2fd55d0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-09-13 15:41:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7a501e6d0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 16:17:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7a7c47600006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 17:05:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7ad96d790007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 18:47:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7ada82390008', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-13 18:48:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7adb05270009', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-09-13 18:48:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7adb1c64000a', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-13 18:48:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7a1d31015e7adb29bb000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 18:48:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7ae182015e7ae2561e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 18:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7afc57015e7afcac5b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-13 19:25:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e184a015e7e1897150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 09:54:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e1cc1015e7e1d07e80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 09:59:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e1cc1015e7e1eefb00004', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犳坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-09-14 10:01:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e1cc1015e7e1f2acd0008', N'Chrome', N'娴嬭瘯澶氭枃浠朵笂浼犳洿鏂版垚鍔', N'5', N'鏈湴', N'2017-09-14 10:02:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7e8044500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 11:48:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c475c90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 19:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c56ec60002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-06-17 19:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c593d10004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-17 19:17:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c59f060005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 19:17:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c68dcc0006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-17 19:18:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c6965d0007', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-17 19:18:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb5c3e6015cb5c6aa250008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 19:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb6188b015cb618f28b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 20:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb6431a015cb643b66d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 21:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cb6431a015cb672107a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-17 22:25:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cba5b24730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 16:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cba5b269f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 16:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cba5b79ba0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 16:39:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cba5bf3490003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 16:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb12c46b0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 19:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb12e99d0005', N'Chrome', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'4', N'鏈湴', N'2017-06-18 19:59:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb12f20a0006', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-18 20:00:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb1300280007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 20:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb1371850008', N'Chrome', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'4', N'鏈湴', N'2017-06-18 20:00:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb13f07f0009', N'Chrome', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'4', N'鏈湴', N'2017-06-18 20:01:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cba5ac5015cbb144ca1000a', N'Chrome', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'4', N'鏈湴', N'2017-06-18 20:01:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cbb14d2015cbb15130e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-18 20:02:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cbb14d2015cbb1534500001', N'Chrome', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'4', N'鏈湴', N'2017-06-18 20:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cbb14d2015cbb1685660002', N'Chrome', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'4', N'鏈湴', N'2017-06-18 20:03:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5dea0015cc5dfe93e0000', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:20:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5dea0015cc5e006c20001', N'MSIE 8.0', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''clickFunctionId'' -> array[''4028ef8155fd32e40155fd344cddd3'']]', N'6', N'鏈湴', N'2017-06-20 22:20:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5dea0015cc5e21b820002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:22:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5e64b570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:27:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5e64d8e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:27:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5e916780002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 22:30:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5e924420003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:30:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5e9284b0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:30:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5ea107b0005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 22:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5ea48aa0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:31:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5ea4c7e0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:31:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5eb27d60008', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 22:32:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5eb34730009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:32:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5eb3867000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:32:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5eda75c000b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-06-20 22:35:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5edaf35000c', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-20 22:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5e5ef015cc5edbc88000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:35:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f388e00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:41:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f38b570001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-20 22:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f440be0004', N'Chrome', N'9999琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-20 22:42:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f4ad040006', N'Chrome', N'0808080琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-20 22:42:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f54acd0009', N'Chrome', N'99999999000000琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-20 22:43:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f5551e000a', N'Chrome', N'1111琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-20 22:43:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f55d8a000b', N'Chrome', N'ddd琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-20 22:43:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cc5f324015cc5f5640d000c', N'Chrome', N'dfdfdf琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-20 22:43:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cd08920015cd0897bc90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 00:01:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cd08920015cd0897e0e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-23 00:01:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cdd5fc3015cdd603f350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-25 11:51:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cde5e9e015cdeba39e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-25 18:09:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cdf80b7015cdf821ea10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-25 21:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825ce4e9ba015ce4ea16e50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 22:59:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825ce4e9ba015ce4ea1b9c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 22:59:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825ce4e9ba015ce4ea5b020002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 22:59:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825ce4e9ba015ce4eae6bc0003', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 23:00:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825ce4e9ba015ce506c6eb0004', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-26 23:30:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea0206015cea027fe80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-06-27 22:44:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea088ec00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 22:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea0891630001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 22:50:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea08c4c10003', N'Chrome', N'瑙掕壊: ddd琚坊鍔犳垚鍔', N'3', N'鏈湴', N'2017-06-27 22:51:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea08ed490004', N'Chrome', N'瑙掕壊: ddd琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2017-06-27 22:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea098c540005', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-06-27 22:51:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea09b6a30006', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-06-27 22:52:04.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea0cf7370007', N'Chrome', N'demo', N'2', N'鏈湴', N'2017-06-27 22:55:37.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea06cc015cea0d05d80008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 22:55:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2077015cea20cecd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2077015cea20d1650001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:17:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea27a3720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea27a5ba0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea27dcae0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:24:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea27e0eb0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:25:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea2a88870004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:27:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea2a8cbf0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:27:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cea2712015cea2aa64a0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-27 23:28:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cee1b21015cee1b7be90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-28 17:49:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cee1b21015cee1b7e640001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-28 17:49:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825cee1b21015cee24ba700002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-28 18:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825d31cca1015d31cd3b370000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-11 21:18:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825d31cca1015d31cd7cb90001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-11 21:18:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883825d31cca1015d31d6d7c80002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-07-11 21:29:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883865d8ea780015d8ea7d0b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-07-29 22:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883875dadbc3a015dadbc99920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 22:53:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883875dadbc3a015dadbd7c890001', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-04 22:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883875dbd53dc015dbd55c5540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-07 23:35:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402883875dcc6db9015dcc6e8df00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 21:56:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a3f7e02015a3f7e5c820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-02-15 09:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a3f7e02015a3f90f6e50001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.43.247', N'2017-02-15 10:19:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a3f7e02015a3f917c2b0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-02-15 10:19:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a3f7e02015a3f928b010003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.43.247', N'2017-02-15 10:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a3f7e02015a3f92b90c0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-02-15 10:21:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a3f7e02015a3f94e0950005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cms_menu'' doesn''t exist', N'6', N'192.168.43.247', N'2017-02-15 10:23:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775a63bc1b015a63bc9cf70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-02-22 10:53:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa3d1d015afa4258880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:22:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa3d1d015afa42597a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:22:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa3d1d015afa4259a30002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:22:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa55b8580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:43:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa55bac00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:43:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa55baec0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:43:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5750ac0003', N'Chrome', N'admin', N'2', N'192.168.43.247', N'2017-03-23 16:45:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5777df0004', N'Chrome', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:45:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa57a9730005', N'Chrome', N'admin', N'2', N'192.168.43.247', N'2017-03-23 16:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa57bb6f0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.43.247', N'2017-03-23 16:45:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5958d30016', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.43.247', N'2017-03-23 16:47:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5a35dd0017', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.43.247', N'2017-03-23 16:48:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5b24d20018', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.43.247', N'2017-03-23 16:49:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5bf2850019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.43.247', N'2017-03-23 16:50:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5bf8df001a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.43.247', N'2017-03-23 16:50:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5c948c002b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.43.247', N'2017-03-23 16:50:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775afa555c015afa5cabba002c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.43.247', N'2017-03-23 16:51:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775c7b1238015c7b12fda70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 09:44:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775c7b27bd015c7b2825f20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 10:07:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775c7b27bd015c7b2973810002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-06-06 10:08:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775c7b396b015c7b39b9670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-06-06 10:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca0d85c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 10:51:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca0e0a6f0010', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-10 10:51:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca0e12bd0011', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-10 10:51:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca2e5b3c0012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 11:27:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca32133d0013', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''and (tableName linke ''%custom%'')'' at line 1', N'6', N'鏈湴', N'2017-08-10 11:31:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca3272a70014', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''and (tableName like ''%custom%'')'' at line 1', N'6', N'鏈湴', N'2017-08-10 11:31:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca32ea650015', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''tableName'' in ''where clause''', N'6', N'鏈湴', N'2017-08-10 11:32:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca3fccbf0017', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-08-10 11:46:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca41835e0019', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2017-08-10 11:47:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca41fc50001c', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-08-10 11:48:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ab775dca0d1b015dca421229001d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-10 11:48:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526268a7ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-21 12:19:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526268fcf90002', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-01-21 12:19:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626919130003', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-21 12:20:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626935b10004', N'IE', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626943900005', N'IE', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262694a3d0006', N'IE', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526269ccf90008', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:20:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626a1945000a', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626a5f60000c', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626aaa9e000e', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626bb7b40010', N'IE', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626bcfc00011', N'IE', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:22:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626c4dc20013', N'IE', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626f11830015', N'IE', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626f9c9d0017', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152626ff8e60018', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152627002d10019', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:27:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262700dba001a', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152627151d9001b', N'Chrome', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:28:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262716cbd001c', N'Chrome', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:29:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262717997001d', N'Chrome', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:29:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152627180ab001e', N'Chrome', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-01-21 12:29:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526271b8750020', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:29:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526271d2e40022', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526271e82e0024', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262720b0b0026', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:29:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152627234a40028', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d40152627286e7002a', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526272bf06002c', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:30:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262731450002e', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d4015262735be50030', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:31:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526273c06a0032', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:31:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526273ee790034', N'IE', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:31:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81526266d401526274177e0036', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-01-21 12:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815269d9e8015269da52990000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-22 23:01:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815269d9e8015269da9b220001', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgDynamGraphConfigHeadController.do'', method ''GET'', parameters map[''title'' -> array[''t_s_log''], ''popmenulink'' -> array[''''], ''url'' -> array[''cgDynamGraphController.do?list'']]', N'6', N'192.168.111.1', N'2016-01-22 23:01:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815269e168015269e3f89a0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-22 23:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815295b31a015295b3bcc20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-31 11:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815295d24f015295d4b8be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-31 11:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81529631ff01529632790d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-01-31 13:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152a5142c0152a514c7170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-03 11:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f238ee0152f2397fd30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-18 10:33:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815269e168015269e5557e0001', N'Firefox', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgDynamGraphConfigHeadController.do'', method ''GET'', parameters map[''title'' -> array[''t_s_log''], ''popmenulink'' -> array[''''], ''url'' -> array[''cgDynamGraphController.do?list'']]', N'6', N'192.168.111.1', N'2016-01-22 23:13:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f238ee0152f23aaae30001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-18 10:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f238ee0152f23b1e8d0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-18 10:35:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f8edaa0152f8ef300a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-19 17:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f8f4870152f8f70b6b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-19 17:58:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f91fdea20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-19 18:42:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f92115b30001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-19 18:44:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f925a2460002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-19 18:48:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f926a7d70003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-19 18:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f926e9980004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-19 18:50:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f927835c0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-19 18:51:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f91f280152f927b7580006', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-02-19 18:51:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f928420152f929a92a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-19 18:53:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8152f934210152f934916b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-19 19:05:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153167993d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 11:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153167a9fd80001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-02-25 11:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153167bbfb10002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153167e5eb20003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:34:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153167ede5f0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-02-25 11:35:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153167ef9f30005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 11:35:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153168b2e0e0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:48:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153168ea1910007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:52:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153169162c40008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:55:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316775501531691ded20009', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-02-25 11:56:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153167755015316926d4b000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531677550153169281c2000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:56:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316775501531692f425000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 11:57:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316775501531696eb22000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c0153169da9120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 12:09:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c0153169edac00001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:10:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c015316a1fff70002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:13:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c015316a400730003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c015316a594d10004', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-02-25 12:17:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c015316a5e89c0005', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-02-25 12:18:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153169d3c015316a60d7d0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316aac9015316ab2c530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 12:23:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316aac9015316ab6bbb0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:24:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316aac9015316abd5690002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:24:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316aac9015316ac02310003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 12:24:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316aac9015316ad38980004', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-02-25 12:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316dbb2015316dcc2cb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:17:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316dbb2015316dd16840001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 13:18:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316dbb2015316dd21dd0002', N'Chrome', N'閿欒寮傚父: NonUniqueResultException,閿欒鎻忚堪锛歲uery did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:18:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316dbb2015316dd60e90003', N'Chrome', N'閿欒寮傚父: NonUniqueResultException,閿欒鎻忚堪锛歲uery did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:18:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316dbb2015316ddd5a40004', N'Chrome', N'閿欒寮傚父: NonUniqueResultException,閿欒鎻忚堪锛歲uery did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:19:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316dbb2015316dfc5400005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 13:21:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316e16c015316e1c5170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:23:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316e16c015316e203960001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-25 13:23:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316e59c015316e6aa190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316fef1015316ff67ea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815316fef10153171e979c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 14:29:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153174da80153174e5d3b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153174da80153174ee4f00001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-02-25 15:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153174da80153174f016d0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153174da80153174f3e4a0003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-02-25 15:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153174da80153174fa9a80004', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:23:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815318148a0153181567ad0002', N'Firefox', N'JeecgDemo渚嬪瓙: 1琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-02-25 18:59:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815318148a01531815ec8a0004', N'Firefox', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-02-25 19:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153183e5b0153183ecacf0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-25 19:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531ba2b701531ba3109a0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 11:33:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531be0f101531be15c650000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:41:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531be36d01531be3d6ae0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:43:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531be36d01531be5ab570001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531be36d01531be602740002', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-02-26 12:46:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531be36d01531be620e80003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:46:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531bf0da01531bf14d360000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531bf0da01531c105f070001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 13:32:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c722301531c72ab4a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:19:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8aab01531c8b2fef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:46:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c906b5e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:52:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c9107ed0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c91e5ae0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-02-26 15:53:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c945a720003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:56:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c981dd50004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 16:00:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c99e7820005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-02-26 16:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531c8f4501531c9b834f0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-26 16:04:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531cc57c01531cc5e01b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 16:50:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531d2bb801531d2cb2000000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 18:43:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531d45d401531d4638d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-26 19:10:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531d45d401531d4699e50001', N'Chrome', N'閿欒寮傚父: Exception,閿欒鎻忚堪锛氭柟娉曞弬鏁版暟鐩>=2锛屾柟娉曞繀椤讳娇鐢ㄦ敞閲婃爣绛継Arguments', N'6', N'192.168.111.1', N'2016-02-26 19:11:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81531d45d401531d48b8820002', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛欼ndex: 0, Size: 0', N'6', N'192.168.111.1', N'2016-02-26 19:13:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532abfd901532accb0ca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 10:12:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532abfd901532ad37dc40002', N'Chrome', N'缁勭粐鏈烘瀯 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-02-29 10:20:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532abfd901532ad3a01b0003', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-02-29 10:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532abfd901532ad3aef30004', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-02-29 10:20:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532abfd901532af277ad0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 10:54:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b011701532b016eec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b011701532b02e51f0001', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛欼ndex: 0, Size: 0', N'6', N'192.168.111.1', N'2016-02-29 11:12:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b0ae401532b0b5fa50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b0ae401532b0d668b0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-02-29 11:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b0ae401532b259d220004', N'Chrome', N'閿欒寮傚父: Exception,閿欒鎻忚堪锛氭柟娉曞弬鏁版暟鐩>=2锛屾柟娉曞繀椤讳娇鐢ㄦ敞閲婃爣绛継Arguments', N'6', N'192.168.111.1', N'2016-02-29 11:49:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b0ae401532b2709fd0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b0ae401532b279c350006', N'Chrome', N'1212琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-02-29 11:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b40f901532b417a490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 12:20:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b785301532b78b39a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:20:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b785301532b7e1bbf0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:26:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b785301532b8028290002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b820801532b82a5b90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b820801532b835d900001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:32:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b89c8790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:39:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b8b14c30001', N'Chrome', N'鐢ㄦ埛锛歴cott婵娲绘垚鍔!', N'5', N'192.168.111.1', N'2016-02-29 13:40:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b926cc20002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-02-29 13:48:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b93cf210004', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-02-29 13:50:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b93fa1f0006', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-02-29 13:50:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b943c4f0008', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-02-29 13:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b98825d0009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-02-29 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532b99080c000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:56:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532bb05f11000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:21:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532bb40702000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:25:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532bb55c0f000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:26:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532b894f01532bcef469000e', N'Chrome', N'JeecgDemo渚嬪瓙: 11琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-02-29 14:54:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532bd29601532bd467e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:00:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532bd29601532bd816190001', N'Chrome', N'閿欒寮傚父: Exception,閿欒鎻忚堪锛氭柟娉曞弬鏁版暟鐩>=2锛屾柟娉曞繀椤讳娇鐢ㄦ敞閲婃爣绛継Arguments', N'6', N'192.168.111.1', N'2016-02-29 15:04:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532bd29601532bdc91c10002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:09:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532be19101532be2b6970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:16:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532be19101532be345f10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c44c601532c4612d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:05:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c44c601532c4618210001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:05:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c538801532c53f71f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c538801532c541d3a0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-02-29 17:20:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c5dc001532c5e301e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:31:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c68ba01532c69289d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c72ca01532c7371eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81532c72ca01532c7fe6a90001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-02-29 18:08:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330045e01533004d3070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 10:32:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330045e0153300579a60001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 10:32:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330045e0153300fb4d40002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 10:44:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533051360153305239430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 11:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330513601533054f8200001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 11:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533051360153305bbd1e0003', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 12:07:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533051360153305bfdfa0005', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 12:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533051360153305c34480007', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 12:07:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533051360153305c60ed0009', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 12:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330513601533068f4fe000a', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array[''''], ''tableName'' -> array[''jform_leave''], ''mode'' -> array[''onbutton'']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533051360153306933c7000b', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array[''''], ''tableName'' -> array[''jform_leave'']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153305136015330693e9e000c', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153306b570153306bc5d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:24:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153306b57015330709f9a0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 12:30:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153306b57015330756a6d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153306b570153307617f40003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-01 12:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153307c0c0153307c73350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:42:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330ad40015330adeb8c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 13:36:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330ad40015330ae9daa0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 13:37:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330ad40015330b27e230002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 13:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330ad40015330b52af60003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 13:44:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330ad40015330b58da00004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 13:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330b8b2015330b907a80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 13:49:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330b8b2015330b97e810001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 13:49:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330c86f015330c8d17b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 14:06:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330cd05015330cd5c140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 14:11:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330cd05015330d1a05b0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 14:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330cd05015330d431330002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 14:18:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815330cd05015330d4b3890003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 14:19:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153319dae0153319e2b9d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 17:59:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331a4e4015331a54d970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331b7c1e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:27:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331b8595f0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-01 18:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331b87b0d0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331b90afe0005', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 18:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331c380390008', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 18:40:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331c3d4a3000a', N'Chrome', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.111.1', N'2016-03-01 18:40:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b759015331c6e1cf000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815331b75901533201c426000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 19:48:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153323e0f0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 20:54:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153323f59380001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 20:55:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153324518430002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-01 21:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153324546800003', N'Chrome', N'鐢ㄦ埛: scott[閿鍞粡鐞哴common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:01:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c015332461ea60004', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-03-01 21:02:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c015332463ec90005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:02:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153325bfba90006', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 21:26:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153325c14080007', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-01 21:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153323d4c0153325fdcd10008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815332609301533261155c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:32:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815332609301533261b5310001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:32:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153326093015332667e5d0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-01 21:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815332609301533266c14f0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:38:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815332609301533266e1160004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-01 21:38:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153326093015332670dd10005', N'Chrome', N'鐢ㄦ埛: scott[閿鍞粡鐞哴common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:38:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533270950153327131790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:49:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815334fed3015334ffe0560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 09:44:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153350aca0153350b3b280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 09:57:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153350aca0153351700100001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:10:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153350aca01533521f40c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153350aca0153352278a70003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:22:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335394101533539e8160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:48:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353b48560001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-02 10:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353b48c00002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-03-02 10:49:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353b53ff0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-03-02 10:49:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353b595b0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-03-02 10:49:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353c1cfa0006', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 10:50:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353d1b790016', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-02 10:51:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353d400f0017', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 10:51:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353d504e0018', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 10:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533539410153353d94300019', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-02 10:52:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e60153355162c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 11:13:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e6015335712eb70001', N'Chrome', N'閿欒寮傚父: TypeMismatchException,閿欒鎻忚堪锛歅rovided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:48:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e6015335714aea0002', N'Chrome', N'閿欒寮傚父: TypeMismatchException,閿欒鎻忚堪锛歅rovided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:48:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e601533571731c0003', N'Chrome', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "sss"', N'6', N'192.168.111.1', N'2016-03-02 11:49:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e60153357215e80004', N'Chrome', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "sss"', N'6', N'192.168.111.1', N'2016-03-02 11:49:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e6015335722f920005', N'Chrome', N'閿欒寮傚父: TypeMismatchException,閿欒鎻忚堪锛歅rovided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:49:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533550e601533572c9430006', N'Chrome', N'閿欒寮傚父: TypeMismatchException,閿欒鎻忚堪锛歅rovided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:50:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335734b01533574434a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 11:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153358c0f0153358c893d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 12:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335c239400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335c605de0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-02 13:21:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335c62b7c0002', N'Chrome', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335c864c10004', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-02 13:23:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cae1ec0005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-02 13:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cafd4c0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cde0ee0007', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-02 13:29:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335ce05af0009', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 13:30:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cefdc3001a', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-02 13:31:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cf21eb001b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 13:31:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cf3e4a001c', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 13:31:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cf52f0001d', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 13:31:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335cfbc28001e', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-02 13:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335d1094c001f', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-02 13:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335d12d0b0021', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-02 13:33:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815335c1da015335d1cfd30022', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-02 13:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336aac2015336ab34bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 17:31:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336ccde015336cfa3470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:11:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336ccde015336d00e5c0002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-02 18:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336ccde015336d0b56c0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-02 18:12:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336ccde015336d0da9f0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:12:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336e8df015336e945dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:39:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336e8df015336eaa78a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336e8df015336eb19d40002', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-02 18:41:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336e8df015336eb48d40003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-02 18:41:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336e8df015336eb718c0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:41:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336f25a015336f2be5f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:49:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815336f6b4015336f713c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:54:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a674c01533a69e8d90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 10:58:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a674c01533a6dcfca0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:03:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a7903930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a792aec0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-03 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a794f8b0002', N'Chrome', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a79ac830004', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-03 11:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a7a53ae0006', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-03 11:16:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a7b5f050007', N'Chrome', N'Language update success', N'5', N'192.168.111.1', N'2016-03-03 11:17:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a788e01533a7ba9cd0009', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-03 11:18:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533a9fa85b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533aa8c0210001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-03 12:07:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533aaa18650002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-03 12:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533aac3de20003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-03 12:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533aad26f70004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-03 12:12:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533aad7ad00005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-03 12:12:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533a9f1b01533aadf93f0006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-03 12:13:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533c02db01533c03540a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533c078201533c07f4b40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:31:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533c078201533c08b2170002', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-03 18:31:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533c078201533c08e2790004', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-03 18:32:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533c0a9201533c0aff8e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533c0a9201533c0b59e40001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-03 18:34:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533ca47401533ca4dcf50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 21:22:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533ca47401533ca5722f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-03 21:23:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fb28201533fb35ef40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 11:37:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fb58c01533fb607580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 11:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fb58c01533fb699140001', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-04 11:40:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fb58c01533fb6a3d70002', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-04 11:40:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fdf4e01533fdfae980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 12:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fdf4e01533fe01e250001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 12:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81533fdf4e01533fe376780002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 12:29:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402734120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:43:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c6015340278a000001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:44:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402920fc0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402a16230003', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:46:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402a93b50004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:47:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402b34d70005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402b72ab0006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:48:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402bc3660007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:48:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402c06d50008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:49:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534026c60153402c83160009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 13:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae01534037f4980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:02:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae015340385b470001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae01534038b42b0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:02:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae01534038dff30003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:03:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae0153403918f20004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:03:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae0153403955550005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:03:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae0153403993920006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:03:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae01534039d7ad0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:04:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae0153403a39f30008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:04:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae01534058977e0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534034ae0153405b5030000a', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf0153405dcbe40000', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf0153405ee05a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf0153405f29470002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf0153405f917b0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:45:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf01534060ea260004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf0153406250540005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:48:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153405cbf01534062d6650006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-04 14:48:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534f989901534f997fc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 13:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534f989901534fa0ffb50001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-07 13:51:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534f989901534fa213c80002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-07 13:52:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81534fa92f01534fa9a2ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 14:00:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535017ec015350185bd90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153501b6c0153501c0a570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:05:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153501d570153501dbbb00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:07:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153502d400153502dc8fd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:24:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535030ec0153503145a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:28:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815350357601535035ea8c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:33:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535036e0015350374d550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535049b40153504a2b3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:55:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153504cbb0153504dbcea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:59:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815350511401535052635e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:04:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535054e3015350553deb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:07:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505a220153505b50fc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:14:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505cdd0153505d33da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:16:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505e790153505ed1b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:18:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505e790153505f95870001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:19:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505e790153505ff8760002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-07 17:19:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505e7901535062ad0b0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-07 17:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153505e7901535062d41d0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-07 17:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153506a0e0153506a7bb90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:31:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153506df30153506e61410000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153506df30153506f89e40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815351c75c015351c8548b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-07 23:53:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815353f2a1015353f325180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-08 09:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815353f2a1015353f3b2740001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-08 09:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815354c0d1015354c1717e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-08 13:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815355507301535550f6b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-08 16:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535550730153555195eb0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-08 16:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153569723015356977a820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-08 22:18:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535f0b3101535f0cd1de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 13:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535f0b3101535f2f03710001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 14:20:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535f4b9201535f4ca88d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 14:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fcf3001535fcfd6990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 17:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff5101535fffd4a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff5101536000e7c50002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-10 18:09:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff5101536001523f0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-10 18:10:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff51015360016b130004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-10 18:10:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff5101536001bbce0006', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-10 18:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600a570d0008', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-10 18:20:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600a6a340009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-10 18:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600a86b6000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:20:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600af571000e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-10 18:20:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600b1745000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600d83010010', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-10 18:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600d89470011', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-10 18:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153600d94e90012', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-10 18:23:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153601d72d90013', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-10 18:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153601d7b3e0014', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-10 18:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81535fff510153601d884d0015', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-10 18:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536125ed015361266ea60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-10 23:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec01536376b76c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 10:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec0153637a3f2c0001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-11 10:21:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec0153637a49620002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-11 10:21:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec0153638247a70003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-11 10:29:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec01536388bfb00004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-11 10:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec01536388d1ad0005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-11 10:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec015363a3721c0006', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-11 11:06:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536375ec015363a4082b0007', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-11 11:06:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815363bf6c015363c07eed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815363c2cf015363c351a50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815363c2cf015363cc3db70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:50:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815363cfbb015363d0118b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:54:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815363cfbb015364289c220001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 13:31:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815363cfbb0153645f38d90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 14:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81536473a401536473f8a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-11 14:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd01537312a05c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd01537313462a0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 11:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd01537313cc030005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:03:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd01537313f4400006', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭病鏈夋壘鍒拌鍔ㄦ佸垪琛', N'6', N'192.168.111.1', N'2016-03-14 11:03:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731958820008', N'Chrome', N'鍥剧墖琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-14 11:09:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731abbea0009', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:10:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731ace5d000a', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 11:10:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731b1455000b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731b7fb2000c', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 11:11:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731bcd67000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731c8dd5000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:12:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731e1336000f', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭病鏈夋壘鍒拌鍔ㄦ佸垪琛', N'6', N'192.168.111.1', N'2016-03-14 11:14:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153731f1fb70011', N'Chrome', N'瑙掕壊: 12.0琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-14 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153732379d20014', N'Chrome', N'瑙掕壊: 姗樿壊琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-14 11:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153732941210015', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭病鏈夋壘鍒拌鍔ㄦ佸垪琛', N'6', N'192.168.111.1', N'2016-03-14 11:26:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd01537329a1e40016', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:27:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153732b003c0017', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 11:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153732b315a0018', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 11:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153732b4b250019', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:28:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537311bd0153732b65b0001a', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭病鏈夋壘鍒拌鍔ㄦ佸垪琛', N'6', N'192.168.111.1', N'2016-03-14 11:28:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f420153732fb4840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f42015373313f750001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭病鏈夋壘鍒拌鍔ㄦ佸垪琛', N'6', N'192.168.111.1', N'2016-03-14 11:35:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f42015373329af80002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:36:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f4201537333039b0003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:37:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f42015373332f890004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:37:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f420153733339a70005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 11:37:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f420153733355a40006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:37:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f4201537333dc0e0007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 11:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f42015373350d100008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 11:39:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f420153733517350009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 11:39:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153732f420153733541ae000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153735b310153735bb8180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:21:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153735f2d0153735fa2420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:26:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153736216015373631db50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373656a01537365c5b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:32:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373656a0153736711e40002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-14 12:34:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373656a015373675f2c0004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-14 12:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373656a01537367870f0007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 12:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373656a01537367a3810008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:34:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373c803015373c8cbc40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 14:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373eb39ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 14:58:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373edf31a0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 15:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373ee13a50002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:01:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373ee54c80003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373ee5e590004', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 15:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373eeb96d0006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 15:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373eed5a60007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373ead3015373f124f90008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373f7b6015373f8195b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:12:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373f7b6015373f889fd0001', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 15:13:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015373fbf8e00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015373fcb0b00001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015373fd87c40002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:18:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015373fef2130004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-14 15:20:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015373ff526a0006', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-14 15:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb5301537400590c0009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-14 15:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015374008154000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb530153740129ad000b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:22:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb5301537402a1d4000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:24:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb53015374044052000d', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:25:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb5301537404ba1b000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:26:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb5301537406bea80010', N'Chrome', N'鍥剧墖琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-14 15:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb5301537406e7480011', N'Chrome', N'鍥剧墖琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-14 15:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb530153740b6d3f0012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815373fb530153740b7e8f0013', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 15:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153740f9f0153741003df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:38:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153740f9f015374114ed00001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-14 15:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153740f9f01537411b7bd0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-14 15:40:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153742ccf0153742d4e780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 16:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815374582e01537458e20d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153745a470153745aaf0b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:00:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153745a470153745b01c00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:00:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153745d430153745d9e300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:03:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153745f560153745fc8220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815374dc7b015374dcfc050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 19:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153755bdb0153755db5d10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-14 21:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153755bdb0153755e0e330002', N'Chrome', N'鍥剧墖琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-14 21:43:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153755bdb0153755e5ea30003', N'Chrome', N'鍥剧墖琛ㄦ洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-14 21:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815377f7f5015377f8abfa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 09:51:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af30153781b94d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 10:29:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af30153781cb4000001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 10:31:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af301537838968e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 11:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af3015378538e3f0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 11:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af3015378562e2d0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 11:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af301537856f6360005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 11:34:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af3015378583ad90006', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-15 11:36:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af30153785932810007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 11:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af30153785cb0b50008', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 11:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af30153785fc91f0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 11:44:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af301537860a212000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-15 11:45:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153781af3015378643c68000c', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 11:49:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f015378750a4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f01537875fb340002', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''functionurl'' at row 1', N'6', N'192.168.111.1', N'2016-03-15 12:08:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f01537877651a0005', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 12:10:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f015378779f7b0007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 12:10:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f01537877be1b0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f0153787931a1000a', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 12:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f015378795d94000c', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 12:12:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f015378797acc000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378741f0153787ac5f6000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:13:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153787e000153787e57030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:17:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788889d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:28:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788a344a0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:30:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788a53780002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:30:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788a6b0b0003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788a9cab0004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788aacf10005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 12:31:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788ac8d40006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:31:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788bd13c0007', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:32:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788bfc660008', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378882d0153788ddc320009', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378dbe9150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 13:59:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378ddc2a50002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e019b40004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e06a760005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e0d3fb0007', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:05:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e1399d0009', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:05:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e1999d000b', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e20872000d', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:06:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e27b27000f', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e30fc20011', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:07:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e344ae0012', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e3e6a10014', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-15 14:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e45641001e', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-15 14:09:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e4685b001f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 14:09:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e4890a0020', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:09:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e6439b0021', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:11:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e651d50022', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 14:11:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e66afe0023', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e7f1680024', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e7fdb90025', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 14:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378e843440026', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:13:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f85dbd0027', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f87d570028', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:31:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f88f4d0029', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 14:31:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f8ae62002a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:31:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f8f6f5002b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-15 14:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f9622d002c', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-15 14:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815378be7c015378f981a6002d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:32:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153792311015379237ff50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 15:18:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537976e80153797772ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-15 16:49:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537b463301537b46e8170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 01:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537d2a4e01537d2ad88a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 10:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537d2a4e01537d4f6a150001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 10:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537d8b5d01537d8bc3960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 11:50:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537e05ce01537e065b800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 14:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537e20a701537e21190c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 14:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537e20a701537e41f00e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 15:09:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537ef33f01537ef3b3800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537ef33f01537ef45b130001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81537ef33f01537efd4f110002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:34:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382c74ec60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-17 12:13:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382c9ff370002', N'Chrome', N'缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-17 12:16:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382ccda010004', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-17 12:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382ce3a630013', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-17 12:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382ceb1250014', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-17 12:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382cf16050015', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-17 12:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382cf30a80016', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-17 12:22:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382cf47980017', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-17 12:22:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382cf93ec0018', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-17 12:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382d613df0019', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-17 12:29:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382d6b000001a', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-17 12:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815382c6c9015382d742f7001b', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-17 12:30:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81538330cd01538331fc180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-17 14:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815383ecc6015383ee03910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-17 17:35:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153879ec4015387a1bb200000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153879ec4015387a26b090001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:51:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815387a44d015387a614120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:55:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81538800a00153880100950000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-18 12:34:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398133301539813c0910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539813330153981608440002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 15:31:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539813330153981672520005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 15:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539813330153981a91640008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-21 15:36:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539813330153981ab3bb0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153982705015398276f230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398270501539828a4f90001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 15:51:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539827050153982937450002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 15:52:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153985b472c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:47:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153985d0ac60001', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 16:49:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153985d37af0002', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 16:49:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153985e22560004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 16:50:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153985e777e0006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-21 16:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153985f3e9b0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad301539860f6e70009', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 16:53:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad3015398616270000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-21 16:53:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad3015398619200000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:54:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad3015398621e18000d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 16:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad3015398623b5f000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-21 16:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad3015398624882000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-21 16:54:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153985ad30153986273330010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:55:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e3d06f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e432e10003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-21 19:16:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e46e250004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:17:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e472a90005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:17:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e4e3560007', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 19:17:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e4f7c70009', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 19:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e53381000b', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 19:17:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e56355000d', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 19:18:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e59bf1000f', N'Chrome', N'鍦ㄧ嚎鏂囨。娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 19:18:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815398e356015398e695a00011', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-21 19:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c00e601539c01637c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 09:47:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c00e601539c02326f0002', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-22 09:48:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c0fae01539c1042d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:03:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c224601539c22e4910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c224601539c23cc200001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 10:25:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c224601539c24050e0002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 10:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c224601539c2437470003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 10:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c224601539c2447460004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-22 10:25:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c224601539c2474680005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:25:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c256001539c263fa90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:27:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c256001539c26a6860001', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-22 10:28:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c256001539c26c7790002', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-22 10:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c256001539c2722bb0003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 10:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c256001539c2744ab0004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 10:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c4a0f01539c4a8e940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 11:07:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539c81ad01539c88b50d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 12:15:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539ea4e26b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-22 22:05:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb190d60002', N'Chrome', N'鍦ㄧ嚎鏂囨。娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-22 22:19:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb1d8500004', N'Chrome', N'鍦ㄧ嚎鏂囨。娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-22 22:19:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb2591e0006', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-22 22:20:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb296c40007', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 22:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb37dc80008', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 22:21:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb3b2fa0009', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 22:21:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb3d023000a', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 22:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb3f009000b', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 22:21:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb455b3000d', N'Chrome', N'鍦ㄧ嚎鏂囨。娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-22 22:22:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb77cae000e', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-22 22:25:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb787a5000f', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-22 22:25:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb792620010', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-22 22:25:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81539ea46801539eb7ccdb0011', N'Chrome', N'鍦ㄧ嚎鏂囨。鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-22 22:25:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a134390153a134c5ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-23 10:01:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a134390153a13544d60001', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-23 10:02:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a134390153a13559270002', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒嗙被鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-23 10:02:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a134390153a135b0890004', N'Chrome', N'鍦ㄧ嚎鏂囨。娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-03-23 10:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a299bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:20:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a32df20001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a33ed50002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a35d440003', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a401770004', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:22:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a5a44b0005', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:24:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3a1dc0153a3a6501f0006', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:24:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3aa0f0153a3aa7ef10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:29:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3aa0f0153a3aac6030001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:29:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3aa0f0153a3ab54bc0002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:30:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3addd0153a3ae367b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:33:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3addd0153a3ae891a0001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:33:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3addd0153a3af1f7e0002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:34:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3addd0153a3affdec0003', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:35:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3b06b0153a3b0d62c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3b06b0153a3b1aedb0001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:37:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3b06b0153a3b2b7bd0002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:38:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3b06b0153a3b3fbb80003', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:39:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a3b06b0153a3b49fe20004', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歫ava.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:40:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a65075660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:50:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a6515b770004', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-24 09:51:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a651e0280008', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-24 09:51:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a6525f09000e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-24 09:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a652c688000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:52:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a6538fc40015', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-24 09:53:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a653c35b0016', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:53:40.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a654213f001c', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-03-24 09:54:04.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a6543d49001d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a654930e001e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-24 09:54:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a650060153a654cdc9001f', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:54:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153a705b10153a7065ec60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-24 13:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153abd7dd0153abd857a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-25 11:36:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153abd7dd0153ac3123480002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-25 13:13:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153bad3530153bad3f9b10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-28 09:26:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153bd0d500153bd0f40900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-28 19:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c02af9850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 10:19:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c04e317f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 10:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c0502eaf0004', N'Chrome', N'JeecgDemo渚嬪瓙: 123琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-29 10:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c0509ac90007', N'Chrome', N'JeecgDemo渚嬪瓙: 22琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-29 11:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c051c4e60009', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 11:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c051d4eb000b', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 11:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c06fee34000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 11:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c07033f9000e', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 11:34:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c028db0153c070495d0010', N'Chrome', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 11:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c07fc50153c080a36d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 11:52:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c07fc50153c08405400001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-29 11:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c07fc50153c0844fd10002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-29 11:56:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c08b550153c08bbbb40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c094340153c094d5820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:14:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c094340153c098e2820002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-29 12:19:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c094340153c098f1340003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 12:19:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c094340153c0990d8d0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:19:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c09a28940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:20:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c09be43e0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-29 12:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c09bf1b40002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 12:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c09c0cc20003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:22:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a85de90005', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-29 12:36:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a8a9aa0006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-29 12:36:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a8e95d0008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 12:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a907130009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:36:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a94469000a', N'Chrome', N'閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 12:37:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a9526e000c', N'Chrome', N'閫氳褰曟坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-29 12:37:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c099c10153c0a97226000d', N'Chrome', N'閫氳褰曞垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-29 12:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0ac280153c0adf0230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0d5e00153c0d806110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0de2e0153c0e0059f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:37:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0de2e0153c0e0a8170001', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 13:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0de2e0153c0e0b9740002', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-29 13:37:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0de2e0153c0e6540f0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:43:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0de2e0153c0e785d10004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:45:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0de2e0153c0eea71b0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c0fa02dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c0fa53fc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:05:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c0fc38830002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-03-29 14:07:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c102ea770003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c1031b120004', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:15:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10345f10005', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:15:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10360450006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c103c3ce0009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:16:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c103e236000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c103f81a000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c1042b11000c', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:16:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c1050d37000d', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:17:27.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c1052f01000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10545a4000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:17:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c1057af80010', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:17:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c108efe50011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:21:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10b82fb0012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10d5e3b0013', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10d939e0014', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:26:45.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10f89730015', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-03-29 14:28:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c0f9550153c10fb47a0016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:29:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c1151c2b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c116e66b0001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:36:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c1188a8c0002', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:38:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c11eeff90003', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:45:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c1248ec10004', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:51:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c124a78a0005', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:51:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c114a70153c124db080006', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛歍emplate cgform_jspTableTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:52:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c126600153c126cf850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:54:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c12b080153c12b7ac80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:59:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c12ff60153c13080350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:04:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c133ac930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c13a86cc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:15:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c13f946c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c15cc6500003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:53:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c15dcb520004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c15f02700005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:55:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c18bb4cf0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:44:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1332d0153c18cb3600007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c18e700153c18ed5610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c196470153c196b7470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c196470153c19730440001', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-29 16:57:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c196470153c1978a350002', N'Chrome', N'鍥炬爣鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-03-29 16:57:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c196470153c19c54220003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 17:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c196470153c19d1f7c0004', N'Chrome', N'鍥剧墖琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-29 17:03:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1c87e0153c1cb2d2b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 17:53:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1c87e0153c1d6b4440001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 18:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c1ddc30153c1de298a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-29 18:14:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c5a4860153c5a7264d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 11:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c5a4860153c5a814bb0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-30 11:54:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c5a4860153c5a9458f0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-30 11:55:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c6ef930153c6f0d8f20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 17:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c6fa1a0153c6fab76b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c7042cb40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:14:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c704b6790001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-30 18:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c7055ca50003', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-03-30 18:15:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c7057cef0004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-30 18:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c7058e090005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-30 18:15:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c705b0220006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:15:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c70600e80008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-03-30 18:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c703ac0153c7061f930009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c70da80153c71282e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:29:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153c7c72c0153c7c82a290000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-30 21:48:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cac4050153cac55f2d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 11:44:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cac4050153cac5c85e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 11:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cac4050153cac745600003', N'Chrome', N'123琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-03-31 11:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cac4050153cacadf830005', N'Chrome', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-03-31 11:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cad4a80153cad512950000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:01:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cadd0b0153caddf4610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:10:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cae6f20153cae774a50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cae6f20153caea5fb80002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-03-31 12:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cae6f20153caeda5040003', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl -Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:28:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cae6f20153caee38720004', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl -Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:28:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153caeef10153caef4a350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cb08c00153cb0ca0b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:01:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153cb319e0153cb329b860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:43:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f4527c0153f46cebb10003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-04-08 13:51:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f46ebd0153f46f1da70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:53:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153caeef10153caef9eb40001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵rror on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl -Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:30:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f506c90153f50740670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:40:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f506c90153f507440c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f506c90153f50cb2380002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:46:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f519400153f519e77f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f519400153f519eb4a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:00:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f519400153f51b16550002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:01:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f535250153f535f94d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:31:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f535250153f538624d0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-04-08 17:33:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f535250153f538bc330002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:34:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f535250153f576c5180003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 18:41:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f535250153f589d1030004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 19:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f535250153f58a82ab0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 19:03:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f63b6fab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:16:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f63b79a70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f63bd56c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:17:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f63c9ace0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:18:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f644883c0004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f644955c0005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-08 22:26:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f644b80d0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:26:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64543ae0007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:27:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64564370008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64597410009', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:27:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f646045e000a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:28:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f6461806000b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:28:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f6468a31000c', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-08 22:28:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f646bd2e000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f649116b000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:31:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64962e4000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-08 22:31:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64985c80010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64c4f7a0011', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64cb8850012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:35:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64dac290013', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 22:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64db8f70014', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-08 22:36:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f63ac40153f64dcdff0015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:36:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f690e00153f69140100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 23:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f690e00153f699c81f0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-08 23:59:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f69f760153f69fd0850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a0fb0153f6a14c3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f6a599f60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:12:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f956912a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:45:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f956d1d70002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-09 12:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f956e4850003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:45:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f9582fca0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:46:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f958efd60005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:47:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f9590c930006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-09 12:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f9591a420007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:47:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f9594f620008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-09 12:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f9628c230009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f962fa15000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-09 12:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f9637403000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-09 12:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f6a4360153f966a958000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-09 13:02:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f9e9610153f9ea176c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 15:26:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153f9e9610153f9eaf2280001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 15:27:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fa0dc30153fa0eb4bc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 16:06:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fa23150153fa23dae10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 16:29:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fa456b0153fa45cd920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 17:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fa456b0153fa4652860001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-09 17:07:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fa456b0153fa4ad2ca0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 17:12:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fa456b0153fa578a950003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-09 17:25:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb700a0153fb71692d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb77ec0153fb7943020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:42:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb77ec0153fb79469c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:42:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb88c60153fb89b41c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:00:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb88c60153fb8abde20001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-09 23:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb8df30153fb954e060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fb8df30153fb95feb80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe51f3a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 11:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe5e1b300003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-10 12:11:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe5e85df0004', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:12:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe5eea000005', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-04-10 12:12:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe5f09790006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:12:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe5f96790022', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-10 12:13:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe51210153fe5fbb1d0023', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:13:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe92830153fe9303020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:09:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe979f0153fe9822640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe99fb0153fe9a89340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fe9c410153fe9cb26d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:19:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153feb8fb0153febb103a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153feb8fb0153febb14bb0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153feb8fb0153febb22890002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153feb8fb0153febb67f50003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153feb8fb0153febc10870004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fef72f0153fef7dd110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 14:59:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fefc800153fefd0a6a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:05:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153fefed20153feff38540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:07:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153ff02b60153ff03388a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153ff0d130153ff0d88d40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:23:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153ff0e970153ff0fc6670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8153ff1cb90153ff1d44f10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c379e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-10 23:21:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c50e8c0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-10 23:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c5152f0004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-10 23:23:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c519e50005', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-10 23:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c51f250006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-10 23:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c525190007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-10 23:23:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815400c2c6015400c52c860008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-10 23:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403259f100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:27:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540325e6990001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-11 10:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540326bcaa0005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-11 10:29:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403270f540006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403271ff90007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-11 10:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032757150008', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:29:50.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032779d30009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-11 10:29:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403277fb6000a', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-11 10:30:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403278558000b', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-11 10:30:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540328b395000e', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-04-11 10:31:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540328cd9f000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032921650010', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-11 10:31:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032933df0011', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032939bc0012', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:31:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403293ef20013', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:31:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032943f60014', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:31:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540329497e0015', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403294fea0016', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540329558a0017', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403295b430018', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032960920019', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154032519015403298067001a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-11 10:32:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815403251901540329b36b001b', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:32:25.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032a5dbc001e', N'Chrome', N'鍒犻櫎鎴愬姛', N'5', N'192.168.111.1', N'2016-04-11 10:33:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032ac4e9001f', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-04-11 10:33:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540325190154032b1df80020', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815404c111015404c87f8c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-11 18:05:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815408ea08015408eb780d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-12 13:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540b007101540b0238de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-12 23:06:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540b007101540b0242b20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-12 23:06:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81540f057301540f090ba50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-13 17:52:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f2ad900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:06:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f363410007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-14 12:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f3877c0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f3e716000a', N'Chrome', N'棣栭〉骞垮憡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:07:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f4bc02000c', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:08:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f4fa2f000e', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412f224015412f52ba00010', N'Chrome', N'绔欑偣淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:08:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412fa9c015412fb0a900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815412fc8c015412fcde700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130be6390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130c2e4c0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:34:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130c84790002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:34:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130c9f400003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130ca96f0004', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-14 12:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130cf7570005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130d1f810006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130dd9620007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:35:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130deb050008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-14 12:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130df87f0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:36:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130e84e9000a', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-14 12:36:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130e9567000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-14 12:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154130b8d0154130eaf8a000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:36:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81541368a3015413691fa60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 14:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81541562b10154156323150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-14 23:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81541562b101541563ff5c0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-14 23:29:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81541562b10154156407060002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-14 23:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81541562b1015415640cbd0003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-14 23:29:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815418b502015418b59e930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-15 14:57:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154197373015419744ef40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-15 18:25:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815419737301541975cf450007', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-15 18:27:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c886d060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8bf4690003', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 11:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8c43b10006', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 11:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8c80b90007', N'Chrome', N'绔欑偣妯℃澘鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-19 11:24:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8cf4510008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-19 11:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8d04540009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8d4178000c', N'Chrome', N'棣栭〉骞垮憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 11:25:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8d8579000d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8db851000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8dc7b6000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-19 11:26:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8dd4f50010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8e27340013', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 11:26:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c87e201542c8fa0f90016', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 11:28:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c92d901542c93442f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c94fe1c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:34:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c95ec150005', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 11:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c96abb30006', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:35:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c96fdc60007', N'Chrome', N'淇℃伅鍙戝竷鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:36:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c9737df0008', N'Chrome', N'绔欑偣淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c9c10940009', N'Chrome', N'棣栭〉骞垮憡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:41:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c95b48f0002', N'Chrome', N'閿欒寮傚父: PacketTooBigException,閿欒鎻忚堪锛歅acket for query is too large (5452639 > 4193280). You can change this value on the server by setting the max_allowed_packet'' variable.', N'6', N'192.168.111.1', N'2016-04-19 11:34:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542c94a201542c9c26e2000a', N'Chrome', N'棣栭〉骞垮憡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 11:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542d1aa601542d1af3460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 14:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542def45f00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 17:52:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542def96580001', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:52:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542defd5d60002', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df34d630005', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 17:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df3664d0006', N'Chrome', N'鏍忕洰绠$悊鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-19 17:56:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df377c80007', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:56:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df3a1880009', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 17:57:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df3b175000a', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:57:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df3ca56000c', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:57:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df408a1000d', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df4244a000e', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df44255000f', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df469e80010', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:57:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df48b350011', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:58:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df4a41c0012', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:58:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dee5c01542df587a40013', N'Chrome', N'绔欑偣淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 17:59:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dff3701542dffaa2f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 18:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dff3701542e018a6a0001', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 18:12:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542dff3701542e019ab10002', N'Chrome', N'淇℃伅宸插彂甯,鏃犻渶閲嶅鍙戝竷!', N'5', N'192.168.111.1', N'2016-04-19 18:12:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542e72e001542e73c07b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 20:16:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f20b1db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-19 23:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f20d73e0001', N'Chrome', N'棣栭〉骞垮憡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 23:26:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f20f9560002', N'Chrome', N'鏍忕洰绠$悊鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 23:26:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f211ef30005', N'Chrome', N'鏍忕洰绠$悊娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-19 23:26:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f216fe10006', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 23:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f21d5a20007', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 23:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f224b2d0008', N'Chrome', N'淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 23:27:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f22b80a0009', N'Chrome', N'绔欑偣淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-19 23:28:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81542f201a01542f23d0b5000a', N'Chrome', N'淇℃伅宸插彂甯,鏃犻渶閲嶅鍙戝竷!', N'5', N'192.168.111.1', N'2016-04-19 23:29:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81543808660154380979ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-21 16:57:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81543808660154380be3560007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-21 16:59:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81543808660154380cc1530008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-21 17:00:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81543808660154381200600009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-21 17:06:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815442b785015442b804340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-23 18:43:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81544305dd01544306e0e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-23 20:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81544305dd0154432fb65d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-23 20:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81544b24d301544b488f200000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-25 10:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81544bcff601544bd1562b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-25 13:08:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81544bcff601544bd55b1d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-25 13:12:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81544ce65f01544ce7d5090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-25 18:12:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154503da10154503e81d40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 09:45:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154503da10154503fb2800001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 09:47:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81545079f30154508fde7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:14:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81545079f3015450a10a6b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81545079f3015450a3b99e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451141a01545114f2020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451141a0154511f284c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451141a01545126358d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:58:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451141a0154513a3c850003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 14:20:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451b2cf015451c887ef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451b2cf015451c929d80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451b2cf015451ca501c0002', N'rv:11.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:58:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451b2cf015451caa3430003', N'MSIE 9.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:58:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815451b2cf015451cb4ab30004', N'MSIE 9.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:59:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815460291f01546029ce5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-29 11:57:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815471c824015471c8e0ef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-02 22:04:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154753f2601547541ce2f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:15:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154753f26015475436e870002', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-05-03 14:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154753f26015475438e180004', N'Chrome', N'璇█ 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-05-03 14:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154753f260154754624e10006', N'Chrome', N'绫诲瀷鍒嗙粍: POP杩斿洖绫诲瀷琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-05-03 14:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154753f2601547546bbbf0008', N'Chrome', N'绫诲瀷: 鍗曢夎娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-03 14:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154753f2601547546d420000a', N'Chrome', N'绫诲瀷: 澶氶夎娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-03 14:20:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154754ad60154754b2e700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:25:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475593e01547559ac850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475593e0154755a120f0001', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 14:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475593e0154755a36a40002', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 14:42:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154756c820154756d39c60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:02:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154756c820154756d58fc0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:03:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154756c820154756e0c9c0003', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歝ould not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:03:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154756c820154756e0d610004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:03:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547570950154757167150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154757095015475717ce90001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:07:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475709501547572f5750003', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歝ould not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:09:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475709501547572f6290004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:09:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154757095015475769cf10006', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歝ould not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:13:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154757095015475769da30007', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:13:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475774a01547577fc1f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:14:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475774a015475784ae90001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 15:14:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475774a01547578aa45000d', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-03 15:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815475774a01547582b7a9000e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 15:26:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547621df100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 18:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762452f00001', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762462c90002', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d015476246c430003', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:22:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624750b0004', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d015476247db40005', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624856b0006', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d015476248c940007', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762494630008', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d015476249e7d0009', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624a6af000a', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624ace7000b', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624b320000c', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624ba0e000d', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624c160000e', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624c74f000f', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624cd530010', N'Chrome', N'null琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d01547624d6bb0011', N'Chrome', N'123123琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:23:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762ae57f0015', N'Chrome', N'9999琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:30:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762aec4c0016', N'Chrome', N'000琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762af41c0017', N'Chrome', N'123琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:30:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815476215d0154762b81530019', N'Chrome', N'777琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-03 18:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547635e4015476379e730000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 18:43:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547635e40154763852cf0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 18:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547635e4015476439ea00002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 18:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547635e401547647cf550003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 19:01:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547648cb0154764962c30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-03 19:03:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547648cb0154764b7a3e0001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-05-03 19:05:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547648cb0154764b996e0002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-05-03 19:05:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547648cb0154764f10710003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 19:09:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547648cb0154764fc6b10004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-03 19:10:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547f99f0970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 14:27:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547f9abeb30001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-05 14:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547fb319300002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 14:55:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547fb3f3460003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-05 14:56:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547fb43bd30004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-05 14:56:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547fcfab660005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-05 15:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81547f961901547fd356e20006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-05 15:30:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548006fb01548008086d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 16:28:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815480494301548049d9350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 17:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154804f5c01548050e2cf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 17:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548064e7015480656b060000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154806ab30154806db93a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:19:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154806f7e01548070ce4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548073d601548074784c0000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:26:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154807a480154807b81e60000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:34:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154807c390154807d5be70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:36:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815480880d01548089573e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:49:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154808c010154808c5af20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:52:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548091ba0154809255da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:59:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815480937501548093e0770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 19:00:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815480fb04015480fb71c20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 20:54:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815480fb0401548103d8d50001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-05 21:03:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815480fb0401548103eb090002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:03:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815481065f0154810827710000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:07:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548113be0154811a82d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815481220f01548122738e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:36:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815481220f01548122a7790001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-05 21:36:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815481280d01548128695f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548129250154812988e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:44:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154812e7d01548130b62b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815481344b01548134c42e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:56:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a49b0b50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-07 16:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a4c61ce0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-07 16:19:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a4ca2b10002', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:19:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a4df11f0003', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:20:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a4dfcf50004', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:20:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a4f6cd80005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-07 16:22:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a471001548a5173170006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-07 16:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a521901548a5353210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-07 16:26:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81548a521901548a5684000001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-07 16:30:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815495593c0154955a7d7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-09 19:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a6bd301549a6c7d480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:28:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a6bd301549a6cc0420001', N'Chrome', N'鍦ㄧ嚎鏂囨。琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-10 19:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a6bd301549a7021480003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-10 19:32:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a6bd301549a7024140010', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.111.1', N'2016-05-10 19:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a71f801549a74ce380000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:37:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a71f801549a7537f00001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-10 19:37:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a71f801549a7655930002', N'rv:11.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a71f801549a7bc1c20003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:44:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a71f801549a81e9010004', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:51:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81549a71f801549a82a5200005', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-10 19:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ae3be20154ae3c58bf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-14 15:47:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ae3be20154ae554f050001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-14 16:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b4441d0154b444e5940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-15 19:54:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b754750154b757e5ea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:14:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b77acf0154b78123070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:59:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b77acf0154b781246a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:59:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b77acf0154b79eee260002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 11:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b7c2b90154b7c33a070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 12:11:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b7c2b90154b7cb8bd40001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 12:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b7c2b90154b7cd770b0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 12:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b7c2b90154b7ce55850003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 12:23:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b8408a800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:28:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b841e1210003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 14:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b84275670004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-16 14:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b84384150006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 14:31:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b84698ea0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 14:35:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b846bc0d0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-16 14:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b83ff10154b84dc2fa000b', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-16 14:43:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b8518c0154b85203ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b8518c0154b85274c00001', N'Chrome', N'13840528444553琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-16 14:48:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b8518c0154b8527b630002', N'Chrome', N'2008822103119443_2琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-05-16 14:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b8518c0154b8528a230003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-16 14:48:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b854d90154b85534fe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b85b120154b85b81ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:58:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b94d200154b94dbe430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 19:22:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b9508e0154b9510b620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 19:26:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154b9736e0154b973d04a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-16 20:04:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bce6620154bce70d990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bceaa80154bceb44dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:13:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bcf4200154bcf6d6020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bcf8e20154bcfa3f2d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bcfbc00154bcfc917e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd3e6a0154bd3fabed0000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 13:45:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd40700154bd41804b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 13:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd4de40154bd4e6cae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd6a4b0154bd6ac4260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd77b00154bd786ec20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd8ad10154bd8bc0900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:08:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd8ebf0154bd8f391b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:12:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bd94980154bd95243f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154bda8400154bda8ca1e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154c377fb0154c37864770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-18 18:45:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154d8adcc0154d8ae8ce40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-22 21:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154d8af9a0154d8c459a50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-22 22:00:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154d8cbaf0154d8ccb18a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-22 22:09:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154dde76b0154dde9aed40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-23 21:59:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154e68dde0154e696e2960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-25 14:25:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154e877870154e8784c960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-25 23:11:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154e877870154e878f37b0001', N'Chrome', N'JeecgDemo渚嬪瓙: 2212琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-05-25 23:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb2ff1cc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 11:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb32306b0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 11:53:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb382f200002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:00:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb3840410003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb38b6750004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:00:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb38c6430005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:00:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb399b4c0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb39aa410007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:01:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb3c40000008', N'Chrome', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:04:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb3f309a0009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:07:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb3f5e8e000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb419dc8000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb46059b000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb48e50f000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:18:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb4f970a000e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:25:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb523cf9000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:28:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb52511b0010', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:28:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb52de530011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb52f3f80012', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 12:29:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb5358cc0013', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb535d460014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb2f030154eb53f31d0018', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-26 12:30:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb58dd0154eb5a05530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:37:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb58dd0154eb5a0a990001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:37:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb58dd0154eb5ad0a00002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-26 12:37:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb657c400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:49:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb65816f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:49:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6a8d820002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:55:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6a91f70003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:55:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6abb7e0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-26 12:55:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6dc29d0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:58:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6dc7130006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6de0780007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-26 12:58:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6ed9350008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6eddaf0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:59:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb6ef8cc000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-26 12:59:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb9501c9000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb950642000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb953744000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-26 13:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb954679000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eb954ae8000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eba333f70010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:57:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eba338540011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eb60e30154eba975510012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-05-26 14:03:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec1fd40154ec210c2f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec1fd40154ec2110010001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec1fd40154ec2111b50002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec5ddb0154ec5e81580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec5ddb0154ec5e86d30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:21:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec72f90154ec73a1230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec72f90154ec73a7f40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec780e0154ec7b16e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:52:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec780e0154ec7b1dd30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec7e3e0154ec7f04b20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:57:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec7e3e0154ec7f0a690001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:57:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec81670154ec81d5430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec81670154ec81da770001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:00:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec833a0154ec83f70f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:02:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec833a0154ec83fd9e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec86590154ec86b7ca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec86590154ec86bd2d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:05:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec877b0154ec882c420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec877b0154ec8832560001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:07:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec898f0154ec89f8ae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:09:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec898f0154ec89fdfa0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec8baa0154ec8c070c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec8baa0154ec8c0bbd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec8baa0154ec8c0d3a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec8e490154ec8ead3f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:14:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec8e490154ec8eb2f60001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:14:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec90300154ec9094c30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:16:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec90300154ec909afc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec938d0154ec9480f10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:20:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec938d0154ec9486e00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec9a190154ec9a93020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:27:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec9a190154ec9a98a40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:27:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec9d170154ec9dc1ee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:30:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec9d170154ec9dc76b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec9ffd0154eca07e640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:33:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ec9ffd0154eca083d20001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eca89b0154eca993a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eca89b0154eca998500001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:43:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecae310154ecaf00a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecae310154ecaf06ee0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecb4ca0154ecb527ab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:56:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecb4ca0154ecb52d360001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecb6390154ecb732390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:58:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecb6390154ecb737910001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:58:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecc2a20154ecc333f90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecc2a20154ecc3397d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:11:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecc2a20154ecc465da0005', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-26 19:12:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecc9050154ecc961840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:18:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecc9050154ecc966f30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:18:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eccc750154ecccf5e80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:22:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154eccc750154ecccfc330001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:22:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecceff0154eccf6e270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:24:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecceff0154eccf72ed0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:24:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecd5000154ecd5a3eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:31:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecd5000154ecd5a9fc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:31:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecd5000154ecd68c250002', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-26 19:32:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ece6a70154ece7384c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:50:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ece6a70154ece73dca0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:50:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecf2c20154ecf384720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 20:04:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecf2c20154ecf389460001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 20:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecf2c20154ecf493b00005', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-26 20:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecf2c20154ecf4d3e20006', N'Chrome', N'鐢ㄦ埛锛歭isi閿佸畾鎴愬姛!', N'5', N'192.168.111.1', N'2016-05-26 20:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ecf2c20154ecf4eabd0007', N'Chrome', N'鐢ㄦ埛锛歭isi婵娲绘垚鍔!', N'5', N'192.168.111.1', N'2016-05-26 20:05:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edab270154edaba3be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:25:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edab270154edaba91f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:25:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edadfe0154edae68dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:28:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edadfe0154edae6e820001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edafa60154edb06f280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edafa60154edb0745d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:30:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edb8d10154edb93e6a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edb8d10154edb943d00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:40:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edba400154edba9c3a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edba400154edbaa19f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edca640154edcae28b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:59:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edca640154edcae8670001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edca640154edcb9f870002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-27 00:00:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edd2a20154edd403800000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:09:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edd2a20154edd4095a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:09:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edd2a20154edd8474d0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-05-27 00:14:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edd9d20154eddb58190000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154edd9d20154eddb5e1b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:17:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f07a0d0154f07c45640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:32:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f07a0d0154f07c4c2f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:32:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f0804e0154f081373b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:38:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f0804e0154f0813d6e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:38:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f082e70154f083ffd30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:41:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f082e70154f08405370001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f087700154f087e7630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:45:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f087700154f087ed1b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:45:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f08a810154f08ae9a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:48:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f08a810154f08aef420001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:48:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f08e0b0154f08e71390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:52:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f08e0b0154f08e76b10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:52:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f65d980154f660cbb80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:00:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f65d980154f660d1eb0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:00:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f65d980154f661543a0004', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-28 16:00:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f65d980154f66161ac0007', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-28 16:00:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f679fa0154f67a81a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:28:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f679fa0154f67a87040001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f68e9d0154f693d7eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:56:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f68e9d0154f693dda30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:56:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f68e9d0154f6942be30004', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-28 16:56:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f697870154f69808610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f697870154f6980dda0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:00:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f69f540154f6a04dd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f69f540154f6a0540b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:09:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f6a15a0154f6a60db30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f6a15a0154f6a613300001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:15:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f796580154f798e9cf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 21:41:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f796580154f798ef250001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 21:41:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f796580154f79b6a6f0002', N'Chrome', N'绔欑偣淇℃伅鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-28 21:43:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f79e3f0154f7bb186e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f79e3f0154f7bb1dcf0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f7bde40154f7bed0d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f7bde40154f7bed7770001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:22:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f817f70154f8184f9e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:00:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f817f70154f81854e70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:00:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f817f70154f818ab500004', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-29 00:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f820010154f82221ea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f820010154f82228700001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:11:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f820010154f822ebd80002', N'Chrome', N'DDD鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-29 00:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f820010154f8230c170004', N'Chrome', N'DDD娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-29 00:12:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f82b7e0154f82c14450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:21:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f82b7e0154f82c1c1a0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:22:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f82ecc0154f82f847c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:25:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154f82ecc0154f82f8ae50001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:25:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb6c1ac50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:30:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb6c20ea0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb7006dd0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb7016aa0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb701b250004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb702ee30005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:35:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb7041460006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb7045bd0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb719ee50008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb71b20a0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:36:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb71b6b3000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:36:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb753b40000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:40:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb754b2c000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:40:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb754f8b000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:40:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb759fea000e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:41:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb75b189000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:41:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb6ba20154fb75b6010010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:41:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb77e70e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:43:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb77ec1c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:43:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7826ce0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:43:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7854800003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:44:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7858e80004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7a05510005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:45:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7a09ab0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7a279f0007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:46:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7a3f9c0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:46:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7a44090009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:46:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7a8b1f000a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7c0b5d000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb7c0fd3000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:48:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb8074f2000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb808ca5000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb80911a000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:53:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb77590154fb80f7700010', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 15:53:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb8d5ec20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb8d73d50001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb8dda0a0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:07:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb8df7ca0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb8e158e0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb8fab510005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:09:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb905ea70006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:10:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb90dae40007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:10:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb96c25e0008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb9833e10009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:18:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb983cab000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:18:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb98747e000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb9b7d7f000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fb83a90154fb9b8b95000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fba425350000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fba432950001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fba44c0d0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbae8ad70003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb04b0f0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:45:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb295bf0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb490420006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:49:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb4a4600007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb4df650008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:50:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb4f0a60009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb4fddb000a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:50:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb50cb7000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb5417b000f', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-29 16:50:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb549d60010', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:50:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb57c0f0011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb58e1f0012', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:51:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb5a4cd0013', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb5dc0c0016', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-29 16:51:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb5e2210017', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:51:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fba3640154fbb5f8bc0018', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:51:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbb8c7450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbb9385d0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:55:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbb972ab0002', N'Chrome', N'鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbb9ebf40003', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:55:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbb9fd090004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbba16ac0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbbac5a70006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:56:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbbada4c0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbbaf4f10008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbbb2ab90009', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:57:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbb85e0154fbbb2af8000a', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:57:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbbeb0154fbbc30c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbbeb0154fbbc4fc20001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 16:58:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbbeb0154fbbc76870002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbbe7fa00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbbf48750001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbbf8f650002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:01:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbbf9c440003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:01:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc0a9c60004', N'Chrome', N'鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc0b8160005', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:03:11.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc0fa810006', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:28.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc11c270007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc11c660008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc157990009', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbbe240154fbc157e1000a', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc3af290000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc42b0d0001', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc42b520002', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:58.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc63b9c0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc63d070004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc7e2ef0005', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:11:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc34c0154fbc7e3400006', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:11:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbc9206c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbc97d230001', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbc97d690002', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbca3b4b0003', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:13:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbca76190004', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:13:50.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbca98ac0005', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:13:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcab0ed0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:14:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcb8e040007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcbc2e90008', N'Chrome', N'鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcc02b90009', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:15:31.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcc211b000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcc2a56000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcc5567000c', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:53.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcd0909000d', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:16:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcd2783000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcd4942000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:16:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcd8f6d0010', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:17:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcea1e30011', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:18:23.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcec3e40012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:18:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcf05400013', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbcf4d920014', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:19:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd1d7710015', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:21:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd247a40016', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:22:22.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd32abf0017', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:23:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd36c420018', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:23:37.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd4ec590019', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd71f6f001a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:27:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd77670001b', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:28:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd88ec9001c', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:29:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd8b4ed001d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:29:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd90be8001e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:29:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbc89c0154fbd94089001f', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:29:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbdb5f0154fbdbdeb60000', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:32:51.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe42bc20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe430e30001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe48b5c0002', N'Chrome', N'瑙掕壊: 鏅氱敤鎴疯鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-29 17:42:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe5220b0003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:42:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe5e2f50004', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:43:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe94e3b0005', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:47:31.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe95bc90006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:47:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbe9601f0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:47:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbebf2ef0008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:50:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbec006f0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:50:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbec04df000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:50:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbec4e680013', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbec7ed40014', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:51:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbedb6af0015', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:52:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbe0280154fbedf4560016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:52:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbee950154fbf0cfcb0000', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:55:43.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbee950154fbf15d9a0001', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:56:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbee950154fbf1720a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:56:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbee950154fbf184b30003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 17:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbee950154fbf1958d0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:56:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbf65b880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:01:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbf678dd0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbf6f3970002', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:02:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbf7055d0003', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:02:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfc25a40004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:08:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfc938b0005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfd7e8e0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:09:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfd976d0007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfdbb8f0008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:09:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfe4f400009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:10:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbfe90ed000a', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:10:45.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbff046c000b', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:11:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbff489e000c', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:11:32.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fbffe05b000d', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:12:10.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc013b97000e', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:13:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc03411a000f', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:15:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc04267a0010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:16:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0435dd0011', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:16:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc046db50012', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:09.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc04a7ee0013', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:17:24.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc04d64c0014', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:36.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc04e1ce0015', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:17:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0504a30016', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0524200017', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:17:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0567c00018', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:18:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0655360019', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:19:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc06a82e001a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:19:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc06b46c001b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc06de96001c', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:19:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc06fa74001d', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:19:56.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc07255a001e', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:20:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc08c02c001f', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:21:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc08e8310020', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:22:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc098a0d0021', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:22:44.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0a00dd0022', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0a148b0023', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0ac5f30024', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0ada570025', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fbf5d50154fc0b304a0026', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:24:32.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc158b600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:35:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc15a0db0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:35:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc17eeaf0002', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:38:27.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc185bdf0003', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:38:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc1873920004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:39:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc1882620005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:39:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc198ee40006', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc19bf2a0007', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:40:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc19e9990008', N'Chrome', N'鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:37.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc19fd550009', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:40:42.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc1a2eea000a', N'Chrome', N'鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc1a618f000b', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 18:41:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc9f682f000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:06:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fc9f779f000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 21:06:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fca0aa82000e', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:07:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fc138b0154fca0dc3b000f', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 21:08:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fca1dd0154fca2830c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:09:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fca1dd0154fca292240001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 21:09:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fca1dd0154fca2d6910002', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:10:10.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcb3120154fcca7ada0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcb3120154fccbd8d70001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:54:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcb3120154fccd3ec60002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-29 21:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcb3120154fccd4dae0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcd6dc0154fcd82f240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:08:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fce9620154fce9f2550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:27:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcef560154fcf028400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:34:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fcf4f90154fcf560530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd017b0154fd0255220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:54:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd06970154fd0733150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd14b70154fd19faaf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd29d20154fd2a5f7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:38:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd2b830154fd2ce73f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:40:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd2e1d0154fd2e6a0e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:42:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd309d0154fd30f7b80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:45:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd31e00154fd3236090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd35ad0154fd3704660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:52:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd38ce0154fd3962910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:54:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd415a0154fd41d4410000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:03:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd43150154fd436bcc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd44600154fd44abbf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:06:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fd46710154fd47262c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff5e7d0154ff5f2aa80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:55:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff60490154ff60dbd90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff61a30154ff6234590000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:58:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff67220154ff680f1d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:04:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff69440d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:06:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff69df140001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 10:06:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff6a154e0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 10:07:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff6a48110004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-30 10:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff71cd8b0005', N'Chrome', N'JeecgDemo渚嬪瓙: 2212琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-05-30 10:15:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff71f1c40006', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-30 10:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff72483c0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 10:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff7368a3000b', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-30 10:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff73a14f000d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 10:17:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff68e90154ff73b738000f', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 10:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff79a50154ff7aa4c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:25:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff79a50154ff7ae8cc0004', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 10:25:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff7da90154ff7e138a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:28:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff7f7e0154ff7fe0160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:30:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff811d0154ff81774d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:32:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff842c0154ff8491ce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:35:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff8a410154ff8aa50f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:42:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff8c5b0154ff8d47d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff9c730154ff9cf15f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ff9e7a0154ff9f04e70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:04:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffa9ae0154ffaa04790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:16:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154fface40154ffad74740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:20:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffafde0154ffb060970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:23:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffb49a0154ffb56e1a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:29:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffcdaf0154ffce0acc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffd4530154ffd572e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffd76c0154ffd804eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffd9880154ffd9e3bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:09:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffdbe20154ffdc814e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8154ffdf140154ffdfddd90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155000a2a0155000adb0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155000bda0155000c32d30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:04:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155000f120155000fa1390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:07:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500116501550011bd3e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500153e01550015b04f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550017ea0155001847320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:17:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155001dbe0155001e25e70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550057880155005802b00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:26:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155005c910155005cece30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155005e130155005e7abe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550060b40155006138440000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550064b60155006560ca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155006b730155006c0d160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:48:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155006d810155006e11070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155006f1c0155006f89a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:52:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550071c001550072a7920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:56:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500745101550075121b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500770d0155007773f30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:01:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500791e015500797dfc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:03:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155007ac90155007b84e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:05:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155007c460155007cb9d60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155007ea90155007f03cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:09:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500802101550080c8ee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:11:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500825e01550082fed50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:13:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550083fc015500845bbe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550091860155009207470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500a032015500a08aa40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:46:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500a63c015500a6b14d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500a9ae015500aa2e990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500aae0015500ab4e900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:57:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500acc2015500ad26810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:59:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500ae2c015500aee6450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:01:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500c1fc015500c252d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500c50b015500c566c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:26:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500c760015500c848a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:29:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500cd2a015500cdb2930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:35:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500d000015500d06b9f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:38:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500d3b4015500d4c6c50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:43:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500d715015500d773290000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:46:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500d9f1015500da862a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:49:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500eb92015500ec0f9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:08:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500ef39015500efb8e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:12:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500f637015500f6d0920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:20:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500fa15015500fa78090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:24:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815500fa15015500fbc3f40003', N'Chrome', N'鐢ㄦ埛: cgy鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 17:25:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155010720015501077d500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:38:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550109cb0155010a32580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:41:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155010e4f0155010eb45f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:46:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550112c4015501131cbf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550112c40155011505f40003', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 17:53:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501186d01550119e5b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:58:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155011be90155011c4c7a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:01:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155011d920155011df7900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155011fca01550120264e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155016828015501689abc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:24:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155016de60155016e3f5c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550176d00155017783dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:40:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155017cf70155017d5d7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:47:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550182a30155018396560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:54:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550185250155018583e50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:56:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501864501550186c1450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:57:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550187b901550188273e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:59:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155019aa80155019bb0180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:20:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155019dd70155019e4ab80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:23:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501a038015501a0a4090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501a243015501a2b5d70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501a549015501a6833e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501a7d1015501a855bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:34:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501ab13015501aba2180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815501ac94015501ad03cc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:39:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155021e400155021f5fde0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 22:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815502201a0155022083790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 22:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815502401c015502408fb80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-30 23:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815502401c015502415a750004', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-05-30 23:21:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155046ed8220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155046f8ad8000b', N'Chrome', N'鐢ㄦ埛: demo瀵嗙爜閲嶇疆鎴愬姛', N'5', N'192.168.111.1', N'2016-05-31 09:31:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155046f9974000c', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-05-31 09:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155046fc07a000d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:31:20.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155047055ac000e', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-05-31 09:31:58.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155047060af000f', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-05-31 09:32:01.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155046e080155047071930010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:32:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550633c10155063444ba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-31 17:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815506436001550643c1300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-31 18:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155074bd30155074dc18f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-05-31 22:53:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155074bd30155074fc7d00002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-05-31 22:55:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509a57b015509a637ea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 09:48:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509d842015509d928740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 10:44:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509d842015509d96af90001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 10:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509d842015509e115030003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-01 10:53:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509d84201550a002e720005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 11:27:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509d84201550a005df90006', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 11:27:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815509d84201550a008dd10007', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 11:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550a337f01550a33fefc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 12:23:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550ab43fe90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 14:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550ab6083f0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-01 14:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550ab9751a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 14:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550ae267a60003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-01 15:34:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550ae2764a0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-01 15:34:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550ae285c50005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 15:34:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550aefe29b0006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-01 15:49:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ab3d601550af941050007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 15:59:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c189701550c196be50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 21:14:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c1a7901550c1c33af0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 21:17:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c1a7901550c1cd7ca0003', N'Chrome', N'JeecgDemo渚嬪瓙: 121221琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-06-01 21:17:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c8fad01550c945cdd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:28:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c8fad01550c94c56c0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-01 23:28:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c8fad01550c94dfd00003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:28:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c8fad01550c95136b0005', N'Chrome', N'鍟嗗搧璧勬枡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-06-01 23:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c8fad01550c98218c0006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-01 23:32:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c9c5d01550c9d5eb10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:38:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550c9c5d01550c9dc09c0001', N'Chrome', N'鍟嗗搧璧勬枡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-01 23:38:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550ef63801550ef748510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 10:35:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550f0ac701550f0b255a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 10:57:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550f0ac701550f0b6eab0002', N'Chrome', N'鍥剧墖琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-06-02 10:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550f0ac701550f0cac400003', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-02 10:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550f0ac701550f0cb3c20004', N'Chrome', N'鍦ㄧ嚎鏂囨。鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-02 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550f0ac701550f21a9cc0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 11:21:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550f0ac701550f21fa0f0009', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-02 11:22:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81550fdd1601550fdd9c910000', N'rv:11.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 14:47:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103da7210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 16:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103e4bf60002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-06-02 16:32:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103e8fcc0004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-02 16:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103e99810006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-06-02 16:33:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103ea2df0007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-02 16:33:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103ea91f0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-02 16:33:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103ed23d0009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-02 16:33:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155103d070155103ee7c2000b', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-06-02 16:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81551077dd0155108ef6770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 18:00:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81551077dd0155108f4ece0001', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-06-02 18:01:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81551197e001551198b8360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-02 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81551197e0015511a300f80001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-02 23:02:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81551197e0015511a435580002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-02 23:03:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815516b554015516b5de530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-03 22:41:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815516b554015516b8ce2d0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-03 22:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815516b554015516b906a30002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-03 22:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815516b554015516ba3da90003', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-03 22:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815521152c01552116191e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-05 23:02:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815521152c01552116e4930001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-05 23:03:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815521152c0155211730340002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815521152c0155211735870003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815521152c015521174ea90004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552603800155260404f50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-06 22:00:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155261b34015526322c810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-06 22:51:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e09a7250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-08 11:23:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e09e43d0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e1088a30007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-08 11:31:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e10980e0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-08 11:31:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e10be720009', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-08 11:31:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed5b5510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 17:40:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e09ea2e0002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e09ff450003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e0bb9b60004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:26:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e0effdb0005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:29:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e104b930006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:31:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e140476000a', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:35:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e14ec55000b', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:36:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81552e08e501552e1640d1000c', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:37:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed6d97b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 17:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed6fbfb0002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed732580003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed739e40004', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed7465b0005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed7dc990006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:43:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed7e74a0007', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:43:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed8ea330008', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:44:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed91d8c0009', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:44:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ed9cbb9000b', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:45:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553eda08c6000d', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:45:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553edc116d000f', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:47:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553ee8adf80011', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 18:01:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ed48601553eee5f590012', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 18:07:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ef6a201553ef710e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:17:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ef6a201553ef7488a0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 18:17:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ef9bf01553efa1c690000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:20:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553effb301553f00eb3f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:27:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553effb301553f012d040001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 18:28:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553effb301553f017c980002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:28:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553effb301553f01ae980003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 18:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6976dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 20:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f69f73b0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 20:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6ad07c0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 20:23:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6b213c0006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 20:23:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6b2d0a0007', N'Chrome', N'閿欒寮傚父: UnexpectedRollbackException,閿欒鎻忚堪锛歍ransaction rolled back because it has been marked as rollback-only', N'6', N'192.168.111.1', N'2016-06-11 20:23:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6beaee0009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 20:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6cee21000a', N'Chrome', N'閿欒寮傚父: UnexpectedRollbackException,閿欒鎻忚堪锛歍ransaction rolled back because it has been marked as rollback-only', N'6', N'192.168.111.1', N'2016-06-11 20:25:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6d673c000c', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 20:26:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6dccf0000d', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-06-11 20:26:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6dcdee000e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-06-11 20:26:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6f8eb5000f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-06-11 20:28:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553f689601553f6f8f680010', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-06-11 20:28:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ffc1701553ffcf2a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ffc1701553ffd4c870001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-06-11 23:03:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81553ffc1701553ffd50f10002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 23:03:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540001d0155400085b10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:07:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540001d01554000bce90001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 23:07:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540001d0155400108f20003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 23:07:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540001d01554001b0400004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-06-11 23:08:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540001d01554001b3ca0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 23:08:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540151701554015fd640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:30:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155401517015540165ca30002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 23:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815540151701554016887d0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-11 23:31:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155478ee00155478f6ea10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-13 10:20:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81554de70501554deb72240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-14 15:58:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81554dee6e01554deed5610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-14 16:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81554dee6e01554e167e210001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-14 16:45:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81554f9c4501554f9de20f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-14 23:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815553a2d1015553a3944b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-15 18:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815553a2d1015553a610210001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-15 18:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815553a2d1015553b8dc070002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-15 19:01:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815553a2d1015553ba0ee20003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-15 19:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155544df70155544e72200000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-15 21:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155544df70155544fee320001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-15 21:46:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155544df70155545422d20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-15 21:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81555744c9015557455a2e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-16 11:33:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815557fc3e015557fcbe030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-16 14:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815557fc3e015557fd255c0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-16 14:54:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815557fc3e015557ffa15a0003', N'Chrome', N'1212鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-16 14:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815557fc3e015557ffa2510004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-16 14:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815558a4f3015558a5537b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-16 17:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815558b4a5015558b510eb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-16 18:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815558d267015558d2f07f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-16 18:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81555c954001555c95affc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-17 12:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81555d73de01555d749e570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-17 16:22:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81556cc96601556cca23ab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-20 15:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81556cc96601556d0d9d7b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-20 17:04:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81557c668801557c67393e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-23 16:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81557c668801557c682a6f0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-23 16:37:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590024f01559005f1860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 12:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590b0bb015590b1627b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:09:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590bd16015590bd9cb30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:23:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590c5b1015590c611e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:32:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590d44e015590d4b8cf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590d44e015590deb9b00001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 15:59:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590d44e015590def4b80002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590d44e015590df50b80003', N'Chrome', N'鐢ㄦ埛: demo瀵嗙爜閲嶇疆鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 16:00:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590d44e015590df594c0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:00:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590d44e015590dfa8440005', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:00:24.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e238040000', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:03:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e2d9000001', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:03:53.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e2eae20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:03:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e3dfc90003', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 16:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e414610004', N'Chrome', N'鎿嶄綔 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 16:05:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e4e0b20005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e508cb0006', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:06:17.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e707e20007', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:08:27.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e729d10008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e95d0d0009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:11:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590e99de8000a', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:11:17.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590eb3b1d000b', N'Chrome', N'娴嬭瘯-鐢ㄦ埛鐢宠鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 16:13:03.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590f3b8ec000c', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:22:19.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590f40324000d', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:22:38.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590fa4fe8000e', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:29:31.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590fa63bb000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590fb8e810010', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:30:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590fba1bb0011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:30:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590fbb8e60012', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590fbde2b0013', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:31:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590ff0c510014', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:34:41.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590ff21a70015', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:34:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590ff79db0016', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 16:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815590e1c1015590ffa48f0017', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:35:20.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559142b301559148230d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 17:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815591564701559157be4c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915b94cc0001', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:15:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915bd13d0002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915bf1340003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915c21c10004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:16:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915c50450005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:16:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915c6f820006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 18:16:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915c81ea0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915cea570008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:17:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915d1c910009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 18:17:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915d3b7c000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915e1db6000b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:18:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915e2870000c', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 18:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155915e4221000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:18:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815591564701559166463b000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155916ee254000f', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-27 18:36:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155916f74df0010', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:37:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155917184220011', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815591564701559171c3cc0012', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:39:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815591564701559172447a0013', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:40:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155917548ca0014', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-27 18:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155917556c70015', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-27 18:43:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559156470155917568950016', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:43:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815595a881015595ae950a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-28 14:24:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815595a881015595b0cd7f0002', N'Chrome', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-06-28 14:27:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815595a881015595b169000005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-06-28 14:27:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815595a881015595b19d220006', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-06-28 14:28:13.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155961e8d0155961f640a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-28 16:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155961e8d01559620704d0002', N'Chrome', N'鍟嗗搧璧勬枡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-06-28 16:29:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155961e8d0155962085440003', N'Chrome', N'鍟嗗搧璧勬枡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-28 16:29:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155961e8d01559620a0a70004', N'Chrome', N'鍟嗗搧璧勬枡鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-28 16:29:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815599ff7401559a0039ca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 10:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815599ff7401559a0d21370001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 10:46:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815599ff7401559a1fac7a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559a359701559a360e5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559a359701559a36a9440001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-06-29 11:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559a459601559a465d0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:49:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559a459601559a474fa80001', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-29 11:50:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559a459601559a47655c0002', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-06-29 11:50:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559a495801559a49b5210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:52:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559abda301559abe13e50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 13:59:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559ae73101559ae7d9230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 14:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559b593d01559b59a2a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 16:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559b894b01559b8a57c90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-29 17:43:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559f46a601559f4718450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-30 11:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559f46a601559f47616c0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-06-30 11:08:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559f8cda01559f8d8d220000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-30 12:25:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81559fb5d401559fb66a790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-30 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155a094320155a09503e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-06-30 17:12:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b8e2010155b8e35c250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:29:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b8e83f0155b8e8cd630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b8e83f0155b8ece0160002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-07-05 10:39:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b8e83f0155b8ed4c910004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-05 10:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b8e83f0155b8ed5aaf0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:40:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b8e83f0155b8ee2ce90006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9b645660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9b740400001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:20:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9bc52e50002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:26:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9c3b7240003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-05 14:34:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9c3c7c20004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:34:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9dbe7be0005', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jp_demo_auth'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-05 15:00:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155b9b5a40155b9dc89190006', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jp_demo_auth'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-05 15:01:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf14900155bf151e990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-06 15:21:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf14900155bf176caa0001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-06 15:23:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf257f360000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-06 15:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf26134c0001', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'192.168.111.1', N'2016-07-06 15:39:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf2845830002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-06 15:42:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf2919a50003', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf2941e60004', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf2964a50005', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf29a3280006', N'Chrome', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155bf24890155bf29ff970007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-06 15:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c480300155c480a5f60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-07 16:36:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c480300155c48126cd0001', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-07 16:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c480300155c48140930002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-07 16:37:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c480300155c48150cb0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-07 16:37:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c4a15c0155c4a1d7130000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-07 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c4a15c0155c4a36ee40001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-07 17:14:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c4a15c0155c4a49b690002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-07 17:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c4a15c0155c4a626060003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-07 17:17:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c4a15c0155c4a6f62c0004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-07 17:18:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155c9dbe40155c9dcc0a20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-08 17:35:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ca22390155ca26b1470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-08 18:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80b496d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:41:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80df7660001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:44:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80e3b0f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80e736f0003', N'Chrome', N'鐢ㄦ埛: lisi瀵嗙爜閲嶇疆鎴愬姛', N'5', N'192.168.111.1', N'2016-07-11 11:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80e7abd0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80eb6150005', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:44:50.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80ed23b0006', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:44:57.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80ede720007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80f4e00000a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80f88f6000b', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:44.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80fb56e000c', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:45:56.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d80fc495000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d8104833000e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d8106c1a000f', N'Chrome', N'鐢ㄦ埛: lisi[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:46:42.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d811868c0010', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:47:55.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d811e21b0011', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:48:18.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d813fc320012', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:50:36.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d80a640155d8141e7e0013', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:50:45.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81616770000', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:52:54.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81659ce0001', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:53:11.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81669270002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d816a2a20003', N'Chrome', N'閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:53:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d816fde30004', N'Chrome', N'閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:53:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81728d10005', N'Chrome', N'閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:54:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81c64740009', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 11:59:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81c8887000a', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:59:56.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81ed0ae000b', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:02:26.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81ee65d000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81f366c000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:02:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81f5754000e', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:03:00.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81f9c40000f', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:03:18.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d81fab530010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:03:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d821eadc0011', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:05:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82207390012', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:05:56.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82322ec0013', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:07:09.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82335cd0014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:07:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82368a20015', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:07:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d8239baa0016', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:07:40.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82501320017', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:09:11.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82510b50018', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:09:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d82531b50019', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-11 12:09:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155d8158f0155d825db5b001a', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:10:07.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de10950155de11163b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de129e0155de1307ad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:47:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de129e0155de1401350001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-12 15:48:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de129e0155de1401460002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-12 15:48:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de129e0155de1408e10003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-12 15:48:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de129e0155de1409230004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-12 15:48:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155de162d0155de1688ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e814abb60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-14 14:25:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e81e41010001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-14 14:35:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e82092cb0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-14 14:38:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e8219bb10003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-14 14:39:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e8296de00004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-14 14:47:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e829b1840005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-14 14:48:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e8142a0155e829fd890006', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-14 14:48:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e84fad0155e850548a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-14 15:30:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e99a530155e99ae2920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-14 21:31:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e9a2890155e9a37e670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-14 21:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155e9bf5e0155e9c066be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-14 22:12:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede72e0155ede8a68d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:34:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede9ac0155edea1d8c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:36:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede9ac0155edeb0e340001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:37:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede9ac0155edeb15f10002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:37:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede9ac0155edeb1c780003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:37:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede9ac0155edeb43070004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歎nknown entity: org.jeecgframework.web.system.sms.entity.TSSmsSqlEntity', N'6', N'192.168.111.1', N'2016-07-15 17:37:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155ede9ac0155edeb43a70005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:37:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edf4250155edf47ea00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:47:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edf4250155edf9bf7e0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:53:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edf4250155edf9c8510002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:53:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edf4250155edf9d8e40003', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歎nknown entity: org.jeecgframework.web.system.sms.entity.TSSmsSqlEntity', N'6', N'192.168.111.1', N'2016-07-15 17:53:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edf4250155edf9d9640004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-15 17:53:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfad7f70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfb15520001', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-07-15 17:55:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfb2b9b0003', N'Chrome', N'涓氬姟SQL琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-07-15 17:55:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfb334a0004', N'Chrome', N'涓氬姟SQL琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-07-15 17:55:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfb3f170005', N'Chrome', N'涓氬姟SQL琛ㄦ洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-07-15 17:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfc9c060006', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-15 17:56:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfcc7c30007', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-15 17:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edfcdf300008', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-15 17:57:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155edfa6e0155edff41890009', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root''@''localhost'' (using password: YES)', N'6', N'192.168.111.1', N'2016-07-15 17:59:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155f949860155f94a03ae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:37:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155f94b6c0155f94bead50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:39:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155f94b6c0155f94c260f0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''r.isdelete'' in ''where clause''', N'6', N'192.168.111.1', N'2016-07-17 22:39:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155f94b6c0155f94e6f520002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-17 22:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155f94b6c0155f94ef7a70003', N'Chrome', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:42:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbe4fc150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 10:45:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbf6380f0001', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-18 11:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbf666b10002', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-18 11:04:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbf689c80003', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-18 11:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbf719ba0004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-18 11:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbf729b00005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 11:05:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbfc43e60006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-18 11:11:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fbcb650155fbfc55110007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 11:11:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd33468c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:50:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd33c6cb0002', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-07-18 16:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd344d250004', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-07-18 16:51:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd348e2f0006', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-07-18 16:52:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd34ba5b0007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-18 16:52:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd3564a90009', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-07-18 16:53:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd36138e000e', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd36138e000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd3614600010', N'Chrome', N'閿欒寮傚父: IllegalStateException,閿欒鎻忚堪锛歩nvalidate: Session already invalidated', N'6', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd32e40155fd3629590011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:53:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd3a500155fd3ab3260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd62710155fd63397a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 17:43:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd62710155fd64e1030001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-18 17:44:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd62710155fd65b9ee0002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-18 17:45:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd62710155fd65be330003', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-18 17:45:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fd85190155fd8588280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 18:20:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fda3440155fda3d72d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 18:53:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8155fe1e3b0155fe2112560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-18 21:10:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815600b7bd015600b92b210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 09:15:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815600b7bd015600d886310001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 09:50:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815600dd8d015600de53340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 09:56:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560138d70156013937040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 11:35:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815601b4d1015601b55bc60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 13:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815601ff02015601ffd7c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 15:12:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156020d8d0156020de56d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 15:28:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815602324401560232cf8a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 16:08:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815602630401560264ce040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 17:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156026e9f0156026f224a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 17:14:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815602872901560287a8520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 17:41:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815602f891015602f9665f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-19 19:45:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815602f891015602fb7cf20002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-07-19 19:47:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815607929101560795248b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-20 17:13:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815607929101560795c4330008', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''jform_category'' cannot be null', N'6', N'192.168.111.1', N'2016-07-20 17:14:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cd59901560cd636b00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 17:43:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cd59901560cd698df0001', N'Chrome', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-21 17:43:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cd59901560cd700450002', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 17:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cd59901560cd7ad320003', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 17:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cd59901560cd7bd270004', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 17:44:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cd59901560cd99f450005', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 17:46:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560ce70e01560ce7b19f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:02:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560ce8ba01560ce9d1010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560ce8ba01560ceb1e410001', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:05:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cefff01560cf08e490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:11:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cefff01560cf23fb80001', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:13:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560cefff01560cf246b00002', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:13:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d01b30a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:30:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d022d070001', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:31:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d028c5f0002', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d02b1350003', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d02c7940004', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:31:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d0374090005', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:32:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d013e01560d03b41c0006', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:32:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d0752500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d082e9e0001', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:37:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d0916510002', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:38:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d0d00510003', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:42:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d0e0e840004', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:44:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d107f3c0005', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:46:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d109d580006', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:46:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d10e4bc0007', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:47:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d11396a0008', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d1242170009', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:48:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d129373000a', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:48:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d12b8c0000b', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:49:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d06a701560d12caeb000c', N'Chrome', N'婵娲绘垚鍔', N'5', N'192.168.111.1', N'2016-07-21 18:49:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560d1be101560d1d563b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 19:00:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da332ea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:26:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da4884c0003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-21 21:28:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da4ae110004', N'Chrome', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:28:31.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da57c290005', N'Chrome', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-07-21 21:29:24.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da5898e0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:29:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da5ed6f0007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-21 21:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81560da1da01560da638230008', N'Chrome', N'鐢ㄦ埛: demo[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:30:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c015610fed9cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-22 13:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c0156112233d20002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-22 13:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c0156112243f20003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-22 13:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c01561122cfce0005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-22 13:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c01561122e28d0006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-22 13:45:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c01561123167d0007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-22 13:45:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815610fe4c0156112363350008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-22 13:45:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156177e7c4c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-23 19:23:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb015617801fd80010', N'Chrome', N'鍒涘缓鎴愬姛', N'3', N'192.168.111.1', N'2016-07-23 19:24:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb01561780afdc0011', N'Chrome', N'bpm_status鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-23 19:25:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb01561780b1ac0012', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:25:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb01561781821d0013', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:26:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156178223e80014', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:27:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb01561782f7980015', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb015617840b970016', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb01561784cabf0017', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156178524a90018', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-23 19:30:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156178aa67d0019', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-23 19:36:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156178b421c001a', N'Chrome', N'鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-07-23 19:36:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156178b5a6e001b', N'Chrome', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-07-23 19:37:03.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb0156178b70b8001c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-23 19:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156176adb01561793bbf3001d', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-23 19:46:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe114e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:27:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe1dfba0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe4faf60002', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-25 10:31:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe514e80003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe5294f0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:32:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe5d39f0005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-25 10:32:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe5db690006', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fe5e9a70007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561feda3580008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:41:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fedb28b0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:41:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561fee2ad4000a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561feeb347000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:42:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff028d2000c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-25 10:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff06741000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff08304000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:44:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff0a836000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:44:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff0b30d0010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff1c22b0011', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 10:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81561fe09801561ff1d11a0012', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:45:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156200b09920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 11:13:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203a3f760001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:05:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203c2d8c0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 12:07:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203c3e620003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:07:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203c79060004', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203c8a1f0005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:07:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203d8c5e0006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-25 12:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203dc5740007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-25 12:08:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203de21f0008', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 12:09:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203def3d0009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:09:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203e2dd0000a', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 12:09:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156203e3adf000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:09:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156200240015620416609000c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-25 12:12:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156204176cb000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-25 12:12:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562002400156204188bf000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:13:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562120ba01562121121e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 16:17:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562161ec0156216248a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-25 17:28:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562161ec0156216297e60001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-25 17:28:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562161ec0156216297e90002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-25 17:28:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562161ec0156216820ad0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-25 17:34:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562161ec0156216820d90004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-07-25 17:34:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815625368201562539c53a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-26 11:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562cb7ab01562cb81db90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-27 22:17:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562cb7ab01562cb931fa0001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-27 22:19:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562cb7ab01562cb9803d0002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-27 22:19:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f31bf120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 09:50:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f38012c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 09:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f3aecf20005', N'Chrome', N'鐢ㄦ埛: 22娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-07-28 10:00:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f3afdf90006', N'Chrome', N'鐢ㄦ埛锛22鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-28 10:00:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4265100007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:08:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f43a0c40008', N'Chrome', N'鍥炬爣鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-28 10:09:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f471f750009', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-28 10:13:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4777bc000a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-07-28 10:13:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4d35fc000b', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-28 10:20:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4d4fcd000c', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4da895000d', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-28 10:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4db775000e', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4e3049000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-28 10:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81562f313e01562f4e422e0010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:21:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156301e4f0156301ee9ba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-28 14:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815634e456015634e573bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 12:24:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815636278b01563628479e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:17:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156362ea70156362f50d60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156362ea70156362fcc880001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:25:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815636363d01563636a0770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:32:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156363ac20156363c69620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:39:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156363ac20156363ce0ba0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563641d401563643ea3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:47:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365a560156365b148a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:12:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365a560156365b81ed0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:13:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365a560156365cb95d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:14:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df60156365e95760000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:16:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df60156366027b10006', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-29 19:18:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df60156366032fe0007', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-29 19:18:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df60156366061ca0008', N'Chrome', N'鐢ㄦ埛: lisi[杞欢寮鍙戦儴]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:18:21.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df601563660c1c50009', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-29 19:18:45.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df601563660ceaa000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df601563660f8b6000e', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-29 19:19:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df601563661006d000f', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-29 19:19:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df60156366110620010', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:19:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df6015636612e9e0011', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-07-29 19:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df6015636614de10012', N'Chrome', N'鐢ㄦ埛: lisi[璐㈠姟]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:19:21.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df6015636624ef50013', N'Chrome', N'鐢ㄦ埛lisi宸查鍑', N'2', N'192.168.111.1', N'2016-07-29 19:20:27.000', N'1', N'4028ef81538330cd01538333b7bc0001', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156365df60156366263e60014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:20:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae2a801563ae3e04b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-30 16:20:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae2a801563ae48c240004', N'Chrome', N'鐢ㄦ埛: 999娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-07-30 16:21:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae2a801563ae495860005', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''GET'' not supported', N'6', N'192.168.111.1', N'2016-07-30 16:21:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae2a801563ae4c31e0006', N'Chrome', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''GET'' not supported', N'6', N'192.168.111.1', N'2016-07-30 16:21:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae5be01563ae82bd50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-07-30 16:25:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae5be01563ae860f00001', N'Chrome', N'鐢ㄦ埛锛999鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-30 16:25:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae5be01563ae92e100005', N'Chrome', N'鐢ㄦ埛: 999娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-07-30 16:26:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae5be01563ae98caf0009', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-07-30 16:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81563ae5be01563ae9fd9a000b', N'Chrome', N'鍥炬爣鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-07-30 16:27:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815643f5ec015643f705000000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815643f5ec015643f7934e0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:38:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815643f5ec015643fcda380002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815643ff37015643ffecb80000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:47:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564a157201564a16f4a00000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-02 15:10:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564a157201564a16f7110001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-02 15:10:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564a157201564a16f7f60002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-02 15:10:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564e492d01564e49a55c0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 10:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564e492d01564e49a84b0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 10:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564e492d01564e49a8fc0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 10:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f1ae501564f1b4eed0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f1ae501564f1b51140001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f1ae501564f1b51b10002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f1ae501564f1cb7040003', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:34:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f21cb01564f228fc30000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:41:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f21cb01564f22922a0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:41:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f21cb01564f2292df0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:41:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f21cb01564f23a1460003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:42:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f21cb01564f23e9260004', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-03 14:42:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f21cb01564f24472e0005', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:43:12.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f2c4701564f2de74c0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:53:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f2c4701564f2de9b70001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:53:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f2c4701564f2e9ea20002', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:54:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f310101564f3216700000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f310101564f3218c90001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f310101564f321a000002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f310101564f328a8d0003', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f47c301564f484e7a0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:22:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f47c301564f4850910001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f47c301564f48510f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f4ec301564f4fba620000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:30:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f4ec301564f4fbcfe0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:30:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f4ec301564f4fbd6d0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:30:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f513c01564f521b0a0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:33:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f513c01564f521d690001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:33:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f513c01564f5299da0002', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:33:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f513c01564f541f500003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:35:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f513c01564f5a3d8b0004', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:42:09.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f62ff01564f6c78ea0000', N'Firefox', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''list'' -> array['''']]', N'6', N'192.168.111.1', N'2016-08-03 16:02:04.000', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f71f001564f7290460000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f71f001564f7292b40001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f71f001564f7293360002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:08:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f78aa01564f790e860000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:15:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f78aa01564f7910ec0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f78aa01564f7911c00002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f78aa01564f791f9e0003', N'Firefox', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''loginddd'' -> array['''']]', N'6', N'192.168.111.1', N'2016-08-03 16:15:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f7b1301564f7d26af0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f7b1301564f7d29200001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f7b1301564f7dd3eb0002', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:21:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f9b1901564f9b7b7b0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:53:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f9b1901564f9b7e110001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:53:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f9b1901564f9b7e9c0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:53:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f9f8601564f9fe6050000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:58:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f9f8601564f9fe8440001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:58:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81564f9f8601564f9fe95f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156598a2c0156598adac00000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 15:11:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815659d09e015659d152000000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 16:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815659d09e015659d154e30001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 16:28:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815659d09e015659d155990002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 16:28:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815659e54c015659f7554e0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 17:09:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815659e54c015659f758060001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 17:09:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815659e54c015659f758560002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 17:09:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a3c6c01565a3cea7d0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:25:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a3c6c01565a3ced240001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:25:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a3c6c01565a3cee0c0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:25:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a4e30eb0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:44:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a4e32e80001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:44:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a4e33700002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:44:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a50e8550003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a51bcf50004', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:48:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a54e3b20005', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-05 18:52:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81565a4dba01565a55742f0006', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-05 18:52:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a40156692a10b60000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-08 15:59:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a40156692a13090001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-08 15:59:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a40156692a1f110002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-08 15:59:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a40156692ab10b0004', N'Firefox', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-08 16:00:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a401566931e7410005', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-08 16:08:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a4015669321e240006', N'Firefox', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-08 16:08:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a40156693253d90008', N'Firefox', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-08 16:08:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a4015669329f680009', N'Firefox', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-08 16:09:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a4015669332fe3000b', N'Firefox', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-08 16:09:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a40156693373ba001c', N'Firefox', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-08 16:09:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a4015669338071001d', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-08 16:09:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a401566933963f001e', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-08 16:10:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566929a401566933e45b001f', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-08 16:10:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566a581301566a58ab9e0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-08 21:30:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566a581301566a58aebf0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-08 21:30:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566a581301566a58af7c0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-08 21:30:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566d570701566d5803270000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-09 11:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566d570701566d5805270001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-09 11:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566d570701566d5805e80002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-09 11:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566e3ca101566e3cff4b0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-09 15:38:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566e3ca101566e3d01c20001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-09 15:38:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566e3ca101566e3d025b0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-09 15:38:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81566e3ca101566e3d3b740003', N'Firefox', N'1212琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-09 15:38:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673486e01567348d3fa0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 15:09:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673486e01567348d66a0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 15:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673486e01567348d6da0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 15:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c513440000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 17:25:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c515f80001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 17:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c516750002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 17:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c6e02d0011', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 17:27:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c7cb86003a', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 17:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c8e419004c', N'Firefox', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:29:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c941d5004d', N'Firefox', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:29:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673c94b5c004e', N'Firefox', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:29:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ca39680057', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 17:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ca665c0058', N'Firefox', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:30:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673caede20067', N'Firefox', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-10 17:31:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673cea9840068', N'Firefox', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:35:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ced7960069', N'Firefox', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:35:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673cefbac006a', N'Firefox', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:35:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673d5519c006b', N'Firefox', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:42:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673d5c128006c', N'Firefox', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Incorrect datetime value: '','' for column ''begin_date'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:43:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673d67ad4006d', N'Firefox', N'閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Incorrect datetime value: '','' for column ''begin_date'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:44:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673d7fcb30088', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 17:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673d994480099', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 17:47:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673e2e9f7009a', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 17:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673e3feef00ac', N'Firefox', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-10 17:58:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673e7868e00ad', N'Firefox', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-10 18:02:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673e7a71d00ae', N'Firefox', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-10 18:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673e849dc00af', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 18:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673e9fe8b00b0', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 18:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ea444500b1', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-10 18:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ea44ba00b2', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:05:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ea4ed000b3', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:05:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ea5e2900b4', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-10 18:05:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ea5ebc00b5', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:05:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673eaaf7a00b6', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:06:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673ecb9015673ef473a0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-10 18:11:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673ecb9015673f0aabf000a', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 18:12:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673ecb9015673f2d056000b', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 18:15:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673ecb9015673f661d5001d', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-10 18:19:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ead99300b7', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:06:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ebc17f00b8', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:07:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815673c48f015673ebcb5a00b9', N'Firefox', N'閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:07:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815677838b0156778445040000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815677838b0156778447950001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815677838b01567784489e0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815677838b015677858f210003', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:54:16.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a0b96aa0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-11 22:39:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a0b9a530001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-11 22:39:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a0b9b3f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-11 22:39:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a0c82840003', N'Firefox', N'JeecgDemo渚嬪瓙: 99991琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-11 22:40:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a12feff0004', N'Firefox', N'JeecgDemo渚嬪瓙: 100琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-11 22:48:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a153cd40005', N'Firefox', N'JeecgDemo渚嬪瓙: 900琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-11 22:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567a0b0c01567a17700d0006', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-11 22:52:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb18bba0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:00:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb18de50001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:00:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb18e720002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:00:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb1fc980003', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-12 11:00:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb347da0004', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-12 11:02:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb35f5a0005', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-12 11:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cb00901567cb3fed30006', N'Firefox', N'666琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-12 11:03:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cbd1001567cbe04060000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:14:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cbd1001567cbe92770001', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-12 11:14:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cbd1001567cbf1f500002', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-12 11:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc323b00000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc40b920001', N'Firefox', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-12 11:20:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc431680003', N'Firefox', N'琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', N'5', N'192.168.111.1', N'2016-08-12 11:20:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc4ac260014', N'Firefox', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-12 11:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc4bf9e0015', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-12 11:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc4eded0016', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-12 11:21:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc75fec0018', N'Firefox', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮,灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-08-12 11:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc7a6c80019', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮锛屽皻鏈缃)锛', N'5', N'192.168.111.1', N'2016-08-12 11:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc7e3d2001a', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-08-12 11:24:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567cc2af01567cc827ff001b', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-08-12 11:25:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ccb6301567ccbc64f0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ce67b01567ce6f3d00000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:58:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ce67b01567ce6f6560001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ce67b01567ce6f6e00002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ce67b01567cf29cc80003', N'Firefox', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-12 12:11:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567e88db01567e8948600000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 19:35:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567e88db01567e894ac60001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 19:35:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ec45401567ec4c0f10000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:40:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ec45401567ec4c36c0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ec8eb01567eccde6d0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:49:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ec8eb01567ecce08e0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ec8eb01567ecce1100002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81567ec8eb01567ecdc10f0003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:50:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815681dca5015681de4ebb0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 11:07:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815681dca5015681de521b0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815681dca5015681de52d90002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815681dca5015681deec9a0003', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-13 11:08:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815681dca5015681e019d30014', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-13 11:09:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568269d10156826acf0d0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 13:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568269d10156826ad1520001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 13:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568269d10156826ad1d80002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 13:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568269d10156826b197b0003', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-13 13:41:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815683265e01568326eede0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815683265e01568326f0bb0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815683265e01568326f1520002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-13 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf340150000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:06:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf343b50001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:06:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf344cc0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf581940004', N'Firefox', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-08-15 10:08:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf5d7740005', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:09:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf619b80006', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:09:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf623150007', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf633540008', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:09:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf68898000a', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:10:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568bf6984f000b', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:10:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568bf29301568c038343000c', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:24:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c070c860000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c070ece0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c070f5b0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0795800003', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:42.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c08f7220004', N'Firefox', N'鐢ㄦ埛scott宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:30:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0909be0005', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:30:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0c62000006', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:33:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0cf3f20007', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0da24c0008', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:35:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0e56510009', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:36:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c0e6f53000a', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:36:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c10030b000c', N'Firefox', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-08-15 10:37:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c10392a000d', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:38:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1073ac000e', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:38:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c10a154000f', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:38:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c10d1c30010', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1122b40011', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:39:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c121bdf0012', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:40:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c128e810013', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:40:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c12d49b0014', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:40:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1359c10015', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:41:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c13b0010016', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c13ec140017', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:42:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1432850018', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:42:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1532c4001a', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:43:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c15e1f2001b', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c15f381001c', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c16dbf0001e', N'Firefox', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-08-15 10:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1719ec001f', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:45:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c175c880020', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:45:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1792220021', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c17c1d50022', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:46:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c17f3960023', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:46:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1829a40024', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:46:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1860cf0025', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:47:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1897550026', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:47:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c18e9410027', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:47:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c191fed0028', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:47:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c19608b0029', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:48:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c19a959002b', N'Firefox', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-08-15 10:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c19ef16002c', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:48:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1a2d4f002d', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:49:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1a5e94002e', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:49:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1a8408002f', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:49:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1abb190030', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:49:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1addf10031', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:49:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1ae52b0032', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:49:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1affd20033', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:49:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1b584a0038', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:50:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1b66610039', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:50:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c1e8b8d003a', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c21141e003b', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c214b94003c', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c2154fc003d', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 10:56:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c216091003e', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:56:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c2230e4003f', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c22646f0040', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:57:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c22a71b0041', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c22e1820042', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:58:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c236a770043', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:59:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c239aa30044', N'Firefox', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 10:59:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c2779fc0045', N'Firefox', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-15 11:03:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c06a201568c300e970046', N'Firefox', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-15 11:12:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c3246750000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:15:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c3248ea0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:15:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c32495f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:15:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c32b75e0003', N'Firefox', N'Minidao渚嬪瓙鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 11:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c3307460005', N'Firefox', N'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-15 11:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c3355460006', N'Firefox', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-08-15 11:16:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c344a880007', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-15 11:17:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c3567cb0008', N'Firefox', N'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-08-15 11:18:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c404e630009', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 11:30:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c31ec01568c4063b2000a', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:30:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c466b01568c46f5630000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:37:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c466b01568c46f7ba0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:37:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c466b01568c46f8580002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:37:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c466b01568c4805c00003', N'Firefox', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-15 11:39:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c466b01568c4985f00004', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 11:40:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c466b01568c4994430005', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:40:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c6315830000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 12:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c6317e30001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 12:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c63887c0002', N'Firefox', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-15 12:09:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c63d6350014', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 12:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c6fe220001d', N'Firefox', N'绉婚櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-15 12:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c701acc002f', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-15 12:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c71d15d003b', N'Firefox', N'鍒涘缓鎴愬姛', N'3', N'192.168.111.1', N'2016-08-15 12:24:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c5de601568c737f08003c', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-15 12:26:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c9a8b01568c9af08f0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c9a8b01568c9af2fe0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c9a8b01568c9af4540002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c9a8b01568ca386110003', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-15 13:19:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568c9a8b01568ca397f30004', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:19:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568ca46901568ca4fc820000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:20:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568caadb01568cab74790000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:27:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568caadb01568cab76e70001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:27:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568caadb01568cab77820002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:27:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568caefb01568caf5faa0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568d64a701568d6538570000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 16:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568d64a701568d653acd0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 16:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568d64a701568d653b690002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 16:50:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568d980801568d986e230000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 17:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568d980801568d9870c00001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 17:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568d980801568d9871600002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 17:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568db6f401568db753750000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568db6f401568db7564a0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568db6f401568db757050002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568db6f401568ddb0a080003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568e287b01568e2901f20000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 20:24:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568e287b01568e29052e0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 20:24:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81568e287b01568e2906180002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-15 20:24:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e501569112a5a90000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 09:58:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e501569112a8810001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 09:58:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e501569112a9d10002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 09:58:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e501569113a7a80003', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-16 09:59:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e501569114e88a0004', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-16 10:01:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e50156911538b20006', N'Firefox', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''CGFORM_FIELD'' cannot be null', N'6', N'192.168.111.1', N'2016-08-16 10:01:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e5015691172818000a', N'Firefox', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn ''CGFORM_FIELD'' cannot be null', N'6', N'192.168.111.1', N'2016-08-16 10:03:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569111e50156911b711f000b', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:08:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815691202e0156912107dd0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815691202e015691210a210001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815691202e015691210aaa0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569148d80156914978750000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569148d8015691497ab90001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:58:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569148d8015691497b2f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:58:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156924e320156924ea7400000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:44:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156924e320156924ea97d0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:44:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156924e320156924eaa0d0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:44:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569254110156925514f00000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:51:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569254110156925517890001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:51:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815692541101569255181e0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:51:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156925411015692798c860003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 16:30:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569254110156927dab140004', N'Firefox', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-16 16:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815692d215015692da124c0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815692d215015692da14b70001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815692d215015692da152e0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 18:16:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b5ac640000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b5aedf0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b5afc50002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b71ffa0003', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-16 22:17:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b793a30004', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-16 22:18:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b838fd0005', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-16 22:18:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693b4f1015693b884100006', N'Firefox', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-16 22:19:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693bf51015693c061d60000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:27:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693bf51015693c064310001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815693bf51015693c0651c0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815696919401569692f43d0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:37:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815696919401569692f8200001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815696919401569692f92f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156969194015696959e7c0003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569691940156969fe6a00038', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-17 11:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156969194015696a03508006d', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-17 11:51:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569700bf2b0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 13:37:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569700c2580001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 13:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569700c31c0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 13:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569700fc3c0003', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-17 13:37:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569701039d0004', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-17 13:37:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156970001015697017d180039', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-17 13:37:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569700010156970215e0003b', N'Firefox', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭枃浠朵笂浼犲け璐ワ細Data truncation: Data too long for column ''content'' at row 1', N'6', N'192.168.111.1', N'2016-08-17 13:38:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156970001015697024e71003c', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-17 13:38:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156970001015697028e3e0071', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-17 13:39:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569700010156970398870074', N'Firefox', N'鏂板缓MicrosoftOfficeExcel2007Workbook琚垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-17 13:40:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569703f6db0075', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-17 13:40:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569700010156970477be0076', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-17 13:41:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697000101569704b1a400ab', N'Firefox', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-08-17 13:41:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f22f015697f2ff4f0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:01:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f22f015697f301e60001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f22f015697f3025b0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697f7874c0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:06:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697f789d20001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:06:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697f78a410002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:06:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697f8505d0004', N'Firefox', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-17 18:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697fbb54a0007', N'Firefox', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-17 18:11:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697fbeb220009', N'Firefox', N'閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.111.1', N'2016-08-17 18:11:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697fcd8c0000b', N'Firefox', N'閫氱煡鍏憡鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-17 18:12:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697fcf240000d', N'Firefox', N'閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', N'3', N'192.168.111.1', N'2016-08-17 18:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015697fe1636000f', N'Firefox', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-17 18:13:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f7110156980255f80010', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:18:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f7110156980663bf0013', N'Firefox', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-17 18:22:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815697f711015698068d120014', N'Firefox', N'鍥捐〃閰嶇疆鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-17 18:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569cc98201569cca30270000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-18 16:35:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569cc98201569cca329b0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-18 16:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81569cc98201569cca34760002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-18 16:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a091c30156a0995a9d0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:20:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a091c30156a0995cad0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:20:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a091c30156a0995ed60002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:20:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a091c30156a09a2bce000f', N'Firefox', N'鍒涘缓鎴愬姛', N'3', N'192.168.111.1', N'2016-08-19 10:21:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a091c30156a09add020010', N'Firefox', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-08-19 10:21:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0aa0f0156a0ab65bc0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0aa0f0156a0ab68250001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0aa0f0156a0ab68910002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0aa0f0156a0abf10c0003', N'Firefox', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:38.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f1242e0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f126580001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f127bd0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 11:56:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f19be30004', N'Firefox', N'琛ㄥ崟鏍峰紡琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-08-19 11:56:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f1a4450005', N'Firefox', N'琛ㄥ崟鏍峰紡琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-19 11:56:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f1e2a60007', N'Firefox', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-08-19 11:57:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f253730029', N'Firefox', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-19 11:57:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f274c1002a', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-08-19 11:57:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f2867b002b', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.111.1', N'2016-08-19 11:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f325df002c', N'Firefox', N'琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-19 11:58:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f45d7a003c', N'Firefox', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-19 11:59:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f498db003d', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-08-19 11:59:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f4a82f003e', N'Firefox', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'192.168.111.1', N'2016-08-19 12:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a0f0b60156a0f535cc003f', N'Firefox', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-08-19 12:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a107640156a1089ecb0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:21:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a107640156a108a0f10001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:21:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a107640156a10aa68f0002', N'Firefox', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/cgreportConfigHeadController.do'', method ''GET'', parameters map[''form'' -> array['''']]', N'6', N'192.168.111.1', N'2016-08-19 12:24:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10b4c0156a10ba9f60000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10b4c0156a10bac790001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10b4c0156a10bad210002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10b4c0156a10bc5120003', N'Firefox', N'閿欒寮傚父: MissingServletRequestParameterException,閿欒鎻忚堪锛歊equired String parameter ''id'' is not present', N'6', N'192.168.111.1', N'2016-08-19 12:25:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10b4c0156a10c09650004', N'Firefox', N'閿欒寮傚父: MissingServletRequestParameterException,閿欒鎻忚堪锛歊equired String parameter ''id'' is not present', N'6', N'192.168.111.1', N'2016-08-19 12:25:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10cbc0156a10d17d10000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10cbc0156a10d1a830001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a10cbc0156a10d1ae60002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a115410156a115a83d0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:36:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a115410156a115aadb0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:36:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156a115410156a115abc30002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:36:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156b021a80156b02242630000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156b021a80156b02245210001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156b021a80156b02245ce0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156b021a80156b022d1930003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d193360000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:29:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d1955e0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:29:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d196020002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d1db050003', N'Firefox', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-25 16:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d36e140004', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:31:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d3e2b70005', N'Firefox', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-25 16:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d4a8ba0006', N'Firefox', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-25 16:32:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d4cdbd0007', N'Firefox', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-25 16:33:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c0d0fa0156c0d4f9bc0008', N'Firefox', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-25 16:33:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c4e8ec0156c4e94b650000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-26 11:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c4e8ec0156c4e94ebf0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-26 11:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c4e8ec0156c4e94fa30002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-26 11:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c502a40156c5066cce0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-26 12:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c502a40156c5066f0a0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-26 12:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156c502a40156c5066f890002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-26 12:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d42fe60156d430dc6b0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:46:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d42fe60156d430df620001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:46:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d42fe60156d430e0270002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:46:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d42fe60156d431c6620003', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4369c0156d43808a30000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:54:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d443ac0156d44411e70000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d443ac0156d44414130001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d443ac0156d44414a90002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d44d880156d44df1d90000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:18:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d44d880156d44df4240001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:18:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d44d880156d44df5080002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4d0180156d4d09a0a0000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 13:40:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4d0180156d4d09c910001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 13:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4d0180156d4d09d4d0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 13:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4d0180156d4ebc5c20003', N'Firefox', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-08-29 14:10:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4fb83760000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:27:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4fb86160001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:27:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4fb86900002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:27:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4fc1b9d0004', N'Firefox', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-08-29 14:28:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4fc2d9d0005', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4ff2799000f', N'Firefox', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-08-29 14:31:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4ffbe790011', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:32:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4ffcbc10012', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:32:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d4ffd5ff0013', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:32:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d500ad140015', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:33:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d500c2130017', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d501a69f0019', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d501bd59001b', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50228cb001c', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50236d2001d', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d502676d001f', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:35:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d5026da90020', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50270210021', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50270d20022', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50272ba0023', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50273630024', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50727aa0026', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:40:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50750700028', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:40:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d50771500029', N'Firefox', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-08-29 14:40:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d4fa080156d508a62c002a', N'Firefox', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-08-29 14:42:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d575a30156d5760d360000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:41:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d575a30156d5760f580001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:41:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d575a30156d576101f0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:41:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d579bd0156d57a2f800000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:46:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d579bd0156d57a32490001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d579bd0156d57a32d60002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d94b500156d94bba140000', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-30 10:33:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d94b500156d94bbc6f0001', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-30 10:33:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d94b500156d94bbd1e0002', N'Firefox', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-08-30 10:33:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d94b500156d95498700004', N'Firefox', N'绫诲瀷鍒嗙粍: 222琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-08-30 10:43:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156d94b500156d954b11a0005', N'Firefox', N'绫诲瀷鍒嗙粍: 222 琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-08-30 10:43:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156e3bd950156e3be187b0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:15:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156e3bd950156e3be1cb70001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156e3bd950156e3be1d480002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156e3c3e70156e3c48a550000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156e3c3e70156e3c48cf40001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156e3c3e70156e3c48d550002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea175e2a0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:50:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea1761930001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea17620d0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea18ec9e0003', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:51:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea1b88480004', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-02 16:54:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea1ba62e0005', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:54:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea1fcba70006', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-02 16:59:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea16e90156ea1fddd90007', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2d72170000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 17:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2d74a60001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 17:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2d75310002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-02 17:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2eb7e60003', N'IE', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-09-02 17:15:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2ecb140004', N'IE', N'鍔ㄦ佹姤琛ㄩ厤缃姮澶村垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-09-02 17:15:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2ed3230005', N'IE', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-09-02 17:15:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ea2d150156ea2ee1320006', N'IE', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-09-02 17:15:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f330230156f330f6fa0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 11:14:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f330230156f330f9550001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 11:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f330230156f330f9db0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 11:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f330230156f33241db0003', N'IE', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-09-04 11:16:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f3f2df0156f3f366290000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 14:47:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f3f2df0156f3f369060001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 14:47:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f3f2df0156f3f369b90002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 14:47:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f4786c0156f47908190000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:13:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f4786c0156f4790aab0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f4786c0156f4790b250002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f482db0156f48339750000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:24:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f482db0156f4833c0e0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f482db0156f4833c8f0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f533740156f533d2340000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f533740156f533d4d60001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f533740156f533d56e0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:37:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f533740156f53cf3ac0003', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:47:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f53f350156f53f96c60000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5464a0156f546b4010000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f578290156f57b7f300000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 21:55:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f578290156f57b81940001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 21:55:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f578290156f57b82f50002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 21:55:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f5927ce80000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f592c6a40002', N'IE', N'绫诲瀷鍒嗙粍: dd琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-09-04 22:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f592de2c0004', N'IE', N'绫诲瀷鍒嗙粍: aa琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-09-04 22:20:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f592ee920006', N'IE', N'绫诲瀷鍒嗙粍: cc琚坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-09-04 22:21:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f592f8160007', N'IE', N'绫诲瀷鍒嗙粍: cc 琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-09-04 22:21:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f59300d70008', N'IE', N'绫诲瀷鍒嗙粍: aa 琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-09-04 22:21:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f591c80156f59307040009', N'IE', N'绫诲瀷鍒嗙粍: dd 琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-09-04 22:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5a8a1a70000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:44:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5a8a3c20001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:44:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5a8a43a0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:44:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5a9c0c60003', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-04 22:45:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5aae7290004', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-04 22:47:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5abe3910005', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-04 22:48:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5ac4af90006', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-04 22:48:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5ac533d0007', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-04 22:48:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5a7e00156f5ad71c60008', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5ae260156f5ae7fb30000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5ae260156f5ae81f20001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f5ae260156f5ae826b0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f848d3e50000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 10:58:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f848d8480001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f848d9210002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f84aa307000c', N'IE', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-09-05 11:00:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f84c360b000e', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 11:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f84c58b60010', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 11:02:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f84d92890012', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 11:04:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f84e0e810013', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 11:04:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f848210156f84e2b9c0015', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 11:04:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f877c50156f8782e0f0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:50:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f877c50156f87830f60001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f877c50156f878317f0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f877c50156f8784ffe0003', N'IE', N'閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 11:50:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f87b680156f87bc55c0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f87b680156f87bc7fb0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f87b680156f87c1b000002', N'IE', N'閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 11:54:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8878b0156f888170e0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:08:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8878b0156f88819230001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8878b0156f888199c0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8878b0156f88865a60003', N'IE', N'閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 12:08:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f88d890156f88de8920000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:14:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f88d890156f88deaee0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:14:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f88d890156f88deb4d0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:14:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f891c90156f892481a0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:19:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f894ae0156f89529310000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:22:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f894ae0156f8952b550001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:22:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f894ae0156f8952be60002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:22:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f88d890156f88e10c40003', N'IE', N'閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 12:14:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f894ae0156f895a0930004', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 12:22:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f894ae0156f895d0370006', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 12:23:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f899160156f899858c0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f899160156f899888e0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f899160156f89989220002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f899160156f899c2fa0003', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-05 12:27:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f899160156f899dace0004', N'IE', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f89fda0156f8a061340000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f89fda0156f8a063630001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f89fda0156f8a063ca0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f89fda0156f8a155e60003', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-05 12:35:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f89fda0156f8a174a00004', N'IE', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:35:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f89fda0156f8a555cc0006', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 12:40:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f07b0156f8f0f7e00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f07b0156f8f0faca0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:02:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f07b0156f8f0fb930002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:02:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f07b0156f8f14f2d0003', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 14:02:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f07b0156f8f183c40005', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 14:03:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f5c80156f8f63bf40000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f5c80156f8f63dfc0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f8f5c80156f8f63e900002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95e28ef0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95e2ada0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95e2b600002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95e93b70003', N'IE', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-09-05 16:02:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95ef5300004', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 16:02:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95f83570005', N'IE', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:03:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95fbaed0006', N'IE', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:03:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f95fef930007', N'IE', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:03:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f95d810156f961ad910008', N'IE', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:05:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f967920156f9683cc60000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:12:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f974790156f9756d370000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:27:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f974790156f9756f940001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:27:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f974790156f975701d0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:27:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f98f94ec0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:55:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f9901f190001', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 16:56:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f99087270002', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 16:56:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f990cd6f0003', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 16:57:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f991195a0004', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 16:57:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f9934cdc0005', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 16:59:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f99372640006', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:00:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f993b5c60007', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:00:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f994a42f0008', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:01:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f9960e4a0009', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f99692ac000a', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:03:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f99726cc000c', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:04:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f99768af000d', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f9978a82000e', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f9987f12000f', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:05:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f98dcb0156f99cdb850011', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 17:10:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156f9a7ec0156f9a85d510000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 17:22:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fa10ba0156fa114e000000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 19:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fa10ba0156fa11503f0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 19:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156faee150156faf1a0300000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156faee150156faf1a3f50001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156faee150156faf1a4e90002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156faee150156fafa737e0003', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-05 23:32:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156faee150156fafa83560004', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:32:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fafb240156fafb88670000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:33:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fafb240156fafb8ab70001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fafb240156fafb8b3b0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fafb240156fafcc2b70003', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-05 23:34:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fafb240156fafccb930004', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-05 23:34:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fafb240156fafcd8a40005', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:34:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fd95c70156fd965c510000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:41:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fd95c70156fd965f290001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fd95c70156fd965fc70002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fd95c70156fd972f3e0004', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-06 11:42:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fd95c70156fd9740070005', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:42:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe0cf20156fe0d61cd0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe0cf20156fe0d63440001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe0cf20156fe0d63a30002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe0cf20156fe0e26360007', N'IE', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-09-06 13:52:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe14c6d70000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:59:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe14c9760001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe14c9d90002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe1edc140003', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-06 14:10:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe1ee48c0004', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-06 14:10:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe1ef0220005', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 14:10:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe13b70156fe1f1c890006', N'IE', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-06 14:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe57b10156fe586f540000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 15:13:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe57b10156fe5871a60001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 15:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156fe57b10156fe5872210002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 15:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156feb0570156feb1eca00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 16:51:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156feb0570156feb1ef2c0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 16:51:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ffea5c0156ffec69760000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ffea5c0156ffec6cf50001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ffea5c0156ffec6d860002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ffea5c0156ffecb21b0004', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-06 22:35:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8156ffea5c0156ffecc0cc0005', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:35:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157024ec60157024f9aa40000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 09:42:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157024ec60157026a342d0001', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-07 10:11:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157027f1f0157027ff6610000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 10:35:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157027f1f0157027ff8e10001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 10:35:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157027f1f0157027ff9800002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 10:35:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815703693501570369d4710000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:50:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815703693501570369d6850001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:50:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815703693501570369d6fe0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:50:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81570369350157036a4a5f0003', N'IE', N'閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method ''GET'' not supported', N'6', N'192.168.111.1', N'2016-09-07 14:51:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81570369350157036ab4320004', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-07 14:51:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81570369350157036abe260005', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-07 14:51:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81570369350157036af5fe0006', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:52:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815708a5d7015708a641a00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-08 15:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815708a5d7015708a644a80001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-08 15:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815708a5d7015708a6463f0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-08 15:14:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81570905000157090577710000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-08 16:58:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815709050001570905796c0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-08 16:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81570905000157090579ee0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-08 16:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815709050001570905c7580003', N'IE', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.111.1', N'2016-09-08 16:59:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81571ca7e101571ca85b510000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-12 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81571ca7e101571ca85dab0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-12 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81571ca7e101571ca85f9c0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-12 12:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81571ca7e101571ca9c2050037', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-12 12:31:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81571ca7e101571ca9ef1b006c', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-12 12:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d0860c0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:57:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d087f30001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:57:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d0889a0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:57:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d1943e0004', N'IE', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-09-20 16:58:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d1e22b0005', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-20 16:59:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d257210007', N'IE', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-09-20 16:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d29a1b000a', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-20 16:59:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d2adc9000b', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:59:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d314fe000c', N'IE', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-09-20 17:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d31da8000d', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-20 17:00:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746cf6f015746d33338000e', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d614460000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d616eb0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d617540002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d74d5b0004', N'IE', N'琛ㄥ崟鏍峰紡琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-09-20 17:04:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d760d10005', N'IE', N'琛ㄥ崟鏍峰紡琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-09-20 17:05:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d8cc5b0007', N'IE', N'琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', N'5', N'192.168.111.1', N'2016-09-20 17:06:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815746d5b6015746d988aa000f', N'IE', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-09-20 17:07:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aea02150000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:03:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aea05590001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aea06150002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aeb984c0004', N'IE', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-09-21 12:05:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aed26900006', N'IE', N'鎿嶄綔 褰曞叆鎴愬姛', N'3', N'192.168.111.1', N'2016-09-21 12:07:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aedc1da000b', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-21 12:07:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aede9d9000c', N'IE', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:08:08.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aee4875000d', N'IE', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-09-21 12:08:32.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aee57b3000e', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aef1e57000f', N'IE', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-09-21 12:09:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81574ae99701574aef64cf0010', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:09:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815750914701575091e5df0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-22 14:25:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815750914701575091e9fa0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-22 14:25:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815750914701575091eb050002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-22 14:25:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769695b01576969cf3a0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:12:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769695b01576969d2900001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:12:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769695b01576969d3540002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:12:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769695b0157696a3a320037', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-27 10:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157697fb001576980146f0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:36:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157697fb00157698016dc0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:36:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157697fb001576980175c0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:36:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157697fb0015769808ac50037', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-27 10:36:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157697fb0015769818793006c', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-27 10:37:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769821e01576982a9f90000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769821e01576982ac240001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769821e01576982aca00002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769821e015769832deb0037', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-27 10:39:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157698c4d0157698cba0b0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:50:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157698c4d0157698cbc690001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:50:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769b322015769b381790000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 11:32:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769b322015769b3839e0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 11:32:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769b322015769b384490002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-09-27 11:32:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815769b322015769b5bc3b0037', N'IE', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-09-27 11:35:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa09330157fa0996d00000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa09330157fa099a190001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa09330157fa099ada0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa09330157fa0a96c80003', N'IE', N'鐢ㄦ埛: demo[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:13:00.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0c68f50000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:14:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0c6b630001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:15:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0c6c340002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:15:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0c9af30003', N'IE', N'鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:15:12.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0d49da0004', N'IE', N'鐢ㄦ埛demo宸查鍑', N'2', N'192.168.111.1', N'2016-10-25 12:15:57.000', N'1', N'402880e74d75c4dd014d75d44af30005', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0d6d790005', N'IE', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:16:06.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa0bd90157fa0e11ea0006', N'IE', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:16:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa11320157fa11a86a0000', N'IE', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:20:43.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157fa11320157fa11c3a40001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157faf98e0157fafa0f900000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 16:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157faf98e0157fafa11790001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 16:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157faf98e0157fafa11ef0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-25 16:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff0b900157ff0c5eb10000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-26 11:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff0b900157ff0c61730001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-26 11:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff0b900157ff0c63810002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-26 11:33:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff0b900157ff0cbdf30003', N'IE', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-10-26 11:33:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff0b900157ff0cc5c20004', N'IE', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-10-26 11:33:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff0b900157ff0ccc510005', N'IE', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-10-26 11:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff7e540157ff7f13a50000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-26 13:38:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff7e540157ff7f16170001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-26 13:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8157ff7e540157ff7f16a00002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-26 13:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a3d3501581a3db5060000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:16:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a3d3501581a3db6f40001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:16:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a3d3501581a3db7830002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:16:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a3d3501581a3e48210003', N'IE', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:17:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a421c01581a43804f0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a462e01581a46c76e0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a462e01581a46c9d20001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581a462e01581a4e8e160002', N'IE', N'鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:35:05.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581b02ae01581b05c5890000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 21:55:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581b02ae01581b05c77b0001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 21:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef81581b02ae01581b05c8070002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-10-31 21:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815884d839015884d909c60000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-11-21 11:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815884d839015884d90c540001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-11-21 11:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef815884d839015884d90e1a0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-11-21 11:06:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8158949adf0158949c298f0000', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-11-24 12:33:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8158949adf0158949c2bf40001', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-11-24 12:33:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028ef8158949adf0158949c2e6f0002', N'IE', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-11-24 12:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82a35de421ab015de4220d4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-15 12:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82a35de421ab015de4220e790001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-15 12:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82a35de421ab015de42213160002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-15 12:23:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82a35de421ab015de4228d650006', N'Chrome', N'鐢ㄦ埛: qinfeng娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-08-15 12:24:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02cfadf80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-21 11:21:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d02f880002', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-08-21 11:22:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d03d750004', N'Chrome', N'鍒嗙被绠$悊娣诲姞鎴愬姛', N'3', N'鏈湴', N'2017-08-21 11:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d047f00005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-21 11:22:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d051f20006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-21 11:22:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d05dba0007', N'Chrome', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-21 11:22:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d063160008', N'Chrome', N'鍒嗙被绠$悊鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-08-21 11:22:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d09ad00009', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-08-21 11:22:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d1c71c000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2017-08-21 11:24:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'8a8c82c45e02cf56015e02d26342000b', N'Chrome', N'鍒嗙被绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2017-08-21 11:24:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'F63FA7A4AC6D4CB3B9193734DE4C25BC', N'IE', N'銆恆dmin(JEECG寮婧愮ぞ鍖)銆戠櫥闄嗙郴缁熸垚鍔', N'0', N'鏈湴', N'2017-01-12 22:58:54.000', N'0', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'ff8080815af69d44015af69dc3dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'127.0.0.1', N'2017-03-22 23:23:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052', null, null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7e8c237e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 12:01:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7e8e13c60002', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-14 12:03:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7e8e3cbd0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 12:03:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7eb2e7d50004', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-14 12:43:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7eb307ae0005', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'鏈湴', N'2017-09-14 12:43:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7eb5d2c80006', N'Chrome', N'scott', N'2', N'鏈湴', N'2017-09-14 12:46:38.000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7e7fc9015e7eb5e6b60007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 12:46:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7ed073015e7ed0f1b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 13:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7ed073015e7ed35db00001', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'鏈湴', N'2017-09-14 13:18:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7ed073015e7ed4b2370002', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-14 13:20:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7ed073015e7f11be640003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 14:27:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7f3dd0015e7f3f7c0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 15:17:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e7f3fe6015e7f426fdb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-14 15:20:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e8352a6015e8353060f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-15 10:16:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e47fb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-15 17:35:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e4cb300001', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:35:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e4de440002', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:35:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e4ed100003', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:35:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e5177b0004', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e552800005', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:36:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e57ccf0006', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:36:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e58e770007', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:36:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e5a1170008', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:36:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e5b66c0009', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-15 17:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84e5c2dd000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-15 17:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84ecc75b000b', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:44:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84ecddb9000c', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84ecf68c000d', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2017-09-15 17:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84ed6574000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2017-09-15 17:45:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84e430015e84ed72ec000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-15 17:45:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e84efbd015e84f011b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-15 17:47:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e932080015e932131a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-18 11:56:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e939883015e9399a49d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-18 14:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e988602015e988746100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-19 13:05:55.727', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e988602015e988749a40001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-19 13:05:56.643', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e988602015e98877b600002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'鏈湴', N'2017-09-19 13:06:09.377', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f15e988602015e988792b50003', N'Chrome', N'閿欒寮傚父: SQLServerException,閿欒鎻忚堪锛'SUBSTR'' 涓嶆槸鍙互璇嗗埆鐨 鍐呯疆鍑芥暟鍚嶇О銆', N'6', N'鏈湴', N'2017-09-19 13:06:15.350', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') -GO -GO - --- ---------------------------- --- Table structure for t_s_muti_lang --- ---------------------------- -DROP TABLE [dbo].[t_s_muti_lang] -GO -CREATE TABLE [dbo].[t_s_muti_lang] ( -[id] nvarchar(32) NOT NULL , -[lang_key] nvarchar(50) NULL , -[lang_context] nvarchar(500) NULL , -[lang_code] nvarchar(50) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'lang_key')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇█涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_key' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇█涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_key' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'lang_context')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_context' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_context' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'lang_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璇█' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璇█' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹紪鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹紪鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹紪鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹紪鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_muti_lang --- ---------------------------- -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'01ca201223b14e3e86c13904a9ae5ca2', N'common.password', N'瀵嗙爜', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'02916620f68b4845ba09773de6799706', N'please.select.department', N'Please select a department', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'0ab1a1fddf14420fa0dbcbfb5d2e9e85', N'common.strong', N'Strong', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'0bacd0fab1c84f03854435c1adab88c2', N'common.lock.user', N'閿佸畾鐢ㄦ埛', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'11d18a9927e34873a813eade025b5c18', N'fill.realname', N'Fill in the real name', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'121a68d32c6a419b800eb92431b20dd4', N'common.department', N'Org', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'1e5963a78dcd4b1fa5f9d6d845f151be', N'common.department', N'缁勭粐鏈烘瀯', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2075b6c641bc44b392638fed9a62cce9', N'password.rang6to18', N'瀵嗙爜鑷冲皯6涓瓧绗,鏈澶18涓瓧绗', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'27a06a8ed99f45438be00b7f1ca097f7', N'common.username', N'鐢ㄦ埛璐﹀彿', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ff41480146ffbb62a30012', N'menu.manage', N'Menu Manage', N'en', N'2014-07-04 12:56:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ff41480146ffbc59ac0014', N'menu.manage', N'鑿滃崟绠$悊', N'zh-cn', N'2014-07-04 12:57:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:26.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc8cd320001', N'common.id', N'ID', N'en', N'2014-07-04 13:11:28.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 14:04:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc933dc0003', N'common.id', N'缂栧彿', N'zh-cn', N'2014-07-04 13:11:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:11:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc9b4bb0005', N'menu.name', N'Menu Name', N'en', N'2014-07-04 13:12:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:14:52.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcd8f60000b', N'menu.name', N'鑿滃崟鍚嶇О', N'zh-cn', N'2014-07-04 13:16:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcdc44b000d', N'common.icon', N'Icon', N'en', N'2014-07-04 13:16:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcdf4a6000f', N'common.icon', N'鍥炬爣', N'zh-cn', N'2014-07-04 13:17:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffce76c70011', N'menu.url', N'Menu Url', N'en', N'2014-07-04 13:17:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcea7d80013', N'menu.url', N'鑿滃崟鍦板潃', N'zh-cn', N'2014-07-04 13:17:51.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:51.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcf13090015', N'menu.order', N'Menu Order', N'en', N'2014-07-04 13:18:19.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:19.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcf4b0a0017', N'menu.order', N'鑿滃崟椤哄簭', N'zh-cn', N'2014-07-04 13:18:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd059670019', N'menu.add', N'Function Add', N'en', N'2014-07-04 13:19:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:22:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd1cfeb001d', N'menu.edit', N'Menu Edit', N'en', N'2014-07-04 13:21:18.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:18.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd20205001f', N'menu.edit', N'鑿滃崟缂栬緫', N'zh-cn', N'2014-07-04 13:21:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe1a54f0023', N'menu.level', N'Menu Level', N'en', N'2014-07-04 13:38:36.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:36.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe1e8530025', N'menu.level', N'鑿滃崟绛夌骇', N'zh-cn', N'2014-07-04 13:38:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe5e2860027', N'parent.function', N'Parent Function', N'en', N'2014-07-04 13:43:14.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:25.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe6108b0029', N'parent.function', N'鐖惰彍鍗', N'zh-cn', N'2014-07-04 13:43:26.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe9ec39002b', N'main.function', N'Main Function', N'en', N'2014-07-04 13:47:38.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:52.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffea3970002d', N'main.function', N'涓绾ц彍鍗', N'zh-cn', N'2014-07-04 13:47:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffea9f27002f', N'sub.function', N'Sub Function', N'en', N'2014-07-04 13:48:24.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:23.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffead7b80031', N'sub.function', N'涓嬬骇鑿滃崟', N'zh-cn', N'2014-07-04 13:48:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:34.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffebb2660033', N'desktop.icon', N'Desk Icon', N'en', N'2014-07-04 13:49:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffebdf940035', N'desktop.icon', N'妗岄潰鍥炬爣', N'zh-cn', N'2014-07-04 13:49:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380146fffca39a0003', N'icon.list', N'Icon List', N'en', N'2014-07-04 14:08:05.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380146fffd42c40005', N'icon.list', N'鍥炬爣鍒楄〃', N'zh-cn', N'2014-07-04 14:08:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:45.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470001e905000b', N'common.icon.name', N'Icon Name', N'en', N'2014-07-04 14:13:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:13:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470002280b000d', N'common.icon.name', N'鍥炬爣鍚嶇О', N'zh-cn', N'2014-07-04 14:14:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:14:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700030848000f', N'common.icon.style', N'Icon Style', N'en', N'2014-07-04 14:15:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:21:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147000332810011', N'common.icon.style', N'鍥炬爣鏍峰紡', N'zh-cn', N'2014-07-04 14:15:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147000387440013', N'common.icon.type', N'Icon Type', N'en', N'2014-07-04 14:15:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470003af940015', N'common.icon.type', N'鍥炬爣绫诲瀷', N'zh-cn', N'2014-07-04 14:15:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700054be10020', N'icon.add', N'Icon Add', N'en', N'2014-07-04 14:17:32.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:32.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470005af9a0024', N'icon.edit', N'Icon Edit', N'en', N'2014-07-04 14:17:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470005d3550026', N'icon.edit', N'鍥炬爣淇敼', N'zh-cn', N'2014-07-04 14:18:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700063c220028', N'batch.generate.style', N'Batch Generate Style', N'en', N'2014-07-04 14:18:34.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 11:32:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700068560002a', N'batch.generate.style', N'鎵归噺鐢熸垚鏍峰紡', N'zh-cn', N'2014-07-04 14:18:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470015a389002e', N'common.department.list', N'Org List', N'en', N'2014-07-04 14:35:23.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470015ff8f0030', N'common.department.list', N'缁勭粐鏈烘瀯鍒楄〃', N'zh-cn', N'2014-07-04 14:35:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:09.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470016d58e0036', N'common.department.name', N'Org Name', N'en', N'2014-07-04 14:36:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:36:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700172e590038', N'common.department.name', N'缁勭粐鏈烘瀯鍚嶇О', N'zh-cn', N'2014-07-04 14:37:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:37:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470017a515003a', N'position.desc', N'Org Desc', N'en', N'2014-07-04 14:37:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470017d2fb003c', N'position.desc', N'缁勭粐鏈烘瀯鎻忚堪', N'zh-cn', N'2014-07-04 14:37:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700193e67003e', N'view.member', N'View Member', N'en', N'2014-07-04 14:39:20.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:20.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001963ef0040', N'view.member', N'鏌ョ湅鎴愬憳', N'zh-cn', N'2014-07-04 14:39:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001ab010004a', N'parent.depart', N'Parent Org', N'en', N'2014-07-04 14:40:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:40:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001ad6a7004c', N'parent.depart', N'涓婄骇缁勭粐鏈烘瀯', N'zh-cn', N'2014-07-04 14:41:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:41:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700256132004e', N'area.manage', N'Area Manage', N'en', N'2014-07-04 14:52:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470025a7e70050', N'area.manage', N'鍦板煙绠$悊', N'zh-cn', N'2014-07-04 14:52:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002800990056', N'area.name', N'Area Name', N'en', N'2014-07-04 14:55:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:55:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470028c0330058', N'area.name', N'鍦板煙鍚嶇О', N'zh-cn', N'2014-07-04 14:56:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700295bd8005a', N'area.code', N'Area Code', N'en', N'2014-07-04 14:56:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002981ee005c', N'area.code', N'鍦板煙缂栫爜', N'zh-cn', N'2014-07-04 14:57:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470029c84d005e', N'display.order', N'Area Sort', N'en', N'2014-07-04 14:57:24.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002a3fa50061', N'display.order', N'鏄剧ず椤哄簭', N'zh-cn', N'2014-07-04 14:57:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:58:02.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002a93ba0064', N'area.add.param', N'Area Add', N'en', N'2014-07-04 14:58:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:12:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002c144c006c', N'area.level', N'Area Level', N'en', N'2014-07-04 14:59:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:59:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002c3711006e', N'area.level', N'鍦板煙绛夌骇', N'zh-cn', N'2014-07-04 15:00:03.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:03.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002ce8a70070', N'parent.area', N'Parent Area', N'en', N'2014-07-04 15:00:48.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:48.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002d42990072', N'parent.area', N'鐖跺湴鍩', N'zh-cn', N'2014-07-04 15:01:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:01:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d4ac920001', N'system.icon', N'System Icon', N'en', N'2014-07-04 22:43:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d4e2990003', N'system.icon', N'绯荤粺鍥炬爣', N'zh-cn', N'2014-07-04 22:43:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d53b200005', N'menu.icon', N'Menu Icon', N'en', N'2014-07-04 22:44:17.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:17.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d5c6cc0007', N'menu.icon', N'鑿滃崟鍥炬爣', N'zh-cn', N'2014-07-04 22:44:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701dda832000d', N'main.area', N'Main Level', N'en', N'2014-07-04 22:53:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:53:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701ddf718000f', N'main.area', N'涓绾у湴鍩', N'zh-cn', N'2014-07-04 22:53:49.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:58:41.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701de50dd0011', N'sub.area', N'Sub Level', N'en', N'2014-07-04 22:54:12.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:55:00.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701dece660013', N'sub.area', N'涓嬬骇鍦板煙', N'zh-cn', N'2014-07-04 22:54:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:54:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701ecd4014701f3a69c0001', N'member.list', N'Member List', N'en', N'2014-07-04 23:17:30.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:30.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701ecd4014701f3dcfb0003', N'member.list', N'鎴愬憳鍒楄〃', N'zh-cn', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e2010477674e7014776e5ffae0005', N'iconname.rang2to10', N'鍚嶇О鑼冨洿2~10浣嶅瓧绗,涓斾笉涓虹┖', N'zh-cn', N'2014-07-27 16:18:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e2010477674e7014776e6eecd0007', N'iconname.rang2to10', N'Icon name should be 2-10 characters and should not empty', N'en', N'2014-07-27 16:19:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477784810a000f', N'operate.name', N'椤甸潰鎺т欢鍚嶇О', N'zh-cn', N'2014-07-27 19:11:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:28:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a0147778a170d0011', N'operate.name', N'Page Element Name', N'en', N'2014-07-27 19:17:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477791affe0014', N'operate.manage', N'Page access control', N'en', N'2014-07-27 19:25:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:21:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477791eea00016', N'operate.manage', N'椤甸潰鎺т欢鏉冮檺閰嶇疆', N'zh-cn', N'2014-07-27 19:25:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:22:00.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477796ccde0018', N'operatename.rang2to20', N'鎿嶄綔鍚嶇О鑼冨洿2~20浣嶅瓧绗', N'zh-cn', N'2014-07-27 19:31:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a014777979ab6001a', N'operatename.rang2to20', N'Operate name should be 2-20 characters', N'en', N'2014-07-27 19:32:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a014777991ef9001c', N'operatestatus.number', N'蹇呴』涓烘暟瀛', N'zh-cn', N'2014-07-27 19:33:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a0147779a0f71001e', N'operatestatus.number', N'Must be numeric', N'en', N'2014-07-27 19:34:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9190b0007', N'common.default.icon', N'default', N'en', N'2014-07-27 19:51:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a974ca0009', N'common.default.icon', N'榛樿', N'zh-cn', N'2014-07-27 19:51:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9cbc3000b', N'common.back', N'back', N'en', N'2014-07-27 19:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9f433000d', N'common.back', N'杩斿洖', N'zh-cn', N'2014-07-27 19:52:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777ae465e000f', N'common.smallpie.icon', N'smallpie', N'en', N'2014-07-27 19:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777aeb70c0011', N'common.smallpie.icon', N'灏忛ゼ鐘跺浘', N'zh-cn', N'2014-07-27 19:57:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777af2a970013', N'common.picture', N'鍥剧墖', N'zh-cn', N'2014-07-27 19:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 19:58:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777af611a0015', N'common.picture', N'pictures', N'en', N'2014-07-27 19:58:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777afea2c0018', N'common.pencil.icon', N'绗', N'zh-cn', N'2014-07-27 19:58:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b01f4a001a', N'common.pencil.icon', N'pencil', N'en', N'2014-07-27 19:58:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b210ae001c', N'common.smallmap', N'灏忓湴鍥', N'zh-cn', N'2014-07-27 20:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b2638d001e', N'common.smallmap', N'smallmap', N'en', N'2014-07-27 20:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b2d38b0020', N'common.group', N'缁', N'zh-cn', N'2014-07-27 20:01:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b3010a0022', N'common.group', N'group', N'en', N'2014-07-27 20:02:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b361fa0024', N'common.calculator', N'璁$畻鍣', N'zh-cn', N'2014-07-27 20:02:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b39c390026', N'common.calculator', N'calculator', N'en', N'2014-07-27 20:02:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b3ed9e0028', N'common.folder', N'鏂囦欢澶', N'zh-cn', N'2014-07-27 20:03:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b440fd002a', N'common.folder', N'folder', N'en', N'2014-07-27 20:03:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f13d7f0002', N'common.delete.fail.param', N'{0}鍒犻櫎澶辫触{1}', N'zh-cn', N'2014-07-27 21:10:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f282f60004', N'common.delete.fail.param', N'{0} delete fail{1}', N'en', N'2014-07-27 21:11:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f52cd10006', N'common.icon.isusing', N'锛佸浘鏍囨鍦ㄤ娇鐢紝涓嶅厑璁稿垹闄ゃ', N'zh-cn', N'2014-07-27 21:14:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f8c27e0008', N'common.icon.isusing', N', Icon is using, can not be deleted.', N'en', N'2014-07-27 21:18:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 21:27:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e014778273b160007', N'departmentname.rang3to10', N'鏈烘瀯鍚嶇О鍦3~10浣嶅瓧绗', N'zh-cn', N'2014-07-27 22:09:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782885e90009', N'departmentname.rang3to10', N'Department name should be 3-10 characters', N'en', N'2014-07-27 22:10:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782a1443000b', N'areaname.rang2to15', N'鍦板煙鍚嶇О鑼冨洿2~15浣嶅瓧绗,涓斾笉涓虹┖', N'zh-cn', N'2014-07-27 22:12:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782a6615000d', N'areaname.rang2to15', N'Area name should be 2-15 characters and should not empty', N'en', N'2014-07-27 22:12:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e7ffd4540028', N'common.org.code', N'鏈烘瀯缂栫爜', N'zh-cn', N'2014-08-18 15:23:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e8004113002a', N'common.org.code', N'Org Code', N'en', N'2014-08-18 15:23:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e800add5002c', N'common.org.type', N'鏈烘瀯绫诲瀷', N'zh-cn', N'2014-08-18 15:24:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e800edf8002e', N'common.org.type', N'Org Type', N'en', N'2014-08-18 15:24:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e80a71980030', N'common.company', N'鍏徃', N'zh-cn', N'2014-08-18 15:35:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e80abac10032', N'common.company', N'Company', N'en', N'2014-08-18 15:35:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e815144e0034', N'common.position', N'宀椾綅', N'zh-cn', N'2014-08-18 15:46:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e81561a80036', N'common.position', N'Position', N'en', N'2014-08-18 15:47:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7b9d4d20009', N'role.set', N'瑙掕壊璁剧疆', N'zh-cn', N'2014-08-21 16:40:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7be2c6a000c', N'current.org', N'鏈烘瀯', N'zh-cn', N'2014-08-21 16:45:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7be6144000e', N'current.org', N'Org', N'en', N'2014-08-21 16:45:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f8c5050147f923e5e8000c', N'role.set', N'Role Set', N'en', N'2014-08-21 23:16:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048154920014815c3e9a7000c', N'common.add.exist.user', N'娣诲姞宸叉湁瀹㈡埛', N'zh-cn', N'2014-08-27 12:40:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048154920014815c47ac1000e', N'common.add.exist.user', N'Add Exist User', N'en', N'2014-08-27 12:41:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b7ffe64e0001', N'common.type.list', N'绫诲瀷鍒楄〃', N'zh-cn', N'2014-09-28 00:44:34.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b8002b620003', N'common.type.list', N'Type List', N'en', N'2014-09-28 00:44:51.000', N'admin', N'绠$悊鍛', N'2014-09-28 00:46:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b801c7520006', N'common.type.code', N'绫诲瀷缂栫爜', N'zh-cn', N'2014-09-28 00:46:37.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b801f8dc0008', N'common.type.code', N'Type Code', N'en', N'2014-09-28 00:46:50.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b8024884000a', N'common.type.name', N'绫诲瀷鍚嶇О', N'zh-cn', N'2014-09-28 00:47:10.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b802773e000c', N'common.type.name', N'Type Name', N'en', N'2014-09-28 00:47:22.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b803ec0148b80d34360001', N'common.type.view', N'鏌ョ湅绫诲瀷', N'zh-cn', N'2014-09-28 00:59:06.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b803ec0148b80d6da10003', N'common.type.view', N'Type View', N'en', N'2014-09-28 00:59:20.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2a609258aef344bbbcf0c766d922e449', N'common.phone', N'Phone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2bad4a20100e456aac2f6be3d1cc85ac', N'common.real.name', N'Real Name', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a855611e7c8015611ea72800001', N'menu.funiconstyle', N'鑿滃崟鍥炬爣鏍峰紡', N'zh-cn', N'2016-07-22 17:23:13.000', N'admin', N'绠$悊鍛', N'2016-07-22 17:24:24.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a855611e7c8015611eb204f0003', N'menu.funiconstyle', N'Menu Icon Style', N'en', N'2016-07-22 17:23:57.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a85567d940f01567db64d4e0005', N'confirm.copy.form', N'纭澶嶅埗琛ㄥ崟', N'zh-cn', N'2016-08-12 15:45:15.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a85567d940f01567db6bcc00007', N'confirm.copy.form', N'Confirm copy form', N'en', N'2016-08-12 15:45:43.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2d70c1a8158b415b9aff12e1957c1819', N'common.repeat.password', N'Repeat Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2fe5274af5d94fb49240d82b7b8d2a95', N'common.tel', N'Telephone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'3db54b3731434dc38bc5ea3b20de7db8', N'common.middle', N'Middle', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a239f520001', N'common.unlock.user', N'婵娲荤敤鎴', N'zh-cn', N'2015-05-25 16:14:59.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a2402d40003', N'common.unlock.user', N'unlock user', N'en', N'2015-05-25 16:15:25.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815bb4d01f015bb4e5f33e0001', N'common.change.portrait', N'淇敼澶村儚', N'zh-cn', N'2017-04-28 22:10:21.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815bbefecd015bbf9952400002', N'common.change.portrait', N'changepranit', N'en', N'2017-05-01 00:02:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1b720b015c1ba37a870010', N'common.blacklist.error', N'璇P宸茬粡琚垪涓洪粦鍚嶅崟', N'zh-cn', N'2017-05-18 20:58:38.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1b720b015c1ba3c5a60012', N'common.blacklist.error', N'The IP has been blacklisted', N'en', N'2017-05-18 20:58:57.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1c18f7015c1c234a420006', N'common.common.dev', N'Dev Author', N'en', N'2017-05-18 23:18:14.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1c18f7015c1c23969d0008', N'common.common.dev', N'寮鍙戞潈闄', N'zh-cn', N'2017-05-18 23:18:33.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3eb326b0005', N'funcType', N'鑿滃崟绫诲瀷', N'zh-cn', N'2014-08-20 22:56:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3eb9f400007', N'funcType', N'funcType', N'en', N'2014-08-20 22:56:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef30570009', N'funcType.page', N'鑿滃崟绫诲瀷', N'zh-cn', N'2014-08-20 23:00:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef5482000b', N'funcType.page', N'menu type', N'en', N'2014-08-20 23:00:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef8590000d', N'funcType.from', N'author type', N'en', N'2014-08-20 23:01:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:49:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3efcd02000f', N'funcType.from', N'鏉冮檺绫诲瀷', N'zh-cn', N'2014-08-20 23:01:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:50:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f9749a7b0003', N'operationType.disabled', N'disabled', N'en', N'2014-08-22 00:44:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f974dc860005', N'operationType.disabled', N'绂佺敤', N'zh-cn', N'2014-08-22 00:44:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f9754c030007', N'common.enable', N'鏈夋晥', N'zh-cn', N'2014-08-22 00:45:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f97581920009', N'common.enable', N'enable', N'en', N'2014-08-22 00:45:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f975c3c8000b', N'common.disable', N'鏃犳晥', N'zh-cn', N'2014-08-22 00:45:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f97612a1000d', N'common.disable', N'disable', N'en', N'2014-08-22 00:46:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9be3a3a0003', N'common.rang', N'{0}Operate name should be {1}-{2} characters', N'en', N'2014-08-18 23:31:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-18 23:32:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9bf9eaa0006', N'common.rang', N'{0}鑼冨洿{1}~{2}浣嶅瓧绗', N'zh-cn', N'2014-08-18 23:32:35.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9c1ab590008', N'departmentname.rang1to20', N'Depart name should be 1-20 characters', N'en', N'2014-08-18 23:34:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9c25bbe000a', N'departmentname.rang1to20', N'缁勭粐鏈烘瀯鑼冨洿1~20浣嶅瓧绗', N'zh-cn', N'2014-08-18 23:35:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e4489db6e601489dbc2cdc0001', N'common.add.to', N'AddTo', N'en', N'2014-09-22 22:20:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e4489db6e601489dbc61380003', N'common.add.to', N'娣诲姞', N'zh-cn', N'2014-09-22 22:20:41.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705eee9120001', N'user.analysis.line', N'User analysis Line', N'en', N'2014-07-05 17:50:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f1741c0003', N'user.analysis.line', N'鐢ㄦ埛鍒嗘瀽 Line', N'zh-cn', N'2014-07-05 17:53:35.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f535a50005', N'user.analysis.pie', N'User analysis Pie', N'en', N'2014-07-05 17:57:41.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f597d10007', N'user.analysis.pie', N'鐢ㄦ埛鍒嗘瀽 Pie', N'zh-cn', N'2014-07-05 17:58:07.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f82a580009', N'user.analysis.histogram', N'User Analysis Histogram', N'en', N'2014-07-05 18:00:55.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-21 10:08:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705fc8656000b', N'user.browser.analysis', N' Analysis of the user''s browser proportion', N'en', N'2014-07-05 18:05:41.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705fce72d000d', N'user.browser.analysis', N'鐢ㄦ埛娴忚鍣ㄦ瘮渚嬪垎鏋', N'zh-cn', N'2014-07-05 18:06:06.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470608088c000f', N'class.student.count.analysis', N'Class student ratio analysis', N'en', N'2014-07-05 18:18:15.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014706088d7c0011', N'class.student.count.analysis', N'鐝骇瀛︾敓浜烘暟姣斾緥鍒嗘瀽', N'zh-cn', N'2014-07-05 18:18:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060a873a0013', N'common.line.chart', N'Line chart', N'en', N'2014-07-05 18:20:59.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060aef730015', N'common.line.chart', N'鎶樼嚎鍥', N'zh-cn', N'2014-07-05 18:21:25.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060bfcae0017', N'common.pie.chart', N'pie', N'en', N'2014-07-05 18:22:34.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060c5e310019', N'common.pie.chart', N'楗肩姸鍥', N'zh-cn', N'2014-07-05 18:22:59.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060dc6b6001b', N'common.histogram', N'Histogram', N'en', N'2014-07-05 18:24:31.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060e11f3001d', N'common.histogram', N'鏌辩姸鍥', N'zh-cn', N'2014-07-05 18:24:51.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060fa1ba001f', N'class.count.statistics', N'Class size statistics', N'en', N'2014-07-05 18:26:33.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060fdf3a0021', N'class.count.statistics', N'鐝骇浜烘暟缁熻', N'zh-cn', N'2014-07-05 18:26:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451230', N'common.query.statistics', N'缁熻鎶ヨ〃', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451231', N'common.query.statistics', N'Statistics Report', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451232', N'common.schedule.task', N'瀹氭椂浠诲姟', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451233', N'common.schedule.task', N'Timed Task', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451234', N'system.log', N'绯荤粺鏃ュ織', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451235', N'system.log', N'Sys Log', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451236', N'data.monitor', N'鏁版嵁鐩戞帶', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451237', N'data.monitor', N'Data Monitor', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451238', N'form.config', N'Online琛ㄥ崟寮鍙', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451239', N'form.config', N'Form Config', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451240', N'dynamic.form.config', N'Online鎶ヨ〃閰嶇疆', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451241', N'dynamic.form.config', N'Dynamic Report Config', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451242', N'user.analysis', N'鐢ㄦ埛鍒嗘瀽', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451243', N'user.analysis', N'User Analysis', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061365350027', N'lang.class', N'Class', N'en', N'2014-07-05 18:30:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470614932d0029', N'lang.class', N'鐝骇', N'zh-cn', N'2014-07-05 18:31:57.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014706152c0a002b', N'number.ofpeople', N' Number of people', N'en', N'2014-07-05 18:32:36.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470615588b002d', N'number.ofpeople', N'浜烘暟', N'zh-cn', N'2014-07-05 18:32:48.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470615f986002f', N'common.proportion', N'Proportion', N'en', N'2014-07-05 18:33:29.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061627450031', N'common.proportion', N'姣斾緥', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c5e73f5014c5e80548f0001', N'user.report', N'缁煎悎鎶ヨ〃', N'zh-cn', N'2015-03-28 11:50:10.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c5e73f5014c5e809f9d0003', N'user.report', N'newReport', N'en', N'2015-03-28 11:50:30.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c6084c9014c609276500002', N'common.start', N'鍚姩', N'zh-cn', N'2015-03-28 21:29:13.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c6084c9014c60929d5b0004', N'start', N'common.start', N'en', N'2015-03-28 21:29:23.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8121980004', N'operate.manage.data', N'鏁版嵁鏉冮檺鎺у埗', N'zh-cn', N'2015-04-02 22:20:25.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a817cd30006', N'operate.manage.data', N'Data access control', N'en', N'2015-04-02 22:20:48.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8c8c860010', N'operation.type', N'rule type', N'en', N'2015-04-02 22:32:53.000', N'admin', N'绠$悊鍛', N'2015-04-02 22:34:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8cb6290012', N'operation.type', N'瑙勫垯绫诲瀷', N'zh-cn', N'2015-04-02 22:33:04.000', N'admin', N'绠$悊鍛', N'2015-04-02 22:34:06.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76332b370003', N'rolescope.rang2to8.notnull', N'Role need 2~8 bits', N'en', N'2015-05-21 19:19:34.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d7633a30c0005', N'rolescope.rang2to8.notnull', N'瑙掕壊鑼冨洿鍦2~8浣嶅瓧绗', N'zh-cn', N'2015-05-21 19:20:05.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76342eb00007', N'rolecode.rang2to15.notnull', N'瑙掕壊缂栫爜鑼冨洿鍦2~15浣嶅瓧绗', N'zh-cn', N'2015-05-21 19:20:40.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76348d970009', N'rolecode.rang2to15.notnull', N'Rolecode need 2~15 bits', N'en', N'2015-05-21 19:21:05.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750693d44015069621039002e', N'menu.online.template', N'Online Form Style', N'en', N'2015-10-15 10:44:05.000', N'admin', N'绠$悊鍛', N'2015-10-15 10:44:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750a90ffc0150a9d47e580027', N'auto.form.formTempldateName', N'formTemplateName', N'en', N'2015-10-27 23:04:46.000', N'admin', N'绠$悊鍛', N'2015-10-27 23:05:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750a90ffc0150a9d586f8002c', N'auto.form.formTempldateName', N'鑷畾涔夎〃鍗曟ā鏉垮悕', N'zh-cn', N'2015-10-27 23:05:54.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750b134780150b16db5ce0003', N'auto.form.formCode', N'琛ㄥ崟缂栫爜', N'zh-cn', N'2015-10-29 10:29:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750b134780150b16de6ed0005', N'auto.form.formCode', N'formCode', N'en', N'2015-10-29 10:29:41.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533671c4860001', N'notice.tip', N'鍏憡', N'zh-cn', N'2016-03-02 16:28:58.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367223df0003', N'notice.tip', N'Notifications', N'en', N'2016-03-02 16:29:23.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367419dd0005', N'notice.seeAll', N'鏌ョ湅鍏ㄩ儴', N'zh-cn', N'2016-03-02 16:31:31.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533674bd1e0007', N'notice.seeAll', N'See all notifications', N'en', N'2016-03-02 16:32:13.000', N'admin', N'绠$悊鍛', N'2016-03-02 16:32:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533675e268000a', N'message.tip', N'娑堟伅', N'zh-cn', N'2016-03-02 16:33:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367664c5000c', N'message.tip', N'Messages', N'en', N'2016-03-02 16:34:02.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533676f54f000e', N'message.seeAll', N'鏌ョ湅鍏ㄩ儴', N'zh-cn', N'2016-03-02 16:34:39.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367768ea0010', N'message.seeAll', N'See all messages', N'en', N'2016-03-02 16:35:08.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb6bcc50002', N'please.select.role', N'Please select a role', N'en', N'2016-03-04 11:40:53.000', N'admin', N'绠$悊鍛', N'2016-03-04 11:41:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb776cb0005', N'please.select.role', N'璇烽夋嫨瑙掕壊', N'zh-cn', N'2016-03-04 11:41:41.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb7ef010007', N'please.select.user', N'please select a user', N'en', N'2016-03-04 11:42:12.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb841280009', N'please.select.user', N'璇烽夋嫨鐢ㄦ埛', N'zh-cn', N'2016-03-04 11:42:33.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fbe3093000b', N'common.user.select', N'鐢ㄦ埛閫夋嫨', N'zh-cn', N'2016-03-04 11:49:02.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fbe79ad000d', N'common.user.select', N'User Select', N'en', N'2016-03-04 11:49:20.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc29581000f', N'common.notice', N'鍏憡', N'zh-cn', N'2016-03-04 11:53:50.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc3ead70011', N'common.notice', N'Notifications', N'en', N'2016-03-04 11:55:17.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc84f540013', N'notice.manage', N'鍏憡绠$悊', N'zh-cn', N'2016-03-04 12:00:05.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc9a6e60015', N'notice.manage', N'Notifications Management', N'en', N'2016-03-04 12:01:33.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fce327a0018', N'common.authority', N'鎺堟潈', N'zh-cn', N'2016-03-04 12:06:31.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fcfbe4a001a', N'common.authority', N'Authorization', N'en', N'2016-03-04 12:08:12.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd57083001c', N'common.authority.role', N'瑙掕壊鎺堟潈', N'zh-cn', N'2016-03-04 12:14:25.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd61fc6001e', N'common.authority.role', N'Role Authorization', N'en', N'2016-03-04 12:15:10.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd6baf40020', N'common.authority.user', N'User Authorization', N'en', N'2016-03-04 12:15:50.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd6e88d0022', N'common.authority.user', N'鐢ㄦ埛鎺堟潈', N'zh-cn', N'2016-03-04 12:16:02.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd8cfe10024', N'common.read', N'闃呰', N'zh-cn', N'2016-03-04 12:18:06.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd921060026', N'common.read', N'Read', N'en', N'2016-03-04 12:18:27.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880f35c446158015c44627fcd0002', N'lang.broswer', N'娴忚鍣', N'zh-cn', N'2017-05-26 18:52:04.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dc0fdf0005', N'has.sync', N'宸插悓姝', N'zh-cn', N'2014-07-12 12:36:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:36:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dcc32c0007', N'has.sync', N'Synchronized', N'en', N'2014-07-12 12:37:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:10:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dd29140009', N'have.nosync', N'鏈悓姝', N'zh-cn', N'2014-07-12 12:38:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dd8161000b', N'have.nosync', N'No Synchronize', N'en', N'2014-07-12 12:38:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dfe5610013', N'single.table', N'鍗曡〃', N'zh-cn', N'2014-07-12 12:41:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e0077e0015', N'single.table', N'Single Table', N'en', N'2014-07-12 12:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e0f6500017', N'slave.table', N'闄勮〃', N'zh-cn', N'2014-07-12 12:42:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e1183d0019', N'slave.table', N'Slave Table', N'en', N'2014-07-12 12:42:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728fd5f160003', N'smart.form.setting', N'鏅鸿兘琛ㄥ崟閰嶇疆', N'zh-cn', N'2014-07-12 13:13:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728fd89ff0005', N'smart.form.setting', N'Smart Form Setting', N'en', N'2014-07-12 13:13:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:30.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728feca7b0007', N'generate.form', N'鐢熸垚琛ㄥ崟', N'zh-cn', N'2014-07-12 13:14:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:14:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728feedfa0009', N'generate.form', N'Generate Form', N'en', N'2014-07-12 13:15:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728ff5a4e000b', N'generate.success', N'鐢熸垚鎴愬姛', N'zh-cn', N'2014-07-12 13:15:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:29.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728ff7e81000d', N'generate.success', N'Generate Success', N'en', N'2014-07-12 13:15:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:38.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472900fe10000f', N'please.select.generate.item', N'璇烽夋嫨瑕佺敓鎴愯〃鍗曠殑椤!', N'zh-cn', N'2014-07-12 13:17:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:17:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472901dab10011', N'please.select.generate.item', N'Please select should be generated item.', N'en', N'2014-07-12 13:18:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:18:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147290fad990013', N'button.code', N'鎸夐挳缂栫爜', N'zh-cn', N'2014-07-12 13:33:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147290fcac30015', N'button.code', N'Button Code', N'en', N'2014-07-12 13:33:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910045f0017', N'button.name', N'鎸夐挳鍚嶇О', N'zh-cn', N'2014-07-12 13:33:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014729101a4a0019', N'button.name', N'Button Name', N'en', N'2014-07-12 13:33:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147291059ca001b', N'button.style', N'鎸夐挳鏍峰紡', N'zh-cn', N'2014-07-12 13:34:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910776c001d', N'button.style', N'Button Style', N'en', N'2014-07-12 13:34:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910a634001f', N'action.type', N'鍔ㄤ綔绫诲瀷', N'zh-cn', N'2014-07-12 13:34:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910bdd70021', N'action.type', N'Action Type', N'en', N'2014-07-12 13:34:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293008280009', N'super.admin', N'瓒呯骇绠$悊鍛', N'zh-cn', N'2014-07-12 14:08:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293021c7000b', N'super.admin', N'Super Admin', N'en', N'2014-07-12 14:08:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729308a0e000d', N'please.select.lock.item', N'璇烽夋嫨閿佸畾椤圭洰', N'zh-cn', N'2014-07-12 14:09:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:12.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472930ae9e000f', N'please.select.lock.item', N'Please select locked item', N'en', N'2014-07-12 14:09:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472931c5900011', N'is.confirm', N'纭畾鍚', N'zh-cn', N'2014-07-12 14:10:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729320e310013', N'is.confirm', N'Confirm?', N'en', N'2014-07-12 14:10:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729369dde0015', N'current.permission', N'褰撳墠鏉冮檺', N'zh-cn', N'2014-07-12 14:15:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:15:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472936c80f0017', N'current.permission', N'Current Permission', N'en', N'2014-07-12 14:16:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:16:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729386dce0019', N'confirm.delete.this.record', N'纭畾鍒犻櫎璇ヨ褰曞悧', N'zh-cn', N'2014-07-12 14:17:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:17:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472938c6f9001b', N'confirm.delete.this.record', N'Delete this record, Confirm?', N'en', N'2014-07-12 14:18:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:18:12.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472939f98b001d', N'menu.list', N'鑿滃崟鍒楄〃', N'zh-cn', N'2014-07-12 14:19:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293a157d001f', N'menu.list', N'Menu List', N'en', N'2014-07-12 14:19:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:38.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293ab7a10021', N'operate.button.list', N'绮剧粏鍖栨潈闄愭帶鍒', N'zh-cn', N'2014-07-12 14:20:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:25:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293aefc40023', N'operate.button.list', N'Fine access control', N'en', N'2014-07-12 14:20:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:25:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293b76f80025', N'select.all', N'鍏ㄩ', N'zh-cn', N'2014-07-12 14:21:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293b8dc60027', N'select.all', N'Select All', N'en', N'2014-07-12 14:21:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:14.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288103472948880147294b26420002', N'button.setting', N'椤甸潰鎺т欢鏉冮檺', N'zh-cn', N'2014-07-12 14:38:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:12:27.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288103472948880147294b432a0004', N'button.setting', N'Page control config', N'en', N'2014-07-12 14:38:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 20:06:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf3de950001', N'common.button.code', N'鎸夐挳缂栫爜', N'zh-cn', N'2014-07-19 12:49:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf407a90003', N'common.button.code', N'Button Code', N'en', N'2014-07-19 12:49:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf46f7f0005', N'common.button.name', N'鎸夐挳鍚嶇О', N'zh-cn', N'2014-07-19 12:49:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf4994d0007', N'common.button.name', N'Button Name', N'en', N'2014-07-19 12:50:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf4f6430009', N'common.button.style', N'鎸夐挳鏍峰紡', N'zh-cn', N'2014-07-19 12:50:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf517aa000b', N'common.button.style', N'Button Style', N'en', N'2014-07-19 12:50:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:36.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf5930c000d', N'common.action.type', N'鍔ㄤ綔绫诲瀷', N'zh-cn', N'2014-07-19 12:51:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf5af11000f', N'common.action.type', N'Action Type', N'en', N'2014-07-19 12:51:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf652c20011', N'common.show.sequence', N'Show Sequence', N'en', N'2014-07-19 12:51:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:04:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf694a20013', N'common.show.sequence', N'鏄剧ず椤哄簭', N'zh-cn', N'2014-07-19 12:52:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:14.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf6fa160015', N'common.show.icon.style', N'鏄剧ず鍥炬爣鏍峰紡', N'zh-cn', N'2014-07-19 12:52:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:40.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf71da40017', N'common.show.icon.style', N'Show Icon Style', N'en', N'2014-07-19 12:52:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf776390019', N'common.show.expression', N'鏄剧ず琛ㄨ揪寮', N'zh-cn', N'2014-07-19 12:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf7972c001b', N'common.show.expression', N'Show Expression', N'en', N'2014-07-19 12:53:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d025ae20024', N'lang.code.cannot.add.update.delete', N'缂栫爜涓嶈兘鏄痑dd/update/delete', N'zh-cn', N'2014-07-19 13:05:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d0294e30026', N'lang.code.cannot.add.update.delete', N'Code cannot be add/update/delete', N'en', N'2014-07-19 13:05:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d28a1fe0002', N'lang.user.online', N'浜哄湪绾', N'zh-cn', N'2014-07-19 13:46:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:46:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d28cef50004', N'lang.user.online', N'user online', N'en', N'2014-07-19 13:47:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:47:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2cc7d80006', N'common.login.name', N'鐧诲綍鍚', N'zh-cn', N'2014-07-19 13:51:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2cf5650008', N'common.login.name', N'Login Name', N'en', N'2014-07-19 13:51:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2ed970000a', N'common.login.time', N'鐧诲綍鏃堕棿', N'zh-cn', N'2014-07-19 13:53:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340000c', N'common.login.time', N'Login Time', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340001c', N'common.enter.verifycode', N'璇疯緭鍏ラ獙璇佺爜', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340002c', N'common.verifycode.error', N'楠岃瘉鐮侀敊璇', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340003c', N'common.username.or.password.error', N'鐢ㄦ埛鍚嶆垨瀵嗙爜閿欒', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340004c', N'common.enter.verifycode', N'Please enter the verification code', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340005c', N'common.verifycode.error', N'Verification code error', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340006c', N'common.username.or.password.error', N'User name or password error', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3ad8c9000f', N'common.select', N'閫夋嫨', N'zh-cn', N'2014-07-19 14:06:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:06:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b14bb0011', N'common.select', N'Select', N'en', N'2014-07-19 14:07:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b61020013', N'common.clear', N'娓呯┖', N'zh-cn', N'2014-07-19 14:07:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b78f30015', N'common.clear', N'Clear', N'en', N'2014-07-19 14:07:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:29.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752b0d7014752b35e4f0001', N'username.rang2to10', N'User account need 2~10 bits', N'en', N'2014-07-20 15:36:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 15:36:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752c793014752cd3369000a', N'common.delete.success.param', N'{0}鍒犻櫎鎴愬姛', N'zh-cn', N'2014-07-20 16:04:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:04:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e731930003', N'lang.dictionary.type', N'瀛楀吀鍒嗙被', N'zh-cn', N'2014-07-20 16:33:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:09.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e765dd0005', N'lang.dictionary.type', N'Dictionary Type', N'en', N'2014-07-20 16:33:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e98bf90007', N'lang.dictionary.value', N'瀛楀吀鍊', N'zh-cn', N'2014-07-20 16:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:35:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e9eba60009', N'lang.dictionary.value', N'Dictionary Value', N'en', N'2014-07-20 16:36:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:06:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f793fd690016', N'common.taskid', N'Task Id', N'en', N'2014-07-02 22:56:50.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f794259e0018', N'common.taskid', N'浠诲姟ID', N'zh-cn', N'2014-07-02 22:57:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:19:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7949e2d001a', N'common.task.desc', N'浠诲姟鎻忚堪', N'zh-cn', N'2014-07-02 22:57:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-03 12:37:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f794d224001c', N'common.task.desc', N'Task Describe', N'en', N'2014-07-02 22:57:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79550c4001e', N'cron.expression', N'cron琛ㄨ揪寮', N'zh-cn', N'2014-07-02 22:58:16.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:37.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7956b7b0020', N'cron.expression', N'Cron Expression', N'en', N'2014-07-02 22:58:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f795c74b0022', N'common.iseffect', N'鏄惁鐢熸晥', N'zh-cn', N'2014-07-02 22:58:47.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79643cc0024', N'common.iseffect', N'isEffect', N'en', N'2014-07-02 22:59:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f796fbd60026', N'running.state', N'杩愯鐘舵', N'zh-cn', N'2014-07-02 23:00:06.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79729ce0028', N'running.state', N'Running State', N'en', N'2014-07-02 23:00:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:52.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f798b8850034', N'common.createby', N'Create By', N'en', N'2014-07-02 23:02:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f798f9cf0036', N'common.createby', N'鍒涘缓浜', N'zh-cn', N'2014-07-02 23:02:16.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7999ffd003c', N'common.updateby', N'Update By', N'en', N'2014-07-02 23:02:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f799e7e9003e', N'common.updateby', N'淇敼浜', N'zh-cn', N'2014-07-02 23:03:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:30.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79a3aed0040', N'common.updatetime', N'淇敼鏃堕棿', N'zh-cn', N'2014-07-02 23:03:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:47.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79a6c310042', N'common.updatetime', N'Update Time', N'en', N'2014-07-02 23:03:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:21.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79b70e90044', N'common.operation', N'Operation', N'en', N'2014-07-02 23:04:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79b9eef0046', N'common.operation', N'鎿嶄綔', N'zh-cn', N'2014-07-02 23:05:10.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:25:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79d8ea10048', N'common.start', N'Start', N'en', N'2014-07-02 23:07:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:32.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79e5f54004c', N'common.stop', N'Stop', N'en', N'2014-07-02 23:08:10.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79e7be9004e', N'common.stop', N'鍋滄', N'zh-cn', N'2014-07-02 23:08:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79faa1d0050', N'effective.immediately', N'Effective Immediately', N'en', N'2014-07-02 23:09:35.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:35.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79fcc7f0052', N'effective.immediately', N'绔嬪嵆鐢熸晥', N'zh-cn', N'2014-07-02 23:09:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:39.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a011b60054', N'common.delete', N'Delete', N'en', N'2014-07-02 23:10:01.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a02ccc0056', N'common.delete', N'鍒犻櫎', N'zh-cn', N'2014-07-02 23:10:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a0da820059', N'common.add', N'Add', N'en', N'2014-07-02 23:10:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:57.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a106cf005b', N'common.add', N'褰曞叆', N'zh-cn', N'2014-07-02 23:11:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a1500f005d', N'common.edit', N'Edit', N'en', N'2014-07-02 23:11:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a16f90005f', N'common.edit', N'缂栬緫', N'zh-cn', N'2014-07-02 23:11:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:24.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a186c20061', N'common.view', N'View', N'en', N'2014-07-02 23:11:37.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:09.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a1aa900063', N'common.view', N'鏌ョ湅', N'zh-cn', N'2014-07-02 23:11:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a44eb60065', N'schedule.task.manage', N'Timed Task Manage', N'en', N'2014-07-02 23:14:39.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:28:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a471110067', N'schedule.task.manage', N'瀹氭椂浠诲姟绠$悊', N'zh-cn', N'2014-07-02 23:14:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b7f88700a0', N'log.content', N'Log Content', N'en', N'2014-07-02 23:36:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b828ee00a2', N'log.content', N'鏃ュ織鍐呭', N'zh-cn', N'2014-07-02 23:36:20.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b932f600a4', N'operate.ip', N'Operate IP', N'en', N'2014-07-02 23:37:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:30.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9677100a6', N'operate.ip', N'鎿嶄綔IP', N'zh-cn', N'2014-07-02 23:37:41.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9bd7d00a8', N'common.browser', N'Broswer', N'en', N'2014-07-02 23:38:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9f40a00aa', N'common.browser', N'娴忚鍣', N'zh-cn', N'2014-07-02 23:38:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7ba2e7e00ac', N'operate.time', N'Operate Time', N'en', N'2014-07-02 23:38:32.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7ba610e00ae', N'operate.time', N'鎿嶄綔鏃堕棿', N'zh-cn', N'2014-07-02 23:38:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bb601a00b0', N'log.manage', N'Log Manage', N'en', N'2014-07-02 23:39:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bb7ef200b2', N'log.manage', N'鏃ュ織绠$悊', N'zh-cn', N'2014-07-02 23:39:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bbef3600b4', N'log.level', N'Log Level', N'en', N'2014-07-02 23:40:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c012cd00cc', N'select.loglevel', N'Please select log level', N'en', N'2014-07-02 23:44:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c086ff00ce', N'select.loglevel', N'閫夋嫨鏃ュ織绫诲瀷', N'zh-cn', N'2014-07-02 23:45:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c0c98a00d0', N'common.login', N'Login', N'en', N'2014-07-02 23:45:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c0ecb900d2', N'common.login', N'鐧诲綍', N'zh-cn', N'2014-07-02 23:45:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c287de00d9', N'common.insert', N'Insert', N'en', N'2014-07-02 23:47:40.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c2a1f200db', N'common.insert', N'鎻掑叆', N'zh-cn', N'2014-07-02 23:47:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c4ad4600e1', N'common.update', N'Update', N'en', N'2014-07-02 23:50:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c4dc8700e3', N'common.update', N'鏇存柊', N'zh-cn', N'2014-07-02 23:50:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5815c00e5', N'common.upload', N'Upload', N'en', N'2014-07-02 23:50:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5a60600e7', N'common.upload', N'涓婁紶', N'zh-cn', N'2014-07-02 23:51:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5fd5700e9', N'common.other', N'Other', N'en', N'2014-07-02 23:51:26.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c62c2400eb', N'common.other', N'鍏朵粬', N'zh-cn', N'2014-07-02 23:51:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46fa75be0146fa855c60000e', N'log.level', N'鏃ュ織绫诲瀷', N'zh-cn', N'2014-07-03 12:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e239611a10034', N'auto.form.formName', N'琛ㄥ崟鍚嶇О', N'zh-cn', N'2015-06-24 11:21:54.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e239641ff0036', N'auto.form.formName', N'formName', N'en', N'2015-06-24 11:22:06.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23968fe00038', N'auto.form.formDesc', N'琛ㄥ崟鎻忚堪', N'zh-cn', N'2015-06-24 11:22:26.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e2396b425003a', N'auto.form.formDesc', N'formDesc', N'en', N'2015-06-24 11:22:35.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23980122003c', N'auto.form.formContent', N'formContent', N'en', N'2015-06-24 11:24:01.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23984307003e', N'auto.form.formContent', N'琛ㄥ崟鍐呭', N'zh-cn', N'2015-06-24 11:24:18.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e48397c250003', N'auto.form.addorupdate', N'琛ㄥ崟璁捐鍣', N'zh-cn', N'2015-07-01 14:06:43.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e483b9ed60008', N'auto.form.addorupdate', N'formdesign', N'en', N'2015-07-01 14:09:03.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e483fbd30000a', N'formstyle.title', N'鑷畾涔夎〃鍗曟ā鏉', N'zh-cn', N'2015-07-01 14:13:33.000', N'admin', N'绠$悊鍛', N'2015-10-27 22:41:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e48409456000c', N'formstyle.title', N'formTemplate', N'en', N'2015-07-01 14:14:28.000', N'admin', N'绠$悊鍛', N'2015-10-27 22:41:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146effd3b0a0001', N'common.language', N'璇█', N'zh-cn', N'2014-07-01 11:34:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:41:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146effd5d980003', N'language', N'Languge', N'en', N'2014-07-01 11:34:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:01:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f001f7cd0007', N'common.delete.success.param', N'{0} delete success', N'en', N'2014-07-01 11:39:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:40:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f00e2152000b', N'common.edit.success.param', N'{0} 鏇存柊鎴愬姛', N'zh-cn', N'2014-07-01 11:53:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:17:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f00f05aa000d', N'common.edit.success.param', N'{0} update success', N'en', N'2014-07-01 11:54:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:03:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f01110bc000f', N'common.add.success.param', N'{0} 褰曞叆鎴愬姛', N'zh-cn', N'2014-07-01 11:56:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f01153070011', N'common.add.success.param', N'{0} add success', N'en', N'2014-07-01 11:56:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f02d9e910002', N'common.refresh.success', N'鍒锋柊鎴愬姛', N'zh-cn', N'2014-07-01 12:27:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:27:40.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f02df49c0004', N'common.refresh.success', N'Refresh success', N'en', N'2014-07-01 12:28:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:28:02.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0301b150006', N'common.edit.fail.param', N'{0} 鏇存柊澶辫触', N'zh-cn', N'2014-07-01 12:30:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:30:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f030cde00008', N'common.edit.fail.param', N'{0} update fail', N'en', N'2014-07-01 12:31:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:31:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0346009000a', N'common.refresh.fail', N'鍒锋柊澶辫触', N'zh-cn', N'2014-07-01 12:35:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:02.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0348bc9000c', N'common.refresh.fail', N'Refresh Fail', N'en', N'2014-07-01 12:35:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063dc2080001', N'database.property', N'鏁版嵁搴撳睘鎬', N'zh-cn', N'2014-07-05 19:16:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:16:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e03aa0003', N'database.property', N'Database Property', N'en', N'2014-07-05 19:17:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e73640005', N'page.property', N'椤甸潰灞炴', N'zh-cn', N'2014-07-05 19:17:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e910c0007', N'page.property', N'Page Property', N'en', N'2014-07-05 19:17:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063f9a4a0009', N'validate.dict', N'Validate Dictionary', N'en', N'2014-07-05 19:18:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:18:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063fe101000b', N'validate.dict', N'鏍¢獙瀛楀吀', N'zh-cn', N'2014-07-05 19:19:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706408c51000d', N'common.fk', N'澶栭敭', N'zh-cn', N'2014-07-05 19:19:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:59.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147064102b0000f', N'common.fk', N'Foreign Key', N'en', N'2014-07-05 19:20:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:20:29.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065887a70011', N'smark.form.form.maintain', N'鏅鸿兘琛ㄥ崟-琛ㄥ崟缁存姢', N'zh-cn', N'2014-07-05 19:46:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470658c29d0013', N'smark.form.form.maintain', N'Smart Form', N'en', N'2014-07-05 19:46:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065a870d0015', N'common.one.to.many', N'涓瀵瑰', N'zh-cn', N'2014-07-05 19:48:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065acd6d0017', N'common.one.to.many', N'One To Many', N'en', N'2014-07-05 19:48:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065c1d980019', N'comon.one.to.one', N'涓瀵逛竴', N'zh-cn', N'2014-07-05 19:50:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065c3551001b', N'comon.one.to.one', N'One To One', N'en', N'2014-07-05 19:50:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:12.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147066041eb001d', N'common.uuid36bit', N'UUID(36浣嶅敮涓缂栫爜)', N'zh-cn', N'2014-07-05 19:54:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:54:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470660a327001f', N'common.uuid36bit', N'UUID(36 Bit Unique Code)', N'en', N'2014-07-05 19:55:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:55:02.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147066267e70021', N'common.native.auto.increment', N'NATIVE(鑷闀挎柟寮)', N'zh-cn', N'2014-07-05 19:56:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:56:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470662f1dd0023', N'common.native.auto.increment', N'NATIVE(Auto Increment)', N'en', N'2014-07-05 19:57:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:57:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470663fbd00025', N'common.sequence', N'SEQUENCE(搴忓垪鏂瑰紡)', N'zh-cn', N'2014-07-05 19:58:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:58:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706646c6b0027', N'common.sequence', N'SEQUENCE(Sequence)', N'en', N'2014-07-05 19:59:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:59:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706669f32002a', N'please.input.table.name', N'璇疯緭鍏ヨ〃鍚嶏紒', N'zh-cn', N'2014-07-05 20:01:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470666c8e8002c', N'please.input.table.name', N'Please Input Table Name', N'en', N'2014-07-05 20:01:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347203fcc0147204d69020009', N'input.error', N'杈撳叆閿欒', N'zh-cn', N'2014-07-10 20:44:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:09.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347203fcc0147204d9ef9000b', N'input.error', N'Input error', N'en', N'2014-07-10 20:44:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:23.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc0014720704aa50001', N'menuname.rang4to15', N'鑿滃崟鍚嶇О鑼冨洿4~15浣嶅瓧绗,涓斾笉涓虹┖', N'zh-cn', N'2014-07-10 21:22:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc0014720718d360003', N'menuname.rang4to15', N'Menu name should be 4-15 characters and should not empty', N'en', N'2014-07-10 21:23:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc001472082f5130005', N'jeect.platform', N'Jeecg 蹇熷紑鍙戝钩鍙', N'zh-cn', N'2014-07-10 21:42:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc00147208321e10007', N'jeect.platform', N'Jeecg Quckly Platform', N'en', N'2014-07-10 21:42:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:50.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fcc0014720704aa5000', N'menuname.rang2to15', N'鑿滃崟鍚嶇О鑼冨洿2~15浣嶅瓧绗,涓斾笉涓虹┖', N'zh-cn', N'2014-07-10 21:22:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fcd0014720718d36000', N'menuname.rang2to15', N'Menu name should be 2-15 characters and should not empty', N'en', N'2014-07-10 21:23:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49af73f0001', N'pk.strategies', N'Primary key strategies', N'en', N'2014-07-02 09:05:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:05:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49c57320003', N'pk.strategies', N'涓婚敭绛栫暐', N'zh-cn', N'2014-07-02 09:07:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:07:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f492d60001', N'table.name', N'琛ㄥ悕', N'zh-cn', N'2014-07-02 15:23:04.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f4b8fe0003', N'table.name', N'Table Name', N'en', N'2014-07-02 15:23:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:14.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f536b50005', N'table.description', N'Table Desc', N'en', N'2014-07-02 15:23:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f56e0d0007', N'table.description', N'琛ㄦ弿杩', N'zh-cn', N'2014-07-02 15:24:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f648c00009', N'table.type', N'Table Type', N'en', N'2014-07-02 15:24:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:24:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f672b6000b', N'table.type', N'琛ㄧ被鍨', N'zh-cn', N'2014-07-02 15:25:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:25:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f61534a0000d', N'sequence.name', N'Sequence', N'en', N'2014-07-02 15:58:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2016-03-01 21:26:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621503b0019', N'master.table', N'涓昏〃', N'zh-cn', N'2014-07-02 16:11:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:11:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621dddd001b', N'master.table', N'Master Table', N'en', N'2014-07-02 16:12:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:12:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6279e0f001d', N'common.yes', N'Yes', N'en', N'2014-07-02 16:18:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:18:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627cd1f001f', N'common.yes', N'鏄', N'zh-cn', N'2014-07-02 16:19:02.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:02.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627f2040021', N'common.no', N'No', N'en', N'2014-07-02 16:19:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6281f900023', N'common.no', N'鍚', N'zh-cn', N'2014-07-02 16:19:23.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:23.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f62fe8800025', N'single.query', N'Single Choice Query', N'en', N'2014-07-02 16:27:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:27:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6302a9f0027', N'single.query', N'鍗曡〃鏌ヨ', N'zh-cn', N'2014-07-02 16:28:10.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f630e67d0029', N'combine.query', N'缁勫悎鏌ヨ', N'zh-cn', N'2014-07-02 16:28:58.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6312721002b', N'combine.query', N'Combined Query', N'en', N'2014-07-02 16:29:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:29:14.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6422c510036', N'common.isnull', N'Is Null', N'en', N'2014-07-02 16:47:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:47:50.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6428fd00038', N'common.isnull', N'鏄惁涓虹┖', N'zh-cn', N'2014-07-02 16:48:15.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f642e30f003a', N'common.pk', N'Primary Key', N'en', N'2014-07-02 16:48:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f64311fb003c', N'common.pk', N'涓婚敭', N'zh-cn', N'2014-07-02 16:48:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6457894003e', N'field.type', N'Filed Type', N'en', N'2014-07-02 16:51:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6459cd30040', N'field.type', N'瀛楁绫诲瀷', N'zh-cn', N'2014-07-02 16:51:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72de2170028', N'form.db.type', N'鏁版嵁婧愮被鍨', N'zh-cn', N'2015-06-15 20:24:48.000', N'admin', N'绠$悊鍛', N'2015-06-15 20:34:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72f5a47002b', N'form.db.type', N'formDbType', N'en', N'2015-06-15 20:26:25.000', N'admin', N'绠$悊鍛', N'2015-06-16 16:23:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73a703d0031', N'form.db.type.table', N'鏁版嵁搴撹〃', N'zh-cn', N'2015-06-15 20:38:31.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73ac0d20033', N'form.db.type.table', N'TABLE', N'en', N'2015-06-15 20:38:52.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73b30750035', N'form.db.type.sql', N'鍔ㄦ丼QL', N'zh-cn', N'2015-06-15 20:39:20.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73bdc330037', N'form.db.type.sql', N'DYN_SQL', N'en', N'2015-06-15 20:40:04.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73c6e6f0039', N'form.db.type.clazz', N'java绫', N'zh-cn', N'2015-06-15 20:40:42.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73c91d0003b', N'form.db.type.clazz', N'CLAZZ', N'en', N'2015-06-15 20:40:51.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44dfc7bea014dfc7e0a170005', N'common.company.code', N'sysCompanyCode', N'en', N'2015-06-16 21:10:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44dfc7bea014dfc7e3b740007', N'common.company.code', N'鎵灞炲叕鍙', N'zh-cn', N'2015-06-16 21:10:40.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fa58e90001', N'form.param.name', N'鍙傛暟', N'zh-cn', N'2015-06-18 22:02:26.000', N'admin', N'绠$悊鍛', N'2015-10-27 19:49:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fa81ab0003', N'form.param.name', N'param', N'en', N'2015-06-18 22:02:37.000', N'admin', N'绠$悊鍛', N'2015-10-27 19:49:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fab7c70005', N'form.param.desc', N'鍙傛暟鏂囨湰', N'zh-cn', N'2015-06-18 22:02:51.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fad8e80007', N'form.param.desc', N'paramTxt', N'en', N'2015-06-18 22:02:59.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fb161f0009', N'form.param.value', N'榛樿鍊', N'zh-cn', N'2015-06-18 22:03:15.000', N'admin', N'绠$悊鍛', N'2015-10-27 19:44:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fb489c000b', N'form.param.value', N'defaultValue', N'en', N'2015-06-18 22:03:28.000', N'admin', N'绠$悊鍛', N'2015-10-27 19:45:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fc10b0000d', N'form.field.name', N'瀛楁', N'zh-cn', N'2015-06-18 22:04:19.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fc6141000f', N'form.field.name', N'field', N'en', N'2015-06-18 22:04:40.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e5d67e1014e5d7245f20002', N'autoform.preview', N'棰勮', N'zh-cn', N'2015-07-05 17:00:47.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e5d67e1014e5d726b1d0004', N'autoform.preview', N'preview', N'en', N'2015-07-05 17:00:56.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e453a3a2550153a3b80b0f0001', N'please.muti.department', N'please.muti.department', N'en', N'2016-03-23 21:44:21.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e453a3a2550153a3b868250003', N'please.muti.department', N'閮ㄩ棬鍙閫', N'zh-cn', N'2016-03-23 21:44:45.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dcddf80014dcde2db0a000b', N'form.category', N'琛ㄥ崟鍒嗙被', N'zh-cn', N'2015-06-07 19:58:26.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dce2349014dce3e00e80005', N'form.category', N'formCategory', N'en', N'2015-06-07 21:37:59.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dce2349014dce3e43b50007', N'bdfl', N'bdfl', N'zh-cn', N'2015-06-07 21:38:16.000', N'admin', N'绠$悊鍛', N'2015-06-07 21:44:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54de251ee014de2713e550001', N'common.ssms.getSysInfos', N'绯荤粺娑堟伅', N'zh-cn', N'2015-06-11 19:46:22.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54de251ee014de27235560003', N'common.ssms.getSysInfos', N'System message', N'en', N'2015-06-11 19:47:25.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55a6b49b0015a6b5456f40002', N'common.department.hasuser', N'缁勭粐鏈烘瀯涓嬫湁鐢ㄦ埛,涓嶅彲鐩存帴鍒犻櫎', N'zh-cn', N'2017-02-23 22:16:14.000', N'admin', N'绠$悊鍛', N'2017-02-23 22:19:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55a6b49b0015a6b55b7510004', N'common.department.hasuser', N'the department has related users', N'en', N'2017-02-23 22:17:44.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd83c4090001', N'common.task.className', N'Class Name', N'en', N'2017-08-20 10:40:57.000', N'admin', N'绠$悊鍛', N'2017-08-20 10:52:09.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd8560130003', N'common.task.className', N'浠诲姟绫诲悕', N'zh-cn', N'2017-08-20 10:42:43.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd86d7a80005', N'common.task.runServerIp', N'Run Server IP', N'en', N'2017-08-20 10:44:19.000', N'admin', N'绠$悊鍛', N'2017-08-20 10:52:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd877fec0007', N'common.task.runServerIp', N'鎵ц鏈嶅姟鍣↖P', N'zh-cn', N'2017-08-20 10:45:02.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd88f9b80009', N'common.task.runServer', N'Run Server', N'en', N'2017-08-20 10:46:39.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd8cefe0000b', N'common.task.runServer', N'杩滅▼涓绘満', N'zh-cn', N'2017-08-20 10:50:58.000', N'admin', N'绠$悊鍛', N'2017-08-20 10:51:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44c40deb0001', N'form.db.query.param', N'鏌ヨ鍙傛暟', N'zh-cn', N'2015-06-30 21:59:36.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44c44e7d0003', N'form.db.query.param', N'queryParam', N'en', N'2015-06-30 21:59:52.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44d0a7400005', N'form.db.query.data.column', N'鏌ヨ鏁版嵁鍒', N'zh-cn', N'2015-06-30 22:13:21.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44d0e08a0007', N'form.db.query.data.column', N'queryDataColumn', N'en', N'2015-06-30 22:13:36.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca464640011', N'common.version', N'Version', N'en', N'2014-06-30 19:58:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:58:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca47e280013', N'common.version', N'鐗堟湰', N'zh-cn', N'2014-06-30 19:59:01.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca4b6bf0015', N'is.tree', N'Is Tree', N'en', N'2014-06-30 19:59:16.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca4d8ba0017', N'is.tree', N'鏄惁鏍', N'zh-cn', N'2014-06-30 19:59:24.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:24.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca510d60019', N'is.page', N'Is Page', N'en', N'2014-06-30 19:59:39.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca537b7001b', N'is.page', N'鏄惁鍒嗛〉', N'zh-cn', N'2014-06-30 19:59:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca6c3b8001d', N'sync.db', N'Sync DB', N'en', N'2014-06-30 20:01:30.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:30.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca7193f001f', N'sync.db', N'鍚屾鏁版嵁搴', N'zh-cn', N'2014-06-30 20:01:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca922890025', N'common.createtime', N'Create Time', N'en', N'2014-06-30 20:04:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:04:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecab61a50033', N'common.createtime', N'鍒涘缓鏃堕棿', N'zh-cn', N'2014-06-30 20:06:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:53:48.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecac51520039', N'show.checkbox', N'Show Checkbox', N'en', N'2014-06-30 20:07:34.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecac8bed003b', N'show.checkbox', N'鏄剧ず澶嶉夋', N'zh-cn', N'2014-06-30 20:07:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaea5630041', N'edit.form', N'Edit Table', N'en', N'2014-06-30 20:10:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaed7730043', N'edit.form', N'缂栬緫琛ㄥ崟', N'zh-cn', N'2014-06-30 20:10:19.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaf39000045', N'create.form', N'Create From', N'en', N'2014-06-30 20:10:44.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:44.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaf63e00047', N'create.form', N'鍒涘缓琛ㄥ崟', N'zh-cn', N'2014-06-30 20:10:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb108de0049', N'custom.button', N'Custom Button', N'en', N'2014-06-30 20:12:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:12:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb18fa6004b', N'custom.button', N'鑷畾涔夋寜閽', N'zh-cn', N'2014-06-30 20:13:18.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:13:31.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb3bd13004e', N'form.generate', N'Generated From From DB', N'en', N'2014-06-30 20:15:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb3f9df0050', N'form.generate', N'鏁版嵁搴撳鍏ヨ〃鍗', N'zh-cn', N'2014-06-30 20:15:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb58ed40052', N'form.import', N'琛ㄥ崟瀵煎叆', N'zh-cn', N'2014-06-30 20:17:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb5a76b0054', N'form.import', N'From Import', N'en', N'2014-06-30 20:17:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:17:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb72e600056', N'form.export', N'From Export', N'en', N'2014-06-30 20:19:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:19:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb762b50058', N'form.export', N'琛ㄥ崟瀵煎嚭', N'zh-cn', N'2014-06-30 20:19:39.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:55.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecc71340005a', N'js.enhance', N'JsEnhance', N'en', N'2014-06-30 20:36:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:36:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecc74476005c', N'js.enhance', N'js澧炲己', N'zh-cn', N'2014-06-30 20:37:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:37:00.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecca27d20062', N'sql.enhance', N'SqlEnhance', N'en', N'2014-06-30 20:40:09.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:09.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecca51c60064', N'sql.enhance', N'sql澧炲己', N'zh-cn', N'2014-06-30 20:40:20.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecd312230068', N'smart.form.config', N'Smart Form Config', N'en', N'2014-06-30 20:49:54.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:49:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecd3732a006a', N'smart.form.config', N'鏅鸿兘琛ㄥ崟閰嶇疆', N'zh-cn', N'2014-06-30 20:50:19.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:50:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f728bca20001', N'common.code', N'Code', N'en', N'2014-07-02 20:59:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:40.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f728e6220003', N'common.code', N'缂栫爜', N'zh-cn', N'2014-07-02 20:59:51.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72b42b40015', N'common.batch.delete', N'Batch Delete', N'en', N'2014-07-02 21:02:25.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:25.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72b9a000017', N'common.batch.delete', N'鎵归噺鍒犻櫎', N'zh-cn', N'2014-07-02 21:02:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72ce5260021', N'query.sql', N'Query Sql', N'en', N'2014-07-02 21:04:13.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d1b480023', N'query.sql', N'鏌ヨsql', N'zh-cn', N'2014-07-02 21:04:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d54c60025', N'common.name', N'Name', N'en', N'2014-07-02 21:04:41.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d72840027', N'common.name', N'鍚嶇О', N'zh-cn', N'2014-07-02 21:04:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72e486c0029', N'dynamic.table.head', N'Dynamic Table', N'en', N'2014-07-02 21:05:44.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:44.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72e7bda002b', N'dynamic.table.head', N'鍔ㄦ佽〃澶', N'zh-cn', N'2014-07-02 21:05:57.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706da32a10009', N'common.order', N'Order', N'en', N'2014-07-05 22:07:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706da55fa000b', N'common.order', N'鎺掑簭', N'zh-cn', N'2014-07-05 22:07:57.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706daa606000d', N'common.text', N'Field Text', N'en', N'2014-07-05 22:08:18.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dadb74000f', N'common.text', N'瀛楁鏂囨湰', N'zh-cn', N'2014-07-05 22:08:32.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db1a6f0011', N'common.type', N'Type', N'en', N'2014-07-05 22:08:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db389d0013', N'common.type', N'绫诲瀷', N'zh-cn', N'2014-07-05 22:08:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db76390015', N'common.isshow', N'Is Show', N'en', N'2014-07-05 22:09:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db99420017', N'common.isshow', N'鏄惁鏄剧ず', N'zh-cn', N'2014-07-05 22:09:20.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dbdb330019', N'common.href', N'Href', N'en', N'2014-07-05 22:09:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc0bfe001b', N'common.href', N'瀛楁href', N'zh-cn', N'2014-07-05 22:09:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:50.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc5fc0001d', N'common.query.module', N'Query Module', N'en', N'2014-07-05 22:10:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc87df001f', N'common.query.module', N'鏌ヨ妯″紡', N'zh-cn', N'2014-07-05 22:10:21.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dd524d0021', N'dict.code', N'瀛楀吀Code', N'zh-cn', N'2014-07-05 22:11:13.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dd8a300023', N'dict.code', N'Dict Code', N'en', N'2014-07-05 22:11:27.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:27.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ddc7570025', N'common.isquery', N'Is Query', N'en', N'2014-07-05 22:11:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ddec9e0027', N'common.isquery', N'鏄惁鏌ヨ', N'zh-cn', N'2014-07-05 22:11:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e230b80029', N'common.text.type', N'Column Type', N'en', N'2014-07-05 22:16:32.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e25a9f002b', N'common.text.type', N'鏂囨湰绫诲瀷', N'zh-cn', N'2014-07-05 22:16:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e368c9002d', N'common.hide', N'Hideen', N'en', N'2014-07-05 22:17:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:17:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e3b1e2002f', N'common.hide', N'闅愯棌', N'zh-cn', N'2014-07-05 22:18:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e3fe800031', N'common.show', N'Show', N'en', N'2014-07-05 22:18:30.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:30.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e423e40033', N'common.show', N'鏄剧ず', N'zh-cn', N'2014-07-05 22:18:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:40.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706eba47c003e', N'dynamic.report.config.detail', N'Dyna Report Detail', N'en', N'2014-07-05 22:26:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:29:53.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ebe1cd0040', N'dynamic.report.config.detail', N'鍔ㄦ佹姤琛ㄩ厤缃槑缁', N'zh-cn', N'2014-07-05 22:27:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:30:02.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea5b2472b6015b2479b9ba0001', N'common.typemode', N'Cascade switch', N'en', N'2017-03-31 21:06:48.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea5b2472b6015b247aa19a0003', N'common.typemode', N'鍒囨崲妯″紡', N'zh-cn', N'2017-03-31 21:07:48.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470fefea200003', N'dict.manage', N'鏁版嵁瀛楀吀绠$悊', N'zh-cn', N'2014-07-07 16:28:07.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff21ddd0009', N'dict.name', N'Dict Name', N'en', N'2014-07-07 16:30:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff24cb8000b', N'dict.name', N'瀛楀吀鍚嶇О', N'zh-cn', N'2014-07-07 16:30:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff4e2830019', N'common.add.param', N'{0} Add', N'en', N'2014-07-07 16:33:33.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff51cc9001b', N'common.add.param', N'{0}褰曞叆', N'zh-cn', N'2014-07-07 16:33:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff925da0025', N'dict.information.type', N'Data Dictionary Group Info', N'en', N'2014-07-07 16:38:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff950100027', N'dict.information.type', N'瀛楀吀绫诲瀷淇℃伅', N'zh-cn', N'2014-07-07 16:38:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:43:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471005919a0037', N'common.role.list', N'Role List', N'en', N'2014-07-07 16:51:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471005f5ac0039', N'common.role.list', N'瑙掕壊鍒楄〃', N'zh-cn', N'2014-07-07 16:52:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471006c0bf003f', N'common.role.code', N'Role Code', N'en', N'2014-07-07 16:53:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471006e44a0041', N'common.role.code', N'瑙掕壊缂栫爜', N'zh-cn', N'2014-07-07 16:53:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100713840043', N'common.role.name', N'Role Name', N'en', N'2014-07-07 16:53:25.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe926014710073e820045', N'common.role.name', N'瑙掕壊鍚嶇О', N'zh-cn', N'2014-07-07 16:53:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe926014710095eb50053', N'common.edit.param', N'{0} Edit', N'en', N'2014-07-07 16:55:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100980ee0055', N'common.edit.param', N'{0}缂栬緫', N'zh-cn', N'2014-07-07 16:56:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100affff0057', N'common.role.info', N'Role Info', N'en', N'2014-07-07 16:57:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100b20eb0059', N'common.role.info', N'瑙掕壊淇℃伅', N'zh-cn', N'2014-07-07 16:57:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100bf680005b', N'permission.set', N'Permission', N'en', N'2014-07-07 16:58:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100c2c96005d', N'permission.set', N'鏉冮檺璁剧疆', N'zh-cn', N'2014-07-07 16:58:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100e5051005f', N'permission.manage', N'Permission Manage', N'en', N'2014-07-07 17:01:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100e8a360061', N'permission.manage', N'鏉冮檺绠$悊', N'zh-cn', N'2014-07-07 17:01:34.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100f73140067', N'permission.name', N'Permission Name', N'en', N'2014-07-07 17:02:34.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100fa9270069', N'permission.name', N'鏉冮檺鍚嶇О', N'zh-cn', N'2014-07-07 17:02:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147101199f1006f', N'permission.collection', N'Permission Collection', N'en', N'2014-07-07 17:04:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471011bb380071', N'permission.collection', N'鏉冮檺闆嗗悎', N'zh-cn', N'2014-07-07 17:05:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e3eaa5b014e3ebde5d1000b', N'menu.online.template', N'Online琛ㄥ崟鏍峰紡', N'zh-cn', N'2015-06-29 17:55:09.000', N'admin', N'绠$悊鍛', N'2015-10-15 10:43:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e943804014e944151e30001', N'form.template.style', N'鑷畾涔夎〃鍗曢鏍', N'zh-cn', N'2015-07-16 08:26:26.000', N'admin', N'绠$悊鍛', N'2015-07-16 15:06:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e943804014e944196d10003', N'form.template.style', N'Custom Template Style', N'en', N'2015-07-16 08:26:43.000', N'admin', N'绠$悊鍛', N'2015-07-16 15:05:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882e54ebb5629014ebb5c56540003', N'form.tb.db.key', N'濉姤鏁版嵁婧', N'zh-cn', N'2015-07-23 22:41:08.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882e54ebb5629014ebb5ca0650005', N'form.tb.db.table.name', N'濉姤鏁版嵁搴撹〃', N'zh-cn', N'2015-07-23 22:41:27.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402883884dc3b87d014dc3ba4cbd0001', N'common.menu.del.fail', N'鍒犻櫎澶辫触锛屾湁鍏宠仈鏁版嵁涓嶈兘鍒犻櫎!', N'zh-cn', N'2015-06-05 20:37:56.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402883884dd31b11014dd31cedf20001', N'common.dynamic.dbsource', N'鏁版嵁婧', N'zh-cn', N'2015-06-08 20:19:58.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ac5c1d0150ac6389e80001', N'form.db.chname', N'鏁版嵁婧愬悕绉', N'zh-cn', N'2015-10-28 11:00:16.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ac5c1d0150ac63cd910003', N'form.db.chname', N'dbName', N'en', N'2015-10-28 11:00:33.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ae6f7b0150ae720a9c0003', N'form.field.content', N'瀛楁鏂囨湰', N'zh-cn', N'2015-10-28 20:35:21.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ae6f7b0150ae72f8960005', N'form.field.content', N'fieldContent', N'en', N'2015-10-28 20:36:22.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc3fc7350002', N'common.change.refresh', N'鏍峰紡淇敼鎴愬姛锛岃鍒锋柊椤甸潰', N'zh-cn', N'2014-06-24 13:01:10.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:01:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4029a60004', N'common.change.refresh', N'Style change success, please refresh', N'en', N'2014-06-24 13:01:35.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:01:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4541cb0006', N'common.login.again', N'璇风櫥褰曞悗鍐嶆搷浣', N'zh-cn', N'2014-06-24 13:07:09.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:07:09.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc45c1270008', N'common.login.again', N'Please login again', N'en', N'2014-06-24 13:07:41.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:07:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4de4da000a', N'common.userinfo', N'鐢ㄦ埛淇℃伅', N'zh-cn', N'2014-06-24 13:16:35.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:16:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4e7b25000c', N'common.userinfo', N'My Profile', N'en', N'2014-06-24 13:17:13.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:17:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc55cac30012', N'common.surname', N'濮撳悕', N'zh-cn', N'2014-06-24 13:25:13.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:25:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc55f21b0014', N'common.surname', N'Name', N'en', N'2014-06-24 13:25:23.000', N'admin', N'绠$悊鍛', N'2014-06-24 13:25:23.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402885814e2ef20c014e2ef347d50003', N'common.dbname', N'鏁版嵁搴撳悕绉', N'zh-cn', N'2015-06-26 16:19:32.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402885814e2ef20c014e2ef3767e0005', N'common.dbname', N'Database Name', N'en', N'2015-06-26 16:19:44.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffc927015bffcfa3570003', N'number.broswer', N'鏁伴噺', N'zh-cn', N'2017-05-13 11:17:29.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffd240015bfff5ad0e0003', N'broswer.count.analysis', N'娴忚鍣ㄧ櫥褰曟鏁版瘮渚嬪垎鏋', N'zh-cn', N'2017-05-13 11:59:02.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffd240015bfff894b30005', N'broswer.count.statistics', N'娴忚鍣ㄧ櫥褰曟鏁扮粺璁', N'zh-cn', N'2017-05-13 12:02:12.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c0a1400007', N'lang.broswer', N'broswer', N'en', N'2017-05-13 15:40:43.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c0dd3d0009', N'number.broswer', N'number', N'en', N'2017-05-13 15:40:58.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c1a628000b', N'broswer.count.analysis', N'broswer count analysis', N'en', N'2017-05-13 15:41:49.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c1fd95000d', N'broswer.count.statistics', N'broswer count statistics', N'en', N'2017-05-13 15:42:12.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f1a4e0001', N'common.returnvalfield', N'杩斿洖鍊煎瓧娈', N'zh-cn', N'2015-11-29 21:29:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f4a190003', N'common.returnvalfield', N'returnvalfield', N'en', N'2015-11-29 21:29:41.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f87c10005', N'common.returntxtfield', N'杩斿洖鏂囨湰瀛楁', N'zh-cn', N'2015-11-29 21:29:56.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536fa6ca0007', N'common.returntxtfield', N'returntxtfield', N'en', N'2015-11-29 21:30:04.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c515890001', N'common.mobile', N'鐢佃瘽', N'zh-cn', N'2016-02-28 10:46:26.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c545850003', N'common.mobile', N'mobile', N'en', N'2016-02-28 10:46:39.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c93bb10005', N'common.fax', N'浼犵湡', N'zh-cn', N'2016-02-28 10:50:58.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c960bb0007', N'common.fax', N'fax', N'en', N'2016-02-28 10:51:08.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c9ab690009', N'common.address', N'鍦板潃', N'zh-cn', N'2016-02-28 10:51:27.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c9cf32000b', N'common.address', N'address', N'en', N'2016-02-28 10:51:36.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325ce7a015325d636ec0002', N'departmentaddress.rang1to50', N'缁勭粐鏈烘瀯鍦板潃鑼冨洿1~50浣嶅瓧绗', N'zh-cn', N'2016-02-28 11:05:09.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325ce7a015325d6ed890004', N'departmentaddress.rang1to50', N'Depart address should be 1-50 characters', N'en', N'2016-02-28 11:05:56.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651ae7dd0002', N'excelImport', N'瀵煎叆', N'zh-cn', N'2016-03-11 17:56:15.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b22b60004', N'excelImport', N'excelImport', N'en', N'2016-03-11 17:56:31.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b5a730006', N'excelOutput', N'瀵煎嚭', N'zh-cn', N'2016-03-11 17:56:45.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b89410008', N'excelOutput', N'excelOutput', N'en', N'2016-03-11 17:56:57.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651c4d28000a', N'templateDownload', N'妯℃澘涓嬭浇', N'zh-cn', N'2016-03-11 17:57:47.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651c5c5b000c', N'templateDownload', N'templateDownload', N'en', N'2016-03-11 17:57:51.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b881552e643e01552e6bd9300001', N'common.index', N'绱㈠紩', N'zh-cn', N'2016-06-08 13:11:08.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b881552e643e01552e6c03b50003', N'common.index', N'index', N'en', N'2016-06-08 13:11:19.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b93ced70003', N'common.office.tel', N'鎵嬫満鍙', N'zh-cn', N'2016-02-29 13:50:20.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b93f9e00005', N'common.office.tel', N'telphone', N'en', N'2016-02-29 13:50:31.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b943c070007', N'common.mail', N'閭', N'zh-cn', N'2016-02-29 13:50:48.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305bbcf60002', N'form.template.style_pc', N'PC琛ㄥ崟椋庢牸', N'zh-cn', N'2016-03-01 12:07:11.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305bfda90004', N'form.template.style_pc', N'pc form style', N'en', N'2016-03-01 12:07:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305c33ff0006', N'form.template.style_mobile', N'绉诲姩琛ㄥ崟椋庢牸', N'zh-cn', N'2016-03-01 12:07:42.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305c60c90008', N'form.template.style_mobile', N'mobile form style', N'en', N'2016-03-01 12:07:53.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef815335c1da015335c8647d0003', N'self.defined.form', N'use defined form', N'en', N'2016-03-02 13:23:58.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533a788e01533a7a53180005', N'form.tb.db.table.name', N'table', N'en', N'2016-03-03 11:16:48.000', N'admin', N'绠$悊鍛', N'2016-03-03 11:17:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533a788e01533a7ba98c0008', N'form.tb.db.key', N'db source', N'en', N'2016-03-03 11:18:16.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08b1ca0001', N'system.version.number', N'3.7.1', N'zh-cn', N'2016-03-03 18:31:56.000', N'admin', N'绠$悊鍛', N'2016-06-29 11:50:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08e2370003', N'system.version.number', N'3.7.1', N'en', N'2016-03-03 18:32:08.000', N'admin', N'绠$悊鍛', N'2016-06-29 11:50:12.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef8154753f26015475436db30001', N'common.returntxttype', N'return type', N'en', N'2016-05-03 14:17:13.000', N'admin', N'绠$悊鍛', N'2016-05-03 14:41:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef8154753f26015475438dd00003', N'common.returntxttype', N'杩斿洖绫诲瀷', N'zh-cn', N'2016-05-03 14:17:22.000', N'admin', N'绠$悊鍛', N'2016-05-03 14:42:06.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523a030601523a55381d0004', N'self.defined.form', N'鑷畾涔夎〃鍗', N'zh-cn', N'2016-01-13 17:33:29.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2adb110009', N'business.application', N'涓氬姟鐢宠', N'zh-cn', N'2016-01-14 11:25:42.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2c5f9b000c', N'individual.office', N'涓汉鍔炲叕', N'zh-cn', N'2016-01-14 11:27:21.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2d7ba5000e', N'process.design', N'娴佺▼绠$悊', N'zh-cn', N'2016-01-14 11:28:34.000', N'admin', N'绠$悊鍛', N'2016-01-14 18:58:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a15aa60003', N'common.calendar', N'鏃ュ巻', N'zh-cn', N'2014-06-23 01:30:47.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:30:47.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a190580005', N'common.calendar', N'Calendar', N'en', N'2014-06-23 01:31:01.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:31:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a2dc220007', N'common.map', N'鍦板浘', N'zh-cn', N'2014-06-23 01:32:26.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:32:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a2f24e0009', N'common.map', N'Map', N'en', N'2014-06-23 01:32:31.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:32:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4aff7ea000b', N'common.please.select', N'---璇烽夋嫨---', N'zh-cn', N'2014-06-23 01:46:45.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:46:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b03310000d', N'common.please.select', N'Please Select', N'en', N'2014-06-23 01:47:00.000', N'admin', N'绠$悊鍛', N'2014-06-23 02:01:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b8af79000f', N'common.please.input.keyword', N'璇疯緭鍏ュ叧閿瓧', N'zh-cn', N'2014-06-23 01:56:16.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:56:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b8f7aa0011', N'common.please.input.keyword', N'Keyword', N'en', N'2014-06-23 01:56:34.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:56:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4ba979a0013', N'common.please.input.query.keyword', N'璇疯緭鍏ユ煡璇㈠叧閿瓧', N'zh-cn', N'2014-06-23 01:58:21.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:58:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bade820015', N'common.please.input.query.keyword', N'Query keyword', N'en', N'2014-06-23 01:58:39.000', N'admin', N'绠$悊鍛', N'2014-06-23 01:58:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bee05c0018', N'common.query', N'鏌ヨ', N'zh-cn', N'2014-06-23 02:03:02.000', N'admin', N'绠$悊鍛', N'2015-11-30 12:37:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf0575001a', N'common.query', N'See', N'en', N'2014-06-23 02:03:11.000', N'admin', N'绠$悊鍛', N'2015-10-27 22:47:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf4239001c', N'common.reset', N'閲嶇疆', N'zh-cn', N'2014-06-23 02:03:27.000', N'admin', N'绠$悊鍛', N'2014-06-23 02:03:27.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf638a001e', N'common.reset', N'Reset', N'en', N'2014-06-23 02:03:35.000', N'admin', N'绠$悊鍛', N'2014-06-23 02:03:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c19fa9370004', N'common.navegation', N'瀵艰埅鑿滃崟', N'zh-cn', N'2014-06-22 11:30:04.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:30:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a0a4d50006', N'common.navegation', N'Navegation', N'en', N'2014-06-22 11:31:09.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:31:09.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a1b46e0008', N'common.control.panel', N'Control Panel', N'en', N'2014-06-22 11:32:18.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:32:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a1e59b000a', N'common.control.panel', N'鎺у埗闈㈡澘', N'zh-cn', N'2014-06-22 11:32:31.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:32:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a2d668000c', N'common.profile', N'涓汉淇℃伅', N'zh-cn', N'2014-06-22 11:33:32.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:33:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a31e02000e', N'common.profile', N'Profile', N'en', N'2014-06-22 11:33:51.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:33:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a386000010', N'common.my.style', N'棣栭〉椋庢牸', N'zh-cn', N'2014-06-22 11:34:17.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:34:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a3bccd0012', N'common.my.style', N'Style', N'en', N'2014-06-22 11:34:31.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:34:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a412670014', N'common.logout', N'娉ㄩ攢', N'zh-cn', N'2014-06-22 11:34:53.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:36:06.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a4f99a0016', N'common.logout', N'Logout', N'en', N'2014-06-22 11:35:52.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:35:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a5edff0019', N'common.exit', N'閫鍑', N'zh-cn', N'2014-06-22 11:36:55.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:36:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a60dff001b', N'common.exit', N'Exit', N'en', N'2014-06-22 11:37:03.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:37:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a85f8e001d', N'common.user', N'User', N'en', N'2014-06-22 11:39:35.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:39:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a88d9b001f', N'common.user', N'鐢ㄦ埛', N'zh-cn', N'2014-06-22 11:39:47.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:39:47.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1aae98c0025', N'common.platform', N'JEECG 婕旂ず绯荤粺', N'zh-cn', N'2014-06-22 11:42:22.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:42:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1ab90ac0027', N'common.platform', N'JEECG Platform', N'en', N'2014-06-22 11:43:04.000', N'admin', N'绠$悊鍛', N'2014-06-22 11:43:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1e09ce00017', N'lang.maintain', N'璇█淇℃伅缁存姢', N'zh-cn', N'2014-06-22 12:41:01.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:41:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1e0f0780019', N'lang.maintain', N'Language Maintain', N'en', N'2014-06-22 12:41:22.000', N'admin', N'绠$悊鍛', N'2014-06-23 13:37:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ea9872002b', N'online.develop', N'Online Develop', N'en', N'2014-06-22 12:51:55.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:51:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eaf4d6002d', N'online.develop', N'鍦ㄧ嚎寮鍙', N'zh-cn', N'2014-06-22 12:52:19.000', N'admin', N'绠$悊鍛', N'2016-04-14 12:36:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eb749c002f', N'system.manage', N'绯荤粺绠$悊', N'zh-cn', N'2014-06-22 12:52:51.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:52:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ebac710031', N'system.manage', N'System Manage', N'en', N'2014-06-22 12:53:06.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:06.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ec37a10033', N'project.manage', N'椤圭洰绠$悊', N'zh-cn', N'2014-06-22 12:53:41.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ec67a40035', N'project.manage', N'Project Manage', N'en', N'2014-06-22 12:53:54.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ed9e6e0037', N'general.demo', N'甯哥敤绀轰緥', N'zh-cn', N'2014-06-22 12:55:13.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:55:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1edcc6d0039', N'general.demo', N'Demo', N'en', N'2014-06-22 12:55:25.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:55:25.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ee629d003b', N'system.monitor', N'绯荤粺鐩戞帶', N'zh-cn', N'2014-06-22 12:56:03.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:56:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eebe6c003d', N'system.monitor', N'System Monitor', N'en', N'2014-06-22 12:56:27.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:56:27.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ef4206003f', N'workflow.manage', N'宸ヤ綔娴佺鐞', N'zh-cn', N'2014-06-22 12:57:01.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:57:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ef78d20041', N'workflow.manage', N'Workflow Manage', N'en', N'2014-06-22 12:57:15.000', N'admin', N'绠$悊鍛', N'2014-06-22 12:57:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1fe512f0045', N'common.change.password', N'淇敼瀵嗙爜', N'zh-cn', N'2014-06-22 13:13:28.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:13:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1fe90260047', N'common.change.password', N'Change Password', N'en', N'2014-06-22 13:13:44.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:13:44.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c202c92c0049', N'common.copyright', N'JEECG 鐗堟潈鎵鏈', N'zh-cn', N'2014-06-22 13:18:20.000', N'admin', N'绠$悊鍛', N'2014-06-23 11:01:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c203cd8d004b', N'common.copyright', N'JEEECT Copyright Reserved', N'en', N'2014-06-22 13:19:27.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:19:27.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c20508bf004d', N'common.refresh', N'鍒锋柊绯荤粺缂撳瓨', N'zh-cn', N'2014-06-22 13:20:48.000', N'admin', N'绠$悊鍛', N'2017-09-13 18:48:14.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2053659004f', N'common.refresh', N'Refresh Cache', N'en', N'2014-06-22 13:20:59.000', N'admin', N'绠$悊鍛', N'2017-09-13 18:48:47.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2057c580051', N'common.close', N'Close', N'en', N'2014-06-22 13:21:17.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c205aff20053', N'common.close', N'鍏抽棴', N'zh-cn', N'2014-06-22 13:21:31.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c205f4be0055', N'common.close.all', N'鍏ㄩ儴鍏抽棴', N'zh-cn', N'2014-06-22 13:21:48.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c20631f70057', N'common.close.all', N'Close All', N'en', N'2014-06-22 13:22:04.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:22:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2070b8a0059', N'common.close.all.but.this', N'Close all but this', N'en', N'2014-06-22 13:23:00.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:00.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2074657005b', N'common.close.all.but.this', N'闄ゆ涔嬪鍏ㄩ儴鍏抽棴', N'zh-cn', N'2014-06-22 13:23:15.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c207f0bc005d', N'common.close.all.right', N'褰撳墠椤靛彸渚у叏閮ㄥ叧闂', N'zh-cn', N'2014-06-22 13:23:58.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2085b89005f', N'common.close.all.right', N'Close all on right', N'en', N'2014-06-22 13:24:26.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:24:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c208cabc0061', N'common.close.all.left', N'褰撳墠椤靛乏渚у叏閮ㄥ叧闂', N'zh-cn', N'2014-06-22 13:24:54.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:24:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2094dee0063', N'common.close.all.left', N'Close all on left', N'en', N'2014-06-22 13:25:28.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:25:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2325e890069', N'common.assist.tools', N'杈呭姪宸ュ叿', N'zh-cn', N'2014-06-22 14:10:19.000', N'admin', N'绠$悊鍛', N'2014-06-22 14:10:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2330cf3006b', N'common.assist.tools', N'Tool', N'en', N'2014-06-22 14:11:04.000', N'admin', N'绠$悊鍛', N'2014-06-22 14:11:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c238a6eb006d', N'common.online.user', N'鐢ㄦ埛鍦ㄧ嚎鍒楄〃', N'zh-cn', N'2014-06-22 14:17:11.000', N'admin', N'绠$悊鍛', N'2014-06-22 14:17:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c238d41e006f', N'common.online.user', N'Online User', N'en', N'2014-06-22 14:17:22.000', N'admin', N'绠$悊鍛', N'2014-06-22 14:17:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471f9575f10001', N'language.manage', N'鍥介檯鍖栬瑷', N'zh-cn', N'2014-07-10 17:23:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 11:31:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471f95fdd20003', N'language.manage', N'Lang Manage', N'en', N'2014-07-10 17:23:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 17:23:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc8bd5d0010', N'form.template', N'妯℃澘閰嶇疆', N'zh-cn', N'2014-07-10 18:19:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc8dc9b0012', N'form.template', N'Form Template', N'en', N'2014-07-10 18:19:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:23.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc961b70014', N'function.test', N'鍔熻兘娴嬭瘯', N'zh-cn', N'2014-07-10 18:19:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc97f300016', N'function.test', N'Function Test', N'en', N'2014-07-10 18:20:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc9e6310018', N'config.place', N'閰嶇疆鍦板潃', N'zh-cn', N'2014-07-10 18:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fca0508001a', N'config.place', N'Setting Address', N'en', N'2014-07-10 18:20:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcd6c920020', N'table.exit.in.db.confirm', N'琛ㄥ湪鏁版嵁搴撲腑宸插瓨鍦╘n纭鍒犻櫎', N'zh-cn', N'2014-07-10 18:24:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcdd7140022', N'table.exit.in.db.confirm', N'Table exit already\n Confirm Delete', N'en', N'2014-07-10 18:24:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fce9e7a0024', N'confirm.delete.record', N'纭绉婚櫎璇ヨ褰', N'zh-cn', N'2014-07-10 18:25:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:40.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcec9d60026', N'confirm.delete.record', N'Confirm delete record', N'en', N'2014-07-10 18:25:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcf68be0028', N'form.datalist', N'琛ㄥ崟鏁版嵁鍒楄〃', N'zh-cn', N'2014-07-10 18:26:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcf948f002a', N'form.datalist', N'Form data list', N'en', N'2014-07-10 18:26:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd33eb1002e', N'common.please.select.edit.item', N'璇烽夋嫨缂栬緫椤圭洰', N'zh-cn', N'2014-07-10 18:30:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd36c4d0030', N'common.please.select.edit.item', N'Please select edit item', N'en', N'2014-07-10 18:30:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd429130032', N'common.please.select.one.record.to.edit', N'璇烽夋嫨涓鏉¤褰曞啀缂栬緫', N'zh-cn', N'2014-07-10 18:31:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:31:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd487c40034', N'common.please.select.one.record.to.edit', N'Please select one record to edit', N'en', N'2014-07-10 18:32:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:32:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd8bd8f003c', N'common.menu.link', N'鑿滃崟閾炬帴', N'zh-cn', N'2014-07-10 18:36:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd8d355003e', N'common.menu.link', N'Menu Link', N'en', N'2014-07-10 18:36:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdae99f0040', N'form.sqlimport', N'琛ㄥ崟SQL瀵煎叆', N'zh-cn', N'2014-07-10 18:39:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:06.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdb06f60042', N'form.sqlimport', N'Form SQL Import', N'en', N'2014-07-10 18:39:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdbd2b60044', N'slave.table.can.not.generate.code', N'闄勮〃涓嶈兘浠g爜鐢熸垚', N'zh-cn', N'2014-07-10 18:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:40:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdc1ba70046', N'slave.table.can.not.generate.code', N'Slave table can not generate code', N'en', N'2014-07-10 18:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:47:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdd7b230048', N'please.syncdb', N'璇峰厛鍚屾鏁版嵁搴', N'zh-cn', N'2014-07-10 18:41:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:41:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde0d02004a', N'please.syncdb', N'Please synchronize database first', N'en', N'2014-07-10 18:42:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:42:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde8727004c', N'code.generate', N'浠g爜鐢熸垚', N'zh-cn', N'2014-07-10 18:43:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdebba6004e', N'code.generate', N'Code Generate', N'en', N'2014-07-10 18:43:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdfb0040050', N'please.select.sync.method', N'璇烽夋嫨鍚屾鏂瑰紡', N'zh-cn', N'2014-07-10 18:44:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdff96f0052', N'please.select.sync.method', N'Please select synchronize method', N'en', N'2014-07-10 18:44:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe393f60059', N'normal.sync', N'鏅氬悓姝(淇濈暀琛ㄦ暟鎹)', N'zh-cn', N'2014-07-10 18:48:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:48:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe4c6cb005b', N'normal.sync', N'Normal Sync(Retain Data)', N'en', N'2014-07-10 18:49:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:49:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe58641005d', N'force.sync', N'寮哄埗鍚屾(鍒犻櫎琛,閲嶆柊鐢熸垚)', N'zh-cn', N'2014-07-10 18:50:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:50:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe611cd005f', N'force.sync', N'Force Sync(Delete Table, ReGenerate)', N'en', N'2014-07-10 18:51:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:51:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff8d3000061', N'enhance.type', N'澧炲己绫诲瀷', N'zh-cn', N'2014-07-10 19:11:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff8fcca0063', N'enhance.type', N'Enhance Type', N'en', N'2014-07-10 19:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:57.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff9ec220065', N'enhance.js', N'澧炲己js', N'zh-cn', N'2014-07-10 19:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:12:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffa2ef10067', N'enhance.js', N'Enhance JS', N'en', N'2014-07-10 19:13:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:13:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffb99300069', N'get.error', N'鍑洪敊浜', N'zh-cn', N'2014-07-10 19:14:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffbb3d7006b', N'get.error', N'Get Error', N'en', N'2014-07-10 19:14:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffcc59f006d', N'operate.code', N'椤甸潰鎺т欢缂栫爜', N'zh-cn', N'2014-07-10 19:16:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffce066006f', N'operate.code', N'Page Element Code', N'en', N'2014-07-10 19:16:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:50.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffed3280075', N'enhance.sql', N'澧炲己sql', N'zh-cn', N'2014-07-10 19:18:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffeef0d0077', N'enhance.sql', N'Enhance SQL', N'en', N'2014-07-10 19:18:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'41e9ba5d4f2546fd871d0a4a401732a8', N'common.phone', N'鎵嬫満鍙风爜', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'42a24520ac85497d9da92af210113da2', N'common.status', N'鐘舵', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'52ce422654ab40329fe3a0518b5c8f67', N'password.rang6to18', N'The password is at least 6 characters long, up to 18 characters', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'5910b83799b242318f456a4f42303cb0', N'select.byrole', N'鎸夎鑹查夋嫨', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'5e5106b716d6476cae700ab27f2da555', N'common.middle', N'涓', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'767053e885704be2b203fbe5c0389b73', N'common.password.reset', N'瀵嗙爜閲嶇疆', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'7aae85094220429a84158e4db5c05d45', N'common.status', N'Status', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'7f980a800b114020b085530096b95d86', N'role.muti.select', N'瑙掕壊鍙閫', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7688c40001', N'form.db.name', N'dbCode', N'en', N'2015-06-16 16:22:39.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb76ed1b0003', N'form.db.name', N'鏁版嵁婧愮紪鐮', N'zh-cn', N'2015-06-16 16:23:04.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7a1f830007', N'form.db.tablename', N'dbTableName', N'en', N'2015-06-16 16:26:34.000', N'admin', N'绠$悊鍛', N'2015-06-16 16:27:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7a56130009', N'form.db.tablename', N'鏁版嵁搴撹〃鍚', N'zh-cn', N'2015-06-16 16:26:48.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7ae850000c', N'form.db.synsql', N'dbSynSql', N'en', N'2015-06-16 16:27:25.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b1b28000e', N'form.db.synsql', N'鍔ㄦ佹煡璇Q', N'zh-cn', N'2015-06-16 16:27:38.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b84800010', N'form.auto.formid', N'autoFormId', N'en', N'2015-06-16 16:28:05.000', N'admin', N'绠$悊鍛', N'2015-06-16 16:55:30.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7bb98a0012', N'form.auto.formid', N'涓婚敭瀛楁', N'zh-cn', N'2015-06-16 16:28:19.000', N'admin', N'绠$悊鍛', N'2015-06-16 16:55:24.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e5e3b014e2e68f43d001a', N'form.db.preview', N'棰勮', N'zh-cn', N'2015-06-26 13:48:27.000', N'admin', N'绠$悊鍛', N'2015-06-26 13:49:44.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e5e3b014e2e6a52a2001d', N'form.db.preview', N'preview', N'en', N'2015-06-26 13:49:56.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e91fed00001', N'form.db.param.input', N'鍙傛暟褰曞叆鍖', N'zh-cn', N'2015-06-26 14:33:16.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e92522f0003', N'form.db.param.input', N'paramInput', N'en', N'2015-06-26 14:33:38.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e93f8f70005', N'form.db.data.view', N'缁撴灉灞曠ず鍖', N'zh-cn', N'2015-06-26 14:35:26.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e9433120007', N'form.db.data.view', N'dataView', N'en', N'2015-06-26 14:35:41.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e9696630009', N'form.db.data.query', N'dataQuery', N'en', N'2015-06-26 14:38:17.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e96c7f2000b', N'form.db.data.query', N'鏁版嵁鏌ヨ', N'zh-cn', N'2015-06-26 14:38:30.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3ce62e014e3d07eb820001', N'java.enhance', N'java澧炲己', N'zh-cn', N'2015-06-29 09:56:46.000', N'admin', N'绠$悊鍛', N'2015-06-29 10:00:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3ce62e014e3d0835860003', N'java.enhance', N'javaEnhance', N'en', N'2015-06-29 09:57:05.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e46f3c40001', N'common.value', N'鏁板', N'zh-cn', N'2015-06-29 15:45:14.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e472c390003', N'common.value', N'value', N'en', N'2015-06-29 15:45:28.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e491d0a0005', N'java.enhance.type', N'鎵╁睍绫诲瀷', N'zh-cn', N'2015-06-29 15:47:35.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e49822c0007', N'java.enhance.type', N'enhanceType', N'en', N'2015-06-29 15:48:01.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e50bc7b000b', N'java.enhance.type.class', N'java-class', N'zh-cn', N'2015-06-29 15:55:55.000', N'admin', N'绠$悊鍛', N'2015-06-29 15:56:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e519584000e', N'java.enhance.type.spring', N'spring-key', N'zh-cn', N'2015-06-29 15:56:50.000', N'admin', N'绠$悊鍛', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c741b9ed0045', N'lang.langkey', N'璇█涓婚敭', N'zh-cn', N'2014-06-23 13:45:11.000', N'admin', N'绠$悊鍛', N'2014-06-23 13:45:11.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74226100047', N'lang.langkey', N'Lang Key', N'en', N'2014-06-23 13:45:39.000', N'admin', N'绠$悊鍛', N'2014-06-23 13:45:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c743a8a40049', N'common.content', N'鍐呭', N'zh-cn', N'2014-06-23 13:47:18.000', N'admin', N'绠$悊鍛', N'2014-06-23 13:47:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74416f5004b', N'common.content', N'Content', N'en', N'2014-06-23 13:47:46.000', N'admin', N'绠$悊鍛', N'2014-06-23 13:47:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74526330050', N'common.language', N'Language', N'en', N'2014-06-23 13:48:56.000', N'admin', N'绠$悊鍛', N'2014-06-23 13:48:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c77efdb60076', N'common.import', N'鏁版嵁瀵煎叆', N'zh-cn', N'2014-06-23 14:52:06.000', N'admin', N'绠$悊鍛', N'2014-06-23 14:52:06.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c77f95070078', N'common.import', N'Data Import', N'en', N'2014-06-23 14:52:45.000', N'admin', N'绠$悊鍛', N'2014-06-23 14:52:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c7802f4f007a', N'common.export', N'鏁版嵁瀵煎嚭', N'zh-cn', N'2014-06-23 14:53:25.000', N'admin', N'绠$悊鍛', N'2014-06-23 14:58:50.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c7809eb6007c', N'common.export', N'Data Export', N'en', N'2014-06-23 14:53:53.000', N'admin', N'绠$悊鍛', N'2014-06-23 14:59:00.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1ef63000003', N'user.manage', N'鐢ㄦ埛绠$悊', N'zh-cn', N'2014-06-25 15:31:05.000', N'admin', N'绠$悊鍛', N'2014-06-25 15:31:05.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1eff19e0005', N'user.manage', N'User Manage', N'en', N'2014-06-25 15:31:41.000', N'admin', N'绠$悊鍛', N'2014-06-25 15:31:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f12ae00007', N'common.data.dictionary', N'Data Dictionary ', N'en', N'2014-06-25 15:33:01.000', N'admin', N'绠$悊鍛', N'2014-06-25 16:10:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f1635a0009', N'common.data.dictionary', N'鏁版嵁瀛楀吀', N'zh-cn', N'2014-06-25 15:33:16.000', N'admin', N'绠$悊鍛', N'2014-06-25 15:33:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f24c0b000b', N'role.manage', N'瑙掕壊绠$悊', N'zh-cn', N'2014-06-25 15:34:15.000', N'admin', N'绠$悊鍛', N'2014-06-25 15:34:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f35861000f', N'role.manage', N'Role Manage', N'en', N'2014-06-25 15:35:24.000', N'admin', N'绠$悊鍛', N'2014-06-25 15:35:24.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f8e1610015', N'icon.manage', N'绯荤粺鍥炬爣', N'zh-cn', N'2014-06-25 15:41:27.000', N'admin', N'绠$悊鍛', N'2015-10-15 11:37:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1fbc5bf0017', N'icon.manage', N'System Icon', N'en', N'2014-06-25 15:44:36.000', N'admin', N'绠$悊鍛', N'2015-10-15 11:37:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1fffdb40019', N'department.manage', N'缁勭粐鏈烘瀯', N'zh-cn', N'2014-06-25 15:49:13.000', N'admin', N'绠$悊鍛', N'2015-10-15 10:57:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d20cbafe001b', N'department.manage', N'Org Manage', N'en', N'2014-06-25 16:03:08.000', N'admin', N'绠$悊鍛', N'2014-06-25 16:03:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b7bff40146b7c2eb6f0001', N'common.dash_board', N'棣栭〉', N'zh-cn', N'2014-06-20 13:32:23.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:58:43.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b7bff40146b7c38f560003', N'common.dash_board', N'Dashboard', N'en', N'2014-06-20 13:33:05.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:58:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b8038a070001', N'common.add.success', N'娣诲姞鎴愬姛', N'zh-cn', N'2014-06-20 14:42:58.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:42:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b8048a5e0004', N'common.add.success', N'Add success', N'en', N'2014-06-20 14:44:03.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:44:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b806d7bd0006', N'common.edit.success', N'鏇存柊鎴愬姛', N'zh-cn', N'2014-06-20 14:46:34.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:46:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b807c4e60008', N'common.edit.success', N'Update success', N'en', N'2014-06-20 14:47:35.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:47:35.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80cf84d0002', N'common.delete.success', N'鍒犻櫎鎴愬姛', N'zh-cn', N'2014-06-20 14:53:16.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:53:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80d35b70004', N'common.delete.success', N'Delete success', N'en', N'2014-06-20 14:53:31.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:53:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80e7d420006', N'common.edit.fail', N'鏇存柊澶辫触', N'zh-cn', N'2014-06-20 14:54:55.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:54:55.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80eddca0008', N'common.edit.fail', N'Update Fail', N'en', N'2014-06-20 14:55:20.000', N'admin', N'绠$悊鍛', N'2014-06-20 14:55:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b83b0b0146b83ec7070008', N'common.notfind.langkey', N'', N'zh-cn', N'2014-06-20 15:55:50.000', N'admin', N'绠$悊鍛', N'2014-06-21 01:18:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b83b0b0146b83ec7070009', N'common.notfind.langkey', N'', N'en', N'2014-06-20 15:57:14.000', N'admin', N'绠$悊鍛', N'2014-06-21 01:18:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474264c8980002', N'common.confirm', N'纭畾', N'zh-cn', N'2014-07-17 11:36:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:47.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474264e0510004', N'common.confirm', N'Confirm', N'en', N'2014-07-17 11:36:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742654bd20006', N'common.remove', N'Remove', N'en', N'2014-07-17 11:37:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c510147426569f90008', N'common.remove', N'绉婚櫎', N'zh-cn', N'2014-07-17 11:37:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474265ac98000a', N'common.item', N'鏉', N'zh-cn', N'2014-07-17 11:37:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474265cdc1000c', N'common.item', N'Item', N'en', N'2014-07-17 11:37:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742662411000e', N'common.total', N'鍏', N'zh-cn', N'2014-07-17 11:38:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:15.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742664c5c0010', N'common.total', N'Total', N'en', N'2014-07-17 11:38:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:26.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742669c660012', N'common.inactive', N'鏈縺娲', N'zh-cn', N'2014-07-17 11:38:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474266cf100014', N'common.inactive', N'Inactive', N'en', N'2014-07-17 11:38:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:59.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474267077d0016', N'common.active', N'婵娲', N'zh-cn', N'2014-07-17 11:39:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:14.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c510147426722730018', N'common.active', N'Active', N'en', N'2014-07-17 11:39:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474267fdef001e', N'common.languagekey', N'Lang Key', N'en', N'2014-07-17 11:40:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742687da20020', N'common.languagekey', N'璇█Key', N'zh-cn', N'2014-07-17 11:40:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b05f8860005', N'common.remember.user', N'鏄惁璁颁綇鐢ㄦ埛鍚', N'zh-cn', N'2014-07-25 08:57:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0642280007', N'common.remember.user', N'Remember User', N'en', N'2014-07-25 08:57:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0b61120009', N'common.login.success.wait', N'鐧婚檰鎴愬姛!璇风◢鍚....', N'zh-cn', N'2014-07-25 09:03:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0bc257000b', N'common.login.success.wait', N'Login success, waiting....', N'en', N'2014-07-25 09:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0d4233000d', N'common.init.data', N'鏄惁鍒濆鍖栨暟鎹', N'zh-cn', N'2014-07-25 09:05:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:05:36.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0db938000f', N'common.init.data', N'Initialize data?', N'en', N'2014-07-25 09:06:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:06:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b162e630012', N'lang.order.type', N'璁㈠崟绫诲瀷', N'zh-cn', N'2014-07-25 09:15:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b164ceb0014', N'lang.order.type', N'Order Type', N'en', N'2014-07-25 09:15:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:29.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b16a56e0016', N'lang.customer.type', N'瀹㈡埛绫诲瀷', N'zh-cn', N'2014-07-25 09:15:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b16c0d50018', N'lang.customer.type', N'Customer Type', N'en', N'2014-07-25 09:15:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:59.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b170b9a001a', N'lang.service.item.type', N'鏈嶅姟椤圭洰绫诲瀷', N'zh-cn', N'2014-07-25 09:16:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1749cc001c', N'lang.service.item.type', N'Service Item Type', N'en', N'2014-07-25 09:16:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1936c60020', N'common.logic.condition', N'閫昏緫鏉′欢', N'zh-cn', N'2014-07-25 09:18:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:40.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1956dd0022', N'common.logic.condition', N'Logic Condition', N'en', N'2014-07-25 09:18:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1a1cc30024', N'common.data.table', N'鏁版嵁琛', N'zh-cn', N'2014-07-25 09:19:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1a3c0a0026', N'common.data.table', N'Data Table', N'en', N'2014-07-25 09:19:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:47.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1ac59e0028', N'common.document.category', N'鏂囨。鍒嗙被', N'zh-cn', N'2014-07-25 09:20:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1aeaa3002a', N'common.document.category', N'Document Category', N'en', N'2014-07-25 09:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1b3e55002c', N'common.sex.type', N'鎬у埆绫', N'zh-cn', N'2014-07-25 09:20:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1b59af002e', N'common.sex.type', N'Sex Type', N'en', N'2014-07-25 09:21:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:00.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1c08ba0030', N'common.attachment', N'闄勪欢', N'zh-cn', N'2014-07-25 09:21:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:45.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1c22dd0032', N'common.attachment', N'Attachment', N'en', N'2014-07-25 09:21:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1d4e400034', N'lang.excellent.order', N'浼樿川璁㈠崟', N'zh-cn', N'2014-07-25 09:23:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1d7ece0036', N'lang.excellent.order', N'Excellent Order', N'en', N'2014-07-25 09:23:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1de2050038', N'lang.normal.order', N'鏅氳鍗', N'zh-cn', N'2014-07-25 09:23:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1dfde4003a', N'lang.normal.order', N'Normal Order', N'en', N'2014-07-25 09:23:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1ef393003c', N'lang.contract.customer', N'绛剧害瀹㈡埛', N'zh-cn', N'2014-07-25 09:24:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:24:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f0b32003e', N'lang.contract.customer', N'Contract Customer', N'en', N'2014-07-25 09:25:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:02.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f4fea0040', N'lang.normal.customer', N'鏅氬鎴', N'zh-cn', N'2014-07-25 09:25:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f67050042', N'lang.normal.customer', N'Normal Customer', N'en', N'2014-07-25 09:25:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:25.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1fa93d0044', N'lang.special.servcie', N'鐗规畩鏈嶅姟', N'zh-cn', N'2014-07-25 09:25:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:42.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1fceec0046', N'lang.special.servcie', N'Special Service', N'en', N'2014-07-25 09:25:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2014720048', N'lang.normal.service', N'鏅氭湇鍔', N'zh-cn', N'2014-07-25 09:26:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b203ca4004a', N'lang.normal.service', N'Normal Service', N'en', N'2014-07-25 09:26:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b20bf5a004c', N'common.single.condition.query', N'鍗曟潯浠舵煡璇', N'zh-cn', N'2014-07-25 09:26:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:54.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b20e447004e', N'common.single.condition.query', N'Single Condition Query', N'en', N'2014-07-25 09:27:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b214fe20050', N'common.scope.query', N'鑼冨洿鏌ヨ', N'zh-cn', N'2014-07-25 09:27:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:31.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2171de0052', N'common.scope.query', N'Scope Queyr', N'en', N'2014-07-25 09:27:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:39.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b21ffbf0054', N'common.db.integer', N'Integer', N'en', N'2014-07-25 09:28:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2227930056', N'common.db.integer', N'鏁板肩被鍨', N'zh-cn', N'2014-07-25 09:28:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b234ba5005a', N'common.db.date', N'Date', N'en', N'2014-07-25 09:29:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b238657005c', N'common.db.date', N'鏃ユ湡绫诲瀷', N'zh-cn', N'2014-07-25 09:29:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b23efed005e', N'common.db.string', N'瀛楃绫诲瀷', N'zh-cn', N'2014-07-25 09:30:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:23.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2404d30060', N'common.db.string', N'String', N'en', N'2014-07-25 09:30:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b245e800062', N'common.db.long', N'Long', N'en', N'2014-07-25 09:30:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:51.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b248ee60064', N'common.db.long', N'闀挎暣鍨', N'zh-cn', N'2014-07-25 09:31:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b253d760066', N'common.workflow.engine.table', N'宸ヤ綔娴佸紩鎿庤〃', N'zh-cn', N'2014-07-25 09:31:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b256e3a0068', N'common.workflow.engine.table', N'Workflow Engine Table', N'en', N'2014-07-25 09:32:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:00.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b25c1d4006a', N'common.system.table', N'绯荤粺鍩虹琛', N'zh-cn', N'2014-07-25 09:32:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b25d9b3006c', N'common.system.table', N'System Table', N'en', N'2014-07-25 09:32:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b267773006e', N'common.business.table', N'涓氬姟琛', N'zh-cn', N'2014-07-25 09:33:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b26a71c0070', N'common.business.table', N'Business Table', N'en', N'2014-07-25 09:33:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2761320072', N'common.customer.engine.table', N'鑷畾涔夊紩鎿庤〃', N'zh-cn', N'2014-07-25 09:34:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:08.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2791440074', N'common.customer.engine.table', N'Customer Engine Table', N'en', N'2014-07-25 09:34:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b27d3790076', N'common.news', N'鏂伴椈', N'zh-cn', N'2014-07-25 09:34:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b27f9b30078', N'鏂伴椈', N'News', N'en', N'2014-07-25 09:34:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:47.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b28e56e007a', N'common.male', N'鐢锋', N'zh-cn', N'2014-07-25 09:35:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b28fa30007c', N'common.male', N'Male', N'en', N'2014-07-25 09:35:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b291a73007e', N'common.female', N'濂虫', N'zh-cn', N'2014-07-25 09:36:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b29466c0080', N'common.female', N'Female', N'en', N'2014-07-25 09:36:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:12.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c37d001487c488a4d0006', N'common.datasource.manage', N'澶氭暟鎹簮绠$悊', N'zh-cn', N'2014-09-16 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c37d001487c491f480008', N'common.datasource.manage', N'Multiple DataSource Manage', N'en', N'2014-09-16 10:27:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:56.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c5f6d400001', N'common.datasrouce.key', N'澶氭暟鎹簮涓婚敭', N'zh-cn', N'2014-09-16 10:51:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c5fba980003', N'common.datasrouce.key', N'Mutipule DataSource Key', N'en', N'2014-09-16 10:52:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6193ec0005', N'common.driverclass', N'椹卞姩绫', N'zh-cn', N'2014-09-16 10:54:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c61b73d0007', N'common.driverclass', N'Driver Class', N'en', N'2014-09-16 10:54:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c62b0b00009', N'common.datasrouce.url', N'鏁版嵁婧愬湴鍧', N'zh-cn', N'2014-09-16 10:55:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c62f4d8000b', N'common.datasrouce.url', N'DataSource URL', N'en', N'2014-09-16 10:55:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c63c17c000d', N'common.dbuser', N'鏁版嵁搴撶敤鎴峰悕', N'zh-cn', N'2014-09-16 10:56:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c63f0bf000f', N'common.dbuser', N'DB User', N'en', N'2014-09-16 10:56:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6430510011', N'common.dbpassword', N'鏁版嵁搴撳瘑鐮', N'zh-cn', N'2014-09-16 10:56:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6456940013', N'common.dbpassword', N'DB Password', N'en', N'2014-09-16 10:57:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c66d45d0015', N'common.dbtype', N'鏁版嵁搴撶被鍨', N'zh-cn', N'2014-09-16 10:59:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c66ffe00017', N'common.dbtype', N'DB Type', N'en', N'2014-09-16 10:59:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c79d0660021', N'common.oracle', N'鐢查鏂嘜racle鏁版嵁搴', N'zh-cn', N'2014-09-16 11:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:21:58.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c7aee7b0024', N'common.oracle', N'Oracle', N'en', N'2014-09-16 11:21:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c8f0bfc0027', N'common.sqlserver2008', N'寰蒋SQL Server2008', N'zh-cn', N'2014-09-16 11:43:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:48:44.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c8f57910029', N'common.sqlserver2008', N'SQL Server2008', N'en', N'2014-09-16 11:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c94614b002d', N'common.mysql', N'鐢查鏂嘙ySQL', N'zh-cn', N'2014-09-16 11:49:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c948fc0002f', N'common.mysql', N'MySQL', N'en', N'2014-09-16 11:49:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761dfb98c0001', N'common.english', N'English', N'en', N'2014-07-23 14:19:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761dfde030003', N'common.english', N'English', N'zh-cn', N'2014-07-23 14:19:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761e00f350005', N'common.chinese', N'涓枃', N'en', N'2014-07-23 14:19:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761e0305c0007', N'common.chinese', N'涓枃', N'zh-cn', N'2014-07-23 14:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ad82990002', N'user.analysis.histogram', N'鐢ㄦ埛鍒嗘瀽鐩存柟鍥', N'zh-cn', N'2014-07-21 10:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:08:37.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ae22ce0004', N'usename.range2to10', N'鐢ㄦ埛璐﹀彿闀垮害鑼冨洿鍦2~10', N'zh-cn', N'2014-07-21 10:09:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:09:18.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ae9c2a0006', N'sequence.name', N'搴忓彿', N'zh-cn', N'2014-07-21 10:09:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-01 21:26:41.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756eff8410001', N'common.menu', N'鑿滃崟', N'zh-cn', N'2014-07-21 11:21:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:13.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f0122e0003', N'common.menu', N'Menu', N'en', N'2014-07-21 11:21:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f5940d0007', N'common.area', N'鍦板煙', N'zh-cn', N'2014-07-21 11:27:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f5b12e0009', N'common.area', N'Area', N'en', N'2014-07-21 11:27:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d447576a86014757a4266d0004', N'common.role.select', N'瑙掕壊閫夋嫨', N'zh-cn', N'2014-07-21 14:38:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d447576a86014757a44a7b0006', N'common.role.select', N'Role Select', N'en', N'2014-07-21 14:38:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:10.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44757b3f2014757b802010004', N'common.cancel', N'Cancel', N'en', N'2014-07-21 14:59:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:42.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44757b3f2014757b821e00006', N'common.cancel', N'鍙栨秷', N'zh-cn', N'2014-07-21 14:59:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:50.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c674f6ee0002', N'common.data.loading', N'鏁版嵁鍔犺浇涓...', N'zh-cn', N'2014-06-23 10:01:32.000', N'admin', N'绠$悊鍛', N'2014-06-23 10:01:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c675351b0004', N'common.data.loading', N'Data Loading......', N'en', N'2014-06-23 10:01:48.000', N'admin', N'绠$悊鍛', N'2014-06-23 10:01:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c6788e550006', N'common.exit.confirm', N'纭畾閫鍑鸿绯荤粺鍚 ?', N'zh-cn', N'2014-06-23 10:05:28.000', N'admin', N'绠$悊鍛', N'2014-06-23 10:05:28.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c678d8600008', N'common.exit.confirm', N'Confirm Exit?', N'en', N'2014-06-23 10:05:46.000', N'admin', N'绠$悊鍛', N'2014-06-23 10:05:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c67af864000a', N'common.change.style', N'棣栭〉椋庢牸', N'zh-cn', N'2014-06-23 10:08:06.000', N'admin', N'绠$悊鍛', N'2015-05-29 14:09:17.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c67b3590000c', N'common.change.style', N'Change Style', N'en', N'2014-06-23 10:08:21.000', N'admin', N'绠$悊鍛', N'2014-06-23 10:08:21.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c683c4ea0012', N'common.browser.recommend', N'(鎺ㄨ崘浣跨敤IE8+,璋锋瓕娴忚鍣ㄥ彲浠ヨ幏寰楁洿蹇,鏇村畨鍏ㄧ殑椤甸潰鍝嶅簲閫熷害) 鎶鏈敮鎸侊細', N'zh-cn', N'2014-06-23 10:17:42.000', N'admin', N'绠$悊鍛', N'2014-06-23 11:05:48.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c68486160014', N'common.browser.recommend', N'(Recommend IE+, Google browser) Support: ', N'en', N'2014-06-23 10:18:32.000', N'admin', N'绠$悊鍛', N'2014-06-23 10:18:32.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0e8476756d8014767594f500001', N'common.mutilang', N'澶氳瑷', N'zh-cn', N'2014-07-24 15:50:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:12.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0e8476756d801476759b8930003', N'common.mutilang', N'Muti Language', N'en', N'2014-07-24 15:50:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:38.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c475192970147519e89800004', N'common.description', N'Description', N'en', N'2014-07-20 10:34:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:35:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c475192970147519eae6d0006', N'common.description', N'鎻忚堪', N'zh-cn', N'2014-07-20 10:34:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:34:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c4751c965014751cb1ff50001', N'common.langcontext.exist', N'璇ュ唴瀹瑰凡缁忓瓨鍦紝璇蜂笉瑕侀噸澶嶆坊鍔', N'zh-cn', N'2014-07-20 11:22:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:22:52.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c4751c965014751cd221a0003', N'common.langcontext.exist', N'Lang context exist already, don''t add it again', N'en', N'2014-07-20 11:25:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:25:03.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8b4f561992c84eaa958b10c7912896b8', N'common.weak', N'寮', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8ca84db9bbcb44bfb39746822a976907', N'common.role', N'Role', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'95903aa116c74bdb95b5be510a89c79d', N'common.tel', N'鍔炲叕鐢佃瘽', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'9c3a8db4891a4d4390f6093ae2fd81af', N'common.strong', N'寮', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'9f750fb969ed4bdcbbdb212c43746112', N'common.lock.user', N'lock user', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'a8e5a8e8c5e44576a1500c3b5f57937b', N'select.byrole', N'According to the role select', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ac43aecc3356487c8eb5fa869149412f', N'common.repeat.password', N'閲嶅瀵嗙爜', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'aec73ffa01b5499db0253b3b34194560', N'username.rang2to10', N'鐢ㄦ埛璐﹀彿鑼冨洿鍦2~10浣嶅瓧绗', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'b8865c9032054772b39d43efda9ba0c8', N'role.muti.select', N'The role of multiple choices', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'b8dae445b3ef468db87167ddd8cd1b64', N'please.select.department', N'璇烽夋嫨缁勭粐鏈烘瀯', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'c150726fac0d43fd9bf28f4590018950', N'common.username', N'User Account', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'caaf209a7acb413ea59bbdf30e944f20', N'common.common.mail', N'Mail', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ce8b2968f1fc49bba1a636ca18e7f08f', N'usename.range2to10', N'User account need 2~10 bits', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'd136cd1f25cc42fe8a0fae2dddc5de23', N'common.weak', N'Weak', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'dc787a2087ea4f248a394f8a88a5792c', N'common.real.name', N'鐢ㄦ埛鍚嶇О', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'df075bc6373b4658afcfaff33b088952', N'common.role', N'瑙掕壊', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'e1fb12b3993b4d1ea35bd536801ada1f', N'common.common.mail', N'甯哥敤閭', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2015-04-02 23:10:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'e547fec1826c4811b6d759f2d81153f8', N'common.password.reset', N'Password Reset', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'f9f74528bde04a0f9e25e29cbc87d9fb', N'fill.realname', N'濉啓涓汉鐪熷疄濮撳悕', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'fa07850cb8ed4c268cc91ffd31e7ace1', N'common.password', N'Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d000', N'common.querybuilder', N'楂樼骇鏌ヨ', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-28 10:30:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d001', N'common.code.range', N'缂栫爜鑼冨洿鍦2~8浣嶅瓧绗', N'zh-cn', N'2015-06-01 10:21:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:22:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d002', N'common.code.range', N'The coding in the range of 2~8 characters', N'en', N'2015-06-01 10:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:30:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d003', N'common.name.range', N'鍚嶇О鑼冨洿鍦2~10浣嶅瓧绗', N'zh-cn', N'2015-06-01 10:49:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:49:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d004', N'common.name.range', N'The name in the range of 2~10 characters', N'en', N'2015-06-01 10:51:35.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:51:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d005', N'menu.graph.configuration', N'Online鍥捐〃閰嶇疆', N'zh-cn', N'2015-06-02 11:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:30:02.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d006', N'menu.graph.configuration', N'The graph configuration', N'en', N'2015-06-02 11:31:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:31:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d007', N'menu.input.demo', N'浜嬩緥褰曞叆', N'zh-cn', N'2015-06-02 11:40:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:40:43.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d008', N'menu.input.demo', N'input demo', N'en', N'2015-06-02 11:41:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:41:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d009', N'menu.push.message', N'娑堟伅鎺ㄩ', N'zh-cn', N'2015-06-02 11:45:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:45:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d010', N'menu.push.message', N'push message', N'en', N'2015-06-02 11:46:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:46:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d011', N'menu.business.management', N'涓氬姟SQL', N'zh-cn', N'2015-06-02 11:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:04.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d012', N'menu.business.management', N'Business Sql', N'en', N'2015-06-02 11:50:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:16.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d013', N'menu.message.template', N'娑堟伅妯℃澘', N'zh-cn', N'2015-06-02 11:54:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:31:53.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d014', N'menu.message.template', N'Message template', N'en', N'2015-06-02 11:54:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:32:24.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d015', N'menu.Business.configuration', N'涓氬姟閰嶇疆', N'zh-cn', N'2015-06-02 11:58:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:58:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d016', N'menu.Business.configuration', N'Business configuration', N'en', N'2015-06-02 11:58:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:59:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d017', N'menu.send.message', N'娑堟伅涓績', N'zh-cn', N'2015-06-02 12:02:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:34:49.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d018', N'menu.send.message', N'Message Center', N'en', N'2015-06-02 12:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:35:01.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d019', N'menu.sort.management', N'鍒嗙被绠$悊', N'zh-cn', N'2015-06-02 12:07:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d020', N'menu.sort.management', N'sort management', N'en', N'2015-06-02 12:07:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:27.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d021', N'menu.nice.list', N'婕備寒鍒楄〃', N'zh-cn', N'2015-06-02 12:11:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d022', N'menu.nice.list', N'Nice list', N'en', N'2015-06-02 12:11:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d023', N'menu.data.permission', N'鏁版嵁鏉冮檺', N'zh-cn', N'2015-06-02 12:14:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d024', N'menu.data.permission', N'data permission', N'en', N'2015-06-02 12:14:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d025', N'menu.user.management', N'鐢ㄦ埛绠$悊', N'zh-cn', N'2015-06-02 13:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:32.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d026', N'menu.user.management', N'user management', N'en', N'2015-06-02 13:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:44.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d027', N'menu.Leave.data.access', N'OL璇峰亣鏁版嵁鏉冮檺', N'zh-cn', N'2015-06-02 13:19:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d028', N'menu.Leave.data.access', N'Leave the data access', N'en', N'2015-06-02 13:19:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d029', N'menu.form.validation', N'琛ㄥ崟楠岃瘉', N'zh-cn', N'2015-06-02 14:49:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d030', N'menu.form.validation', N'Form validation', N'en', N'2015-06-02 14:49:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d031', N'menu.demo.example', N'缁煎悎Demo', N'zh-cn', N'2015-06-02 14:58:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:22.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d032', N'menu.demo.example', N'Main Demo', N'en', N'2015-06-02 14:58:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:33.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d033', N'menu.minidao.example', N'minidao渚嬪瓙', N'zh-cn', N'2015-06-02 15:03:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d034', N'menu.minidao.example', N'minidao example', N'en', N'2015-06-02 15:03:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d035', N'menu.form.model', N'琛ㄥ崟妯″瀷', N'zh-cn', N'2015-06-02 15:13:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:13:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d036', N'menu.form.model', N'The form model', N'en', N'2015-06-02 15:13:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:14:02.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d037', N'menu.one_to_many.model', N'涓瀵瑰妯″瀷', N'zh-cn', N'2015-06-02 15:17:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d038', N'menu.one_to_many.model', N'one-to-many model', N'en', N'2015-06-02 15:17:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:21.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d039', N'menu.import_export.excel', N'Excel瀵煎叆瀵煎嚭', N'zh-cn', N'2015-06-02 15:23:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d040', N'menu.import_export.excel', N'import and export of the excel ', N'en', N'2015-06-02 15:23:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:43.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d041', N'menu.uploads_downloads', N'涓婁紶涓嬭浇', N'zh-cn', N'2015-06-02 15:31:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:07.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d042', N'menu.uploads_downloads', N'Upload', N'en', N'2015-06-02 15:31:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:19.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d043', N'menu.JqueryFileUpload.example', N'Jquery涓婁紶绀轰緥', N'zh-cn', N'2015-06-02 15:35:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:30.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d044', N'menu.JqueryFileUpload.example', N'JqueryUploadDemo', N'en', N'2015-06-02 15:35:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:32.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d045', N'menu.no.paging', N'鏃犲垎椤靛垪琛', N'zh-cn', N'2015-06-02 15:39:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d046', N'menu.no.paging', N'No paging list', N'en', N'2015-06-02 15:39:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:37.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d047', N'menu.jdbc.example', N'jdbc绀轰緥', N'zh-cn', N'2015-06-02 15:42:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d048', N'menu.jdbc.example', N'jdbc example', N'en', N'2015-06-02 15:42:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d049', N'menu.sql.separation', N'SQL鍒嗙', N'zh-cn', N'2015-06-02 15:47:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:17.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d050', N'menu.sql.separation', N'SQL separation', N'en', N'2015-06-02 15:47:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d051', N'menu.dictionary.labels', N'瀛楀吀鏍囩', N'zh-cn', N'2015-06-02 15:49:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d052', N'menu.dictionary.labels', N'The dictionary labels', N'en', N'2015-06-02 15:50:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:40.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d053', N'menu.form.thePop_UpStyle', N'琛ㄥ崟寮瑰嚭椋庢牸', N'zh-cn', N'2015-06-02 15:54:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d054', N'menu.form.thePop_UpStyle', N'Form the pop-up style', N'en', N'2015-06-02 15:54:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:15.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d055', N'menu.special.layout', N'宸﹀彸甯冨眬', N'zh-cn', N'2015-06-02 15:58:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d056', N'menu.special.layout', N'page layout', N'en', N'2015-06-02 15:58:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d057', N'menu.single.table', N'鍗曡〃渚嬪瓙锛堟棤tag锛', N'zh-cn', N'2015-06-02 16:02:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d058', N'menu.single.table', N'Single table example(no tag)', N'en', N'2015-06-02 16:02:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d059', N'menu.one_to_many.example', N'涓瀵瑰渚嬪瓙锛堟棤tag锛', N'zh-cn', N'2015-06-02 16:06:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d060', N'menu.one_to_many.example', N'one to many example(no tag)', N'en', N'2015-06-02 16:07:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d061', N'menu.html.editor', N'HTML缂栬緫鍣', N'zh-cn', N'2015-06-02 16:11:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d062', N'menu.html.editor', N'HTML editor', N'en', N'2015-06-02 16:11:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:03.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d063', N'menu.word.online', N'鍦ㄧ嚎word(IE)', N'zh-cn', N'2015-06-02 16:14:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d064', N'menu.word.online', N'word online(IE)', N'en', N'2015-06-02 16:14:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d065', N'menu.webOfficeo.fficialExample', N'WebOffice瀹樻柟渚嬪瓙', N'zh-cn', N'2015-06-02 16:19:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:05.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d066', N'menu.webOfficeo.fficialExample', N'The official example of WebOffice', N'en', N'2015-06-02 16:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:07.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d067', N'menu.moreAccessoriesManagement', N'澶氶檮浠剁鐞', N'zh-cn', N'2015-06-02 16:24:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:36.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d068', N'menu.moreAccessoriesManagement', N'More accessories management', N'en', N'2015-06-02 16:24:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d069', N'menu.datagridHandHtml', N'Datagrid鑷畾涔夋煡璇㈡潯浠', N'zh-cn', N'2015-06-02 16:28:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:58:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d070', N'menu.datagridHandHtml', N'Datagrid Custom Condition', N'en', N'2015-06-02 16:28:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:59:27.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d071', N'menu.materialPom', N'鏍戝垪琛', N'zh-cn', N'2015-06-02 16:37:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:27.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d072', N'menu.materialPom', N'tree list', N'en', N'2015-06-02 16:37:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d073', N'menu.ckfinderDemo', N'ckfinder渚嬪瓙', N'zh-cn', N'2015-06-02 16:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d074', N'menu.ckfinderDemo', N'ckfinder demo', N'en', N'2015-06-02 16:40:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:28.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d075', N'menu.queryEditor', N'鏌ヨ缂栬緫鍣', N'zh-cn', N'2015-06-02 16:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d076', N'menu.queryEditor', N'The query editor', N'en', N'2015-06-02 16:44:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0001', N'common.wage', N'wage', N'en', N'2015-06-03 16:34:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0002', N'common.clear.localstorage', N'娓呴櫎缂撳瓨', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0003', N'common.clear.localstorage', N'Clear Cache', N'en', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0004', N'common.messageSend.record', N'娑堟伅鍙戦佽褰曡〃', N'zh-cn', N'2015-06-03 10:50:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0005', N'common.messageSend.record', N'data record to send message', N'en', N'2015-06-03 10:50:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:50.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0006', N'common.messageHeader', N'娑堟伅鏍囬', N'zh-cn', N'2015-06-03 11:05:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:46.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0007', N'common.messageHeader', N'message header', N'en', N'2015-06-03 11:05:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0008', N'common.messageType', N'娑堟伅绫诲瀷', N'zh-cn', N'2015-06-03 11:09:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:35.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0009', N'common.messageType', N'message type', N'en', N'2015-06-03 11:09:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0010', N'common.sender', N'鍙戦佷汉', N'zh-cn', N'2015-06-03 11:13:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0011', N'common.sender', N'sender', N'en', N'2015-06-03 11:13:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0012', N'common.receiver', N'鎺ユ敹浜', N'zh-cn', N'2015-06-03 11:15:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:21.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0013', N'common.receiver', N'receiver', N'en', N'2015-06-03 11:16:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:24.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0014', N'common.content_2', N'鍐呭', N'zh-cn', N'2015-06-03 11:19:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0015', N'common.content_2', N'content', N'en', N'2015-06-03 11:19:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:16.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0016', N'common.dateCreated', N'鍒涘缓鏃ユ湡', N'zh-cn', N'2015-06-03 11:22:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0017', N'common.dateCreated', N'date created', N'en', N'2015-06-03 11:22:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0018', N'common.sendtime', N'鍙戦佹椂闂', N'zh-cn', N'2015-06-03 11:25:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:02.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0019', N'common.sendtime', N'sendtime', N'en', N'2015-06-03 11:25:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:05.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0020', N'common.sendState', N'鍙戦佺姸鎬', N'zh-cn', N'2015-06-03 11:30:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0021', N'common.sendState', N'send state', N'en', N'2015-06-03 11:30:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0022', N'common.remark', N'澶囨敞', N'zh-cn', N'2015-06-03 11:32:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:32:56.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0023', N'common.remark', N'remark', N'en', N'2015-06-03 11:32:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:33:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0024', N'common.esId', N'涓婚敭', N'zh-cn', N'2015-06-03 11:37:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0025', N'common.esId', N'ID', N'en', N'2015-06-03 11:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:41.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0026', N'common.iconEdit', N'娑堟伅淇', N'zh-cn', N'2015-06-03 11:40:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:09.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0027', N'common.iconEdit', N'Message modification', N'en', N'2015-06-03 11:40:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:11.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0028', N'common.businessSqlTable', N'涓氬姟SQL琛', N'zh-cn', N'2015-06-03 11:50:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0029', N'common.businessSqlTable', N'The SQL table of business', N'en', N'2015-06-03 11:50:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0030', N'common.sqlName', N'SQL鍚嶇О', N'zh-cn', N'2015-06-03 11:53:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:28.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0031', N'common.sqlName', N'SQL name', N'en', N'2015-06-03 11:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:33.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0032', N'common.sqlContent', N'SQL鍐呭', N'zh-cn', N'2015-06-03 11:55:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:47.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0033', N'common.sqlContent', N'SQL content', N'en', N'2015-06-03 11:55:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0034', N'common.operate', N'鎿嶄綔', N'zh-cn', N'2015-06-03 11:57:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0035', N'common.operate', N'operate', N'en', N'2015-06-03 11:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:16.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0036', N'common.delete_2', N'鍒犻櫎', N'zh-cn', N'2015-06-03 12:01:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0037', N'common.delete_2', N'delete', N'en', N'2015-06-03 12:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:51.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0038', N'common.add_2', N'褰曞叆', N'zh-cn', N'2015-06-03 12:04:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:28.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0039', N'common.add_2', N'add', N'en', N'2015-06-03 12:04:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:31.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0040', N'common.edit_2', N'缂栬緫', N'zh-cn', N'2015-06-03 12:06:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:46.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0041', N'common.edit_2', N'edit', N'en', N'2015-06-03 12:06:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:50.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0042', N'common.batchDelete', N'鎵归噺鍒犻櫎', N'zh-cn', N'2015-06-03 12:09:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0043', N'common.batchDelete', N'Batch Delete', N'en', N'2015-06-03 12:09:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0044', N'common.search', N'鏌ヨ', N'zh-cn', N'2015-06-03 12:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:37:34.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0045', N'common.search', N'check', N'en', N'2015-06-03 12:13:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:13:17.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0046', N'common.isId', N'涓婚敭', N'zh-cn', N'2015-06-03 14:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:06.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0047', N'common.isId', N'ID', N'en', N'2015-06-03 14:29:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0048', N'common.createName', N'鍒涘缓浜哄悕绉', N'zh-cn', N'2015-06-03 14:32:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:41.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0049', N'common.createName', N'createName', N'en', N'2015-06-03 14:32:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0050', N'common.create.By', N'鍒涘缓浜虹櫥褰曞悕', N'zh-cn', N'2015-06-03 14:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0051', N'common.create.By', N'createBy', N'en', N'2015-06-03 14:35:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:27.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0052', N'common.createDate', N'鍒涘缓鏃ユ湡', N'zh-cn', N'2015-06-03 14:38:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:42.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0053', N'common.createDate', N'createDate', N'en', N'2015-06-03 14:38:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0054', N'common.updateName', N'鏇存柊浜哄悕绉', N'zh-cn', N'2015-06-03 14:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0055', N'common.updateName', N'updateName', N'en', N'2015-06-03 14:41:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:37.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0056', N'common.updateByName', N'鏇存柊浜虹櫥褰曞悕绉', N'zh-cn', N'2015-06-03 14:44:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:30.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0057', N'common.updateByName', N'updateByName', N'en', N'2015-06-03 14:44:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0058', N'common.updateDate', N'鏇存柊鏃ユ湡', N'zh-cn', N'2015-06-03 14:46:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:41.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0059', N'common.updateDate', N'updateDate', N'en', N'2015-06-03 14:46:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:44.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0060', N'common.templateName', N'妯℃澘鍚嶇О', N'zh-cn', N'2015-06-03 14:49:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0061', N'common.templateName', N'templateName', N'en', N'2015-06-03 14:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0062', N'common.templateType', N'妯℃澘绫诲瀷', N'zh-cn', N'2015-06-03 14:51:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0063', N'common.templateType', N'templateType', N'en', N'2015-06-03 14:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:21.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0064', N'common.templateContent', N'妯℃澘鍐呭', N'zh-cn', N'2015-06-03 14:54:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0065', N'common.templateContent', N'templateContent', N'en', N'2015-06-03 14:54:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0066', N'common.opt', N'鎿嶄綔', N'zh-cn', N'2015-06-03 14:56:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0067', N'common.opt', N'opt', N'en', N'2015-06-03 14:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:15.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0068', N'common.deleteTo', N'鍒犻櫎', N'zh-cn', N'2015-06-03 15:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:22.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0069', N'common.deleteTo', N'delete', N'en', N'2015-06-03 15:01:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:25.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0070', N'common.icon.add', N'褰曞叆', N'zh-cn', N'2015-06-03 15:03:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:15.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0071', N'common.icon.add', N'add', N'en', N'2015-06-03 15:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0072', N'common.icon.edit', N'缂栬緫', N'zh-cn', N'2015-06-03 15:06:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0073', N'common.icon.edit', N'edit', N'en', N'2015-06-03 15:06:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0074', N'common.icon.remove', N'鎵归噺鍒犻櫎', N'zh-cn', N'2015-06-03 15:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0075', N'common.icon.remove', N'Batch Delete', N'en', N'2015-06-03 15:08:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0076', N'common.icon.search', N'鏌ヨ', N'zh-cn', N'2015-06-03 15:10:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:36:46.000', N'admin', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0077', N'common.icon.search', N'search', N'en', N'2015-06-03 15:10:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:11:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0078', N'common.msgTemplateTable', N'娑堟伅妯℃澘琛', N'zh-cn', N'2015-06-03 15:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:35.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0079', N'common.msgTemplateTable', N'message template table', N'en', N'2015-06-03 15:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0080', N'common.sqlDataTable', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛', N'zh-cn', N'2015-06-03 15:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0081', N'common.sqlDataTable', N'message template_sql configuration', N'en', N'2015-06-03 15:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0082', N'common.createLoginName', N'鍒涘缓浜虹櫥褰曞悕绉', N'zh-cn', N'2015-06-03 15:46:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:25.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0083', N'common.createLoginName', N'create by name to login', N'en', N'2015-06-03 15:46:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:30.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0084', N'common.configurationCODE', N'閰嶇疆CODE', N'zh-cn', N'2015-06-03 15:50:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:50:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0085', N'common.configurationCODE', N'configurationCODE', N'en', N'2015-06-03 15:50:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:51:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0086', N'common.configurationName', N'閰嶇疆鍚嶇О', N'zh-cn', N'2015-06-03 15:53:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:19.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0087', N'common.configurationName', N'configurationName', N'en', N'2015-06-03 15:53:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:22.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0088', N'common.sqlBusinessId', N'涓氬姟SQLID', N'zh-cn', N'2015-06-03 15:56:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:56:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0089', N'common.sqlBusinessId', N'ID of SQL business', N'en', N'2015-06-03 15:56:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:57:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0090', N'common.msgModeliD', N'娑堟伅妯℃湰ID', N'zh-cn', N'2015-06-03 16:01:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0091', N'common.msgModeliD', N'message model ID ', N'en', N'2015-06-03 16:01:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0092', N'common.pushTest', N'鎺ㄩ佹祴璇', N'zh-cn', N'2015-06-03 16:04:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0093', N'common.pushTest', N'push test', N'en', N'2015-06-03 16:04:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:16.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0094', N'common.moblePhone', N'鎵嬫満', N'zh-cn', N'2015-06-03 16:24:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0095', N'common.moblePhone', N'moble phone', N'en', N'2015-06-03 16:24:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:33.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0096', N'common.age', N'骞撮緞', N'zh-cn', N'2015-06-03 16:26:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0097', N'common.age', N'age', N'en', N'2015-06-03 16:26:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0098', N'common.email', N'鐢靛瓙閭', N'zh-cn', N'2015-06-03 16:29:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:19.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0099', N'common.email', N'email', N'en', N'2015-06-03 16:29:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:22.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0100', N'common.wage', N'宸ヨ祫', N'zh-cn', N'2015-06-03 16:34:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0002', N'common.sex', N'鎬у埆', N'zh-cn', N'2015-06-03 16:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:36.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0003', N'common.sex', N'sex', N'en', N'2015-06-03 16:37:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0004', N'common.birthday', N'鐢熸棩', N'zh-cn', N'2015-06-03 16:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0005', N'common.birthday', N'birthday', N'en', N'2015-06-03 16:40:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:53.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0022', N'common.sendSuccess', N'鍙戦佹垚鍔', N'zh-cn', N'2015-06-05 10:38:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:53.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0023', N'common.sendSuccess', N'send success', N'en', N'2015-06-05 10:38:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0024', N'common.failToSend', N'鍙戦佸け璐', N'zh-cn', N'2015-06-05 10:42:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:42:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0025', N'common.failToSend', N'fail to send', N'en', N'2015-06-05 10:42:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:43:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0026', N'common.didNotSend', N'鏈彂閫', N'zh-cn', N'2015-06-05 10:47:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0027', N'common.didNotSend', N'Did not send', N'en', N'2015-06-05 10:48:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:20.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0028', N'common.smsAlerts', N'鐭俊鎻愰啋', N'zh-cn', N'2015-06-05 10:51:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:42.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0029', N'common.smsAlerts', N'SMS alerts', N'en', N'2015-06-05 10:51:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0030', N'common.emailAlerts', N'閭欢鎻愰啋', N'zh-cn', N'2015-06-05 10:58:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0031', N'common.emailAlerts', N' Email Alerts', N'en', N'2015-06-05 10:58:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0032', N'common.sysAlerts', N'绯荤粺鎻愰啋', N'zh-cn', N'2015-06-05 11:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:08.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0033', N'common.sysAlerts', N'SYS alerts', N'en', N'2015-06-05 11:02:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0034', N'common.smsAlertsModel', N'鐭俊鎻愰啋妯℃澘', N'zh-cn', N'2015-06-05 11:07:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:43.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0035', N'common.smsAlertsModel', N'SMS alerts model', N'en', N'2015-06-05 11:07:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0036', N'common.emailAlertsModel', N'閭欢鎻愰啋妯℃澘', N'zh-cn', N'2015-06-05 11:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:12.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0037', N'common.emailAlertsModel', N'Email alerts model', N'en', N'2015-06-05 11:12:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:14.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1111', N'common.lock.user.tips', N'纭畾閿佸畾鐢ㄦ埛鍚', N'zh-cn', N'2015-06-05 16:56:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1112', N'common.lock.user.tips', N'is confirm lock user', N'en', N'2015-06-05 16:56:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1113', N'common.unlock.user.tips', N'纭畾婵娲荤敤鎴峰悧', N'zh-cn', N'2015-06-05 16:59:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1114', N'common.unlock.user.tips', N'Sure to activate user', N'en', N'2015-06-05 16:59:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:36.000', N'admin', N'admin') -GO -GO - --- ---------------------------- --- Table structure for t_s_notice --- ---------------------------- -DROP TABLE [dbo].[t_s_notice] -GO -CREATE TABLE [dbo].[t_s_notice] ( -[id] nvarchar(36) NOT NULL , -[notice_title] nvarchar(255) NULL , -[notice_content] nvarchar(MAX) NULL , -[notice_type] nvarchar(2) NULL , -[notice_level] nvarchar(2) NULL , -[notice_term] datetime NULL , -[create_user] nvarchar(32) NULL , -[create_time] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氱煡鍏憡琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氱煡鍏憡琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氱煡鏍囬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氱煡鏍囬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氱煡鍏憡鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氱煡鍏憡鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氱煡鍏憡绫诲瀷锛1锛氶氱煡锛2:鍏憡锛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氱煡鍏憡绫诲瀷锛1锛氶氱煡锛2:鍏憡锛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_level')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡鎺堟潈绾у埆锛1:鍏ㄥ憳锛2锛氳鑹诧紝3锛氱敤鎴凤級' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_level' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡鎺堟潈绾у埆锛1:鍏ㄥ憳锛2锛氳鑹诧紝3锛氱敤鎴凤級' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_level' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_term')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闃呰鏈熼檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_term' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闃呰鏈熼檺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_term' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'create_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鑰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鑰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'create_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_time' -GO - --- ---------------------------- --- Records of t_s_notice --- ---------------------------- -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ec5d97f106015d97f704500016', N'555', N'

5555

', N'2', N'1', N'2017-07-31 00:00:00.000', null, N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880f25b0da07e015b0dc68e7b0051', N'111', N'

111

', N'2', N'2', N'2017-03-27 00:00:00.000', null, N'2017-03-27 11:19:28.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402881855b90f0d5015b90fb8721000e', N'222', N'

2222

', N'2', N'1', N'2017-04-22 00:00:00.000', null, N'2017-04-21 22:47:34.000') -GO -GO - --- ---------------------------- --- Table structure for t_s_notice_authority_role --- ---------------------------- -DROP TABLE [dbo].[t_s_notice_authority_role] -GO -CREATE TABLE [dbo].[t_s_notice_authority_role] ( -[id] nvarchar(36) NOT NULL , -[notice_id] nvarchar(36) NULL , -[role_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡鎺堟潈瑙掕壊琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡鎺堟潈瑙掕壊琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -'COLUMN', N'notice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'notice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'notice_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -'COLUMN', N'role_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺堟潈瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'role_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺堟潈瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'role_id' -GO - --- ---------------------------- --- Records of t_s_notice_authority_role --- ---------------------------- -INSERT INTO [dbo].[t_s_notice_authority_role] ([id], [notice_id], [role_id]) VALUES (N'402880f25b0da07e015b0dc68e870052', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181870050') -GO -GO - --- ---------------------------- --- Table structure for t_s_notice_authority_user --- ---------------------------- -DROP TABLE [dbo].[t_s_notice_authority_user] -GO -CREATE TABLE [dbo].[t_s_notice_authority_user] ( -[id] nvarchar(36) NOT NULL , -[notice_id] nvarchar(36) NULL , -[user_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡鎺堟潈鐢ㄦ埛琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡鎺堟潈鐢ㄦ埛琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -'COLUMN', N'notice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺堟潈鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺堟潈鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO - --- ---------------------------- --- Records of t_s_notice_authority_user --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_notice_read_user --- ---------------------------- -DROP TABLE [dbo].[t_s_notice_read_user] -GO -CREATE TABLE [dbo].[t_s_notice_read_user] ( -[id] nvarchar(36) NOT NULL , -[notice_id] nvarchar(36) NULL , -[user_id] nvarchar(32) NULL , -[is_read] smallint NOT NULL , -[del_flag] smallint NOT NULL , -[create_time] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡宸茶鐢ㄦ埛琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡宸茶鐢ㄦ埛琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'notice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閫氬憡ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閫氬憡ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'is_read')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁宸查槄璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'is_read' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁宸查槄璇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'is_read' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'del_flag')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁宸插垹闄' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'del_flag' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁宸插垹闄' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'del_flag' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'create_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'create_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'create_time' -GO - --- ---------------------------- --- Records of t_s_notice_read_user --- ---------------------------- -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7046f0018', N'402880ec5d97f106015d97f704500016', N'402880e74d75c4dd014d75d44af30005', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7048a0019', N'402880ec5d97f106015d97f704500016', N'402881875988e889015988ec36770001', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7049d001a', N'402880ec5d97f106015d97f704500016', N'4028ef81538330cd01538333b7bc0001', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704ae001b', N'402880ec5d97f106015d97f704500016', N'4028ef81563ae5be01563ae92d7f0002', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704bf001c', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704d0001d', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc81819d0053', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704e0001e', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704f1001f', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-07-31 17:25:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68e960055', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-03-27 11:19:28.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68ea30056', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-03-27 11:19:28.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68eaf0057', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-03-27 11:19:28.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87470010', N'402881855b90f0d5015b90fb8721000e', N'402880e74d75c4dd014d75d44af30005', N'0', N'0', N'2017-04-21 22:47:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87560011', N'402881855b90f0d5015b90fb8721000e', N'402881875988e889015988ec36770001', N'0', N'0', N'2017-04-21 22:47:34.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87640012', N'402881855b90f0d5015b90fb8721000e', N'4028ef81538330cd01538333b7bc0001', N'0', N'0', N'2017-04-21 22:47:35.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87750013', N'402881855b90f0d5015b90fb8721000e', N'4028ef81563ae5be01563ae92d7f0002', N'0', N'0', N'2017-04-21 22:47:35.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87840014', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-04-21 22:47:35.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87920015', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc81819d0053', N'0', N'0', N'2017-04-21 22:47:35.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb879f0016', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-04-21 22:47:35.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87ac0017', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-04-21 22:47:35.000') -GO -GO - --- ---------------------------- --- Table structure for t_s_operation --- ---------------------------- -DROP TABLE [dbo].[t_s_operation] -GO -CREATE TABLE [dbo].[t_s_operation] ( -[ID] nvarchar(32) NOT NULL , -[operationcode] nvarchar(50) NULL , -[operationicon] nvarchar(100) NULL , -[operationname] nvarchar(50) NULL , -[status] smallint NULL , -[functionid] nvarchar(32) NULL , -[iconid] nvarchar(32) NULL , -[operationtype] smallint NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`iconid`) REFER `jeecg/t_s_icon`(`I' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`iconid`) REFER `jeecg/t_s_icon`(`I' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'operationcode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椤甸潰鎺т欢code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationcode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椤甸潰鎺т欢code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationcode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'operationicon')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥炬爣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationicon' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥炬爣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationicon' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'operationname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椤甸潰鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椤甸潰鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'functionid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'functionid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'functionid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'iconid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'iconid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥炬爣ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'iconid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -'COLUMN', N'operationtype')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙勫垯绫诲瀷锛1/绂佺敤 0/闅愯棌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationtype' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙勫垯绫诲瀷锛1/绂佺敤 0/闅愯棌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -, @level2type = 'COLUMN', @level2name = N'operationtype' -GO - --- ---------------------------- --- Records of t_s_operation --- ---------------------------- -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'40288088481d019401481d30a0d1000f', N'add_phnoe', null, N'鎵嬫満鍙风爜褰曞叆', N'0', N'40288088481d019401481d2fcebf000d', N'8a8ab0b246dc81120146dc8180460000', N'1') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25a87b619015a8800be110008', N'hol_reson', null, N'璇峰亣鍘熷洜闅愯棌', N'0', N'4028ef815378741f01537879315e0009', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25a980e2a015a981e9e460008', N'leave_reason', null, N'璇峰亣鍘熷洜闅愯棌', N'0', N'402880f25a980e2a015a981dc8de0005', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25a9833f5015a9844ed14000f', N'璁㈠崟瀹㈡埛.璁㈠崟鍙', null, N'鍒楄〃璁㈠崟鍙烽殣钘', N'0', N'402880f25a9833f5015a9843218f000c', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b182dcf015b183926370003', N'db_generate_form', null, N'闅愯棌鏁版嵁搴撳鍏ヨ〃鍗', N'0', N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b182dcf015b1839762c0005', N'copyOnlineTable', null, N'闅愯棌澶嶅埗琛ㄥ崟鍔熻兘', N'0', N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b182dcf015b184c4885001b', N'sql_enhance', null, N'闅愯棌SQL澧炲己鎸夐挳', N'0', N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b182dcf015b1860f334002f', N'#mail_id', null, N'闅愯棌閭瀛楁', N'0', N'4028f6815af5ca04015af5cbf9300001', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b182dcf015b18632e970036', N'phone_code', null, N'闅愯棌鎵嬫満鍙峰瓧娈', N'0', N'4028f6815af5ca04015af5cbf9300001', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b182dcf015b187b464a004b', N'#money_id', null, N'绂佺敤閲戦瀛楁', N'0', N'4028f6815af5ca04015af5cbf9300001', N'8a8ab0b246dc81120146dc8180460000', N'1') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b1d5a3a015b1d77ff6a0015', N'day_num', null, N'绂佺敤璇峰亣澶╂暟', N'0', N'402880f25b1d5a3a015b1d772c2b0013', N'8a8ab0b246dc81120146dc8180460000', N'1') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b1d5a3a015b1d901da00028', N'hol_dept', null, N'鍒楄〃闅愯棌璇峰亣閮ㄩ棬', N'0', N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b1d5a3a015b1d941094002e', N'#import', null, N'闅愯棌excel瀵煎叆鎸夐挳', N'0', N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b1d5a3a015b1d97b13d0039', N'#delete', null, N'闅愯棌鎵归噺鍒犻櫎鎸夐挳', N'0', N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b1df029015b1e19a8890027', N'#bohui', null, N'闅愯棌鎸夐挳椹冲洖', N'0', N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b1df029015b1e19e0d00029', N'#pizhun', null, N'闅愯棌鎸夐挳鎵瑰噯', N'0', N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b23a635015b23ab94b60006', N'order_date', null, N'闅愯棌璁㈠崟鏃ユ湡', N'0', N'402880f25b23a635015b23a992f10003', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880f25b23a635015b23ad152f000d', N'jform_order_customer.telphone', null, N'闅愯棌瀹㈡埛鎵嬫満鍙', N'0', N'402880f25b23a635015b23a992f10003', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402881855ab8c48a015ab8c945a70008', N'contact_way', null, N'鑱旂郴鏂瑰紡闅愯棌', N'0', N'402880f25a980e2a015a981dc8de0005', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402881855ab8c48a015ab8caa347000a', N'GO_RETURN_PRICE', null, N'鍚堝悓瀹氶噾', N'0', N'402880f25a9833f5015a9843218f000c', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402881855ab8c48a015ab8d331b1001e', N'content', null, N'闅愯棌瀹℃壒鎰忚', N'0', N'402881855ab8c48a015ab8d1f96f001b', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402881875b1a8040015b1a84fd800001', N'phone', null, N'鍒楄〃闅愯棌鎵嬫満鍙', N'0', N'4028f6815af5e479015af5f08dc4001a', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_region --- ---------------------------- -DROP TABLE [dbo].[t_s_region] -GO -CREATE TABLE [dbo].[t_s_region] ( -[ID] nvarchar(10) NOT NULL , -[NAME] nvarchar(50) NOT NULL , -[PID] nvarchar(10) NOT NULL , -[NAME_EN] nvarchar(100) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_region', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_region', -'COLUMN', N'NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍩庡競鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍩庡競鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_region', -'COLUMN', N'PID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐖禝D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'PID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐖禝D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'PID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_region', -'COLUMN', N'NAME_EN')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑻辨枃鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'NAME_EN' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑻辨枃鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_region' -, @level2type = 'COLUMN', @level2name = N'NAME_EN' -GO - --- ---------------------------- --- Records of t_s_region --- ---------------------------- -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1', N'涓浗', N'0', N'Zhong Guo') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'10', N'涓婃捣甯', N'1', N'Shanghai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'100', N'浼婃槬甯', N'9', N'Yichun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1000', N'鍓嶉儹灏旂綏鏂挋鍙ゆ棌鑷不鍘', N'91', N'Qian Gorlos Mongolzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1001', N'闀垮箔鍘', N'91', N'Changling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1002', N'涔惧畨鍘', N'91', N'Qian,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1003', N'鎵朵綑鍘', N'91', N'Fuyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1004', N'甯傝緰鍖', N'92', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1005', N'娲寳鍖', N'92', N'Taobei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1006', N'闀囪祲鍘', N'92', N'Zhenlai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1007', N'閫氭鍘', N'92', N'Tongyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1008', N'娲崡甯', N'92', N'Taonan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1009', N'澶у畨甯', N'92', N'Da,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'101', N'浣虫湪鏂競', N'9', N'Jiamusi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1010', N'寤跺悏甯', N'93', N'Yanji Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1011', N'鍥句滑甯', N'93', N'Tumen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1012', N'鏁﹀寲甯', N'93', N'Dunhua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1013', N'鐝叉槬甯', N'93', N'Hunchun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1014', N'榫欎簳甯', N'93', N'Longjing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1015', N'鍜岄緳甯', N'93', N'Helong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1016', N'姹竻鍘', N'93', N'Wangqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1017', N'瀹夊浘鍘', N'93', N'Antu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1018', N'甯傝緰鍖', N'94', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1019', N'閬撻噷鍖', N'94', N'Daoli Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'102', N'涓冨彴娌冲競', N'9', N'Qitaihe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1020', N'鍗楀矖鍖', N'94', N'Nangang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1021', N'閬撳鍖', N'94', N'Daowai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1022', N'棣欏潑鍖', N'94', N'Xiangfang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1024', N'骞虫埧鍖', N'94', N'Pingfang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1025', N'鏉惧寳鍖', N'94', N'Songbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1026', N'鍛煎叞鍖', N'94', N'Hulan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1027', N'渚濆叞鍘', N'94', N'Yilan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1028', N'鏂规鍘', N'94', N'Fangzheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1029', N'瀹惧幙', N'94', N'Bin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'103', N'鐗′腹姹熷競', N'9', N'Mudanjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1030', N'宸村溅鍘', N'94', N'Bayan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1031', N'鏈ㄥ叞鍘', N'94', N'Mulan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1032', N'閫氭渤鍘', N'94', N'Tonghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1033', N'寤跺鍘', N'94', N'Yanshou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1034', N'闃垮煄鍖', N'94', N'Acheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1035', N'鍙屽煄甯', N'94', N'Shuangcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1036', N'灏氬織甯', N'94', N'Shangzhi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1037', N'浜斿父甯', N'94', N'Wuchang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1038', N'甯傝緰鍖', N'95', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1039', N'榫欐矙鍖', N'95', N'Longsha Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'104', N'榛戞渤甯', N'9', N'Heihe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1040', N'寤哄崕鍖', N'95', N'Jianhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1041', N'閾侀攱鍖', N'95', N'Tiefeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1042', N'鏄傛槀婧尯', N'95', N'Ang,angxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1043', N'瀵屾媺灏斿熀鍖', N'95', N'Hulan Ergi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1044', N'纰惧瓙灞卞尯', N'95', N'Nianzishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1045', N'姊呴噷鏂揪鏂″皵鏃忓尯', N'95', N'Meilisidawoerzu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1046', N'榫欐睙鍘', N'95', N'Longjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1047', N'渚濆畨鍘', N'95', N'Yi,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1048', N'娉版潵鍘', N'95', N'Tailai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1049', N'鐢樺崡鍘', N'95', N'Gannan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'105', N'缁ュ寲甯', N'9', N'Suihua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1050', N'瀵岃鍘', N'95', N'Fuyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1051', N'鍏嬪北鍘', N'95', N'Keshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1052', N'鍏嬩笢鍘', N'95', N'Kedong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1053', N'鎷滄硥鍘', N'95', N'Baiquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1054', N'璁锋渤甯', N'95', N'Nehe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1055', N'甯傝緰鍖', N'96', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1056', N'楦″啝鍖', N'96', N'Jiguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1057', N'鎭掑北鍖', N'96', N'Hengshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1058', N'婊撮亾鍖', N'96', N'Didao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1059', N'姊ㄦ爲鍖', N'96', N'Lishu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'106', N'澶у叴瀹夊箔鍦板尯', N'9', N'Da Hinggan Ling Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1060', N'鍩庡瓙娌冲尯', N'96', N'Chengzihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1061', N'楹诲北鍖', N'96', N'Mashan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1062', N'楦′笢鍘', N'96', N'Jidong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1063', N'铏庢灄甯', N'96', N'Hulin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1064', N'瀵嗗北甯', N'96', N'Mishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1065', N'甯傝緰鍖', N'97', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1066', N'鍚戦槼鍖', N'97', N'Xiangyang Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1067', N'宸ュ啘鍖', N'97', N'Gongnong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1068', N'鍗楀北鍖', N'97', N'Nanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1069', N'鍏村畨鍖', N'97', N'Xing,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'107', N'甯傝緰鍖', N'10', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1070', N'涓滃北鍖', N'97', N'Dongshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1071', N'鍏村北鍖', N'97', N'Xingshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1072', N'钀濆寳鍘', N'97', N'Luobei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1073', N'缁ユ花鍘', N'97', N'Suibin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1074', N'甯傝緰鍖', N'98', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1075', N'灏栧北鍖', N'98', N'Jianshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1076', N'宀笢鍖', N'98', N'Lingdong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1077', N'鍥涙柟鍙板尯', N'98', N'Sifangtai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1078', N'瀹濆北鍖', N'98', N'Baoshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1079', N'闆嗚搐鍘', N'98', N'Jixian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'108', N'鍘', N'10', N'Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1080', N'鍙嬭皧鍘', N'98', N'Youyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1081', N'瀹濇竻鍘', N'98', N'Baoqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1082', N'楗舵渤鍘', N'98', N'Raohe Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1083', N'甯傝緰鍖', N'99', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1084', N'钀ㄥ皵鍥惧尯', N'99', N'Sairt Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1085', N'榫欏嚖鍖', N'99', N'Longfeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1086', N'璁╄儭璺尯', N'99', N'Ranghulu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1087', N'绾㈠矖鍖', N'99', N'Honggang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1088', N'澶у悓鍖', N'99', N'Datong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1089', N'鑲囧窞鍘', N'99', N'Zhaozhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'109', N'鍗椾含甯', N'11', N'Nanjing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1090', N'鑲囨簮鍘', N'99', N'Zhaoyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1091', N'鏋楃敻鍘', N'99', N'Lindian Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1092', N'鏉滃皵浼壒钂欏彜鏃忚嚜娌诲幙', N'99', N'Dorbod Mongolzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1093', N'甯傝緰鍖', N'100', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1094', N'浼婃槬鍖', N'100', N'Yichun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1095', N'鍗楀矓鍖', N'100', N'Nancha Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1096', N'鍙嬪ソ鍖', N'100', N'Youhao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1097', N'瑗挎灄鍖', N'100', N'Xilin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1098', N'缈犲肠鍖', N'100', N'Cuiluan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1099', N'鏂伴潚鍖', N'100', N'Xinqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'11', N'姹熻嫃鐪', N'1', N'Jiangsu Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'110', N'鏃犻敗甯', N'11', N'Wuxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1100', N'缇庢邯鍖', N'100', N'Meixi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1101', N'閲戝北灞尯', N'100', N'Jinshantun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1102', N'浜旇惀鍖', N'100', N'Wuying Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1103', N'涔岄┈娌冲尯', N'100', N'Wumahe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1104', N'姹ゆ椇娌冲尯', N'100', N'Tangwanghe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1105', N'甯﹀箔鍖', N'100', N'Dailing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1106', N'涔屼紛宀尯', N'100', N'Wuyiling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1107', N'绾㈡槦鍖', N'100', N'Hongxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1108', N'涓婄敇宀尯', N'100', N'Shangganling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1109', N'鍢夎崼鍘', N'100', N'Jiayin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'111', N'寰愬窞甯', N'11', N'Xuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1110', N'閾佸姏甯', N'100', N'Tieli Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1111', N'甯傝緰鍖', N'101', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1113', N'鍚戦槼鍖', N'101', N'Xiangyang Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1114', N'鍓嶈繘鍖', N'101', N'Qianjin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1115', N'涓滈鍖', N'101', N'Dongfeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1116', N'閮婂尯', N'101', N'Jiaoqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1117', N'妗﹀崡鍘', N'101', N'Huanan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1118', N'妗﹀窛鍘', N'101', N'Huachuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1119', N'姹ゅ師鍘', N'101', N'Tangyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'112', N'甯稿窞甯', N'11', N'Changzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1120', N'鎶氳繙鍘', N'101', N'Fuyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1121', N'鍚屾睙甯', N'101', N'Tongjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1122', N'瀵岄敠甯', N'101', N'Fujin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1123', N'甯傝緰鍖', N'102', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1124', N'鏂板叴鍖', N'102', N'Xinxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1125', N'妗冨北鍖', N'102', N'Taoshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1126', N'鑼勫瓙娌冲尯', N'102', N'Qiezihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1127', N'鍕冨埄鍘', N'102', N'Boli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1128', N'甯傝緰鍖', N'103', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1129', N'涓滃畨鍖', N'103', N'Dong,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'113', N'鑻忓窞甯', N'11', N'Suzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1130', N'闃虫槑鍖', N'103', N'Yangming Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1131', N'鐖辨皯鍖', N'103', N'Aimin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1132', N'瑗垮畨鍖', N'103', N'Xi,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1133', N'涓滃畞鍘', N'103', N'Dongning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1134', N'鏋楀彛鍘', N'103', N'Linkou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1135', N'缁ヨ姮娌冲競', N'103', N'Suifenhe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1136', N'娴锋灄甯', N'103', N'Hailin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1137', N'瀹佸畨甯', N'103', N'Ning,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1138', N'绌嗘1甯', N'103', N'Muling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1139', N'甯傝緰鍖', N'104', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'114', N'鍗楅氬競', N'11', N'Nantong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1140', N'鐖辫緣鍖', N'104', N'Aihui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1141', N'瀚╂睙鍘', N'104', N'Nenjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1142', N'閫婂厠鍘', N'104', N'Xunke Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1143', N'瀛欏惔鍘', N'104', N'Sunwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1144', N'鍖楀畨甯', N'104', N'Bei,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1145', N'浜斿ぇ杩炴睜甯', N'104', N'Wudalianchi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1146', N'甯傝緰鍖', N'105', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1147', N'鍖楁灄鍖', N'105', N'Beilin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1148', N'鏈涘鍘', N'105', N'Wangkui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1149', N'鍏拌タ鍘', N'105', N'Lanxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'115', N'杩炰簯娓競', N'11', N'Lianyungang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1150', N'闈掑唸鍘', N'105', N'Qinggang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1151', N'搴嗗畨鍘', N'105', N'Qing,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1152', N'鏄庢按鍘', N'105', N'Mingshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1153', N'缁ユ1鍘', N'105', N'Suileng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1154', N'瀹夎揪甯', N'105', N'Anda Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1155', N'鑲囦笢甯', N'105', N'Zhaodong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1156', N'娴蜂鸡甯', N'105', N'Hailun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1157', N'鍛肩帥鍘', N'106', N'Huma Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1158', N'濉旀渤鍘', N'106', N'Tahe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1159', N'婕犳渤鍘', N'106', N'Mohe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'116', N'娣畨甯', N'11', N'Huai,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1160', N'榛勬郸鍖', N'107', N'Huangpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1161', N'鍗㈡咕鍖', N'107', N'Luwan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1162', N'寰愭眹鍖', N'107', N'Xuhui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1163', N'闀垮畞鍖', N'107', N'Changning Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1164', N'闈欏畨鍖', N'107', N'Jing,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1165', N'鏅檧鍖', N'107', N'Putuo Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1166', N'闂稿寳鍖', N'107', N'Zhabei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1167', N'铏瑰彛鍖', N'107', N'Hongkou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1168', N'鏉ㄦ郸鍖', N'107', N'Yangpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1169', N'闂佃鍖', N'107', N'Minhang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'117', N'鐩愬煄甯', N'11', N'Yancheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1170', N'瀹濆北鍖', N'107', N'Baoshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1171', N'鍢夊畾鍖', N'107', N'Jiading Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1172', N'娴︿笢鏂板尯', N'107', N'Pudong Xinqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1173', N'閲戝北鍖', N'107', N'Jinshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1174', N'鏉炬睙鍖', N'107', N'Songjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1175', N'闈掓郸鍖', N'107', N'Qingpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1177', N'濂夎搐鍖', N'107', N'Fengxian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1178', N'宕囨槑鍘', N'108', N'Chongming Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1179', N'甯傝緰鍖', N'109', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'118', N'鎵窞甯', N'11', N'Yangzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1180', N'鐜勬鍖', N'109', N'Xuanwu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1181', N'鐧戒笅鍖', N'109', N'Baixia Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1182', N'绉︽樊鍖', N'109', N'Qinhuai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1183', N'寤洪偤鍖', N'109', N'Jianye Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1184', N'榧撴ゼ鍖', N'109', N'Gulou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1185', N'涓嬪叧鍖', N'109', N'Xiaguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1186', N'娴﹀彛鍖', N'109', N'Pukou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1187', N'鏍栭湠鍖', N'109', N'Qixia Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1188', N'闆ㄨ姳鍙板尯', N'109', N'Yuhuatai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1189', N'姹熷畞鍖', N'109', N'Jiangning Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'119', N'闀囨睙甯', N'11', N'Zhenjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1190', N'鍏悎鍖', N'109', N'Liuhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1191', N'婧ф按鍘', N'109', N'Lishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1192', N'楂樻烦鍘', N'109', N'Gaochun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1193', N'甯傝緰鍖', N'110', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1194', N'宕囧畨鍖', N'110', N'Chong,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1195', N'鍗楅暱鍖', N'110', N'Nanchang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1196', N'鍖楀鍖', N'110', N'Beitang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1197', N'閿″北鍖', N'110', N'Xishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1198', N'鎯犲北鍖', N'110', N'Huishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1199', N'婊ㄦ箹鍖', N'110', N'Binhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'12', N'娴欐睙鐪', N'1', N'Zhejiang Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'120', N'娉板窞甯', N'11', N'Taizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1200', N'姹熼槾甯', N'110', N'Jiangyin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1201', N'瀹滃叴甯', N'110', N'Yixing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1202', N'甯傝緰鍖', N'111', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1203', N'榧撴ゼ鍖', N'111', N'Gulou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1204', N'浜戦緳鍖', N'111', N'Yunlong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1206', N'璐炬豹鍖', N'111', N'Jiawang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1207', N'娉夊北鍖', N'111', N'Quanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1208', N'涓板幙', N'111', N'Feng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1209', N'娌涘幙', N'111', N'Pei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'121', N'瀹胯縼甯', N'11', N'Suqian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1210', N'閾滃北鍖', N'111', N'Tongshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1211', N'鐫㈠畞鍘', N'111', N'Suining Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1212', N'鏂版矀甯', N'111', N'Xinyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1213', N'閭冲窞甯', N'111', N'Pizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1214', N'甯傝緰鍖', N'112', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1215', N'澶╁畞鍖', N'112', N'Tianning Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1216', N'閽熸ゼ鍖', N'112', N'Zhonglou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1217', N'鎴氬鍫板尯', N'112', N'Qishuyan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1218', N'鏂板寳鍖', N'112', N'Xinbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1219', N'姝﹁繘鍖', N'112', N'Wujin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'122', N'鏉窞甯', N'12', N'Hangzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1220', N'婧ч槼甯', N'112', N'Liyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1221', N'閲戝潧甯', N'112', N'Jintan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1222', N'甯傝緰鍖', N'113', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1223', N'娌ф氮鍖', N'113', N'Canglang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1224', N'骞虫睙鍖', N'113', N'Pingjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1225', N'閲戦槉鍖', N'113', N'Jinchang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1226', N'铏庝笜鍖', N'113', N'Huqiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1227', N'鍚翠腑鍖', N'113', N'Wuzhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1228', N'鐩稿煄鍖', N'113', N'Xiangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1229', N'甯哥啛甯', N'113', N'Changshu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'123', N'瀹佹尝甯', N'12', N'Ningbo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1230', N'寮犲娓競', N'113', N'Zhangjiagang Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1231', N'鏄嗗北甯', N'113', N'Kunshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1232', N'鍚存睙甯', N'113', N'Wujiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1233', N'澶粨甯', N'113', N'Taicang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1234', N'甯傝緰鍖', N'114', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1235', N'宕囧窛鍖', N'114', N'Chongchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1236', N'娓椄鍖', N'114', N'Gangzha Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1237', N'娴峰畨鍘', N'114', N'Hai,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1238', N'濡備笢鍘', N'114', N'Rudong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1239', N'鍚笢甯', N'114', N'Qidong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'124', N'娓╁窞甯', N'12', N'Wenzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1240', N'濡傜殝甯', N'114', N'Rugao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1241', N'閫氬窞鍖', N'114', N'Tongzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1242', N'娴烽棬甯', N'114', N'Haimen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1243', N'甯傝緰鍖', N'115', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1244', N'杩炰簯鍖', N'115', N'Lianyun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1245', N'鏂版郸鍖', N'115', N'Xinpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1246', N'娴峰窞鍖', N'115', N'Haizhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1247', N'璧f鍘', N'115', N'Ganyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1248', N'涓滄捣鍘', N'115', N'Donghai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1249', N'鐏屼簯鍘', N'115', N'Guanyun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'125', N'鍢夊叴甯', N'12', N'Jiaxing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1250', N'鐏屽崡鍘', N'115', N'Guannan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1251', N'甯傝緰鍖', N'116', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1252', N'娓呮渤鍖', N'116', N'Qinghe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1253', N'妤氬窞鍖', N'116', N'Chuzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1254', N'娣槾鍖', N'116', N'Huaiyin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1255', N'娓呮郸鍖', N'116', N'Qingpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1256', N'娑熸按鍘', N'116', N'Lianshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1257', N'娲辰鍘', N'116', N'Hongze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1258', N'鐩辩湙鍘', N'116', N'Xuyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1259', N'閲戞箹鍘', N'116', N'Jinhu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'126', N'婀栧窞甯', N'12', N'Huzhou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1260', N'甯傝緰鍖', N'117', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1261', N'浜箹鍖', N'117', N'Tinghu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1262', N'鐩愰兘鍖', N'117', N'Yandu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1263', N'鍝嶆按鍘', N'117', N'Xiangshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1264', N'婊ㄦ捣鍘', N'117', N'Binhai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1265', N'闃滃畞鍘', N'117', N'Funing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1266', N'灏勯槼鍘', N'117', N'Sheyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1267', N'寤烘箹鍘', N'117', N'Jianhu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1268', N'涓滃彴甯', N'117', N'Dongtai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1269', N'澶т赴甯', N'117', N'Dafeng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'127', N'缁嶅叴甯', N'12', N'Shaoxing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1270', N'甯傝緰鍖', N'118', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1271', N'骞块櫟鍖', N'118', N'Guangling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1272', N'閭楁睙鍖', N'118', N'Hanjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1273', N'缁存壃鍖', N'118', N'Weiyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1274', N'瀹濆簲鍘', N'118', N'Baoying Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1275', N'浠緛甯', N'118', N'Yizheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1276', N'楂橀偖甯', N'118', N'Gaoyou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1277', N'姹熼兘甯', N'118', N'Jiangdu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1278', N'甯傝緰鍖', N'119', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1279', N'浜彛鍖', N'119', N'Jingkou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'128', N'閲戝崕甯', N'12', N'Jinhua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1280', N'娑﹀窞鍖', N'119', N'Runzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1281', N'涓瑰緬鍖', N'119', N'Dantu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1282', N'涓归槼甯', N'119', N'Danyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1283', N'鎵腑甯', N'119', N'Yangzhong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1284', N'鍙ュ甯', N'119', N'Jurong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1285', N'甯傝緰鍖', N'120', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1286', N'娴烽櫟鍖', N'120', N'Hailing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1287', N'楂樻腐鍖', N'120', N'Gaogang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1288', N'鍏村寲甯', N'120', N'Xinghua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1289', N'闈栨睙甯', N'120', N'Jingjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'129', N'琛㈠窞甯', N'12', N'Quzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1290', N'娉板叴甯', N'120', N'Taixing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1291', N'濮滃牥甯', N'120', N'Jiangyan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1292', N'甯傝緰鍖', N'121', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1293', N'瀹垮煄鍖', N'121', N'Sucheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1294', N'瀹胯鲍鍖', N'121', N'Suyu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1295', N'娌槼鍘', N'121', N'Shuyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1296', N'娉楅槼鍘', N'121', N'Siyang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1297', N'娉楁椽鍘', N'121', N'Sihong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1298', N'甯傝緰鍖', N'122', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1299', N'涓婂煄鍖', N'122', N'Shangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'13', N'瀹夊窘鐪', N'1', N'Anhui Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'130', N'鑸熷北甯', N'12', N'Zhoushan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1300', N'涓嬪煄鍖', N'122', N'Xiacheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1301', N'姹熷共鍖', N'122', N'Jianggan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1302', N'鎷卞鍖', N'122', N'Gongshu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1303', N'瑗挎箹鍖', N'122', N'Xihu Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1304', N'婊ㄦ睙鍖', N'122', N'Binjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1305', N'钀у北鍖', N'122', N'Xiaoshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1306', N'浣欐澀鍖', N'122', N'Yuhang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1307', N'妗愬簮鍘', N'122', N'Tonglu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1308', N'娣冲畨鍘', N'122', N'Chun,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1309', N'寤哄痉甯', N'122', N'Jiande Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'131', N'鍙板窞甯', N'12', N'Taizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1310', N'瀵岄槼甯', N'122', N'Fuyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1311', N'涓村畨甯', N'122', N'Lin,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1312', N'甯傝緰鍖', N'123', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1313', N'娴锋洐鍖', N'123', N'Haishu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1314', N'姹熶笢鍖', N'123', N'Jiangdong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1315', N'姹熷寳鍖', N'123', N'Jiangbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1316', N'鍖椾粦鍖', N'123', N'Beilun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1317', N'闀囨捣鍖', N'123', N'Zhenhai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1318', N'閯炲窞鍖', N'123', N'Yinzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1319', N'璞″北鍘', N'123', N'Xiangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'132', N'涓芥按甯', N'12', N'Lishui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1320', N'瀹佹捣鍘', N'123', N'Ninghai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1321', N'浣欏甯', N'123', N'Yuyao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1322', N'鎱堟邯甯', N'123', N'Cixi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1323', N'濂夊寲甯', N'123', N'Fenghua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1324', N'甯傝緰鍖', N'124', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1325', N'楣垮煄鍖', N'124', N'Lucheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1326', N'榫欐咕鍖', N'124', N'Longwan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1327', N'鐡捣鍖', N'124', N'Ouhai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1328', N'娲炲ご鍘', N'124', N'Dongtou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1329', N'姘稿槈鍘', N'124', N'Yongjia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'133', N'鍚堣偉甯', N'13', N'Hefei Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1330', N'骞抽槼鍘', N'124', N'Pingyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1331', N'鑻嶅崡鍘', N'124', N'Cangnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1332', N'鏂囨垚鍘', N'124', N'Wencheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1333', N'娉伴『鍘', N'124', N'Taishun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1334', N'鐟炲畨甯', N'124', N'Rui,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1335', N'涔愭竻甯', N'124', N'Yueqing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1336', N'甯傝緰鍖', N'125', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1338', N'绉娲插尯', N'125', N'Xiuzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1339', N'鍢夊杽鍘', N'125', N'Jiashan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'134', N'鑺滄箹甯', N'13', N'Wuhu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1340', N'娴风洂鍘', N'125', N'Haiyan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1341', N'娴峰畞甯', N'125', N'Haining Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1342', N'骞虫箹甯', N'125', N'Pinghu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1343', N'妗愪埂甯', N'125', N'Tongxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1344', N'甯傝緰鍖', N'126', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1345', N'鍚村叴鍖', N'126', N'Wuxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1346', N'鍗楁禂鍖', N'126', N'Nanxun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1347', N'寰锋竻鍘', N'126', N'Deqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1348', N'闀垮叴鍘', N'126', N'Changxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1349', N'瀹夊悏鍘', N'126', N'Anji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'135', N'铓屽煚甯', N'13', N'Bengbu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1350', N'甯傝緰鍖', N'127', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1351', N'瓒婂煄鍖', N'127', N'Yuecheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1352', N'缁嶅叴鍘', N'127', N'Shaoxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1353', N'鏂版槍鍘', N'127', N'Xinchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1354', N'璇告毃甯', N'127', N'Zhuji Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1355', N'涓婅櫈甯', N'127', N'Shangyu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1356', N'宓婂窞甯', N'127', N'Shengzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1357', N'甯傝緰鍖', N'128', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1358', N'濠哄煄鍖', N'128', N'Wucheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1359', N'閲戜笢鍖', N'128', N'Jindong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'136', N'娣崡甯', N'13', N'Huainan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1360', N'姝︿箟鍘', N'128', N'Wuyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1361', N'娴︽睙鍘', N'128', N'Pujiang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1362', N'纾愬畨鍘', N'128', N'Pan,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1363', N'鍏版邯甯', N'128', N'Lanxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1364', N'涔変箤甯', N'128', N'Yiwu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1365', N'涓滈槼甯', N'128', N'Dongyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1366', N'姘稿悍甯', N'128', N'Yongkang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1367', N'甯傝緰鍖', N'129', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1368', N'鏌煄鍖', N'129', N'Kecheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1369', N'琛㈡睙鍖', N'129', N'Qujiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'137', N'椹瀺灞卞競', N'13', N'Ma,anshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1370', N'甯稿北鍘', N'129', N'Changshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1371', N'寮鍖栧幙', N'129', N'Kaihua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1372', N'榫欐父鍘', N'129', N'Longyou Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1373', N'姹熷北甯', N'129', N'Jiangshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1374', N'甯傝緰鍖', N'130', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1375', N'瀹氭捣鍖', N'130', N'Dinghai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1376', N'鏅檧鍖', N'130', N'Putuo Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1377', N'宀卞北鍘', N'130', N'Daishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1378', N'宓婃硹鍘', N'130', N'Shengsi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1379', N'甯傝緰鍖', N'131', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'138', N'娣寳甯', N'13', N'Huaibei Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1380', N'妞掓睙鍖', N'131', N'Jiaojiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1381', N'榛勫博鍖', N'131', N'Huangyan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1382', N'璺ˉ鍖', N'131', N'Luqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1383', N'鐜夌幆鍘', N'131', N'Yuhuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1384', N'涓夐棬鍘', N'131', N'Sanmen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1385', N'澶╁彴鍘', N'131', N'Tiantai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1386', N'浠欏眳鍘', N'131', N'Xianju Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1387', N'娓╁箔甯', N'131', N'Wenling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1388', N'涓存捣甯', N'131', N'Linhai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1389', N'甯傝緰鍖', N'132', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'139', N'閾滈櫟甯', N'13', N'Tongling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1390', N'鑾查兘鍖', N'132', N'Liandu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1391', N'闈掔敯鍘', N'132', N'Qingtian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1392', N'缂欎簯鍘', N'132', N'Jinyun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1393', N'閬傛槍鍘', N'132', N'Suichang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1394', N'鏉鹃槼鍘', N'132', N'Songyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1395', N'浜戝拰鍘', N'132', N'Yunhe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1396', N'搴嗗厓鍘', N'132', N'Qingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1397', N'鏅畞鐣叉棌鑷不鍘', N'132', N'Jingning Shezu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1398', N'榫欐硥甯', N'132', N'Longquan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1399', N'甯傝緰鍖', N'133', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'14', N'绂忓缓鐪', N'1', N'Fujian Sheng ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'140', N'瀹夊簡甯', N'13', N'Anqing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1400', N'鐟舵捣鍖', N'133', N'Yaohai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1401', N'搴愰槼鍖', N'133', N'Luyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1402', N'铚灞卞尯', N'133', N'Shushan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1403', N'鍖呮渤鍖', N'133', N'Baohe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1404', N'闀夸赴鍘', N'133', N'Changfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1405', N'鑲ヤ笢鍘', N'133', N'Feidong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1406', N'鑲ヨタ鍘', N'133', N'Feixi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1407', N'甯傝緰鍖', N'1412', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1408', N'闀滄箹鍖', N'1412', N'Jinghu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1409', N'涓夊北鍖', N'1412', N'Matang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'141', N'榛勫北甯', N'13', N'Huangshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1410', N'寮嬫睙鍖', N'1412', N'Xinwu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1411', N'楦犳睙鍖', N'1412', N'Jiujiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1412', N'鑺滄箹甯', N'134', N'Wuhu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1413', N'绻佹槍鍘', N'1412', N'Fanchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1414', N'鍗楅櫟鍘', N'1412', N'Nanling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1415', N'甯傝緰鍖', N'135', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1416', N'榫欏瓙婀栧尯', N'135', N'Longzihu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1417', N'铓屽北鍖', N'135', N'Bangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1418', N'绂逛細鍖', N'135', N'Yuhui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1419', N'娣笂鍖', N'135', N'Huaishang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'142', N'婊佸窞甯', N'13', N'Chuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1420', N'鎬杩滃幙', N'135', N'Huaiyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1421', N'浜旀渤鍘', N'135', N'Wuhe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1422', N'鍥洪晣鍘', N'135', N'Guzhen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1423', N'甯傝緰鍖', N'136', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1424', N'澶ч氬尯', N'136', N'Datong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1425', N'鐢板搴靛尯', N'136', N'Tianjia,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1426', N'璋㈠闆嗗尯', N'136', N'Xiejiaji Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1427', N'鍏叕灞卞尯', N'136', N'Bagongshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1428', N'娼橀泦鍖', N'136', N'Panji Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1429', N'鍑ゅ彴鍘', N'136', N'Fengtai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'143', N'闃滈槼甯', N'13', N'Fuyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1430', N'甯傝緰鍖', N'137', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1431', N'閲戝搴勫尯', N'137', N'Jinjiazhuang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1432', N'鑺卞北鍖', N'137', N'Huashan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1433', N'闆ㄥ北鍖', N'137', N'Yushan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1434', N'褰撴秱鍘', N'137', N'Dangtu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1435', N'甯傝緰鍖', N'138', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1436', N'鏉滈泦鍖', N'138', N'Duji Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1437', N'鐩稿北鍖', N'138', N'Xiangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1438', N'鐑堝北鍖', N'138', N'Lieshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1439', N'婵夋邯鍘', N'138', N'Suixi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'144', N'瀹垮窞甯', N'13', N'Suzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1440', N'甯傝緰鍖', N'139', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1441', N'閾滃畼灞卞尯', N'139', N'Tongguanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1442', N'鐙瓙灞卞尯', N'139', N'Shizishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1443', N'閮婂尯', N'139', N'Jiaoqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1444', N'閾滈櫟鍘', N'139', N'Tongling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1445', N'甯傝緰鍖', N'140', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1446', N'杩庢睙鍖', N'140', N'Yingjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1447', N'澶ц鍖', N'140', N'Daguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1448', N'瀹滅鍖', N'140', N'Yixiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1449', N'鎬瀹佸幙', N'140', N'Huaining Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'145', N'宸㈡箹甯', N'13', N'Chaohu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1450', N'鏋為槼鍘', N'140', N'Zongyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1451', N'娼滃北鍘', N'140', N'Qianshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1452', N'澶箹鍘', N'140', N'Taihu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1453', N'瀹挎澗鍘', N'140', N'Susong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1454', N'鏈涙睙鍘', N'140', N'Wangjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1455', N'宀宠タ鍘', N'140', N'Yuexi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1456', N'妗愬煄甯', N'140', N'Tongcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1457', N'甯傝緰鍖', N'141', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1458', N'灞邯鍖', N'141', N'Tunxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1459', N'榛勫北鍖', N'141', N'Huangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'146', N'鍏畨甯', N'13', N'Liu,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1460', N'寰藉窞鍖', N'141', N'Huizhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1461', N'姝欏幙', N'141', N'She Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1462', N'浼戝畞鍘', N'141', N'Xiuning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1463', N'榛熷幙', N'141', N'Yi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1464', N'绁侀棬鍘', N'141', N'Qimen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1465', N'甯傝緰鍖', N'142', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1466', N'鐞呯悐鍖', N'142', N'Langya Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1467', N'鍗楄隘鍖', N'142', N'Nanqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1468', N'鏉ュ畨鍘', N'142', N'Lai,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1469', N'鍏ㄦ鍘', N'142', N'Quanjiao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'147', N'浜冲窞甯', N'13', N'Bozhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1470', N'瀹氳繙鍘', N'142', N'Dingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1471', N'鍑ら槼鍘', N'142', N'Fengyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1472', N'澶╅暱甯', N'142', N'Tianchang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1473', N'鏄庡厜甯', N'142', N'Mingguang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1474', N'甯傝緰鍖', N'143', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1475', N'棰嶅窞鍖', N'143', N'Yingzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1476', N'棰嶄笢鍖', N'143', N'Yingdong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1477', N'棰嶆硥鍖', N'143', N'Yingquan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1478', N'涓存硥鍘', N'143', N'Linquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1479', N'澶拰鍘', N'143', N'Taihe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'148', N'姹犲窞甯', N'13', N'Chizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1480', N'闃滃崡鍘', N'143', N'Funan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1481', N'棰嶄笂鍘', N'143', N'Yingshang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1482', N'鐣岄甯', N'143', N'Jieshou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1483', N'甯傝緰鍖', N'144', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1484', N'鍩囨ˉ鍖', N'144', N'Yongqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1485', N'鐮灞卞幙', N'144', N'Dangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1486', N'钀у幙', N'144', N'Xiao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1487', N'鐏电挧鍘', N'144', N'Lingbi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1488', N'娉楀幙', N'144', N'Si Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1489', N'甯傝緰鍖', N'145', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'149', N'瀹e煄甯', N'13', N'Xuancheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1490', N'灞呭发鍖', N'145', N'Juchao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1491', N'搴愭睙鍘', N'145', N'Lujiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1492', N'鏃犱负鍘', N'145', N'Wuwei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1493', N'鍚北鍘', N'145', N'Hanshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1494', N'鍜屽幙', N'145', N'He Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1495', N'甯傝緰鍖', N'146', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1496', N'閲戝畨鍖', N'146', N'Jinan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1497', N'瑁曞畨鍖', N'146', N'Yuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1498', N'瀵垮幙', N'146', N'Shou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1499', N'闇嶉偙鍘', N'146', N'Huoqiu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'15', N'姹熻タ鐪', N'1', N'Jiangxi Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'150', N'绂忓窞甯', N'14', N'Fuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1500', N'鑸掑煄鍘', N'146', N'Shucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1501', N'閲戝鍘', N'146', N'Jingzhai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1502', N'闇嶅北鍘', N'146', N'Huoshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1503', N'甯傝緰鍖', N'147', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1504', N'璋煄鍖', N'147', N'Qiaocheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1505', N'娑¢槼鍘', N'147', N'Guoyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1506', N'钂欏煄鍘', N'147', N'Mengcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1507', N'鍒╄緵鍘', N'147', N'Lixin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1508', N'甯傝緰鍖', N'148', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1509', N'璐垫睜鍖', N'148', N'Guichi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'151', N'鍘﹂棬甯', N'14', N'Xiamen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1510', N'涓滆嚦鍘', N'148', N'Dongzhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1511', N'鐭冲彴鍘', N'148', N'Shitai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1512', N'闈掗槼鍘', N'148', N'Qingyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1513', N'甯傝緰鍖', N'149', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1514', N'瀹e窞鍖', N'149', N'Xuanzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1515', N'閮庢邯鍘', N'149', N'Langxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1516', N'骞垮痉鍘', N'149', N'Guangde Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1517', N'娉惧幙', N'149', N'Jing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1518', N'缁╂邯鍘', N'149', N'Jixi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1519', N'鏃屽痉鍘', N'149', N'Jingde Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'152', N'鑾嗙敯甯', N'14', N'Putian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1520', N'瀹佸浗甯', N'149', N'Ningguo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1521', N'甯傝緰鍖', N'150', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1522', N'榧撴ゼ鍖', N'150', N'Gulou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1523', N'鍙版睙鍖', N'150', N'Taijiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1524', N'浠撳北鍖', N'150', N'Cangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1525', N'椹熬鍖', N'150', N'Mawei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1526', N'鏅嬪畨鍖', N'150', N'Jin,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1527', N'闂戒警鍘', N'150', N'Minhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1528', N'杩炴睙鍘', N'150', N'Lianjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1529', N'缃楁簮鍘', N'150', N'Luoyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'153', N'涓夋槑甯', N'14', N'Sanming Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1530', N'闂芥竻鍘', N'150', N'Minqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1531', N'姘告嘲鍘', N'150', N'Yongtai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1532', N'骞虫江鍘', N'150', N'Pingtan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1533', N'绂忔竻甯', N'150', N'Fuqing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1534', N'闀夸箰甯', N'150', N'Changle Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1535', N'甯傝緰鍖', N'151', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1536', N'鎬濇槑鍖', N'151', N'Siming Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1537', N'娴锋钵鍖', N'151', N'Haicang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1538', N'婀栭噷鍖', N'151', N'Huli Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1539', N'闆嗙編鍖', N'151', N'Jimei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'154', N'娉夊窞甯', N'14', N'Quanzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1540', N'鍚屽畨鍖', N'151', N'Tong,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1541', N'缈斿畨鍖', N'151', N'Xiangan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1542', N'甯傝緰鍖', N'152', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1543', N'鍩庡帰鍖', N'152', N'Chengxiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1544', N'娑垫睙鍖', N'152', N'Hanjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1545', N'鑽斿煄鍖', N'152', N'Licheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1546', N'绉灞垮尯', N'152', N'Xiuyu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1547', N'浠欐父鍘', N'152', N'Xianyou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1548', N'甯傝緰鍖', N'153', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1549', N'姊呭垪鍖', N'153', N'Meilie Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'155', N'婕冲窞甯', N'14', N'Zhangzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1550', N'涓夊厓鍖', N'153', N'Sanyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1551', N'鏄庢邯鍘', N'153', N'Mingxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1552', N'娓呮祦鍘', N'153', N'Qingliu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1553', N'瀹佸寲鍘', N'153', N'Ninghua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1554', N'澶х敯鍘', N'153', N'Datian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1555', N'灏ゆ邯鍘', N'153', N'Youxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1556', N'娌欏幙', N'153', N'Sha Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1557', N'灏嗕箰鍘', N'153', N'Jiangle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1558', N'娉板畞鍘', N'153', N'Taining Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1559', N'寤哄畞鍘', N'153', N'Jianning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'156', N'鍗楀钩甯', N'14', N'Nanping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1560', N'姘稿畨甯', N'153', N'Yong,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1561', N'甯傝緰鍖', N'154', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1562', N'椴ゅ煄鍖', N'154', N'Licheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1563', N'涓版辰鍖', N'154', N'Fengze Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1564', N'娲涙睙鍖', N'154', N'Luojiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1565', N'娉夋腐鍖', N'154', N'Quangang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1566', N'鎯犲畨鍘', N'154', N'Hui,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1567', N'瀹夋邯鍘', N'154', N'Anxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1568', N'姘告槬鍘', N'154', N'Yongchun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1569', N'寰峰寲鍘', N'154', N'Dehua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'157', N'榫欏博甯', N'14', N'Longyan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1570', N'閲戦棬鍘', N'154', N'Jinmen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1571', N'鐭崇嫯甯', N'154', N'Shishi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1572', N'鏅嬫睙甯', N'154', N'Jinjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1573', N'鍗楀畨甯', N'154', N'Nan,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1574', N'甯傝緰鍖', N'155', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1575', N'鑺楀煄鍖', N'155', N'Xiangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1576', N'榫欐枃鍖', N'155', N'Longwen Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1577', N'浜戦渼鍘', N'155', N'Yunxiao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1578', N'婕虫郸鍘', N'155', N'Zhangpu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1579', N'璇忓畨鍘', N'155', N'Zhao,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'158', N'瀹佸痉甯', N'14', N'Ningde Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1580', N'闀挎嘲鍘', N'155', N'Changtai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1581', N'涓滃北鍘', N'155', N'Dongshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1582', N'鍗楅潠鍘', N'155', N'Nanjing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1583', N'骞冲拰鍘', N'155', N'Pinghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1584', N'鍗庡畨鍘', N'155', N'Hua,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1585', N'榫欐捣甯', N'155', N'Longhai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1586', N'甯傝緰鍖', N'156', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1587', N'寤跺钩鍖', N'156', N'Yanping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1588', N'椤烘槍鍘', N'156', N'Shunchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1589', N'娴﹀煄鍘', N'156', N'Pucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'159', N'鍗楁槍甯', N'15', N'Nanchang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1590', N'鍏夋辰鍘', N'156', N'Guangze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1591', N'鏉炬邯鍘', N'156', N'Songxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1592', N'鏀垮拰鍘', N'156', N'Zhenghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1593', N'閭垫甯', N'156', N'Shaowu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1594', N'姝﹀し灞卞競', N'156', N'Wuyishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1595', N'寤虹摨甯', N'156', N'Jian,ou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1596', N'寤洪槼甯', N'156', N'Jianyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1597', N'甯傝緰鍖', N'157', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1598', N'鏂扮綏鍖', N'157', N'Xinluo Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1599', N'闀挎眬鍘', N'157', N'Changting Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'16', N'灞变笢鐪', N'1', N'Shandong Sheng ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'160', N'鏅痉闀囧競', N'15', N'Jingdezhen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1600', N'姘稿畾鍘', N'157', N'Yongding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1601', N'涓婃澀鍘', N'157', N'Shanghang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1602', N'姝﹀钩鍘', N'157', N'Wuping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1603', N'杩炲煄鍘', N'157', N'Liancheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1604', N'婕冲钩甯', N'157', N'Zhangping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1605', N'甯傝緰鍖', N'158', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1606', N'钑夊煄鍖', N'158', N'Jiaocheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1607', N'闇炴郸鍘', N'158', N'Xiapu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1608', N'鍙ょ敯鍘', N'158', N'Gutian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1609', N'灞忓崡鍘', N'158', N'Pingnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'161', N'钀嶄埂甯', N'15', N'Pingxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1610', N'瀵垮畞鍘', N'158', N'Shouning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1611', N'鍛ㄥ畞鍘', N'158', N'Zhouning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1612', N'鏌樿崳鍘', N'158', N'Zherong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1613', N'绂忓畨甯', N'158', N'Fu,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1614', N'绂忛紟甯', N'158', N'Fuding Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1615', N'甯傝緰鍖', N'159', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1616', N'涓滄箹鍖', N'159', N'Donghu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1617', N'瑗挎箹鍖', N'159', N'Xihu Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1618', N'闈掍簯璋卞尯', N'159', N'Qingyunpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1619', N'婀鹃噷鍖', N'159', N'Wanli Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'162', N'涔濇睙甯', N'15', N'Jiujiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1620', N'闈掑北婀栧尯', N'159', N'Qingshanhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1621', N'鍗楁槍鍘', N'159', N'Nanchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1622', N'鏂板缓鍘', N'159', N'Xinjian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1623', N'瀹変箟鍘', N'159', N'Anyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1624', N'杩涜搐鍘', N'159', N'Jinxian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1625', N'甯傝緰鍖', N'160', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1626', N'鏄屾睙鍖', N'160', N'Changjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1627', N'鐝犲北鍖', N'160', N'Zhushan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1628', N'娴鍘', N'160', N'Fuliang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1629', N'涔愬钩甯', N'160', N'Leping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'163', N'鏂颁綑甯', N'15', N'Xinyu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1630', N'甯傝緰鍖', N'161', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1631', N'瀹夋簮鍖', N'161', N'Anyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1632', N'婀樹笢鍖', N'161', N'Xiangdong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1633', N'鑾茶姳鍘', N'161', N'Lianhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1634', N'涓婃牀鍘', N'161', N'Shangli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1635', N'鑺︽邯鍘', N'161', N'Lixi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1636', N'甯傝緰鍖', N'162', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1637', N'搴愬北鍖', N'162', N'Lushan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1638', N'娴旈槼鍖', N'162', N'Xunyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1639', N'涔濇睙鍘', N'162', N'Jiujiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'164', N'楣版江甯', N'15', N'Yingtan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1640', N'姝﹀畞鍘', N'162', N'Wuning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1641', N'淇按鍘', N'162', N'Xiushui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1642', N'姘镐慨鍘', N'162', N'Yongxiu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1643', N'寰峰畨鍘', N'162', N'De,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1644', N'鏄熷瓙鍘', N'162', N'Xingzi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1645', N'閮芥槍鍘', N'162', N'Duchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1646', N'婀栧彛鍘', N'162', N'Hukou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1647', N'褰辰鍘', N'162', N'Pengze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1648', N'鐟炴槍甯', N'162', N'Ruichang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1649', N'甯傝緰鍖', N'163', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'165', N'璧e窞甯', N'15', N'Ganzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1650', N'娓濇按鍖', N'163', N'Yushui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1651', N'鍒嗗疁鍘', N'163', N'Fenyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1652', N'甯傝緰鍖', N'164', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1653', N'鏈堟箹鍖', N'164', N'Yuehu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1654', N'浣欐睙鍘', N'164', N'Yujiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1655', N'璐垫邯甯', N'164', N'Guixi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1656', N'甯傝緰鍖', N'165', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1657', N'绔犺础鍖', N'165', N'Zhanggong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1658', N'璧e幙', N'165', N'Gan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1659', N'淇′赴鍘', N'165', N'Xinfeng Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'166', N'鍚夊畨甯', N'15', N'Ji,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1660', N'澶т綑鍘', N'165', N'Dayu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1661', N'涓婄姽鍘', N'165', N'Shangyou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1662', N'宕囦箟鍘', N'165', N'Chongyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1663', N'瀹夎繙鍘', N'165', N'Anyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1664', N'榫欏崡鍘', N'165', N'Longnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1665', N'瀹氬崡鍘', N'165', N'Dingnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1666', N'鍏ㄥ崡鍘', N'165', N'Quannan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1667', N'瀹侀兘鍘', N'165', N'Ningdu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1668', N'浜庨兘鍘', N'165', N'Yudu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1669', N'鍏村浗鍘', N'165', N'Xingguo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'167', N'瀹滄槬甯', N'15', N'Yichun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1670', N'浼氭槍鍘', N'165', N'Huichang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1671', N'瀵讳箤鍘', N'165', N'Xunwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1672', N'鐭冲煄鍘', N'165', N'Shicheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1673', N'鐟為噾甯', N'165', N'Ruijin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1674', N'鍗楀悍甯', N'165', N'Nankang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1675', N'甯傝緰鍖', N'166', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1676', N'鍚夊窞鍖', N'166', N'Jizhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1677', N'闈掑師鍖', N'166', N'Qingyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1678', N'鍚夊畨鍘', N'166', N'Ji,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1679', N'鍚夋按鍘', N'166', N'Jishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'168', N'鎶氬窞甯', N'15', N'Wuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1680', N'宄℃睙鍘', N'166', N'Xiajiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1681', N'鏂板共鍘', N'166', N'Xingan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1682', N'姘镐赴鍘', N'166', N'Yongfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1683', N'娉板拰鍘', N'166', N'Taihe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1684', N'閬傚窛鍘', N'166', N'Suichuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1685', N'涓囧畨鍘', N'166', N'Wan,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1686', N'瀹夌鍘', N'166', N'Anfu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1687', N'姘告柊鍘', N'166', N'Yongxin Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1688', N'浜曞唸灞卞競', N'166', N'Jinggangshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1689', N'甯傝緰鍖', N'167', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'169', N'涓婇ザ甯', N'15', N'Shangrao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1690', N'琚佸窞鍖', N'167', N'Yuanzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1691', N'濂夋柊鍘', N'167', N'Fengxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1692', N'涓囪浇鍘', N'167', N'Wanzai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1693', N'涓婇珮鍘', N'167', N'Shanggao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1694', N'瀹滀赴鍘', N'167', N'Yifeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1695', N'闈栧畨鍘', N'167', N'Jing,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1696', N'閾滈紦鍘', N'167', N'Tonggu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1697', N'涓板煄甯', N'167', N'Fengcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1698', N'妯熸爲甯', N'167', N'Zhangshu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1699', N'楂樺畨甯', N'167', N'Gao,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'17', N'娌冲崡鐪', N'1', N'Henan Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'170', N'娴庡崡甯', N'16', N'Jinan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1700', N'甯傝緰鍖', N'168', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1701', N'涓村窛鍖', N'168', N'Linchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1702', N'鍗楀煄鍘', N'168', N'Nancheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1703', N'榛庡窛鍘', N'168', N'Lichuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1704', N'鍗椾赴鍘', N'168', N'Nanfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1705', N'宕囦粊鍘', N'168', N'Chongren Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1706', N'涔愬畨鍘', N'168', N'Le,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1707', N'瀹滈粍鍘', N'168', N'Yihuang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1708', N'閲戞邯鍘', N'168', N'Jinxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1709', N'璧勬邯鍘', N'168', N'Zixi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'171', N'闈掑矝甯', N'16', N'Qingdao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1710', N'涓滀埂鍘', N'168', N'Dongxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1711', N'骞挎槍鍘', N'168', N'Guangchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1712', N'甯傝緰鍖', N'169', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1713', N'淇″窞鍖', N'169', N'Xinzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1714', N'涓婇ザ鍘', N'169', N'Shangrao Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1715', N'骞夸赴鍘', N'169', N'Guangfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1716', N'鐜夊北鍘', N'169', N'Yushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1717', N'閾呭北鍘', N'169', N'Qianshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1718', N'妯嘲鍘', N'169', N'Hengfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1719', N'寮嬮槼鍘', N'169', N'Yiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'172', N'娣勫崥甯', N'16', N'Zibo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1720', N'浣欏共鍘', N'169', N'Yugan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1721', N'閯遍槼鍘', N'169', N'Poyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1722', N'涓囧勾鍘', N'169', N'Wannian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1723', N'濠烘簮鍘', N'169', N'Wuyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1724', N'寰峰叴甯', N'169', N'Dexing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1725', N'甯傝緰鍖', N'170', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1726', N'鍘嗕笅鍖', N'170', N'Lixia Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1727', N'甯備腑鍖', N'170', N'Shizhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1728', N'妲愯崼鍖', N'170', N'Huaiyin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1729', N'澶╂ˉ鍖', N'170', N'Tianqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'173', N'鏋e簞甯', N'16', N'Zaozhuang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1730', N'鍘嗗煄鍖', N'170', N'Licheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1731', N'闀挎竻鍖', N'170', N'Changqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1732', N'骞抽槾鍘', N'170', N'Pingyin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1733', N'娴庨槼鍘', N'170', N'Jiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1734', N'鍟嗘渤鍘', N'170', N'Shanghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1735', N'绔犱笜甯', N'170', N'Zhangqiu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1736', N'甯傝緰鍖', N'171', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1737', N'甯傚崡鍖', N'171', N'Shinan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1738', N'甯傚寳鍖', N'171', N'Shibei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1739', N'鍥涙柟鍖', N'171', N'Sifang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'174', N'涓滆惀甯', N'16', N'Dongying Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1740', N'榛勫矝鍖', N'171', N'Huangdao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1741', N'宕傚北鍖', N'171', N'Laoshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1742', N'鏉庢钵鍖', N'171', N'Licang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1743', N'鍩庨槼鍖', N'171', N'Chengyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1744', N'鑳跺窞甯', N'171', N'Jiaozhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1745', N'鍗冲ⅷ甯', N'171', N'Jimo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1746', N'骞冲害甯', N'171', N'Pingdu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1747', N'鑳跺崡甯', N'171', N'Jiaonan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1748', N'鑾辫タ甯', N'171', N'Laixi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1749', N'甯傝緰鍖', N'172', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'175', N'鐑熷彴甯', N'16', N'Yantai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1750', N'娣勫窛鍖', N'172', N'Zichuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1751', N'寮犲簵鍖', N'172', N'Zhangdian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1752', N'鍗氬北鍖', N'172', N'Boshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1753', N'涓存穭鍖', N'172', N'Linzi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1754', N'鍛ㄦ潙鍖', N'172', N'Zhoucun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1755', N'妗撳彴鍘', N'172', N'Huantai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1756', N'楂橀潚鍘', N'172', N'Gaoqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1757', N'娌傛簮鍘', N'172', N'Yiyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1758', N'甯傝緰鍖', N'173', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1759', N'甯備腑鍖', N'173', N'Shizhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'176', N'娼嶅潑甯', N'16', N'Weifang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1760', N'钖涘煄鍖', N'173', N'Xuecheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1761', N'宄勫煄鍖', N'173', N'Yicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1762', N'鍙板効搴勫尯', N'173', N'Tai,erzhuang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1763', N'灞变涵鍖', N'173', N'Shanting Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1764', N'婊曞窞甯', N'173', N'Tengzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1765', N'甯傝緰鍖', N'174', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1766', N'涓滆惀鍖', N'174', N'Dongying Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1767', N'娌冲彛鍖', N'174', N'Hekou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1768', N'鍨﹀埄鍘', N'174', N'Kenli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1769', N'鍒╂触鍘', N'174', N'Lijin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'177', N'娴庡畞甯', N'16', N'Jining Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1770', N'骞块ザ鍘', N'174', N'Guangrao Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1771', N'甯傝緰鍖', N'175', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1772', N'鑺濈綐鍖', N'175', N'Zhifu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1773', N'绂忓北鍖', N'175', N'Fushan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1774', N'鐗熷钩鍖', N'175', N'Muping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1775', N'鑾卞北鍖', N'175', N'Laishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1776', N'闀垮矝鍘', N'175', N'Changdao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1777', N'榫欏彛甯', N'175', N'Longkou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1778', N'鑾遍槼甯', N'175', N'Laiyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1779', N'鑾卞窞甯', N'175', N'Laizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'178', N'娉板畨甯', N'16', N'Tai,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1780', N'钃幈甯', N'175', N'Penglai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1781', N'鎷涜繙甯', N'175', N'Zhaoyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1782', N'鏍栭湠甯', N'175', N'Qixia Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1783', N'娴烽槼甯', N'175', N'Haiyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1784', N'甯傝緰鍖', N'176', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1785', N'娼嶅煄鍖', N'176', N'Weicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1786', N'瀵掍涵鍖', N'176', N'Hanting Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1787', N'鍧婂瓙鍖', N'176', N'Fangzi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1788', N'濂庢枃鍖', N'176', N'Kuiwen Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1789', N'涓存湊鍘', N'176', N'Linqu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'179', N'濞佹捣甯', N'16', N'Weihai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1790', N'鏄屼箰鍘', N'176', N'Changle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1791', N'闈掑窞甯', N'176', N'Qingzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1792', N'璇稿煄甯', N'176', N'Zhucheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1793', N'瀵垮厜甯', N'176', N'Shouguang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1794', N'瀹変笜甯', N'176', N'Anqiu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1795', N'楂樺瘑甯', N'176', N'Gaomi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1796', N'鏄岄倯甯', N'176', N'Changyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1797', N'甯傝緰鍖', N'177', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1798', N'甯備腑鍖', N'177', N'Shizhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1799', N'浠诲煄鍖', N'177', N'Rencheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'18', N'婀栧寳鐪', N'1', N'Hubei Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'180', N'鏃ョ収甯', N'16', N'Rizhao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1800', N'寰北鍘', N'177', N'Weishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1801', N'楸煎彴鍘', N'177', N'Yutai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1802', N'閲戜埂鍘', N'177', N'Jinxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1803', N'鍢夌ゥ鍘', N'177', N'Jiaxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1804', N'姹朵笂鍘', N'177', N'Wenshang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1805', N'娉楁按鍘', N'177', N'Sishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1806', N'姊佸北鍘', N'177', N'Liangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1807', N'鏇查槣甯', N'177', N'Qufu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1808', N'鍏栧窞甯', N'177', N'Yanzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1809', N'閭瑰煄甯', N'177', N'Zoucheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'181', N'鑾辫姕甯', N'16', N'Laiwu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1810', N'甯傝緰鍖', N'178', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1811', N'娉板北鍖', N'178', N'Taishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1812', N'宀卞渤鍖', N'178', N'Daiyue Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1813', N'瀹侀槼鍘', N'178', N'Ningyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1814', N'涓滃钩鍘', N'178', N'Dongping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1815', N'鏂版嘲甯', N'178', N'Xintai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1816', N'鑲ュ煄甯', N'178', N'Feicheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1817', N'甯傝緰鍖', N'179', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1818', N'鐜繝鍖', N'179', N'Huancui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1819', N'鏂囩櫥甯', N'179', N'Wendeng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'182', N'涓存矀甯', N'16', N'Linyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1820', N'鑽f垚甯', N'179', N'Rongcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1821', N'涔冲北甯', N'179', N'Rushan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1822', N'甯傝緰鍖', N'180', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1823', N'涓滄腐鍖', N'180', N'Donggang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1824', N'宀氬北鍖', N'180', N'Lanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1825', N'浜旇幉鍘', N'180', N'Wulian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1826', N'鑾掑幙', N'180', N'Ju Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1827', N'甯傝緰鍖', N'181', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1828', N'鑾卞煄鍖', N'181', N'Laicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1829', N'閽㈠煄鍖', N'181', N'Gangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'183', N'寰峰窞甯', N'16', N'Dezhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1830', N'甯傝緰鍖', N'182', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1831', N'鍏板北鍖', N'182', N'Lanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1832', N'缃楀簞鍖', N'182', N'Luozhuang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1833', N'娌充笢鍖', N'182', N'Hedong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1834', N'娌傚崡鍘', N'182', N'Yinan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1835', N'閮煄鍘', N'182', N'Tancheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1836', N'娌傛按鍘', N'182', N'Yishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1837', N'鑻嶅北鍘', N'182', N'Cangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1838', N'璐瑰幙', N'182', N'Fei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1839', N'骞抽倯鍘', N'182', N'Pingyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'184', N'鑱婂煄甯', N'16', N'Liaocheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1840', N'鑾掑崡鍘', N'182', N'Junan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1841', N'钂欓槾鍘', N'182', N'Mengyin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1842', N'涓存箔鍘', N'182', N'Linshu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1843', N'甯傝緰鍖', N'183', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1844', N'寰峰煄鍖', N'183', N'Decheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1845', N'闄靛幙', N'183', N'Ling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1846', N'瀹佹触鍘', N'183', N'Ningjin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1847', N'搴嗕簯鍘', N'183', N'Qingyun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1848', N'涓撮倯鍘', N'183', N'Linyi xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1849', N'榻愭渤鍘', N'183', N'Qihe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'185', N'婊ㄥ窞甯', N'16', N'Binzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1850', N'骞冲師鍘', N'183', N'Pingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1851', N'澶忔触鍘', N'183', N'Xiajin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1852', N'姝﹀煄鍘', N'183', N'Wucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1853', N'涔愰櫟甯', N'183', N'Leling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1854', N'绂瑰煄甯', N'183', N'Yucheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1855', N'甯傝緰鍖', N'184', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1856', N'涓滄槍搴滃尯', N'184', N'Dongchangfu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1857', N'闃宠胺鍘', N'184', N'Yanggu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1858', N'鑾樺幙', N'184', N'Shen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1859', N'鑼屽钩鍘', N'184', N'Chiping Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'186', N'鑿忔辰甯', N'16', N'Heze Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1860', N'涓滈樋鍘', N'184', N'Dong,e Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1861', N'鍐犲幙', N'184', N'Guan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1862', N'楂樺攼鍘', N'184', N'Gaotang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1863', N'涓存竻甯', N'184', N'Linqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1864', N'甯傝緰鍖', N'185', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1865', N'婊ㄥ煄鍖', N'185', N'Bincheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1866', N'鎯犳皯鍘', N'185', N'Huimin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1867', N'闃充俊鍘', N'185', N'Yangxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1868', N'鏃犳#鍘', N'185', N'Wudi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1869', N'娌惧寲鍘', N'185', N'Zhanhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'187', N'閮戝窞甯', N'17', N'Zhengzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1870', N'鍗氬叴鍘', N'185', N'Boxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1871', N'閭瑰钩鍘', N'185', N'Zouping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1873', N'鐗′腹鍖', N'186', N'Mudan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1874', N'鏇瑰幙', N'186', N'Cao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1875', N'鍗曞幙', N'186', N'Shan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1876', N'鎴愭鍘', N'186', N'Chengwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1877', N'宸ㄩ噹鍘', N'186', N'Juye Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1878', N'閮撳煄鍘', N'186', N'Yuncheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1879', N'閯勫煄鍘', N'186', N'Juancheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'188', N'寮灏佸競', N'17', N'Kaifeng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1880', N'瀹氶櫠鍘', N'186', N'Dingtao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1881', N'涓滄槑鍘', N'186', N'Dongming Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1882', N'甯傝緰鍖', N'187', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1883', N'涓師鍖', N'187', N'Zhongyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1884', N'浜屼竷鍖', N'187', N'Erqi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1885', N'绠″煄鍥炴棌鍖', N'187', N'Guancheng Huizu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1886', N'閲戞按鍖', N'187', N'Jinshui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1887', N'涓婅鍖', N'187', N'Shangjie Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1888', N'鎯犳祹鍖', N'187', N'Mangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1889', N'涓墴鍘', N'187', N'Zhongmou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'189', N'娲涢槼甯', N'17', N'Luoyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1890', N'宸╀箟甯', N'187', N'Gongyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1891', N'鑽ラ槼甯', N'187', N'Xingyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1892', N'鏂板瘑甯', N'187', N'Xinmi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1893', N'鏂伴儜甯', N'187', N'Xinzheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1894', N'鐧诲皝甯', N'187', N'Dengfeng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1895', N'甯傝緰鍖', N'188', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1896', N'榫欎涵鍖', N'188', N'Longting Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1897', N'椤烘渤鍥炴棌鍖', N'188', N'Shunhe Huizu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1898', N'榧撴ゼ鍖', N'188', N'Gulou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1899', N'绂圭帇鍙板尯', N'188', N'Yuwangtai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'19', N'婀栧崡鐪', N'1', N'Hunan Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'190', N'骞抽《灞卞競', N'17', N'Pingdingshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1900', N'閲戞槑鍖', N'188', N'Jinming Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1901', N'鏉炲幙', N'188', N'Qi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1902', N'閫氳鍘', N'188', N'Tongxu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1903', N'灏夋皬鍘', N'188', N'Weishi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1904', N'寮灏佸幙', N'188', N'Kaifeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1905', N'鍏拌冨幙', N'188', N'Lankao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1906', N'甯傝緰鍖', N'189', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1907', N'鑰佸煄鍖', N'189', N'Laocheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1908', N'瑗垮伐鍖', N'189', N'Xigong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1909', N'鐎嶆渤鍥炴棌鍖', N'189', N'Chanhehuizu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'191', N'瀹夐槼甯', N'17', N'Anyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1910', N'娑цタ鍖', N'189', N'Jianxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1911', N'鍚夊埄鍖', N'189', N'Jili Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1912', N'娲涢緳鍖', N'189', N'Luolong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1913', N'瀛熸触鍘', N'189', N'Mengjin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1914', N'鏂板畨鍘', N'189', N'Xin,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1915', N'鏍惧窛鍘', N'189', N'Luanchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1916', N'宓╁幙', N'189', N'Song Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1917', N'姹濋槼鍘', N'189', N'Ruyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1918', N'瀹滈槼鍘', N'189', N'Yiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1919', N'娲涘畞鍘', N'189', N'Luoning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'192', N'楣ゅ甯', N'17', N'Hebi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1920', N'浼婂窛鍘', N'189', N'Yichuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1921', N'鍋冨笀甯', N'189', N'Yanshi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1922', N'甯傝緰鍖', N'190', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1923', N'鏂板崕鍖', N'190', N'Xinhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1924', N'鍗笢鍖', N'190', N'Weidong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1925', N'鐭抽緳鍖', N'190', N'Shilong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1926', N'婀涙渤鍖', N'190', N'Zhanhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1927', N'瀹濅赴鍘', N'190', N'Baofeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1928', N'鍙跺幙', N'190', N'Ye Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1929', N'椴佸北鍘', N'190', N'Lushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'193', N'鏂颁埂甯', N'17', N'Xinxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1930', N'閮忓幙', N'190', N'Jia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1931', N'鑸為挗甯', N'190', N'Wugang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1932', N'姹濆窞甯', N'190', N'Ruzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1933', N'甯傝緰鍖', N'191', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1934', N'鏂囧嘲鍖', N'191', N'Wenfeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1935', N'鍖楀叧鍖', N'191', N'Beiguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1936', N'娈烽兘鍖', N'191', N'Yindu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1937', N'榫欏畨鍖', N'191', N'Longan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1938', N'瀹夐槼鍘', N'191', N'Anyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1939', N'姹ら槾鍘', N'191', N'Tangyin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'194', N'鐒︿綔甯', N'17', N'Jiaozuo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1940', N'婊戝幙', N'191', N'Hua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1941', N'鍐呴粍鍘', N'191', N'Neihuang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1942', N'鏋楀窞甯', N'191', N'Linzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1943', N'甯傝緰鍖', N'192', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1944', N'楣ゅ北鍖', N'192', N'Heshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1945', N'灞卞煄鍖', N'192', N'Shancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1946', N'娣囨花鍖', N'192', N'Qibin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1947', N'娴氬幙', N'192', N'Xun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1948', N'娣囧幙', N'192', N'Qi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1949', N'甯傝緰鍖', N'193', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'195', N'婵槼甯', N'17', N'Puyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1950', N'绾㈡棗鍖', N'193', N'Hongqi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1951', N'鍗花鍖', N'193', N'Weibin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1952', N'鍑ゆ硥鍖', N'193', N'Fengquan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1953', N'鐗ч噹鍖', N'193', N'Muye Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1954', N'鏂颁埂鍘', N'193', N'Xinxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1955', N'鑾峰槈鍘', N'193', N'Huojia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1956', N'鍘熼槼鍘', N'193', N'Yuanyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1957', N'寤舵触鍘', N'193', N'Yanjin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1958', N'灏佷笜鍘', N'193', N'Fengqiu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1959', N'闀垮灒鍘', N'193', N'Changyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'196', N'璁告槍甯', N'17', N'Xuchang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1960', N'鍗緣甯', N'193', N'Weihui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1961', N'杈夊幙甯', N'193', N'Huixian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1962', N'甯傝緰鍖', N'194', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1963', N'瑙f斁鍖', N'194', N'Jiefang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1964', N'涓珯鍖', N'194', N'Zhongzhan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1965', N'椹潙鍖', N'194', N'Macun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1966', N'灞遍槼鍖', N'194', N'Shanyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1967', N'淇鍘', N'194', N'Xiuwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1968', N'鍗氱埍鍘', N'194', N'Bo,ai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1969', N'姝﹂櫉鍘', N'194', N'Wuzhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'197', N'婕渤甯', N'17', N'Luohe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1970', N'娓╁幙', N'194', N'Wen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1971', N'娴庢簮甯', N'194', N'Jiyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1972', N'娌侀槼甯', N'194', N'Qinyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1973', N'瀛熷窞甯', N'194', N'Mengzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1974', N'甯傝緰鍖', N'195', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1975', N'鍗庨緳鍖', N'195', N'Hualong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1976', N'娓呬赴鍘', N'195', N'Qingfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1977', N'鍗椾箰鍘', N'195', N'Nanle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1978', N'鑼冨幙', N'195', N'Fan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1979', N'鍙板墠鍘', N'195', N'Taiqian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'198', N'涓夐棬宄″競', N'17', N'Sanmenxia Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1980', N'婵槼鍘', N'195', N'Puyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1981', N'甯傝緰鍖', N'196', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1982', N'榄忛兘鍖', N'196', N'Weidu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1983', N'璁告槍鍘', N'196', N'Xuchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1984', N'閯㈤櫟鍘', N'196', N'Yanling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1985', N'瑗勫煄鍘', N'196', N'Xiangcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1986', N'绂瑰窞甯', N'196', N'Yuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1987', N'闀胯憶甯', N'196', N'Changge Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1988', N'甯傝緰鍖', N'197', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1989', N'婧愭眹鍖', N'197', N'Yuanhui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'199', N'鍗楅槼甯', N'17', N'Nanyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1990', N'閮惧煄鍖', N'197', N'Yancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1991', N'鍙櫟鍖', N'197', N'Zhaoling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1992', N'鑸為槼鍘', N'197', N'Wuyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1993', N'涓撮鍘', N'197', N'Linying Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1994', N'甯傝緰鍖', N'198', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1995', N'婀栨花鍖', N'198', N'Hubin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1996', N'娓戞睜鍘', N'198', N'Mianchi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1997', N'闄曞幙', N'198', N'Shan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1998', N'鍗㈡皬鍘', N'198', N'Lushi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'1999', N'涔夐┈甯', N'198', N'Yima Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2', N'鍖椾含甯', N'1', N'Beijing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'20', N'骞夸笢鐪', N'1', N'Guangdong Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'200', N'鍟嗕笜甯', N'17', N'Shangqiu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2000', N'鐏靛疂甯', N'198', N'Lingbao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2001', N'甯傝緰鍖', N'199', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2002', N'瀹涘煄鍖', N'199', N'Wancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2003', N'鍗ч緳鍖', N'199', N'Wolong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2004', N'鍗楀彫鍘', N'199', N'Nanzhao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2005', N'鏂瑰煄鍘', N'199', N'Fangcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2006', N'瑗垮场鍘', N'199', N'Xixia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2007', N'闀囧钩鍘', N'199', N'Zhenping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2008', N'鍐呬埂鍘', N'199', N'Neixiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2009', N'娣呭窛鍘', N'199', N'Xichuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'201', N'淇¢槼甯', N'17', N'Xinyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2010', N'绀炬棗鍘', N'199', N'Sheqi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2011', N'鍞愭渤鍘', N'199', N'Tanghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2012', N'鏂伴噹鍘', N'199', N'Xinye Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2013', N'妗愭煆鍘', N'199', N'Tongbai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2014', N'閭撳窞甯', N'199', N'Dengzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2015', N'甯傝緰鍖', N'200', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2016', N'姊佸洯鍖', N'200', N'Liangyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2017', N'鐫㈤槼鍖', N'200', N'Suiyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2018', N'姘戞潈鍘', N'200', N'Minquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2019', N'鐫㈠幙', N'200', N'Sui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'202', N'鍛ㄥ彛甯', N'17', N'Zhoukou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2020', N'瀹侀櫟鍘', N'200', N'Ningling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2021', N'鏌樺煄鍘', N'200', N'Zhecheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2022', N'铏炲煄鍘', N'200', N'Yucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2023', N'澶忛倯鍘', N'200', N'Xiayi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2024', N'姘稿煄甯', N'200', N'Yongcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2025', N'甯傝緰鍖', N'201', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2026', N'娴夋渤鍖', N'201', N'Shihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2027', N'骞虫ˉ鍖', N'201', N'Pingqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2028', N'缃楀北鍘', N'201', N'Luoshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2029', N'鍏夊北鍘', N'201', N'Guangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'203', N'椹婚┈搴楀競', N'17', N'Zhumadian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2030', N'鏂板幙', N'201', N'Xin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2031', N'鍟嗗煄鍘', N'201', N'Shangcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2032', N'鍥哄鍘', N'201', N'Gushi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2033', N'娼㈠窛鍘', N'201', N'Huangchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2034', N'娣花鍘', N'201', N'Huaibin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2035', N'鎭幙', N'201', N'Xi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2036', N'甯傝緰鍖', N'202', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2037', N'宸濇眹鍖', N'202', N'Chuanhui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2038', N'鎵舵矡鍘', N'202', N'Fugou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2039', N'瑗垮崕鍘', N'202', N'Xihua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'204', N'姝︽眽甯', N'18', N'Wuhan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2040', N'鍟嗘按鍘', N'202', N'Shangshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2041', N'娌堜笜鍘', N'202', N'Shenqiu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2042', N'閮稿煄鍘', N'202', N'Dancheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2043', N'娣槼鍘', N'202', N'Huaiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2044', N'澶悍鍘', N'202', N'Taikang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2045', N'楣块倯鍘', N'202', N'Luyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2046', N'椤瑰煄甯', N'202', N'Xiangcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2047', N'甯傝緰鍖', N'203', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2048', N'椹垮煄鍖', N'203', N'Yicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2049', N'瑗垮钩鍘', N'203', N'Xiping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'205', N'榛勭煶甯', N'18', N'Huangshi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2050', N'涓婅敗鍘', N'203', N'Shangcai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2051', N'骞宠垎鍘', N'203', N'Pingyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2052', N'姝i槼鍘', N'203', N'Zhengyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2053', N'纭北鍘', N'203', N'Queshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2054', N'娉岄槼鍘', N'203', N'Biyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2055', N'姹濆崡鍘', N'203', N'Runan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2056', N'閬傚钩鍘', N'203', N'Suiping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2057', N'鏂拌敗鍘', N'203', N'Xincai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2058', N'甯傝緰鍖', N'204', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2059', N'姹熷哺鍖', N'204', N'Jiang,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'206', N'鍗佸牥甯', N'18', N'Shiyan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2060', N'姹熸眽鍖', N'204', N'Jianghan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2061', N'纭氬彛鍖', N'204', N'Qiaokou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2062', N'姹夐槼鍖', N'204', N'Hanyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2063', N'姝︽槍鍖', N'204', N'Wuchang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2064', N'闈掑北鍖', N'204', N'Qingshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2065', N'娲北鍖', N'204', N'Hongshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2066', N'涓滆タ婀栧尯', N'204', N'Dongxihu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2067', N'姹夊崡鍖', N'204', N'Hannan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2068', N'钄$敻鍖', N'204', N'Caidian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2069', N'姹熷鍖', N'204', N'Jiangxia Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'207', N'瀹滄槍甯', N'18', N'Yichang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2070', N'榛勯檪鍖', N'204', N'Huangpi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2071', N'鏂版床鍖', N'204', N'Xinzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2072', N'甯傝緰鍖', N'205', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2073', N'榛勭煶娓尯', N'205', N'Huangshigang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2074', N'瑗垮灞卞尯', N'205', N'Xisaishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2075', N'涓嬮檰鍖', N'205', N'Xialu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2076', N'閾佸北鍖', N'205', N'Tieshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2077', N'闃虫柊鍘', N'205', N'Yangxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2078', N'澶у喍甯', N'205', N'Daye Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2079', N'甯傝緰鍖', N'206', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'208', N'瑗勬▕甯', N'18', N'Xiangfan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2080', N'鑼呯鍖', N'206', N'Maojian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2081', N'寮犳咕鍖', N'206', N'Zhangwan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2082', N'閮у幙', N'206', N'Yun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2083', N'閮цタ鍘', N'206', N'Yunxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2084', N'绔瑰北鍘', N'206', N'Zhushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2085', N'绔规邯鍘', N'206', N'Zhuxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2086', N'鎴垮幙', N'206', N'Fang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2087', N'涓规睙鍙e競', N'206', N'Danjiangkou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2088', N'甯傝緰鍖', N'207', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2089', N'瑗块櫟鍖', N'207', N'Xiling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'209', N'閯傚窞甯', N'18', N'Ezhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2090', N'浼嶅宀楀尯', N'207', N'Wujiagang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2091', N'鐐瑰啗鍖', N'207', N'Dianjun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2092', N'鐚囦涵鍖', N'207', N'Xiaoting Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2093', N'澶烽櫟鍖', N'207', N'Yiling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2094', N'杩滃畨鍘', N'207', N'Yuan,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2095', N'鍏村北鍘', N'207', N'Xingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2096', N'绉綊鍘', N'207', N'Zigui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2097', N'闀块槼鍦熷鏃忚嚜娌诲幙', N'207', N'Changyang Tujiazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2098', N'浜斿嘲鍦熷鏃忚嚜娌诲幙', N'207', N'Wufeng Tujiazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2099', N'瀹滈兘甯', N'207', N'Yidu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'21', N'骞胯タ澹棌鑷不鍖', N'1', N'Guangxi Zhuangzu Zizhiqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'210', N'鑽嗛棬甯', N'18', N'Jingmen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2100', N'褰撻槼甯', N'207', N'Dangyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2101', N'鏋濇睙甯', N'207', N'Zhijiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2102', N'甯傝緰鍖', N'208', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2103', N'瑗勫煄鍖', N'208', N'Xiangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2104', N'妯婂煄鍖', N'208', N'Fancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2105', N'瑗勯槼鍖', N'208', N'Xiangyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2106', N'鍗楁汲鍘', N'208', N'Nanzhang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2107', N'璋峰煄鍘', N'208', N'Gucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2108', N'淇濆悍鍘', N'208', N'Baokang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2109', N'鑰佹渤鍙e競', N'208', N'Laohekou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'211', N'瀛濇劅甯', N'18', N'Xiaogan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2110', N'鏋i槼甯', N'208', N'Zaoyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2111', N'瀹滃煄甯', N'208', N'Yicheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2112', N'甯傝緰鍖', N'209', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2113', N'姊佸瓙婀栧尯', N'209', N'Liangzihu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2114', N'鍗庡鍖', N'209', N'Huarong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2115', N'閯傚煄鍖', N'209', N'Echeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2116', N'甯傝緰鍖', N'210', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2117', N'涓滃疂鍖', N'210', N'Dongbao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2118', N'鎺囧垁鍖', N'210', N'Duodao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2119', N'浜北鍘', N'210', N'Jingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'212', N'鑽嗗窞甯', N'18', N'Jingzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2120', N'娌欐磱鍘', N'210', N'Shayang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2121', N'閽熺ゥ甯', N'210', N'Zhongxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2122', N'甯傝緰鍖', N'211', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2123', N'瀛濆崡鍖', N'211', N'Xiaonan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2124', N'瀛濇槍鍘', N'211', N'Xiaochang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2125', N'澶ф偀鍘', N'211', N'Dawu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2126', N'浜戞ⅵ鍘', N'211', N'Yunmeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2127', N'搴斿煄甯', N'211', N'Yingcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2128', N'瀹夐檰甯', N'211', N'Anlu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2129', N'姹夊窛甯', N'211', N'Hanchuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'213', N'榛勫唸甯', N'18', N'Huanggang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2130', N'甯傝緰鍖', N'212', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2131', N'娌欏競鍖', N'212', N'Shashi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2132', N'鑽嗗窞鍖', N'212', N'Jingzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2133', N'鍏畨鍘', N'212', N'Gong,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2134', N'鐩戝埄鍘', N'212', N'Jianli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2135', N'姹熼櫟鍘', N'212', N'Jiangling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2136', N'鐭抽甯', N'212', N'Shishou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2137', N'娲箹甯', N'212', N'Honghu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2138', N'鏉炬粙甯', N'212', N'Songzi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2139', N'甯傝緰鍖', N'213', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'214', N'鍜稿畞甯', N'18', N'Xianning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2140', N'榛勫窞鍖', N'213', N'Huangzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2141', N'鍥㈤鍘', N'213', N'Tuanfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2142', N'绾㈠畨鍘', N'213', N'Hong,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2143', N'缃楃敯鍘', N'213', N'Luotian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2144', N'鑻卞北鍘', N'213', N'Yingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2145', N'娴犳按鍘', N'213', N'Xishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2146', N'钑叉槬鍘', N'213', N'Qichun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2147', N'榛勬鍘', N'213', N'Huangmei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2148', N'楹诲煄甯', N'213', N'Macheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2149', N'姝︾┐甯', N'213', N'Wuxue Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'215', N'闅忓窞甯', N'18', N'Suizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2150', N'甯傝緰鍖', N'214', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2151', N'鍜稿畨鍖', N'214', N'Xian,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2152', N'鍢夐奔鍘', N'214', N'Jiayu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2153', N'閫氬煄鍘', N'214', N'Tongcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2154', N'宕囬槼鍘', N'214', N'Chongyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2155', N'閫氬北鍘', N'214', N'Tongshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2156', N'璧ゅ甯', N'214', N'Chibi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2157', N'甯傝緰鍖', N'215', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2158', N'鏇鹃兘鍖', N'215', N'Zengdu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2159', N'骞挎按甯', N'215', N'Guangshui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'216', N'鎭╂柦鍦熷鏃忚嫍鏃忚嚜娌诲窞', N'18', N'Enshi Tujiazu Miaozu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2160', N'鎭╂柦甯', N'216', N'Enshi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2161', N'鍒╁窛甯', N'216', N'Lichuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2162', N'寤哄鍘', N'216', N'Jianshi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2163', N'宸翠笢鍘', N'216', N'Badong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2164', N'瀹f仼鍘', N'216', N'Xuan,en Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2165', N'鍜镐赴鍘', N'216', N'Xianfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2166', N'鏉ュ嚖鍘', N'216', N'Laifeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2167', N'楣ゅ嘲鍘', N'216', N'Hefeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2168', N'浠欐甯', N'217', N'Xiantao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2169', N'娼滄睙甯', N'217', N'Qianjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'217', N'鐪佺洿杈栧幙绾ц鏀垮尯鍒', N'18', N'shengzhixiaxianjixingzhengquhua') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2170', N'澶╅棬甯', N'217', N'Tianmen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2171', N'绁炲啘鏋舵灄鍖', N'217', N'Shennongjia Linqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2172', N'甯傝緰鍖', N'218', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2173', N'鑺欒搲鍖', N'218', N'Furong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2174', N'澶╁績鍖', N'218', N'Tianxin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2175', N'宀抽簱鍖', N'218', N'Yuelu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2176', N'寮绂忓尯', N'218', N'Kaifu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2177', N'闆ㄨ姳鍖', N'218', N'Yuhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2178', N'闀挎矙鍘', N'218', N'Changsha Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2179', N'鏈涘煄鍘', N'218', N'Wangcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'218', N'闀挎矙甯', N'19', N'Changsha Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2180', N'瀹佷埂鍘', N'218', N'Ningxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2181', N'娴忛槼甯', N'218', N'Liuyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2182', N'甯傝緰鍖', N'219', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2183', N'鑽峰鍖', N'219', N'Hetang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2184', N'鑺︽窞鍖', N'219', N'Lusong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2185', N'鐭冲嘲鍖', N'219', N'Shifeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2186', N'澶╁厓鍖', N'219', N'Tianyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2187', N'鏍床鍘', N'219', N'Zhuzhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2188', N'鏀稿幙', N'219', N'You Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2189', N'鑼堕櫟鍘', N'219', N'Chaling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'219', N'鏍床甯', N'19', N'Zhuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2190', N'鐐庨櫟鍘', N'219', N'Yanling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2191', N'閱撮櫟甯', N'219', N'Liling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2192', N'甯傝緰鍖', N'220', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2193', N'闆ㄦ箹鍖', N'220', N'Yuhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2194', N'宀冲鍖', N'220', N'Yuetang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2195', N'婀樻江鍘', N'220', N'Xiangtan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2196', N'婀樹埂甯', N'220', N'Xiangxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2197', N'闊跺北甯', N'220', N'Shaoshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2198', N'甯傝緰鍖', N'221', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2199', N'鐝犳櫀鍖', N'221', N'Zhuhui Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'22', N'娴峰崡鐪', N'1', N'Hainan Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'220', N'婀樻江甯', N'19', N'Xiangtan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2200', N'闆佸嘲鍖', N'221', N'Yanfeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2201', N'鐭抽紦鍖', N'221', N'Shigu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2202', N'钂告箻鍖', N'221', N'Zhengxiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2203', N'鍗楀渤鍖', N'221', N'Nanyue Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2204', N'琛¢槼鍘', N'221', N'Hengyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2205', N'琛″崡鍘', N'221', N'Hengnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2206', N'琛″北鍘', N'221', N'Hengshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2207', N'琛′笢鍘', N'221', N'Hengdong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2208', N'绁佷笢鍘', N'221', N'Qidong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2209', N'鑰掗槼甯', N'221', N'Leiyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'221', N'琛¢槼甯', N'19', N'Hengyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2210', N'甯稿畞甯', N'221', N'Changning Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2211', N'甯傝緰鍖', N'222', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2212', N'鍙屾竻鍖', N'222', N'Shuangqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2213', N'澶хゥ鍖', N'222', N'Daxiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2214', N'鍖楀鍖', N'222', N'Beita Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2215', N'閭典笢鍘', N'222', N'Shaodong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2216', N'鏂伴偟鍘', N'222', N'Xinshao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2217', N'閭甸槼鍘', N'222', N'Shaoyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2218', N'闅嗗洖鍘', N'222', N'Longhui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2219', N'娲炲彛鍘', N'222', N'Dongkou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'222', N'閭甸槼甯', N'19', N'Shaoyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2220', N'缁ュ畞鍘', N'222', N'Suining Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2221', N'鏂板畞鍘', N'222', N'Xinning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2222', N'鍩庢鑻楁棌鑷不鍘', N'222', N'Chengbu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2223', N'姝﹀唸甯', N'222', N'Wugang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2224', N'甯傝緰鍖', N'223', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2225', N'宀抽槼妤煎尯', N'223', N'Yueyanglou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2226', N'浜戞邯鍖', N'223', N'Yunxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2227', N'鍚涘北鍖', N'223', N'Junshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2228', N'宀抽槼鍘', N'223', N'Yueyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2229', N'鍗庡鍘', N'223', N'Huarong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'223', N'宀抽槼甯', N'19', N'Yueyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2230', N'婀橀槾鍘', N'223', N'Xiangyin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2231', N'骞虫睙鍘', N'223', N'Pingjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2232', N'姹ㄧ綏甯', N'223', N'Miluo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2233', N'涓存箻甯', N'223', N'Linxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2234', N'甯傝緰鍖', N'224', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2235', N'姝﹂櫟鍖', N'224', N'Wuling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2236', N'榧庡煄鍖', N'224', N'Dingcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2237', N'瀹変埂鍘', N'224', N'Anxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2238', N'姹夊鍘', N'224', N'Hanshou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2239', N'婢у幙', N'224', N'Li Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'224', N'甯稿痉甯', N'19', N'Changde Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2240', N'涓存晶鍘', N'224', N'Linli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2241', N'妗冩簮鍘', N'224', N'Taoyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2242', N'鐭抽棬鍘', N'224', N'Shimen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2243', N'娲ュ競甯', N'224', N'Jinshi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2244', N'甯傝緰鍖', N'225', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2245', N'姘稿畾鍖', N'225', N'Yongding Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2246', N'姝﹂櫟婧愬尯', N'225', N'Wulingyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2247', N'鎱堝埄鍘', N'225', N'Cili Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2248', N'妗戞鍘', N'225', N'Sangzhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2249', N'甯傝緰鍖', N'226', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'225', N'寮犲鐣屽競', N'19', N'Zhangjiajie Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2250', N'璧勯槼鍖', N'226', N'Ziyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2251', N'璧北鍖', N'226', N'Heshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2252', N'鍗楀幙', N'226', N'Nan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2253', N'妗冩睙鍘', N'226', N'Taojiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2254', N'瀹夊寲鍘', N'226', N'Anhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2255', N'娌呮睙甯', N'226', N'Yuanjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2256', N'甯傝緰鍖', N'227', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2257', N'鍖楁箹鍖', N'227', N'Beihu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2258', N'鑻忎粰鍖', N'227', N'Suxian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2259', N'妗傞槼鍘', N'227', N'Guiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'226', N'鐩婇槼甯', N'19', N'Yiyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2260', N'瀹滅珷鍘', N'227', N'yizhang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2261', N'姘稿叴鍘', N'227', N'Yongxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2262', N'鍢夌鍘', N'227', N'Jiahe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2263', N'涓存鍘', N'227', N'Linwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2264', N'姹濆煄鍘', N'227', N'Rucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2265', N'妗備笢鍘', N'227', N'Guidong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2266', N'瀹変粊鍘', N'227', N'Anren Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2267', N'璧勫叴甯', N'227', N'Zixing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2268', N'甯傝緰鍖', N'228', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'227', N'閮村窞甯', N'19', N'Chenzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2270', N'鍐锋按婊╁尯', N'228', N'Lengshuitan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2271', N'绁侀槼鍘', N'228', N'Qiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2272', N'涓滃畨鍘', N'228', N'Dong,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2273', N'鍙岀墝鍘', N'228', N'Shuangpai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2274', N'閬撳幙', N'228', N'Dao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2275', N'姹熸案鍘', N'228', N'Jiangyong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2276', N'瀹佽繙鍘', N'228', N'Ningyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2277', N'钃濆北鍘', N'228', N'Lanshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2278', N'鏂扮敯鍘', N'228', N'Xintian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2279', N'姹熷崕鐟舵棌鑷不鍘', N'228', N'Jianghua Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'228', N'姘稿窞甯', N'19', N'Yongzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2280', N'甯傝緰鍖', N'229', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2281', N'楣ゅ煄鍖', N'229', N'Hecheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2282', N'涓柟鍘', N'229', N'Zhongfang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2283', N'娌呴櫟鍘', N'229', N'Yuanling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2284', N'杈版邯鍘', N'229', N'Chenxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2285', N'婧嗘郸鍘', N'229', N'Xupu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2286', N'浼氬悓鍘', N'229', N'Huitong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2287', N'楹婚槼鑻楁棌鑷不鍘', N'229', N'Mayang Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2288', N'鏂版檭渚楁棌鑷不鍘', N'229', N'Xinhuang Dongzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2289', N'鑺锋睙渚楁棌鑷不鍘', N'229', N'Zhijiang Dongzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'229', N'鎬鍖栧競', N'19', N'Huaihua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2290', N'闈栧窞鑻楁棌渚楁棌鑷不鍘', N'229', N'Jingzhou Miaozu Dongzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2291', N'閫氶亾渚楁棌鑷不鍘', N'229', N'Tongdao Dongzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2292', N'娲睙甯', N'229', N'Hongjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2293', N'甯傝緰鍖', N'230', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2294', N'濞勬槦鍖', N'230', N'Louxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2295', N'鍙屽嘲鍘', N'230', N'Shuangfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2296', N'鏂板寲鍘', N'230', N'Xinhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2297', N'鍐锋按姹熷競', N'230', N'Lengshuijiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2298', N'娑熸簮甯', N'230', N'Lianyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2299', N'鍚夐甯', N'231', N'Jishou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'23', N'閲嶅簡甯', N'1', N'Chongqing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'230', N'濞勫簳甯', N'19', N'Loudi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2300', N'娉告邯鍘', N'231', N'Luxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2301', N'鍑ゅ嚢鍘', N'231', N'Fenghuang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2302', N'鑺卞灒鍘', N'231', N'Huayuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2303', N'淇濋潠鍘', N'231', N'Baojing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2304', N'鍙や笀鍘', N'231', N'Guzhang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2305', N'姘搁『鍘', N'231', N'Yongshun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2306', N'榫欏北鍘', N'231', N'Longshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2307', N'甯傝緰鍖', N'232', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2308', N'鍗楁矙鍖', N'232', N'Nansha Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2309', N'鑽旀咕鍖', N'232', N'Liwan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'231', N'婀樿タ鍦熷鏃忚嫍鏃忚嚜娌诲窞', N'19', N'Xiangxi Tujiazu Miaozu Zizhizhou ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2310', N'瓒婄鍖', N'232', N'Yuexiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2311', N'娴风彔鍖', N'232', N'Haizhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2312', N'澶╂渤鍖', N'232', N'Tianhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2313', N'钀濆矖鍖', N'232', N'Luogang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2314', N'鐧戒簯鍖', N'232', N'Baiyun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2315', N'榛勫煍鍖', N'232', N'Huangpu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2316', N'鐣鍖', N'232', N'Panyu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2317', N'鑺遍兘鍖', N'232', N'Huadu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2318', N'澧炲煄甯', N'232', N'Zengcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2319', N'浠庡寲甯', N'232', N'Conghua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'232', N'骞垮窞甯', N'20', N'Guangzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2320', N'甯傝緰鍖', N'233', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2321', N'姝︽睙鍖', N'233', N'Wujiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2322', N'娴堟睙鍖', N'233', N'Zhenjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2323', N'鏇叉睙鍖', N'233', N'Qujiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2324', N'濮嬪叴鍘', N'233', N'Shixing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2325', N'浠佸寲鍘', N'233', N'Renhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2326', N'缈佹簮鍘', N'233', N'Wengyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2327', N'涔虫簮鐟舵棌鑷不鍘', N'233', N'Ruyuan Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2328', N'鏂颁赴鍘', N'233', N'Xinfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2329', N'涔愭槍甯', N'233', N'Lechang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'233', N'闊跺叧甯', N'20', N'Shaoguan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2330', N'鍗楅泟甯', N'233', N'Nanxiong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2331', N'甯傝緰鍖', N'234', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2332', N'缃楁箹鍖', N'234', N'Luohu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2333', N'绂忕敯鍖', N'234', N'Futian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2334', N'鍗楀北鍖', N'234', N'Nanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2335', N'瀹濆畨鍖', N'234', N'Bao,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2336', N'榫欏矖鍖', N'234', N'Longgang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2337', N'鐩愮敯鍖', N'234', N'Yan Tian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2338', N'甯傝緰鍖', N'235', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2339', N'棣欐床鍖', N'235', N'Xiangzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'234', N'娣卞湷甯', N'20', N'Shenzhen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2340', N'鏂楅棬鍖', N'235', N'Doumen Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2341', N'閲戞咕鍖', N'235', N'Jinwan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2342', N'甯傝緰鍖', N'236', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2343', N'榫欐箹鍖', N'236', N'Longhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2344', N'閲戝钩鍖', N'236', N'Jinping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2345', N'婵犳睙鍖', N'236', N'Haojiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2346', N'娼槼鍖', N'236', N'Chaoyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2347', N'娼崡鍖', N'236', N'Chaonan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2348', N'婢勬捣鍖', N'236', N'Chenghai QU') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2349', N'鍗楁境鍘', N'236', N'Nan,ao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'235', N'鐝犳捣甯', N'20', N'Zhuhai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2350', N'甯傝緰鍖', N'237', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2351', N'绂呭煄鍖', N'237', N'Chancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2352', N'鍗楁捣鍖', N'237', N'Nanhai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2353', N'椤哄痉鍖', N'237', N'Shunde Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2354', N'涓夋按鍖', N'237', N'Sanshui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2355', N'楂樻槑鍖', N'237', N'Gaoming Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2356', N'甯傝緰鍖', N'238', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2357', N'钃睙鍖', N'238', N'Pengjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2358', N'姹熸捣鍖', N'238', N'Jianghai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2359', N'鏂颁細鍖', N'238', N'Xinhui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'236', N'姹曞ご甯', N'20', N'Shantou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2360', N'鍙板北甯', N'238', N'Taishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2361', N'寮骞冲競', N'238', N'Kaiping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2362', N'楣ゅ北甯', N'238', N'Heshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2363', N'鎭╁钩甯', N'238', N'Enping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2364', N'甯傝緰鍖', N'239', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2365', N'璧ゅ潕鍖', N'239', N'Chikan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2366', N'闇炲北鍖', N'239', N'Xiashan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2367', N'鍧″ご鍖', N'239', N'Potou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2368', N'楹荤珷鍖', N'239', N'Mazhang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2369', N'閬傛邯鍘', N'239', N'Suixi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'237', N'浣涘北甯', N'20', N'Foshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2370', N'寰愰椈鍘', N'239', N'Xuwen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2371', N'寤夋睙甯', N'239', N'Lianjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2372', N'闆峰窞甯', N'239', N'Leizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2373', N'鍚村窛甯', N'239', N'Wuchuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2374', N'甯傝緰鍖', N'240', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2375', N'鑼傚崡鍖', N'240', N'Maonan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2376', N'鑼傛腐鍖', N'240', N'Maogang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2377', N'鐢电櫧鍘', N'240', N'Dianbai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2378', N'楂樺窞甯', N'240', N'Gaozhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2379', N'鍖栧窞甯', N'240', N'Huazhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'238', N'姹熼棬甯', N'20', N'Jiangmen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2380', N'淇″疁甯', N'240', N'Xinyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2381', N'甯傝緰鍖', N'241', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2382', N'绔窞鍖', N'241', N'Duanzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2383', N'榧庢箹鍖', N'241', N'Dinghu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2384', N'骞垮畞鍘', N'241', N'Guangning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2385', N'鎬闆嗗幙', N'241', N'Huaiji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2386', N'灏佸紑鍘', N'241', N'Fengkai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2387', N'寰峰簡鍘', N'241', N'Deqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2388', N'楂樿甯', N'241', N'Gaoyao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2389', N'鍥涗細甯', N'241', N'Sihui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'239', N'婀涙睙甯', N'20', N'Zhanjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2390', N'甯傝緰鍖', N'242', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2391', N'鎯犲煄鍖', N'242', N'Huicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2392', N'鎯犻槼鍖', N'242', N'Huiyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2393', N'鍗氱綏鍘', N'242', N'Boluo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2394', N'鎯犱笢鍘', N'242', N'Huidong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2395', N'榫欓棬鍘', N'242', N'Longmen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2396', N'甯傝緰鍖', N'243', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2397', N'姊呮睙鍖', N'243', N'Meijiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2398', N'姊呭幙', N'243', N'Mei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2399', N'澶у煍鍘', N'243', N'Dabu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'24', N'鍥涘窛鐪', N'1', N'Sichuan Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'240', N'鑼傚悕甯', N'20', N'Maoming Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2400', N'涓伴『鍘', N'243', N'Fengshun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2401', N'浜斿崕鍘', N'243', N'Wuhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2402', N'骞宠繙鍘', N'243', N'Pingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2403', N'钑夊箔鍘', N'243', N'Jiaoling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2404', N'鍏村畞甯', N'243', N'Xingning Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2405', N'甯傝緰鍖', N'244', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2406', N'鍩庡尯', N'244', N'Chengqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2407', N'娴蜂赴鍘', N'244', N'Haifeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2408', N'闄嗘渤鍘', N'244', N'Luhe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2409', N'闄嗕赴甯', N'244', N'Lufeng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'241', N'鑲囧簡甯', N'20', N'Zhaoqing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2410', N'甯傝緰鍖', N'245', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2411', N'婧愬煄鍖', N'245', N'Yuancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2412', N'绱噾鍘', N'245', N'Zijin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2413', N'榫欏窛鍘', N'245', N'Longchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2414', N'杩炲钩鍘', N'245', N'Lianping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2415', N'鍜屽钩鍘', N'245', N'Heping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2416', N'涓滄簮鍘', N'245', N'Dongyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2417', N'甯傝緰鍖', N'246', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2418', N'姹熷煄鍖', N'246', N'Jiangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2419', N'闃宠タ鍘', N'246', N'Yangxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'242', N'鎯犲窞甯', N'20', N'Huizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2420', N'闃充笢鍘', N'246', N'Yangdong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2421', N'闃虫槬甯', N'246', N'Yangchun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2422', N'甯傝緰鍖', N'247', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2423', N'娓呭煄鍖', N'247', N'Qingcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2424', N'浣涘唸鍘', N'247', N'Fogang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2425', N'闃冲北鍘', N'247', N'Yangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2426', N'杩炲北澹棌鐟舵棌鑷不鍘', N'247', N'Lianshan Zhuangzu Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2427', N'杩炲崡鐟舵棌鑷不鍘', N'247', N'Liannanyaozuzizhi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2428', N'娓呮柊鍘', N'247', N'Qingxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2429', N'鑻卞痉甯', N'247', N'Yingde Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'243', N'姊呭窞甯', N'20', N'Meizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2430', N'杩炲窞甯', N'247', N'Lianzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2431', N'甯傝緰鍖', N'250', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2432', N'婀樻ˉ鍖', N'250', N'Xiangqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2433', N'娼畨鍘', N'250', N'Chao,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2434', N'楗跺钩鍘', N'250', N'Raoping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2435', N'甯傝緰鍖', N'251', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2436', N'姒曞煄鍖', N'251', N'Rongcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2437', N'鎻笢鍘', N'251', N'Jiedong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2438', N'鎻タ鍘', N'251', N'Jiexi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2439', N'鎯犳潵鍘', N'251', N'Huilai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'244', N'姹曞熬甯', N'20', N'Shanwei Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2440', N'鏅畞甯', N'251', N'Puning Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2441', N'甯傝緰鍖', N'252', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2442', N'浜戝煄鍖', N'252', N'Yuncheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2443', N'鏂板叴鍘', N'252', N'Xinxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2444', N'閮佸崡鍘', N'252', N'Yunan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2445', N'浜戝畨鍘', N'252', N'Yun,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2446', N'缃楀畾甯', N'252', N'Luoding Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2447', N'甯傝緰鍖', N'253', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2448', N'鍏村畞鍖', N'253', N'Xingning Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2449', N'闈掔鍖', N'253', N'Qingxiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'245', N'娌虫簮甯', N'20', N'Heyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2450', N'姹熷崡鍖', N'253', N'Jiangnan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2451', N'瑗夸埂濉樺尯', N'253', N'Xixiangtang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2452', N'鑹簡鍖', N'253', N'Liangqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2453', N'閭曞畞鍖', N'253', N'Yongning Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2454', N'姝﹂福鍘', N'253', N'Wuming Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2455', N'闅嗗畨鍘', N'253', N'Long,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2456', N'椹北鍘', N'253', N'Mashan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2457', N'涓婃灄鍘', N'253', N'Shanglin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2458', N'瀹鹃槼鍘', N'253', N'Binyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2459', N'妯幙', N'253', N'Heng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'246', N'闃虫睙甯', N'20', N'Yangjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2460', N'甯傝緰鍖', N'254', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2461', N'鍩庝腑鍖', N'254', N'Chengzhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2462', N'楸煎嘲鍖', N'254', N'Yufeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2463', N'鏌冲崡鍖', N'254', N'Liunan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2464', N'鏌冲寳鍖', N'254', N'Liubei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2465', N'鏌虫睙鍘', N'254', N'Liujiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2466', N'鏌冲煄鍘', N'254', N'Liucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2467', N'楣垮鍘', N'254', N'Luzhai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2468', N'铻嶅畨鍘', N'254', N'Rong,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2469', N'铻嶆按鑻楁棌鑷不鍘', N'254', N'Rongshui Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'247', N'娓呰繙甯', N'20', N'Qingyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2470', N'涓夋睙渚楁棌鑷不鍘', N'254', N'Sanjiang Dongzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2471', N'甯傝緰鍖', N'255', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2472', N'绉宄板尯', N'255', N'Xiufeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2473', N'鍙犲僵鍖', N'255', N'Diecai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2474', N'璞″北鍖', N'255', N'Xiangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2475', N'涓冩槦鍖', N'255', N'Qixing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2476', N'闆佸北鍖', N'255', N'Yanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2477', N'闃虫湐鍘', N'255', N'Yangshuo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2478', N'涓存鍘', N'255', N'Lingui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2479', N'鐏靛窛鍘', N'255', N'Lingchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'248', N'涓滆帪甯', N'20', N'Dongguan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2480', N'鍏ㄥ窞鍘', N'255', N'Quanzhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2481', N'鍏村畨鍘', N'255', N'Xing,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2482', N'姘哥鍘', N'255', N'Yongfu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2483', N'鐏岄槼鍘', N'255', N'Guanyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2484', N'榫欒儨鍚勬棌鑷不鍘', N'255', N'Longsheng Gezu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2485', N'璧勬簮鍘', N'255', N'Ziyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2486', N'骞充箰鍘', N'255', N'Pingle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2487', N'鑽旇挷鍘', N'255', N'Lipu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2488', N'鎭煄鐟舵棌鑷不鍘', N'255', N'Gongcheng Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2489', N'甯傝緰鍖', N'256', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'249', N'涓北甯', N'20', N'Zhongshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2490', N'涓囩鍖', N'256', N'Wanxiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2491', N'铦跺北鍖', N'256', N'Dieshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2492', N'闀挎床鍖', N'256', N'Changzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2493', N'鑻嶆ⅶ鍘', N'256', N'Cangwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2494', N'钘ゅ幙', N'256', N'Teng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2495', N'钂欏北鍘', N'256', N'Mengshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2496', N'宀戞邯甯', N'256', N'Cenxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2497', N'甯傝緰鍖', N'257', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2498', N'娴峰煄鍖', N'257', N'Haicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2499', N'閾舵捣鍖', N'257', N'Yinhai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'25', N'璐靛窞鐪', N'1', N'Guizhou Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'250', N'娼窞甯', N'20', N'Chaozhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2500', N'閾佸北娓尯', N'257', N'Tieshangangqu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2501', N'鍚堟郸鍘', N'257', N'Hepu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2502', N'甯傝緰鍖', N'258', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2503', N'娓彛鍖', N'258', N'Gangkou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2504', N'闃插煄鍖', N'258', N'Fangcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2505', N'涓婃濆幙', N'258', N'Shangsi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2506', N'涓滃叴甯', N'258', N'Dongxing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2507', N'甯傝緰鍖', N'259', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2508', N'閽﹀崡鍖', N'259', N'Qinnan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2509', N'閽﹀寳鍖', N'259', N'Qinbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'251', N'鎻槼甯', N'20', N'Jieyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2510', N'鐏靛北鍘', N'259', N'Lingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2511', N'娴﹀寳鍘', N'259', N'Pubei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2512', N'甯傝緰鍖', N'260', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2513', N'娓寳鍖', N'260', N'Gangbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2514', N'娓崡鍖', N'260', N'Gangnan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2515', N'瑕冨鍖', N'260', N'Tantang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2516', N'骞冲崡鍘', N'260', N'Pingnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2517', N'妗傚钩甯', N'260', N'Guiping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2518', N'甯傝緰鍖', N'261', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2519', N'鐜夊窞鍖', N'261', N'Yuzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'252', N'浜戞诞甯', N'20', N'Yunfu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2520', N'瀹瑰幙', N'261', N'Rong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2521', N'闄嗗窛鍘', N'261', N'Luchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2522', N'鍗氱櫧鍘', N'261', N'Bobai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2523', N'鍏翠笟鍘', N'261', N'Xingye Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2524', N'鍖楁祦甯', N'261', N'Beiliu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2525', N'甯傝緰鍖', N'262', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2526', N'鍙虫睙鍖', N'262', N'Youjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2527', N'鐢伴槼鍘', N'262', N'Tianyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2528', N'鐢颁笢鍘', N'262', N'Tiandong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2529', N'骞虫灉鍘', N'262', N'Pingguo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'253', N'鍗楀畞甯', N'21', N'Nanning Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2530', N'寰蜂繚鍘', N'262', N'Debao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2531', N'闈栬タ鍘', N'262', N'Jingxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2532', N'閭e潯鍘', N'262', N'Napo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2533', N'鍑屼簯鍘', N'262', N'Lingyun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2534', N'涔愪笟鍘', N'262', N'Leye Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2535', N'鐢版灄鍘', N'262', N'Tianlin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2536', N'瑗挎灄鍘', N'262', N'Xilin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2537', N'闅嗘灄鍚勬棌鑷不鍘', N'262', N'Longlin Gezu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2538', N'甯傝緰鍖', N'263', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2539', N'鍏鍖', N'263', N'Babu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'254', N'鏌冲窞甯', N'21', N'Liuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2540', N'鏄钩鍘', N'263', N'Zhaoping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2541', N'閽熷北鍘', N'263', N'Zhongshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2542', N'瀵屽窛鐟舵棌鑷不鍘', N'263', N'Fuchuan Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2543', N'甯傝緰鍖', N'264', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2544', N'閲戝煄姹熷尯', N'264', N'Jinchengjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2545', N'鍗椾腹鍘', N'264', N'Nandan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2546', N'澶╁敞鍘', N'264', N'Tian,e Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2547', N'鍑ゅ北鍘', N'264', N'Fengshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2548', N'涓滃叞鍘', N'264', N'Donglan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2549', N'缃楀煄浠浆鏃忚嚜娌诲幙', N'264', N'Luocheng Mulaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'255', N'妗傛灄甯', N'21', N'Guilin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2550', N'鐜睙姣涘崡鏃忚嚜娌诲幙', N'264', N'Huanjiang Maonanzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2551', N'宸撮┈鐟舵棌鑷不鍘', N'264', N'Bama Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2552', N'閮藉畨鐟舵棌鑷不鍘', N'264', N'Du,an Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2553', N'澶у寲鐟舵棌鑷不鍘', N'264', N'Dahua Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2554', N'瀹滃窞甯', N'264', N'Yizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2555', N'甯傝緰鍖', N'265', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2556', N'鍏村鍖', N'265', N'Xingbin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2557', N'蹇诲煄鍘', N'265', N'Xincheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2558', N'璞″窞鍘', N'265', N'Xiangzhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2559', N'姝﹀鍘', N'265', N'Wuxuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'256', N'姊у窞甯', N'21', N'Wuzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2560', N'閲戠鐟舵棌鑷不鍘', N'265', N'Jinxiu Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2561', N'鍚堝北甯', N'265', N'Heshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2562', N'甯傝緰鍖', N'266', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2563', N'姹熸床鍖', N'266', N'Jiangzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2564', N'鎵剁互鍘', N'266', N'Fusui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2565', N'瀹佹槑鍘', N'266', N'Ningming Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2566', N'榫欏窞鍘', N'266', N'Longzhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2567', N'澶ф柊鍘', N'266', N'Daxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2568', N'澶╃瓑鍘', N'266', N'Tiandeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2569', N'鍑ゥ甯', N'266', N'Pingxiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'257', N'鍖楁捣甯', N'21', N'Beihai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2570', N'甯傝緰鍖', N'267', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2571', N'绉鑻卞尯', N'267', N'Xiuying Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2572', N'榫欏崕鍖', N'267', N'LongHua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2573', N'鐞煎北鍖', N'267', N'QiongShan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2574', N'缇庡叞鍖', N'267', N'MeiLan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2575', N'甯傝緰鍖', N'268', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2576', N'浜旀寚灞卞競', N'269', N'Wuzhishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2577', N'鐞兼捣甯', N'269', N'Qionghai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2578', N'鍎嬪窞甯', N'269', N'Danzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2579', N'鏂囨槍甯', N'269', N'Wenchang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'258', N'闃插煄娓競', N'21', N'Fangchenggang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2580', N'涓囧畞甯', N'269', N'Wanning Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2581', N'涓滄柟甯', N'269', N'Dongfang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2582', N'瀹氬畨鍘', N'269', N'Ding,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2583', N'灞槍鍘', N'269', N'Tunchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2584', N'婢勮繄鍘', N'269', N'Chengmai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2585', N'涓撮珮鍘', N'269', N'Lingao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2586', N'鐧芥矙榛庢棌鑷不鍘', N'269', N'Baisha Lizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2587', N'鏄屾睙榛庢棌鑷不鍘', N'269', N'Changjiang Lizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2588', N'涔愪笢榛庢棌鑷不鍘', N'269', N'Ledong Lizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2589', N'闄垫按榛庢棌鑷不鍘', N'269', N'Lingshui Lizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'259', N'閽﹀窞甯', N'21', N'Qinzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2590', N'淇濅涵榛庢棌鑻楁棌鑷不鍘', N'269', N'Baoting Lizu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2591', N'鐞间腑榛庢棌鑻楁棌鑷不鍘', N'269', N'Qiongzhong Lizu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2592', N'瑗挎矙缇ゅ矝', N'269', N'Xisha Qundao') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2593', N'鍗楁矙缇ゅ矝', N'269', N'Nansha Qundao') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2594', N'涓矙缇ゅ矝鐨勫矝绀佸強鍏舵捣鍩', N'269', N'Zhongsha Qundao de Daojiao Jiqi Haiyu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2595', N'涓囧窞鍖', N'270', N'Wanzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2596', N'娑櫟鍖', N'270', N'Fuling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2597', N'娓濅腑鍖', N'270', N'Yuzhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2598', N'澶ф浮鍙e尯', N'270', N'Dadukou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2599', N'姹熷寳鍖', N'270', N'Jiangbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'26', N'浜戝崡鐪', N'1', N'Yunnan Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'260', N'璐垫腐甯', N'21', N'Guigang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2600', N'娌欏潽鍧濆尯', N'270', N'Shapingba Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2601', N'涔濋緳鍧″尯', N'270', N'Jiulongpo Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2602', N'鍗楀哺鍖', N'270', N'Nan,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2603', N'鍖楃鍖', N'270', N'Beibei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2604', N'涓囩洓鍖', N'270', N'Wansheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2605', N'鍙屾ˉ鍖', N'270', N'Shuangqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2606', N'娓濆寳鍖', N'270', N'Yubei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2607', N'宸村崡鍖', N'270', N'Banan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2608', N'榛旀睙鍖', N'270', N'Qianjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2609', N'闀垮鍖', N'270', N'Changshou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'261', N'鐜夋灄甯', N'21', N'Yulin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2610', N'缍︽睙鍘', N'271', N'Qijiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2611', N'娼煎崡鍘', N'271', N'Tongnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2612', N'閾滄鍘', N'271', N'Tongliang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2613', N'澶ц冻鍘', N'271', N'Dazu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2614', N'鑽f槍鍘', N'271', N'Rongchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2615', N'鐠у北鍘', N'271', N'Bishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2616', N'姊佸钩鍘', N'271', N'Liangping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2617', N'鍩庡彛鍘', N'271', N'Chengkou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2618', N'涓伴兘鍘', N'271', N'Fengdu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2619', N'鍨睙鍘', N'271', N'Dianjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'262', N'鐧捐壊甯', N'21', N'Baise Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2620', N'姝﹂殕鍘', N'271', N'Wulong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2621', N'蹇犲幙', N'271', N'Zhong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2622', N'寮鍘', N'271', N'Kai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2623', N'浜戦槼鍘', N'271', N'Yunyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2624', N'濂夎妭鍘', N'271', N'Fengjie Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2625', N'宸北鍘', N'271', N'Wushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2626', N'宸邯鍘', N'271', N'Wuxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2627', N'鐭虫煴鍦熷鏃忚嚜娌诲幙', N'271', N'Shizhu Tujiazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2628', N'绉灞卞湡瀹舵棌鑻楁棌鑷不鍘', N'271', N'Xiushan Tujiazu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2629', N'閰夐槼鍦熷鏃忚嫍鏃忚嚜娌诲幙', N'271', N'Youyang Tujiazu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'263', N'璐哄窞甯', N'21', N'Hezhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2630', N'褰按鑻楁棌鍦熷鏃忚嚜娌诲幙', N'271', N'Pengshui Miaozu Tujiazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2635', N'甯傝緰鍖', N'273', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2636', N'閿︽睙鍖', N'273', N'Jinjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2637', N'闈掔緤鍖', N'273', N'Qingyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2638', N'閲戠墰鍖', N'273', N'Jinniu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2639', N'姝︿警鍖', N'273', N'Wuhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'264', N'娌虫睜甯', N'21', N'Hechi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2640', N'鎴愬崕鍖', N'273', N'Chenghua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2641', N'榫欐硥椹垮尯', N'273', N'Longquanyi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2642', N'闈掔櫧姹熷尯', N'273', N'Qingbaijiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2643', N'鏂伴兘鍖', N'273', N'Xindu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2644', N'娓╂睙鍖', N'273', N'Wenjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2645', N'閲戝爞鍘', N'273', N'Jintang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2646', N'鍙屾祦鍘', N'273', N'Shuangliu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2647', N'閮幙', N'273', N'Pi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2648', N'澶ч倯鍘', N'273', N'Dayi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2649', N'钂叉睙鍘', N'273', N'Pujiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'265', N'鏉ュ甯', N'21', N'Laibin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2650', N'鏂版触鍘', N'273', N'Xinjin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2651', N'閮芥睙鍫板競', N'273', N'Dujiangyan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2652', N'褰窞甯', N'273', N'Pengzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2653', N'閭涘磧甯', N'273', N'Qionglai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2654', N'宕囧窞甯', N'273', N'Chongzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2655', N'甯傝緰鍖', N'274', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2656', N'鑷祦浜曞尯', N'274', N'Ziliujing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2657', N'璐′簳鍖', N'274', N'Gongjing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2658', N'澶у畨鍖', N'274', N'Da,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2659', N'娌挎哗鍖', N'274', N'Yantan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'266', N'宕囧乏甯', N'21', N'Chongzuo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2660', N'鑽e幙', N'274', N'Rong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2661', N'瀵岄『鍘', N'274', N'Fushun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2662', N'甯傝緰鍖', N'275', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2663', N'涓滃尯', N'275', N'Dong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2664', N'瑗垮尯', N'275', N'Xi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2665', N'浠佸拰鍖', N'275', N'Renhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2666', N'绫虫槗鍘', N'275', N'Miyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2667', N'鐩愯竟鍘', N'275', N'Yanbian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2668', N'甯傝緰鍖', N'276', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2669', N'姹熼槼鍖', N'276', N'Jiangyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'267', N'娴峰彛甯', N'22', N'Haikou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2670', N'绾虫邯鍖', N'276', N'Naxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2671', N'榫欓┈娼尯', N'276', N'Longmatan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2672', N'娉稿幙', N'276', N'Lu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2673', N'鍚堟睙鍘', N'276', N'Hejiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2674', N'鍙欐案鍘', N'276', N'Xuyong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2675', N'鍙よ敽鍘', N'276', N'Gulin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2676', N'甯傝緰鍖', N'277', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2677', N'鏃岄槼鍖', N'277', N'Jingyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2678', N'涓睙鍘', N'277', N'Zhongjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2679', N'缃楁睙鍘', N'277', N'Luojiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'268', N'涓変簹甯', N'22', N'Sanya Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2680', N'骞挎眽甯', N'277', N'Guanghan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2681', N'浠閭″競', N'277', N'Shifang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2682', N'缁电甯', N'277', N'Jinzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2683', N'甯傝緰鍖', N'278', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2684', N'娑煄鍖', N'278', N'Fucheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2685', N'娓镐粰鍖', N'278', N'Youxian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2686', N'涓夊彴鍘', N'278', N'Santai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2687', N'鐩愪涵鍘', N'278', N'Yanting Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2688', N'瀹夊幙', N'278', N'An Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2689', N'姊撴郊鍘', N'278', N'Zitong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'269', N'鐪佺洿杈栧幙绾ц鏀垮尯鍒', N'22', N'shengzhixiaxianjixingzhengquhua') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2690', N'鍖楀窛缇屾棌鑷不鍘', N'278', N'Beichuanqiangzuzizhi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2691', N'骞虫鍘', N'278', N'Pingwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2692', N'姹熸补甯', N'278', N'Jiangyou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2693', N'甯傝緰鍖', N'279', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2694', N'甯備腑鍖', N'279', N'Shizhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2695', N'鍏冨潩鍖', N'279', N'Yuanba Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2696', N'鏈濆ぉ鍖', N'279', N'Chaotian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2697', N'鏃鸿媿鍘', N'279', N'Wangcang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2698', N'闈掑窛鍘', N'279', N'Qingchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2699', N'鍓戦榿鍘', N'279', N'Jiange Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'27', N'瑗胯棌鑷不鍖', N'1', N'Xizang Zizhiqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'270', N'甯傝緰鍖', N'23', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2700', N'鑻嶆邯鍘', N'279', N'Cangxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2701', N'甯傝緰鍖', N'280', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2702', N'鑸瑰北鍖', N'280', N'Chuanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2703', N'瀹夊眳鍖', N'280', N'Anju Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2704', N'钃邯鍘', N'280', N'Pengxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2705', N'灏勬椽鍘', N'280', N'Shehong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2706', N'澶ц嫳鍘', N'280', N'Daying Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2707', N'甯傝緰鍖', N'281', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2708', N'甯備腑鍖', N'281', N'Shizhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2709', N'涓滃叴鍖', N'281', N'Dongxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'271', N'鍘', N'23', N'Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2710', N'濞佽繙鍘', N'281', N'Weiyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2711', N'璧勪腑鍘', N'281', N'Zizhong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2712', N'闅嗘槍鍘', N'281', N'Longchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2713', N'甯傝緰鍖', N'282', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2714', N'甯備腑鍖', N'282', N'Shizhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2715', N'娌欐咕鍖', N'282', N'Shawan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2716', N'浜旈氭ˉ鍖', N'282', N'Wutongqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2717', N'閲戝彛娌冲尯', N'282', N'Jinkouhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2718', N'鐘嶄负鍘', N'282', N'Qianwei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2719', N'浜曠爺鍘', N'282', N'Jingyan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2720', N'澶规睙鍘', N'282', N'Jiajiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2721', N'娌愬窛鍘', N'282', N'Muchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2722', N'宄ㄨ竟褰濇棌鑷不鍘', N'282', N'Ebian Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2723', N'椹竟褰濇棌鑷不鍘', N'282', N'Mabian Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2724', N'宄ㄧ湁灞卞競', N'282', N'Emeishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2725', N'甯傝緰鍖', N'283', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2726', N'椤哄簡鍖', N'283', N'Shunqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2727', N'楂樺潽鍖', N'283', N'Gaoping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2728', N'鍢夐櫟鍖', N'283', N'Jialing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2729', N'鍗楅儴鍘', N'283', N'Nanbu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'273', N'鎴愰兘甯', N'24', N'Chengdu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2730', N'钀ュ北鍘', N'283', N'Yingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2731', N'钃畨鍘', N'283', N'Peng,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2732', N'浠檱鍘', N'283', N'Yilong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2733', N'瑗垮厖鍘', N'283', N'Xichong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2734', N'闃嗕腑甯', N'283', N'Langzhong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2735', N'甯傝緰鍖', N'284', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2736', N'涓滃潯鍖', N'284', N'Dongpo Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2737', N'浠佸鍘', N'284', N'Renshou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2738', N'褰北鍘', N'284', N'Pengshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2739', N'娲泤鍘', N'284', N'Hongya Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'274', N'鑷础甯', N'24', N'Zigong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2740', N'涓规1鍘', N'284', N'Danling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2741', N'闈掔鍘', N'284', N'Qingshen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2742', N'甯傝緰鍖', N'285', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2743', N'缈犲睆鍖', N'285', N'Cuiping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2744', N'瀹滃鍘', N'285', N'Yibin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2745', N'鍗楁邯鍘', N'285', N'Nanxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2746', N'姹熷畨鍘', N'285', N'Jiang,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2747', N'闀垮畞鍘', N'285', N'Changning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2748', N'楂樺幙', N'285', N'Gao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2749', N'鐝欏幙', N'285', N'Gong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'275', N'鏀鏋濊姳甯', N'24', N'Panzhihua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2750', N'绛犺繛鍘', N'285', N'Junlian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2751', N'鍏存枃鍘', N'285', N'Xingwen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2752', N'灞忓北鍘', N'285', N'Pingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2753', N'甯傝緰鍖', N'286', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2754', N'骞垮畨鍖', N'286', N'Guang,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2755', N'宀虫睜鍘', N'286', N'Yuechi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2756', N'姝﹁儨鍘', N'286', N'Wusheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2757', N'閭绘按鍘', N'286', N'Linshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2759', N'甯傝緰鍖', N'287', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'276', N'娉稿窞甯', N'24', N'Luzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2760', N'閫氬窛鍖', N'287', N'Tongchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2761', N'杈惧幙', N'287', N'Da Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2762', N'瀹f眽鍘', N'287', N'Xuanhan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2763', N'寮姹熷幙', N'287', N'Kaijiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2764', N'澶х鍘', N'287', N'Dazhu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2765', N'娓犲幙', N'287', N'Qu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2766', N'涓囨簮甯', N'287', N'Wanyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2767', N'甯傝緰鍖', N'288', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2768', N'闆ㄥ煄鍖', N'288', N'Yucheg Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2769', N'鍚嶅北鍘', N'288', N'Mingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'277', N'寰烽槼甯', N'24', N'Deyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2770', N'鑽ョ粡鍘', N'288', N'Yingjing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2771', N'姹夋簮鍘', N'288', N'Hanyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2772', N'鐭虫鍘', N'288', N'Shimian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2773', N'澶╁叏鍘', N'288', N'Tianquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2774', N'鑺﹀北鍘', N'288', N'Lushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2775', N'瀹濆叴鍘', N'288', N'Baoxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2776', N'甯傝緰鍖', N'289', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2777', N'宸村窞鍖', N'289', N'Bazhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2778', N'閫氭睙鍘', N'289', N'Tongjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2779', N'鍗楁睙鍘', N'289', N'Nanjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'278', N'缁甸槼甯', N'24', N'Mianyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2780', N'骞虫槍鍘', N'289', N'Pingchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2781', N'甯傝緰鍖', N'290', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2782', N'闆佹睙鍖', N'290', N'Yanjiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2783', N'瀹夊渤鍘', N'290', N'Anyue Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2784', N'涔愯嚦鍘', N'290', N'Lezhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2785', N'绠闃冲競', N'290', N'Jianyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2786', N'姹跺窛鍘', N'291', N'Wenchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2787', N'鐞嗗幙', N'291', N'Li Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2788', N'鑼傚幙', N'291', N'Mao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2789', N'鏉炬綐鍘', N'291', N'Songpan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'279', N'骞垮厓甯', N'24', N'Guangyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2790', N'涔濆娌熷幙', N'291', N'Jiuzhaigou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2791', N'閲戝窛鍘', N'291', N'Jinchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2792', N'灏忛噾鍘', N'291', N'Xiaojin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2793', N'榛戞按鍘', N'291', N'Heishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2794', N'椹皵搴峰幙', N'291', N'Barkam Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2795', N'澹ゅ鍘', N'291', N'Zamtang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2796', N'闃垮潩鍘', N'291', N'Aba(Ngawa) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2797', N'鑻ュ皵鐩栧幙', N'291', N'ZoigeXian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2798', N'绾㈠師鍘', N'291', N'Hongyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2799', N'搴峰畾鍘', N'292', N'Kangding(Dardo) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'28', N'闄曡タ鐪', N'1', N'Shanxi Sheng ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'280', N'閬傚畞甯', N'24', N'Suining Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2800', N'娉稿畾鍘', N'292', N'Luding(Jagsamka) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2801', N'涓瑰反鍘', N'292', N'Danba(Rongzhag) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2802', N'涔濋緳鍘', N'292', N'Jiulong(Gyaisi) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2803', N'闆呮睙鍘', N'292', N'Yajiang(Nyagquka) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2804', N'閬撳瓪鍘', N'292', N'Dawu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2805', N'鐐夐湇鍘', N'292', N'Luhuo(Zhaggo) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2806', N'鐢樺瓬鍘', N'292', N'Garze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2807', N'鏂伴緳鍘', N'292', N'Xinlong(Nyagrong) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2808', N'寰锋牸鍘', N'292', N'DegeXian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2809', N'鐧界帀鍘', N'292', N'Baiyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'281', N'鍐呮睙甯', N'24', N'Neijiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2810', N'鐭虫笭鍘', N'292', N'Serxv Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2811', N'鑹茶揪鍘', N'292', N'Sertar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2812', N'鐞嗗鍘', N'292', N'Litang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2813', N'宸村鍘', N'292', N'Batang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2814', N'涔″煄鍘', N'292', N'Xiangcheng(Qagcheng) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2815', N'绋诲煄鍘', N'292', N'Daocheng(Dabba) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2816', N'寰楄崳鍘', N'292', N'Derong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2817', N'瑗挎槍甯', N'293', N'Xichang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2818', N'鏈ㄩ噷钘忔棌鑷不鍘', N'293', N'Muli Zangzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2819', N'鐩愭簮鍘', N'293', N'Yanyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'282', N'涔愬北甯', N'24', N'Leshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2820', N'寰锋槍鍘', N'293', N'Dechang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2821', N'浼氱悊鍘', N'293', N'Huili Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2822', N'浼氫笢鍘', N'293', N'Huidong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2823', N'瀹佸崡鍘', N'293', N'Ningnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2824', N'鏅牸鍘', N'293', N'Puge Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2825', N'甯冩嫋鍘', N'293', N'Butuo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2826', N'閲戦槼鍘', N'293', N'Jinyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2827', N'鏄鍘', N'293', N'Zhaojue Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2828', N'鍠滃痉鍘', N'293', N'Xide Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2829', N'鍐曞畞鍘', N'293', N'Mianning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'283', N'鍗楀厖甯', N'24', N'Nanchong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2830', N'瓒婅タ鍘', N'293', N'Yuexi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2831', N'鐢樻礇鍘', N'293', N'Ganluo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2832', N'缇庡鍘', N'293', N'Meigu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2833', N'闆锋尝鍘', N'293', N'Leibo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2834', N'甯傝緰鍖', N'294', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2835', N'鍗楁槑鍖', N'294', N'Nanming Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2836', N'浜戝博鍖', N'294', N'Yunyan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2837', N'鑺辨邯鍖', N'294', N'Huaxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2838', N'涔屽綋鍖', N'294', N'Wudang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2839', N'鐧戒簯鍖', N'294', N'Baiyun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'284', N'鐪夊北甯', N'24', N'Meishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2840', N'灏忔渤鍖', N'294', N'Xiaohe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2841', N'寮闃冲幙', N'294', N'Kaiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2842', N'鎭兘鍘', N'294', N'Xifeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2843', N'淇枃鍘', N'294', N'Xiuwen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2844', N'娓呴晣甯', N'294', N'Qingzhen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2845', N'閽熷北鍖', N'295', N'Zhongshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2846', N'鍏灊鐗瑰尯', N'295', N'Liuzhi Tequ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2847', N'姘村煄鍘', N'295', N'Shuicheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2848', N'鐩樺幙', N'295', N'Pan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2849', N'甯傝緰鍖', N'296', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'285', N'瀹滃甯', N'24', N'Yibin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2850', N'绾㈣姳宀楀尯', N'296', N'Honghuagang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2851', N'姹囧窛鍖', N'296', N'Huichuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2852', N'閬典箟鍘', N'296', N'Zunyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2853', N'妗愭鍘', N'296', N'Tongzi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2854', N'缁ラ槼鍘', N'296', N'Suiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2855', N'姝e畨鍘', N'296', N'Zhengan Xan') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2856', N'閬撶湡浠′浆鏃忚嫍鏃忚嚜娌诲幙', N'296', N'Daozhen Gelaozu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2857', N'鍔″窛浠′浆鏃忚嫍鏃忚嚜娌诲幙', N'296', N'Wuchuan Gelaozu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2858', N'鍑ゅ唸鍘', N'296', N'Fenggang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2859', N'婀勬江鍘', N'296', N'Meitan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'286', N'骞垮畨甯', N'24', N'Guang,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2860', N'浣欏簡鍘', N'296', N'Yuqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2861', N'涔犳按鍘', N'296', N'Xishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2862', N'璧ゆ按甯', N'296', N'Chishui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2863', N'浠佹甯', N'296', N'Renhuai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2864', N'甯傝緰鍖', N'297', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2865', N'瑗跨鍖', N'297', N'Xixiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2866', N'骞冲潩鍘', N'297', N'Pingba Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2867', N'鏅畾鍘', N'297', N'Puding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2868', N'闀囧畞甯冧緷鏃忚嫍鏃忚嚜娌诲幙', N'297', N'Zhenning Buyeizu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2869', N'鍏冲箔甯冧緷鏃忚嫍鏃忚嚜娌诲幙', N'297', N'Guanling Buyeizu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'287', N'杈惧窞甯', N'24', N'Dazhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2870', N'绱簯鑻楁棌甯冧緷鏃忚嚜娌诲幙', N'297', N'Ziyun Miaozu Buyeizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2871', N'閾滀粊甯', N'298', N'Tongren Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2872', N'姹熷彛鍘', N'298', N'Jiangkou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2873', N'鐜夊睆渚楁棌鑷不鍘', N'298', N'Yuping Dongzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2874', N'鐭抽槨鍘', N'298', N'Shiqian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2875', N'鎬濆崡鍘', N'298', N'Sinan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2876', N'鍗版睙鍦熷鏃忚嫍鏃忚嚜娌诲幙', N'298', N'Yinjiang Tujiazu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2877', N'寰锋睙鍘', N'298', N'Dejiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2878', N'娌挎渤鍦熷鏃忚嚜娌诲幙', N'298', N'Yanhe Tujiazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2879', N'鏉炬鑻楁棌鑷不鍘', N'298', N'Songtao Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'288', N'闆呭畨甯', N'24', N'Ya,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2880', N'涓囧北鐗瑰尯', N'298', N'Wanshan Tequ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2881', N'鍏翠箟甯', N'299', N'Xingyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2882', N'鍏翠粊鍘', N'299', N'Xingren Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2883', N'鏅畨鍘', N'299', N'Pu,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2884', N'鏅撮殕鍘', N'299', N'Qinglong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2885', N'璐炰赴鍘', N'299', N'Zhenfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2886', N'鏈涜盁鍘', N'299', N'Wangmo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2887', N'鍐屼酣鍘', N'299', N'Ceheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2888', N'瀹夐緳鍘', N'299', N'Anlong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2889', N'姣曡妭甯', N'300', N'Bijie Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'289', N'宸翠腑甯', N'24', N'Bazhong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2890', N'澶ф柟鍘', N'300', N'Dafang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2891', N'榛旇タ鍘', N'300', N'Qianxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2892', N'閲戞矙鍘', N'300', N'Jinsha Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2893', N'缁囬噾鍘', N'300', N'Zhijin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2894', N'绾抽泹鍘', N'300', N'Nayong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2895', N'濞佸畞褰濇棌鍥炴棌鑻楁棌鑷不鍘', N'300', N'Weining Yizu Huizu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2896', N'璧珷鍘', N'300', N'Hezhang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2897', N'鍑噷甯', N'301', N'Kaili Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2898', N'榛勫钩鍘', N'301', N'Huangping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2899', N'鏂界鍘', N'301', N'Shibing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'29', N'鐢樿們鐪', N'1', N'Gansu Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'290', N'璧勯槼甯', N'24', N'Ziyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2900', N'涓夌鍘', N'301', N'Sansui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2901', N'闀囪繙鍘', N'301', N'Zhenyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2902', N'宀戝珐鍘', N'301', N'Cengong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2903', N'澶╂煴鍘', N'301', N'Tianzhu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2904', N'閿﹀睆鍘', N'301', N'Jinping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2905', N'鍓戞渤鍘', N'301', N'Jianhe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2906', N'鍙版睙鍘', N'301', N'Taijiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2907', N'榛庡钩鍘', N'301', N'Liping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2908', N'姒曟睙鍘', N'301', N'Rongjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2909', N'浠庢睙鍘', N'301', N'Congjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'291', N'闃垮潩钘忔棌缇屾棌鑷不宸', N'24', N'Aba(Ngawa) Zangzu Qiangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2910', N'闆峰北鍘', N'301', N'Leishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2911', N'楹绘睙鍘', N'301', N'Majiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2912', N'涓瑰鍘', N'301', N'Danzhai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2913', N'閮藉寑甯', N'302', N'Duyun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2914', N'绂忔硥甯', N'302', N'Fuquan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2915', N'鑽旀尝鍘', N'302', N'Libo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2916', N'璐靛畾鍘', N'302', N'Guiding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2917', N'鐡畨鍘', N'302', N'Weng,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2918', N'鐙北鍘', N'302', N'Dushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2919', N'骞冲鍘', N'302', N'Pingtang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'292', N'鐢樺瓬钘忔棌鑷不宸', N'24', N'Garze Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2920', N'缃楃敻鍘', N'302', N'Luodian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2921', N'闀块『鍘', N'302', N'Changshun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2922', N'榫欓噷鍘', N'302', N'Longli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2923', N'鎯犳按鍘', N'302', N'Huishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2924', N'涓夐兘姘存棌鑷不鍘', N'302', N'Sandu Suizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2925', N'甯傝緰鍖', N'303', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2926', N'浜斿崕鍖', N'303', N'Wuhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2927', N'鐩橀緳鍖', N'303', N'Panlong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2928', N'瀹樻浮鍖', N'303', N'Guandu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2929', N'瑗垮北鍖', N'303', N'Xishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'293', N'鍑夊北褰濇棌鑷不宸', N'24', N'Liangshan Yizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2930', N'涓滃窛鍖', N'303', N'Dongchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2931', N'鍛堣础鍘', N'303', N'Chenggong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2932', N'鏅嬪畞鍘', N'303', N'Jinning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2933', N'瀵屾皯鍘', N'303', N'Fumin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2934', N'瀹滆壇鍘', N'303', N'Yiliang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2935', N'鐭虫灄褰濇棌鑷不鍘', N'303', N'Shilin Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2936', N'宓╂槑鍘', N'303', N'Songming Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2937', N'绂勫姖褰濇棌鑻楁棌鑷不鍘', N'303', N'Luchuan Yizu Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2938', N'瀵荤敻鍥炴棌褰濇棌鑷不鍘', N'303', N'Xundian Huizu Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2939', N'瀹夊畞甯', N'303', N'Anning Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'294', N'璐甸槼甯', N'25', N'Guiyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2940', N'甯傝緰鍖', N'304', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2941', N'楹掗簾鍖', N'304', N'Qilin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2942', N'椹緳鍘', N'304', N'Malong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2943', N'闄嗚壇鍘', N'304', N'Luliang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2944', N'甯堝畻鍘', N'304', N'Shizong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2945', N'缃楀钩鍘', N'304', N'Luoping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2946', N'瀵屾簮鍘', N'304', N'Fuyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2947', N'浼氭辰鍘', N'304', N'Huize Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2948', N'娌剧泭鍘', N'304', N'Zhanyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2949', N'瀹e▉甯', N'304', N'Xuanwei Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'295', N'鍏洏姘村競', N'25', N'Liupanshui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2950', N'甯傝緰鍖', N'305', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2951', N'绾㈠鍖', N'305', N'Hongta Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2952', N'姹熷窛鍘', N'305', N'Jiangchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2953', N'婢勬睙鍘', N'305', N'Chengjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2954', N'閫氭捣鍘', N'305', N'Tonghai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2955', N'鍗庡畞鍘', N'305', N'Huaning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2956', N'鏄撻棬鍘', N'305', N'Yimen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2957', N'宄ㄥ北褰濇棌鑷不鍘', N'305', N'Eshan Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2958', N'鏂板钩褰濇棌鍌f棌鑷不鍘', N'305', N'Xinping Yizu Daizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2959', N'鍏冩睙鍝堝凹鏃忓綕鏃忓偅鏃忚嚜娌诲幙', N'305', N'Yuanjiang Hanizu Yizu Daizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'296', N'閬典箟甯', N'25', N'Zunyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2960', N'甯傝緰鍖', N'306', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2961', N'闅嗛槼鍖', N'306', N'Longyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2962', N'鏂界敻鍘', N'306', N'Shidian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2963', N'鑵惧啿鍘', N'306', N'Tengchong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2964', N'榫欓櫟鍘', N'306', N'Longling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2965', N'鏄屽畞鍘', N'306', N'Changning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2966', N'甯傝緰鍖', N'307', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2967', N'鏄槼鍖', N'307', N'Zhaoyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2968', N'椴佺敻鍘', N'307', N'Ludian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2969', N'宸у鍘', N'307', N'Qiaojia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'297', N'瀹夐『甯', N'25', N'Anshun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2970', N'鐩愭触鍘', N'307', N'Yanjin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2971', N'澶у叧鍘', N'307', N'Daguan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2972', N'姘稿杽鍘', N'307', N'Yongshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2973', N'缁ユ睙鍘', N'307', N'Suijiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2974', N'闀囬泟鍘', N'307', N'Zhenxiong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2975', N'褰濊壇鍘', N'307', N'Yiliang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2976', N'濞佷俊鍘', N'307', N'Weixin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2977', N'姘村瘜鍘', N'307', N'Shuifu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2978', N'甯傝緰鍖', N'308', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2979', N'鍙ゅ煄鍖', N'308', N'Gucheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'298', N'閾滀粊鍦板尯', N'25', N'Tongren Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2980', N'鐜夐緳绾宠タ鏃忚嚜娌诲幙', N'308', N'Yulongnaxizuzizhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2981', N'姘歌儨鍘', N'308', N'Yongsheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2982', N'鍗庡潽鍘', N'308', N'Huaping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2983', N'瀹佽挆褰濇棌鑷不鍘', N'308', N'Ninglang Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2984', N'甯傝緰鍖', N'309', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2985', N'鎬濊寘鍖', N'309', N'Simao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2986', N'瀹佹幢鍝堝凹鏃忓綕鏃忚嚜娌诲幙', N'309', N'Pu,er Hanizu Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2987', N'澧ㄦ睙鍝堝凹鏃忚嚜娌诲幙', N'309', N'Mojiang Hanizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2988', N'鏅笢褰濇棌鑷不鍘', N'309', N'Jingdong Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2989', N'鏅胺鍌f棌褰濇棌鑷不鍘', N'309', N'Jinggu Daizu Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'299', N'榛旇タ鍗楀竷渚濇棌鑻楁棌鑷不宸', N'25', N'Qianxinan Buyeizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2990', N'闀囨矃褰濇棌鍝堝凹鏃忔媺绁滄棌鑷不鍘', N'309', N'Zhenyuan Yizu Hanizu Lahuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2991', N'姹熷煄鍝堝凹鏃忓綕鏃忚嚜娌诲幙', N'309', N'Jiangcheng Hanizu Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2992', N'瀛熻繛鍌f棌鎷夌鏃忎饯鏃忚嚜娌诲幙', N'309', N'Menglian Daizu Lahuzu Vazu Zizixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2993', N'婢滄钵鎷夌鏃忚嚜娌诲幙', N'309', N'Lancang Lahuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2994', N'瑗跨洘浣ゆ棌鑷不鍘', N'309', N'Ximeng Vazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2995', N'甯傝緰鍖', N'310', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2996', N'涓寸繑鍖', N'310', N'Linxiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2997', N'鍑ゅ簡鍘', N'310', N'Fengqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2998', N'浜戝幙', N'310', N'Yun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'2999', N'姘稿痉鍘', N'310', N'Yongde Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3', N'澶╂触甯', N'1', N'Tianjin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'30', N'闈掓捣鐪', N'1', N'Qinghai Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'300', N'姣曡妭鍦板尯', N'25', N'Bijie Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3000', N'闀囧悍鍘', N'310', N'Zhenkang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3001', N'鍙屾睙鎷夌鏃忎饯鏃忓竷鏈楁棌鍌f棌鑷不鍘', N'310', N'Shuangjiang Lahuzu Vazu Bulangzu Daizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3002', N'鑰块┈鍌f棌浣ゆ棌鑷不鍘', N'310', N'Gengma Daizu Vazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3003', N'娌ф簮浣ゆ棌鑷不鍘', N'310', N'Cangyuan Vazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3004', N'妤氶泟甯', N'311', N'Chuxiong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3005', N'鍙屾煆鍘', N'311', N'Shuangbai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3006', N'鐗熷畾鍘', N'311', N'Mouding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3007', N'鍗楀崕鍘', N'311', N'Nanhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3008', N'濮氬畨鍘', N'311', N'Yao,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3009', N'澶у鍘', N'311', N'Dayao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'301', N'榛斾笢鍗楄嫍鏃忎緱鏃忚嚜娌诲窞', N'25', N'Qiandongnan Miaozu Dongzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3010', N'姘镐粊鍘', N'311', N'Yongren Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3011', N'鍏冭皨鍘', N'311', N'Yuanmou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3012', N'姝﹀畾鍘', N'311', N'Wuding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3013', N'绂勪赴鍘', N'311', N'Lufeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3014', N'涓棫甯', N'312', N'Gejiu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3015', N'寮杩滃競', N'312', N'Kaiyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3016', N'钂欒嚜甯', N'312', N'Mengzi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3017', N'灞忚竟鑻楁棌鑷不鍘', N'312', N'Pingbian Miaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3018', N'寤烘按鍘', N'312', N'Jianshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3019', N'鐭冲睆鍘', N'312', N'Shiping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'302', N'榛斿崡甯冧緷鏃忚嫍鏃忚嚜娌诲窞', N'25', N'Qiannan Buyeizu Miaozu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3020', N'寮ュ嫆鍘', N'312', N'Mile Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3021', N'娉歌タ鍘', N'312', N'Luxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3022', N'鍏冮槼鍘', N'312', N'Yuanyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3023', N'绾㈡渤鍘', N'312', N'Honghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3024', N'閲戝钩鑻楁棌鐟舵棌鍌f棌鑷不鍘', N'312', N'Jinping Miaozu Yaozu Daizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3025', N'缁挎槬鍘', N'312', N'Lvchun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3026', N'娌冲彛鐟舵棌鑷不鍘', N'312', N'Hekou Yaozu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3027', N'鏂囧北鍘', N'313', N'Wenshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3028', N'鐮氬北鍘', N'313', N'Yanshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3029', N'瑗跨暣鍘', N'313', N'Xichou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'303', N'鏄嗘槑甯', N'26', N'Kunming Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3030', N'楹绘牀鍧″幙', N'313', N'Malipo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3031', N'椹叧鍘', N'313', N'Maguan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3032', N'涓樺寳鍘', N'313', N'Qiubei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3033', N'骞垮崡鍘', N'313', N'Guangnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3034', N'瀵屽畞鍘', N'313', N'Funing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3035', N'鏅椽甯', N'314', N'Jinghong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3036', N'鍕愭捣鍘', N'314', N'Menghai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3037', N'鍕愯厞鍘', N'314', N'Mengla Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3038', N'澶х悊甯', N'315', N'Dali Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3039', N'婕炬繛褰濇棌鑷不鍘', N'315', N'Yangbi Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'304', N'鏇查潠甯', N'26', N'Qujing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3040', N'绁ヤ簯鍘', N'315', N'Xiangyun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3041', N'瀹惧窛鍘', N'315', N'Binchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3042', N'寮ユ浮鍘', N'315', N'Midu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3043', N'鍗楁锭褰濇棌鑷不鍘', N'315', N'Nanjian Yizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3044', N'宸嶅北褰濇棌鍥炴棌鑷不鍘', N'315', N'Weishan Yizu Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3045', N'姘稿钩鍘', N'315', N'Yongping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3046', N'浜戦緳鍘', N'315', N'Yunlong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3047', N'娲辨簮鍘', N'315', N'Eryuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3048', N'鍓戝窛鍘', N'315', N'Jianchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3049', N'楣ゅ簡鍘', N'315', N'Heqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'305', N'鐜夋邯甯', N'26', N'Yuxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3050', N'鐟炰附甯', N'316', N'Ruili Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3051', N'鑺掑競', N'316', N'Luxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3052', N'姊佹渤鍘', N'316', N'Lianghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3053', N'鐩堟睙鍘', N'316', N'Yingjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3054', N'闄囧窛鍘', N'316', N'Longchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3055', N'娉告按鍘', N'317', N'Lushui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3056', N'绂忚础鍘', N'317', N'Fugong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3057', N'璐″北鐙緳鏃忔掓棌鑷不鍘', N'317', N'Gongshan Dulongzu Nuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3058', N'鍏板潽鐧芥棌鏅背鏃忚嚜娌诲幙', N'317', N'Lanping Baizu Pumizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3059', N'棣欐牸閲屾媺鍘', N'318', N'Xianggelila Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'306', N'淇濆北甯', N'26', N'Baoshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3060', N'寰烽挦鍘', N'318', N'Deqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3061', N'缁磋タ鍌堝兂鏃忚嚜娌诲幙', N'318', N'Weixi Lisuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3062', N'甯傝緰鍖', N'319', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3063', N'鍩庡叧鍖', N'319', N'Chengguang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3064', N'鏋楀懆鍘', N'319', N'Lhvnzhub Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3065', N'褰撻泟鍘', N'319', N'Damxung Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3066', N'灏兼湪鍘', N'319', N'Nyemo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3067', N'鏇叉按鍘', N'319', N'Qvxv Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3068', N'鍫嗛緳寰峰簡鍘', N'319', N'Doilungdeqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3069', N'杈惧瓬鍘', N'319', N'Dagze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'307', N'鏄氬競', N'26', N'Zhaotong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3070', N'澧ㄧ宸ュ崱鍘', N'319', N'Maizhokunggar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3071', N'鏄岄兘鍘', N'320', N'Qamdo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3072', N'姹熻揪鍘', N'320', N'Jomda Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3073', N'璐¤鍘', N'320', N'Konjo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3074', N'绫讳箤榻愬幙', N'320', N'Riwoqe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3075', N'涓侀潚鍘', N'320', N'Dengqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3076', N'瀵熼泤鍘', N'320', N'Chagyab Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3077', N'鍏鍘', N'320', N'Baxoi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3078', N'宸﹁础鍘', N'320', N'Zogang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3079', N'鑺掑悍鍘', N'320', N'Mangkam Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'308', N'涓芥睙甯', N'26', N'Lijiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3080', N'娲涢殕鍘', N'320', N'Lhorong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3081', N'杈瑰潩鍘', N'320', N'Banbar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3082', N'涔冧笢鍘', N'321', N'Nedong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3083', N'鎵庡泭鍘', N'321', N'Chanang(Chatang) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3084', N'璐″槑鍘', N'321', N'Gonggar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3085', N'妗戞棩鍘', N'321', N'Sangri Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3086', N'鐞肩粨鍘', N'321', N'Qonggyai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3087', N'鏇叉澗鍘', N'321', N'Qusum Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3088', N'鎺編鍘', N'321', N'Comai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3089', N'娲涙墡鍘', N'321', N'Lhozhag Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'309', N'鏅幢甯', N'26', N'Simao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3090', N'鍔犳煡鍘', N'321', N'Gyaca Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3091', N'闅嗗瓙鍘', N'321', N'Lhvnze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3092', N'閿欓偅鍘', N'321', N'Cona Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3093', N'娴崱瀛愬幙', N'321', N'Nagarze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3094', N'鏃ュ杸鍒欏競', N'322', N'Xigaze Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3095', N'鍗楁湪鏋楀幙', N'322', N'Namling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3096', N'姹熷瓬鍘', N'322', N'Gyangze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3097', N'瀹氭棩鍘', N'322', N'Tingri Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3098', N'钀ㄨ喀鍘', N'322', N'Sa,gya Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3099', N'鎷夊瓬鍘', N'322', N'Lhaze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'31', N'瀹佸鍥炴棌鑷不鍖', N'1', N'Ningxia Huizu Zizhiqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'310', N'涓存钵甯', N'26', N'Lincang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3100', N'鏄備粊鍘', N'322', N'Ngamring Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3101', N'璋㈤氶棬鍘', N'322', N'Xaitongmoin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3102', N'鐧芥湕鍘', N'322', N'Bainang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3103', N'浠佸竷鍘', N'322', N'Rinbung Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3104', N'搴烽┈鍘', N'322', N'Kangmar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3105', N'瀹氱粨鍘', N'322', N'Dinggye Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3106', N'浠插反鍘', N'322', N'Zhongba Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3107', N'浜氫笢鍘', N'322', N'Yadong(Chomo) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3108', N'鍚夐殕鍘', N'322', N'Gyirong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3109', N'鑱傛媺鏈ㄥ幙', N'322', N'Nyalam Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'311', N'妤氶泟褰濇棌鑷不宸', N'26', N'Chuxiong Yizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3110', N'钀ㄥ槑鍘', N'322', N'Saga Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3111', N'宀楀反鍘', N'322', N'Gamba Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3112', N'閭f洸鍘', N'323', N'Nagqu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3113', N'鍢夐粠鍘', N'323', N'Lhari Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3114', N'姣斿鍘', N'323', N'Biru Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3115', N'鑱傝崳鍘', N'323', N'Nyainrong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3116', N'瀹夊鍘', N'323', N'Amdo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3117', N'鐢虫墡鍘', N'323', N'Xainza Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3118', N'绱㈠幙', N'323', N'Sog Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3119', N'鐝垐鍘', N'323', N'Bangoin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'312', N'绾㈡渤鍝堝凹鏃忓綕鏃忚嚜娌诲窞', N'26', N'Honghe Hanizu Yizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3120', N'宸撮潚鍘', N'323', N'Baqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3121', N'灏肩帥鍘', N'323', N'Nyima Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3122', N'鏅叞鍘', N'324', N'Burang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3123', N'鏈揪鍘', N'324', N'Zanda Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3124', N'鍣跺皵鍘', N'324', N'Gar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3125', N'鏃ュ湡鍘', N'324', N'Rutog Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3126', N'闈╁悏鍘', N'324', N'Ge,gyai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3127', N'鏀瑰垯鍘', N'324', N'Gerze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3128', N'鎺嫟鍘', N'324', N'Coqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3129', N'鏋楄姖鍘', N'325', N'Nyingchi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'313', N'鏂囧北澹棌鑻楁棌鑷不宸', N'26', N'Wenshan Zhuangzu Miaozu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3130', N'宸ュ竷姹熻揪鍘', N'325', N'Gongbo,gyamda Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3131', N'绫虫灄鍘', N'325', N'Mainling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3132', N'澧ㄨ劚鍘', N'325', N'Metog Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3133', N'娉㈠瘑鍘', N'325', N'Bomi(Bowo) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3134', N'瀵熼殔鍘', N'325', N'Zayv Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3135', N'鏈楀幙', N'325', N'Nang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3136', N'甯傝緰鍖', N'326', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3137', N'鏂板煄鍖', N'326', N'Xincheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3138', N'纰戞灄鍖', N'326', N'Beilin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3139', N'鑾叉箹鍖', N'326', N'Lianhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'314', N'瑗垮弻鐗堢撼鍌f棌鑷不宸', N'26', N'Xishuangbanna Daizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3140', N'鐏炴ˉ鍖', N'326', N'Baqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3141', N'鏈ぎ鍖', N'326', N'Weiyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3142', N'闆佸鍖', N'326', N'Yanta Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3143', N'闃庤壇鍖', N'326', N'Yanliang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3144', N'涓存郊鍖', N'326', N'Lintong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3145', N'闀垮畨鍖', N'326', N'Changan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3146', N'钃濈敯鍘', N'326', N'Lantian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3147', N'鍛ㄨ嚦鍘', N'326', N'Zhouzhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3148', N'鎴峰幙', N'326', N'Hu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3149', N'楂橀櫟鍘', N'326', N'Gaoling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'315', N'澶х悊鐧芥棌鑷不宸', N'26', N'Dali Baizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3150', N'甯傝緰鍖', N'327', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3151', N'鐜嬬泭鍖', N'327', N'Wangyi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3152', N'鍗板彴鍖', N'327', N'Yintai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3153', N'鑰宸炲尯', N'327', N'Yaozhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3154', N'瀹滃悰鍘', N'327', N'Yijun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3155', N'甯傝緰鍖', N'328', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3156', N'娓花鍖', N'328', N'Weibin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3157', N'閲戝彴鍖', N'328', N'Jintai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3158', N'闄堜粨鍖', N'328', N'Chencang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3159', N'鍑ょ繑鍘', N'328', N'Fengxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'316', N'寰峰畯鍌f棌鏅鏃忚嚜娌诲窞', N'26', N'Dehong Daizu Jingpozu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3160', N'宀愬北鍘', N'328', N'Qishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3161', N'鎵堕鍘', N'328', N'Fufeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3162', N'鐪夊幙', N'328', N'Mei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3163', N'闄囧幙', N'328', N'Long Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3164', N'鍗冮槼鍘', N'328', N'Qianyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3165', N'楹熸父鍘', N'328', N'Linyou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3166', N'鍑ゅ幙', N'328', N'Feng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3167', N'澶櫧鍘', N'328', N'Taibai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3168', N'甯傝緰鍖', N'329', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3169', N'绉﹂兘鍖', N'329', N'Qindu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'317', N'鎬掓睙鍌堝兂鏃忚嚜娌诲窞', N'26', N'Nujiang Lisuzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3170', N'鏉ㄩ櫟鍖', N'329', N'Yangling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3171', N'娓煄鍖', N'329', N'Weicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3172', N'涓夊師鍘', N'329', N'Sanyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3173', N'娉鹃槼鍘', N'329', N'Jingyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3174', N'涔惧幙', N'329', N'Qian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3175', N'绀兼硥鍘', N'329', N'Liquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3176', N'姘稿鍘', N'329', N'Yongshou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3177', N'褰幙', N'329', N'Bin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3178', N'闀挎鍘', N'329', N'Changwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3179', N'鏃倯鍘', N'329', N'Xunyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'318', N'杩簡钘忔棌鑷不宸', N'26', N'Deqen Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3180', N'娣冲寲鍘', N'329', N'Chunhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3181', N'姝﹀姛鍘', N'329', N'Wugong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3182', N'鍏村钩甯', N'329', N'Xingping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3183', N'甯傝緰鍖', N'330', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3184', N'涓存腑鍖', N'330', N'Linwei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3185', N'鍗庡幙', N'330', N'Hua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3186', N'娼煎叧鍘', N'330', N'Tongguan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3187', N'澶ц崝鍘', N'330', N'Dali Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3188', N'鍚堥槼鍘', N'330', N'Heyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3189', N'婢勫煄鍘', N'330', N'Chengcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'319', N'鎷夎惃甯', N'27', N'Lhasa Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3190', N'钂插煄鍘', N'330', N'Pucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3191', N'鐧芥按鍘', N'330', N'Baishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3192', N'瀵屽钩鍘', N'330', N'Fuping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3193', N'闊╁煄甯', N'330', N'Hancheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3194', N'鍗庨槾甯', N'330', N'Huayin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3195', N'甯傝緰鍖', N'331', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3196', N'瀹濆鍖', N'331', N'Baota Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3197', N'寤堕暱鍘', N'331', N'Yanchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3198', N'寤跺窛鍘', N'331', N'Yanchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3199', N'瀛愰暱鍘', N'331', N'Zichang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'32', N'鏂扮枂缁村惥灏旇嚜娌诲尯', N'1', N'Xinjiang Uygur Zizhiqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'320', N'鏄岄兘鍦板尯', N'27', N'Qamdo Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3200', N'瀹夊鍘', N'331', N'Ansai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3201', N'蹇椾腹鍘', N'331', N'Zhidan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3202', N'鍚磋捣鍘', N'331', N'Wuqi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3203', N'鐢樻硥鍘', N'331', N'Ganquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3204', N'瀵屽幙', N'331', N'Fu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3205', N'娲涘窛鍘', N'331', N'Luochuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3206', N'瀹滃窛鍘', N'331', N'Yichuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3207', N'榛勯緳鍘', N'331', N'Huanglong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3208', N'榛勯櫟鍘', N'331', N'Huangling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3209', N'甯傝緰鍖', N'332', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'321', N'灞卞崡鍦板尯', N'27', N'Shannan Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3210', N'姹夊彴鍖', N'332', N'Hantai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3211', N'鍗楅儜鍘', N'332', N'Nanzheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3212', N'鍩庡浐鍘', N'332', N'Chenggu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3213', N'娲嬪幙', N'332', N'Yang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3214', N'瑗夸埂鍘', N'332', N'Xixiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3215', N'鍕夊幙', N'332', N'Mian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3216', N'瀹佸己鍘', N'332', N'Ningqiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3217', N'鐣ラ槼鍘', N'332', N'Lueyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3218', N'闀囧反鍘', N'332', N'Zhenba Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3219', N'鐣欏潩鍘', N'332', N'Liuba Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'322', N'鏃ュ杸鍒欏湴鍖', N'27', N'Xigaze Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3220', N'浣涘潽鍘', N'332', N'Foping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3221', N'甯傝緰鍖', N'333', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3222', N'姒嗛槼鍖', N'333', N'Yuyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3223', N'绁炴湪鍘', N'333', N'Shenmu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3224', N'搴滆胺鍘', N'333', N'Fugu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3225', N'妯北鍘', N'333', N'Hengshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3226', N'闈栬竟鍘', N'333', N'Jingbian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3227', N'瀹氳竟鍘', N'333', N'Dingbian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3228', N'缁ュ痉鍘', N'333', N'Suide Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3229', N'绫宠剛鍘', N'333', N'Mizhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'323', N'閭f洸鍦板尯', N'27', N'Nagqu Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3230', N'浣冲幙', N'333', N'Jia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3231', N'鍚村牎鍘', N'333', N'Wubu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3232', N'娓呮锭鍘', N'333', N'Qingjian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3233', N'瀛愭床鍘', N'333', N'Zizhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3234', N'甯傝緰鍖', N'334', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3235', N'姹夋花鍖', N'334', N'Hanbin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3236', N'姹夐槾鍘', N'334', N'Hanyin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3237', N'鐭虫硥鍘', N'334', N'Shiquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3238', N'瀹侀檿鍘', N'334', N'Ningshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3239', N'绱槼鍘', N'334', N'Ziyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'324', N'闃块噷鍦板尯', N'27', N'Ngari Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3240', N'宀氱殝鍘', N'334', N'Langao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3241', N'骞冲埄鍘', N'334', N'Pingli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3242', N'闀囧潽鍘', N'334', N'Zhenping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3243', N'鏃槼鍘', N'334', N'Xunyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3244', N'鐧芥渤鍘', N'334', N'Baihe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3245', N'甯傝緰鍖', N'335', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3246', N'鍟嗗窞鍖', N'335', N'Shangzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3247', N'娲涘崡鍘', N'335', N'Luonan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3248', N'涓瑰嚖鍘', N'335', N'Danfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3249', N'鍟嗗崡鍘', N'335', N'Shangnan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'325', N'鏋楄姖鍦板尯', N'27', N'Nyingchi Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3250', N'灞遍槼鍘', N'335', N'Shanyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3251', N'闀囧畨鍘', N'335', N'Zhen,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3252', N'鏌炴按鍘', N'335', N'Zhashui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3253', N'甯傝緰鍖', N'336', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3254', N'鍩庡叧鍖', N'336', N'Chengguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3255', N'涓冮噷娌冲尯', N'336', N'Qilihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3256', N'瑗垮浐鍖', N'336', N'Xigu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3257', N'瀹夊畞鍖', N'336', N'Anning Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3258', N'绾㈠彜鍖', N'336', N'Honggu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3259', N'姘哥櫥鍘', N'336', N'Yongdeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'326', N'瑗垮畨甯', N'28', N'Xi,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3260', N'鐨嬪叞鍘', N'336', N'Gaolan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3261', N'姒嗕腑鍘', N'336', N'Yuzhong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3262', N'甯傝緰鍖', N'337', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3263', N'甯傝緰鍖', N'338', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3264', N'閲戝窛鍖', N'338', N'Jinchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3265', N'姘告槍鍘', N'338', N'Yongchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3266', N'甯傝緰鍖', N'339', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3267', N'鐧介摱鍖', N'339', N'Baiyin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3268', N'骞冲窛鍖', N'339', N'Pingchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3269', N'闈栬繙鍘', N'339', N'Jingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'327', N'閾滃窛甯', N'28', N'Tongchuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3270', N'浼氬畞鍘', N'339', N'Huining xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3271', N'鏅嘲鍘', N'339', N'Jingtai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3272', N'甯傝緰鍖', N'340', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3274', N'绉﹀窞鍖', N'340', N'Beidao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3275', N'娓呮按鍘', N'340', N'Qingshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3276', N'绉﹀畨鍘', N'340', N'Qin,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3277', N'鐢樿胺鍘', N'340', N'Gangu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3278', N'姝﹀北鍘', N'340', N'Wushan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3279', N'寮犲宸濆洖鏃忚嚜娌诲幙', N'340', N'Zhangjiachuan Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'328', N'瀹濋浮甯', N'28', N'Baoji Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3280', N'甯傝緰鍖', N'341', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3281', N'鍑夊窞鍖', N'341', N'Liangzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3282', N'姘戝嫟鍘', N'341', N'Minqin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3283', N'鍙ゆ氮鍘', N'341', N'Gulang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3284', N'澶╃钘忔棌鑷不鍘', N'341', N'Tianzhu Zangzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3285', N'甯傝緰鍖', N'342', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3286', N'鐢樺窞鍖', N'342', N'Ganzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3287', N'鑲冨崡瑁曞浐鏃忚嚜娌诲幙', N'342', N'Sunan Yugurzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3288', N'姘戜箰鍘', N'342', N'Minle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3289', N'涓存辰鍘', N'342', N'Linze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'329', N'鍜搁槼甯', N'28', N'Xianyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3290', N'楂樺彴鍘', N'342', N'Gaotai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3291', N'灞变腹鍘', N'342', N'Shandan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3292', N'甯傝緰鍖', N'343', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3293', N'宕嗗硳鍖', N'343', N'Kongdong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3294', N'娉惧窛鍘', N'343', N'Jingchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3295', N'鐏靛彴鍘', N'343', N'Lingtai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3296', N'宕囦俊鍘', N'343', N'Chongxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3297', N'鍗庝涵鍘', N'343', N'Huating Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3298', N'搴勬氮鍘', N'343', N'Zhuanglang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3299', N'闈欏畞鍘', N'343', N'Jingning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'33', N'甯傝緰鍖', N'2', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'330', N'娓崡甯', N'28', N'Weinan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3300', N'甯傝緰鍖', N'344', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3301', N'鑲冨窞鍖', N'344', N'Suzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3302', N'閲戝鍘', N'344', N'Jinta Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3304', N'鑲冨寳钂欏彜鏃忚嚜娌诲幙', N'344', N'Subei Monguzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3305', N'闃垮厠濉炲搱钀ㄥ厠鏃忚嚜娌诲幙', N'344', N'Aksay Kazakzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3306', N'鐜夐棬甯', N'344', N'Yumen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3307', N'鏁︾厡甯', N'344', N'Dunhuang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3308', N'甯傝緰鍖', N'345', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3309', N'瑗垮嘲鍖', N'345', N'Xifeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'331', N'寤跺畨甯', N'28', N'Yan,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3310', N'搴嗗煄鍘', N'345', N'Qingcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3311', N'鐜幙', N'345', N'Huan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3312', N'鍗庢睜鍘', N'345', N'Huachi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3313', N'鍚堟按鍘', N'345', N'Heshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3314', N'姝e畞鍘', N'345', N'Zhengning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3315', N'瀹佸幙', N'345', N'Ning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3316', N'闀囧師鍘', N'345', N'Zhenyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3317', N'甯傝緰鍖', N'346', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3318', N'瀹夊畾鍖', N'346', N'Anding Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3319', N'閫氭腑鍘', N'346', N'Tongwei Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'332', N'姹変腑甯', N'28', N'Hanzhong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3320', N'闄囪タ鍘', N'346', N'Longxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3321', N'娓簮鍘', N'346', N'Weiyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3322', N'涓存串鍘', N'346', N'Lintao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3323', N'婕冲幙', N'346', N'Zhang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3324', N'宀峰幙', N'346', N'Min Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3325', N'甯傝緰鍖', N'347', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3326', N'姝﹂兘鍖', N'347', N'Wudu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3327', N'鎴愬幙', N'347', N'Cheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3328', N'鏂囧幙', N'347', N'Wen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3329', N'瀹曟槍鍘', N'347', N'Dangchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'333', N'姒嗘灄甯', N'28', N'Yulin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3330', N'搴峰幙', N'347', N'Kang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3331', N'瑗垮拰鍘', N'347', N'Xihe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3332', N'绀煎幙', N'347', N'Li Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3333', N'寰藉幙', N'347', N'Hui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3334', N'涓ゅ綋鍘', N'347', N'Liangdang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3335', N'涓村甯', N'348', N'Linxia Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3336', N'涓村鍘', N'348', N'Linxia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3337', N'搴蜂箰鍘', N'348', N'Kangle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3338', N'姘搁潠鍘', N'348', N'Yongjing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3339', N'骞挎渤鍘', N'348', N'Guanghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'334', N'瀹夊悍甯', N'28', N'Ankang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3340', N'鍜屾斂鍘', N'348', N'Hezheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3341', N'涓滀埂鏃忚嚜娌诲幙', N'348', N'Dongxiangzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3342', N'绉煶灞变繚瀹夋棌涓滀埂鏃忔拻鎷夋棌鑷不鍘', N'348', N'Jishishan Bonanzu Dongxiangzu Salarzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3343', N'鍚堜綔甯', N'349', N'Hezuo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3344', N'涓存江鍘', N'349', N'Lintan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3345', N'鍗撳凹鍘', N'349', N'Jone') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3346', N'鑸熸洸鍘', N'349', N'Zhugqu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3347', N'杩儴鍘', N'349', N'Tewo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3348', N'鐜涙洸鍘', N'349', N'Maqu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3349', N'纰屾洸鍘', N'349', N'Luqu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'335', N'鍟嗘礇甯', N'28', N'Shangluo Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3350', N'澶忔渤鍘', N'349', N'Xiahe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3351', N'甯傝緰鍖', N'350', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3352', N'鍩庝笢鍖', N'350', N'Chengdong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3353', N'鍩庝腑鍖', N'350', N'Chengzhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3354', N'鍩庤タ鍖', N'350', N'Chengxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3355', N'鍩庡寳鍖', N'350', N'Chengbei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3356', N'澶ч氬洖鏃忓湡鏃忚嚜娌诲幙', N'350', N'Datong Huizu Tuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3357', N'婀熶腑鍘', N'350', N'Huangzhong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3358', N'婀熸簮鍘', N'350', N'Huangyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3359', N'骞冲畨鍘', N'351', N'Ping,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'336', N'鍏板窞甯', N'29', N'Lanzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3360', N'姘戝拰鍥炴棌鍦熸棌鑷不鍘', N'351', N'Minhe Huizu Tuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3361', N'涔愰兘鍘', N'351', N'Ledu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3362', N'浜掑姪鍦熸棌鑷不鍘', N'351', N'Huzhu Tuzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3363', N'鍖栭殕鍥炴棌鑷不鍘', N'351', N'Hualong Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3364', N'寰寲鎾掓媺鏃忚嚜娌诲幙', N'351', N'Xunhua Salazu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3365', N'闂ㄦ簮鍥炴棌鑷不鍘', N'352', N'Menyuan Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3366', N'绁佽繛鍘', N'352', N'Qilian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3367', N'娴锋檹鍘', N'352', N'Haiyan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3368', N'鍒氬療鍘', N'352', N'Gangca Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3369', N'鍚屼粊鍘', N'353', N'Tongren Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'337', N'鍢夊唱鍏冲競', N'29', N'Jiayuguan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3370', N'灏栨墡鍘', N'353', N'Jainca Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3371', N'娉藉簱鍘', N'353', N'Zekog Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3372', N'娌冲崡钂欏彜鏃忚嚜娌诲幙', N'353', N'Henan Mongolzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3373', N'鍏卞拰鍘', N'354', N'Gonghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3374', N'鍚屽痉鍘', N'354', N'Tongde Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3375', N'璐靛痉鍘', N'354', N'Guide Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3376', N'鍏存捣鍘', N'354', N'Xinghai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3377', N'璐靛崡鍘', N'354', N'Guinan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3378', N'鐜涙瞾鍘', N'355', N'Maqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3379', N'鐝帥鍘', N'355', N'Baima Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'338', N'閲戞槍甯', N'29', N'Jinchang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3380', N'鐢樺痉鍘', N'355', N'Gade Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3381', N'杈炬棩鍘', N'355', N'Tarlag Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3382', N'涔呮不鍘', N'355', N'Jigzhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3383', N'鐜涘鍘', N'355', N'Madoi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3384', N'鐜夋爲鍘', N'356', N'Yushu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3385', N'鏉傚鍘', N'356', N'Zadoi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3386', N'绉板鍘', N'356', N'Chindu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3387', N'娌诲鍘', N'356', N'Zhidoi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3388', N'鍥婅唉鍘', N'356', N'Nangqen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3389', N'鏇查夯鑾卞幙', N'356', N'Qumarleb Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'339', N'鐧介摱甯', N'29', N'Baiyin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3390', N'鏍煎皵鏈ㄥ競', N'357', N'Golmud Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3391', N'寰蜂护鍝堝競', N'357', N'Delhi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3392', N'涔屽叞鍘', N'357', N'Ulan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3393', N'閮藉叞鍘', N'357', N'Dulan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3394', N'澶╁郴鍘', N'357', N'Tianjun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3395', N'甯傝緰鍖', N'358', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3396', N'鍏村簡鍖', N'358', N'Xingqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3397', N'瑗垮鍖', N'358', N'Xixia Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3398', N'閲戝嚖鍖', N'358', N'Jinfeng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3399', N'姘稿畞鍘', N'358', N'Yongning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'34', N'鍘', N'2', N'Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'340', N'澶╂按甯', N'29', N'Tianshui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3400', N'璐哄叞鍘', N'358', N'Helan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3401', N'鐏垫甯', N'358', N'Lingwu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3402', N'甯傝緰鍖', N'359', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3403', N'澶ф鍙e尯', N'359', N'Dawukou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3404', N'鎯犲啘鍖', N'359', N'Huinong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3405', N'骞崇綏鍘', N'359', N'Pingluo Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3406', N'甯傝緰鍖', N'360', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3407', N'鍒╅氬尯', N'360', N'Litong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3408', N'鐩愭睜鍘', N'360', N'Yanchi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3409', N'鍚屽績鍘', N'360', N'Tongxin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'341', N'姝﹀▉甯', N'29', N'Wuwei Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3410', N'闈掗摐宄″競', N'360', N'Qingtongxia Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3411', N'甯傝緰鍖', N'361', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3412', N'鍘熷窞鍖', N'361', N'Yuanzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3413', N'瑗垮悏鍘', N'361', N'Xiji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3414', N'闅嗗痉鍘', N'361', N'Longde Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3415', N'娉炬簮鍘', N'361', N'Jingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3416', N'褰槼鍘', N'361', N'Pengyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3417', N'甯傝緰鍖', N'362', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3418', N'娌欏潯澶村尯', N'362', N'Shapotou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3419', N'涓畞鍘', N'362', N'Zhongning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'342', N'寮犳帠甯', N'29', N'Zhangye Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3420', N'娴峰師鍘', N'362', N'Haiyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3421', N'甯傝緰鍖', N'363', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3422', N'澶╁北鍖', N'363', N'Tianshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3423', N'娌欎緷宸村厠鍖', N'363', N'Saybag Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3424', N'鏂板競鍖', N'363', N'Xinshi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3425', N'姘寸(娌熷尯', N'363', N'Shuimogou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3426', N'澶村悲娌冲尯', N'363', N'Toutunhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3427', N'杈惧潅鍩庡尯', N'363', N'Dabancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3428', N'绫充笢鍖', N'363', N'Midong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3429', N'涔岄瞾鏈ㄩ綈鍘', N'363', N'Urumqi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'343', N'骞冲噳甯', N'29', N'Pingliang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3430', N'甯傝緰鍖', N'364', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3431', N'鐙北瀛愬尯', N'364', N'Dushanzi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3432', N'鍏嬫媺鐜涗緷鍖', N'364', N'Karamay Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3433', N'鐧界⒈婊╁尯', N'364', N'Baijiantan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3434', N'涔屽皵绂惧尯', N'364', N'Orku Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3435', N'鍚愰瞾鐣競', N'365', N'Turpan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3436', N'閯杽鍘', N'365', N'Shanshan(piqan) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3437', N'鎵樺厠閫婂幙', N'365', N'Toksun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3438', N'鍝堝瘑甯', N'366', N'Hami(kumul) Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3439', N'宸撮噷鍧ゅ搱钀ㄥ厠鑷不鍘', N'366', N'Barkol Kazak Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'344', N'閰掓硥甯', N'29', N'Jiuquan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3440', N'浼婂惥鍘', N'366', N'Yiwu(Araturuk) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3441', N'鏄屽悏甯', N'367', N'Changji Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3442', N'闃滃悍甯', N'367', N'Fukang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3444', N'鍛煎浘澹佸幙', N'367', N'Hutubi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3445', N'鐜涚撼鏂幙', N'367', N'Manas Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3446', N'濂囧彴鍘', N'367', N'Qitai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3447', N'鍚夋湪钀ㄥ皵鍘', N'367', N'Jimsar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3448', N'鏈ㄥ瀿鍝堣惃鍏嬭嚜娌诲幙', N'367', N'Mori Kazak Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3449', N'鍗氫箰甯', N'368', N'Bole(Bortala) Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'345', N'搴嗛槼甯', N'29', N'Qingyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3450', N'绮炬渤鍘', N'368', N'Jinghe(Jing) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3451', N'娓╂硥鍘', N'368', N'Wenquan(Arixang) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3452', N'搴撳皵鍕掑競', N'369', N'Korla Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3453', N'杞彴鍘', N'369', N'Luntai(Bugur) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3454', N'灏夌妬鍘', N'369', N'Yuli(Lopnur) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3455', N'鑻ョ緦鍘', N'369', N'Ruoqiang(Qakilik) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3456', N'涓旀湯鍘', N'369', N'Qiemo(Qarqan) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3457', N'鐒夎嗗洖鏃忚嚜娌诲幙', N'369', N'Yanqi Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3458', N'鍜岄潤鍘', N'369', N'Hejing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3459', N'鍜岀鍘', N'369', N'Hoxud Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'346', N'瀹氳タ甯', N'29', N'Dingxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3460', N'鍗氭箹鍘', N'369', N'Bohu(Bagrax) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3461', N'闃垮厠鑻忓競', N'370', N'Aksu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3462', N'娓╁鍘', N'370', N'Wensu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3463', N'搴撹溅鍘', N'370', N'Kuqa Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3464', N'娌欓泤鍘', N'370', N'Xayar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3465', N'鏂板拰鍘', N'370', N'Xinhe(Toksu) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3466', N'鎷滃煄鍘', N'370', N'Baicheng(Bay) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3467', N'涔屼粈鍘', N'370', N'Wushi(Uqturpan) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3468', N'闃跨摝鎻愬幙', N'370', N'Awat Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3469', N'鏌潽鍘', N'370', N'Kalpin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'347', N'闄囧崡甯', N'29', N'Longnan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3470', N'闃垮浘浠甯', N'371', N'Artux Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3471', N'闃垮厠闄跺幙', N'371', N'Akto Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3472', N'闃垮悎濂囧幙', N'371', N'Akqi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3473', N'涔屾伆鍘', N'371', N'Wuqia(Ulugqat) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3474', N'鍠浠甯', N'372', N'Kashi (Kaxgar) Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3475', N'鐤忛檮鍘', N'372', N'Shufu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3476', N'鐤忓嫆鍘', N'372', N'Shule Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3477', N'鑻卞悏娌欏幙', N'372', N'Yengisar Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3478', N'娉芥櫘鍘', N'372', N'Zepu(Poskam) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3479', N'鑾庤溅鍘', N'372', N'Shache(Yarkant) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'348', N'涓村鍥炴棌鑷不宸', N'29', N'Linxia Huizu Zizhizhou ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3480', N'鍙跺煄鍘', N'372', N'Yecheng(Kargilik) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3481', N'楹︾洊鎻愬幙', N'372', N'Markit Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3482', N'宀虫櫘婀栧幙', N'372', N'Yopurga Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3483', N'浼藉笀鍘', N'372', N'Jiashi(Payzawat) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3484', N'宸存鍘', N'372', N'Bachu(Maralbexi) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3485', N'濉斾粈搴撳皵骞插鍚夊厠鑷不鍘', N'372', N'Taxkorgan Tajik Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3486', N'鍜岀敯甯', N'373', N'Hotan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3487', N'鍜岀敯鍘', N'373', N'Hotan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3488', N'澧ㄧ帀鍘', N'373', N'Moyu(Karakax) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3489', N'鐨北鍘', N'373', N'Pishan(Guma) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'349', N'鐢樺崡钘忔棌鑷不宸', N'29', N'Gannan Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3490', N'娲涙郸鍘', N'373', N'Lop Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3491', N'绛栧嫆鍘', N'373', N'Qira Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3492', N'浜庣敯鍘', N'373', N'Yutian(Keriya) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3493', N'姘戜赴鍘', N'373', N'Minfeng(Niya) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3494', N'浼婂畞甯', N'374', N'Yining(Gulja) Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3495', N'濂庡悲甯', N'374', N'Kuytun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3496', N'浼婂畞鍘', N'374', N'Yining(Gulja) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3497', N'瀵熷竷鏌ュ皵閿′集鑷不鍘', N'374', N'Qapqal Xibe Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3498', N'闇嶅煄鍘', N'374', N'Huocheng Xin') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3499', N'宸╃暀鍘', N'374', N'Gongliu(Tokkuztara) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'35', N'甯傝緰鍖', N'3', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'350', N'瑗垮畞甯', N'30', N'Xining Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3500', N'鏂版簮鍘', N'374', N'Xinyuan(Kunes) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3501', N'鏄嫃鍘', N'374', N'Zhaosu(Mongolkure) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3502', N'鐗瑰厠鏂幙', N'374', N'Tekes Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3503', N'灏煎嫆鍏嬪幙', N'374', N'Nilka Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3504', N'濉斿煄甯', N'375', N'Tacheng(Qoqek) Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3505', N'涔岃嫃甯', N'375', N'Usu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3506', N'棰濇晱鍘', N'375', N'Emin(Dorbiljin) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3507', N'娌欐咕鍘', N'375', N'Shawan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3508', N'鎵橀噷鍘', N'375', N'Toli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3509', N'瑁曟皯鍘', N'375', N'Yumin(Qagantokay) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'351', N'娴蜂笢鍦板尯', N'30', N'Haidong Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3510', N'鍜屽竷鍏嬭禌灏旇挋鍙よ嚜娌诲幙', N'375', N'Hebukesaiermengguzizhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3511', N'闃垮嫆娉板競', N'376', N'Altay Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3512', N'甯冨皵娲ュ幙', N'376', N'Burqin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3513', N'瀵岃暣鍘', N'376', N'Fuyun(Koktokay) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3514', N'绂忔捣鍘', N'376', N'Fuhai(Burultokay) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3515', N'鍝堝反娌冲幙', N'376', N'Habahe(Kaba) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3516', N'闈掓渤鍘', N'376', N'Qinghe(Qinggil) Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3517', N'鍚夋湪涔冨幙', N'376', N'Jeminay Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3518', N'鐭虫渤瀛愬競', N'377', N'Shihezi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3519', N'闃挎媺灏斿競', N'377', N'Alaer Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'352', N'娴峰寳钘忔棌鑷不宸', N'30', N'Haibei Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3520', N'鍥炬湪鑸掑厠甯', N'377', N'Tumushuke Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'3521', N'浜斿娓犲競', N'377', N'Wujiaqu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'353', N'榛勫崡钘忔棌鑷不宸', N'30', N'Huangnan Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'354', N'娴峰崡钘忔棌鑷不宸', N'30', N'Hainan Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'355', N'鏋滄礇钘忔棌鑷不宸', N'30', N'Golog Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'356', N'鐜夋爲钘忔棌鑷不宸', N'30', N'Yushu Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'357', N'娴疯タ钂欏彜鏃忚棌鏃忚嚜娌诲窞', N'30', N'Haixi Mongolzu Zangzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'358', N'閾跺窛甯', N'31', N'Yinchuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'359', N'鐭冲槾灞卞競', N'31', N'Shizuishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'36', N'鍘', N'3', N'Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'360', N'鍚村繝甯', N'31', N'Wuzhong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'361', N'鍥哄師甯', N'31', N'Guyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'362', N'涓崼甯', N'31', N'Zhongwei Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'363', N'涔岄瞾鏈ㄩ綈甯', N'32', N'Urumqi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'364', N'鍏嬫媺鐜涗緷甯', N'32', N'Karamay Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'365', N'鍚愰瞾鐣湴鍖', N'32', N'Turpan Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'366', N'鍝堝瘑鍦板尯', N'32', N'Hami(kumul) Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'367', N'鏄屽悏鍥炴棌鑷不宸', N'32', N'Changji Huizu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'368', N'鍗氬皵濉旀媺钂欏彜鑷不宸', N'32', N'Bortala Monglo Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'369', N'宸撮煶閮钂欏彜鑷不宸', N'32', N'bayinguolengmengguzizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'37', N'鐭冲搴勫競', N'4', N'Shijiazhuang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'370', N'闃垮厠鑻忓湴鍖', N'32', N'Aksu Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'371', N'鍏嬪瓬鍕掕嫃鏌皵鍏嬪瓬鑷不宸', N'32', N'Kizilsu Kirgiz Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'372', N'鍠浠鍦板尯', N'32', N'Kashi(Kaxgar) Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'373', N'鍜岀敯鍦板尯', N'32', N'Hotan Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'374', N'浼婄妬鍝堣惃鍏嬭嚜娌诲窞', N'32', N'Ili Kazak Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'375', N'濉斿煄鍦板尯', N'32', N'Tacheng(Qoqek) Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'376', N'闃垮嫆娉板湴鍖', N'32', N'Altay Diqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'377', N'鑷不鍖虹洿杈栧幙绾ц鏀垮尯鍒', N'32', N'zizhiquzhixiaxianjixingzhengquhua') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'378', N'涓滃煄鍖', N'33', N'Dongcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'379', N'瑗垮煄鍖', N'33', N'Xicheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'38', N'鍞愬北甯', N'4', N'Tangshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'382', N'鏈濋槼鍖', N'33', N'Chaoyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'383', N'涓板彴鍖', N'33', N'Fengtai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'384', N'鐭虫櫙灞卞尯', N'33', N'Shijingshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'385', N'娴锋穩鍖', N'33', N'Haidian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'386', N'闂ㄥご娌熷尯', N'33', N'Mentougou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'387', N'鎴垮北鍖', N'33', N'Fangshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'388', N'閫氬窞鍖', N'33', N'Tongzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'389', N'椤轰箟鍖', N'33', N'Shunyi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'39', N'绉︾殗宀涘競', N'4', N'Qinhuangdao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'390', N'鏄屽钩鍖', N'33', N'Changping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'391', N'澶у叴鍖', N'33', N'Daxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'392', N'鎬鏌斿尯', N'33', N'Huairou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'393', N'骞宠胺鍖', N'33', N'Pinggu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'394', N'瀵嗕簯鍘', N'34', N'Miyun Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'395', N'寤跺簡鍘', N'34', N'Yanqing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'396', N'鍜屽钩鍖', N'35', N'Heping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'397', N'娌充笢鍖', N'35', N'Hedong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'398', N'娌宠タ鍖', N'35', N'Hexi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'399', N'鍗楀紑鍖', N'35', N'Nankai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4', N'娌冲寳鐪', N'1', N'Hebei Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'40', N'閭兏甯', N'4', N'Handan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'400', N'娌冲寳鍖', N'35', N'Hebei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4000', N'楹︾Н鍖', N'340', N'Maiji Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4001', N'姹熸触鍖', N'270', N'Jiangjin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4002', N'鍚堝窛鍖', N'270', N'Hechuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4003', N'姘稿窛鍖', N'270', N'Yongchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4004', N'鍗楀窛鍖', N'270', N'Nanchuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4006', N'鑺滄箹鍘', N'1412', N'Wuhu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'401', N'绾㈡ˉ鍖', N'35', N'Hongqiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'404', N'婊ㄦ捣鏂板尯', N'35', N'Dagang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'405', N'涓滀附鍖', N'35', N'Dongli Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'406', N'瑗块潚鍖', N'35', N'Xiqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'407', N'娲ュ崡鍖', N'35', N'Jinnan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'408', N'鍖楄景鍖', N'35', N'Beichen Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'409', N'姝︽竻鍖', N'35', N'Wuqing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'41', N'閭㈠彴甯', N'4', N'Xingtai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'410', N'瀹濆澔鍖', N'35', N'Baodi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4100', N'鍔犳牸杈惧鍖', N'106', N'Jiagedaqi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4101', N'鏉惧箔鍖', N'106', N'Songling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4102', N'鏂版灄鍖', N'106', N'Xinlin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4103', N'鍛间腑鍖', N'106', N'Huzhong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'411', N'瀹佹渤鍘', N'36', N'Ninghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'412', N'闈欐捣鍘', N'36', N'Jinghai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'413', N'钃熷幙', N'36', N'Ji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'414', N'甯傝緰鍖', N'37', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'415', N'闀垮畨鍖', N'37', N'Chang,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'416', N'妗ヤ笢鍖', N'37', N'Qiaodong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'417', N'妗ヨタ鍖', N'37', N'Qiaoxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'418', N'鏂板崕鍖', N'37', N'Xinhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'419', N'浜曢檳鐭垮尯', N'37', N'Jingxing Kuangqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'42', N'淇濆畾甯', N'4', N'Baoding Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'420', N'瑁曞崕鍖', N'37', N'Yuhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4200', N'鍗楁箹鍖', N'125', N'Nanhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'421', N'浜曢檳鍘', N'37', N'Jingxing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'422', N'姝e畾鍘', N'37', N'Zhengding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'423', N'鏍惧煄鍘', N'37', N'Luancheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'424', N'琛屽攼鍘', N'37', N'Xingtang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'425', N'鐏靛鍘', N'37', N'Lingshou Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'426', N'楂橀倯鍘', N'37', N'Gaoyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'427', N'娣辨辰鍘', N'37', N'Shenze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'428', N'璧炵殗鍘', N'37', N'Zanhuang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'429', N'鏃犳瀬鍘', N'37', N'Wuji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'43', N'寮犲鍙e競', N'4', N'Zhangjiakou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'430', N'骞冲北鍘', N'37', N'Pingshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4300', N'鍏遍潚鍩庡競', N'162', N'Gongqingcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'431', N'鍏冩皬鍘', N'37', N'Yuanshi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'432', N'璧靛幙', N'37', N'Zhao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'433', N'杈涢泦甯', N'37', N'Xinji Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'434', N'钘佸煄甯', N'37', N'Gaocheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'435', N'鏅嬪窞甯', N'37', N'Jinzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'436', N'鏂颁箰甯', N'37', N'Xinle Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'437', N'楣挎硥甯', N'37', N'Luquan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'438', N'甯傝緰鍖', N'38', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'439', N'璺崡鍖', N'38', N'Lunan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'44', N'鎵垮痉甯', N'4', N'Chengde Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'440', N'璺寳鍖', N'38', N'Lubei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4400', N'绾㈠鍫″尯', N'360', N'Hongsibao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'441', N'鍙ゅ喍鍖', N'38', N'Guye Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'442', N'寮骞冲尯', N'38', N'Kaiping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'443', N'涓板崡鍖', N'38', N'Fengnan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'444', N'涓版鼎鍖', N'38', N'Fengrun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'445', N'婊﹀幙', N'38', N'Luan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'446', N'婊﹀崡鍘', N'38', N'Luannan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'447', N'涔愪涵鍘', N'38', N'Leting Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'448', N'杩佽タ鍘', N'38', N'Qianxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'449', N'鐜夌敯鍘', N'38', N'Yutian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'45', N'娌у窞甯', N'4', N'Cangzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'450', N'鍞愭捣鍘', N'38', N'Tanghai Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4500', N'鐡滃窞鍘', N'344', N'Guazhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'451', N'閬靛寲甯', N'38', N'Zunhua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'452', N'杩佸畨甯', N'38', N'Qian,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'453', N'甯傝緰鍖', N'39', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'454', N'娴锋腐鍖', N'39', N'Haigang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'455', N'灞辨捣鍏冲尯', N'39', N'Shanhaiguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'456', N'鍖楁埓娌冲尯', N'39', N'Beidaihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'457', N'闈掗緳婊℃棌鑷不鍘', N'39', N'Qinglong Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'458', N'鏄岄粠鍘', N'39', N'Changli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'459', N'鎶氬畞鍘', N'39', N'Funing Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'46', N'寤婂潑甯', N'4', N'Langfang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'460', N'鍗㈤緳鍘', N'39', N'Lulong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4600', N'闅忓幙', N'215', N'Sui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'461', N'甯傝緰鍖', N'40', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'462', N'閭北鍖', N'40', N'Hanshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'463', N'涓涘彴鍖', N'40', N'Congtai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'464', N'澶嶅叴鍖', N'40', N'Fuxing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'465', N'宄板嘲鐭垮尯', N'40', N'Fengfeng Kuangqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'466', N'閭兏鍘', N'40', N'Handan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'467', N'涓存汲鍘', N'40', N'Linzhang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'468', N'鎴愬畨鍘', N'40', N'Cheng,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'469', N'澶у悕鍘', N'40', N'Daming Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'47', N'琛℃按甯', N'4', N'Hengshui Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'470', N'娑夊幙', N'40', N'She Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4700', N'闆堕櫟鍖', N'228', N'Lingling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'471', N'纾佸幙', N'40', N'Ci Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'472', N'鑲ヤ埂鍘', N'40', N'Feixiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'473', N'姘稿勾鍘', N'40', N'Yongnian Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'474', N'閭卞幙', N'40', N'Qiu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'475', N'楦℃辰鍘', N'40', N'Jize Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'476', N'骞垮钩鍘', N'40', N'Guangping Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'477', N'棣嗛櫠鍘', N'40', N'Guantao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'478', N'榄忓幙', N'40', N'Wei Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'479', N'鏇插懆鍘', N'40', N'Quzhou Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'48', N'澶師甯', N'5', N'Taiyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'480', N'姝﹀畨甯', N'40', N'Wu,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4800', N'骞虫绠$悊鍖', N'263', N'Pingguiguanli Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'481', N'甯傝緰鍖', N'41', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'482', N'妗ヤ笢鍖', N'41', N'Qiaodong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'483', N'妗ヨタ鍖', N'41', N'Qiaoxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'484', N'閭㈠彴鍘', N'41', N'Xingtai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'485', N'涓村煄鍘', N'41', N'Lincheng Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'486', N'鍐呬笜鍘', N'41', N'Neiqiu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'487', N'鏌忎埂鍘', N'41', N'Baixiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'488', N'闅嗗哀鍘', N'41', N'Longyao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'489', N'浠诲幙', N'41', N'Ren Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'49', N'澶у悓甯', N'5', N'Datong Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'490', N'鍗楀拰鍘', N'41', N'Nanhe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'4900', N'鍒╁窞鍖', N'279', N'Lizhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'491', N'瀹佹檵鍘', N'41', N'Ningjin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'492', N'宸ㄩ箍鍘', N'41', N'Julu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'493', N'鏂版渤鍘', N'41', N'Xinhe Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'494', N'骞垮畻鍘', N'41', N'Guangzong Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'495', N'骞充埂鍘', N'41', N'Pingxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'496', N'濞佸幙', N'41', N'Wei Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'497', N'娓呮渤鍘', N'41', N'Qinghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'498', N'涓磋タ鍘', N'41', N'Linxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'499', N'鍗楀甯', N'41', N'Nangong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'5', N'灞辫タ鐪', N'1', N'Shanxi Sheng ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'50', N'闃虫硥甯', N'5', N'Yangquan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'500', N'娌欐渤甯', N'41', N'Shahe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'5000', N'鍗庤摜甯', N'286', N'Huaying Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'501', N'甯傝緰鍖', N'42', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'502', N'鏂板競鍖', N'42', N'Xinshi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'503', N'鍖楀競鍖', N'42', N'Beishi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'504', N'鍗楀競鍖', N'42', N'Nanshi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'505', N'婊″煄鍘', N'42', N'Mancheng Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'506', N'娓呰嫅鍘', N'42', N'Qingyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'507', N'娑炴按鍘', N'42', N'Laishui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'508', N'闃滃钩鍘', N'42', N'Fuping Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'509', N'寰愭按鍘', N'42', N'Xushui Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'51', N'闀挎不甯', N'5', N'Changzhi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'510', N'瀹氬叴鍘', N'42', N'Dingxing Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'511', N'鍞愬幙', N'42', N'Tang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'512', N'楂橀槼鍘', N'42', N'Gaoyang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'513', N'瀹瑰煄鍘', N'42', N'Rongcheng Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'514', N'娑炴簮鍘', N'42', N'Laiyuan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'515', N'鏈涢兘鍘', N'42', N'Wangdu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'516', N'瀹夋柊鍘', N'42', N'Anxin Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'517', N'鏄撳幙', N'42', N'Yi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'518', N'鏇查槼鍘', N'42', N'Quyang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'519', N'锠″幙', N'42', N'Li Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'52', N'鏅嬪煄甯', N'5', N'Jincheng Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'520', N'椤哄钩鍘', N'42', N'Shunping Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'521', N'鍗氶噹鍘', N'42', N'Boye Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'522', N'闆勫幙', N'42', N'Xiong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'523', N'娑垮窞甯', N'42', N'Zhuozhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'524', N'瀹氬窞甯', N'42', N'Dingzhou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'525', N'瀹夊浗甯', N'42', N'Anguo Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'526', N'楂樼搴楀競', N'42', N'Gaobeidian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'527', N'甯傝緰鍖', N'43', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'528', N'妗ヤ笢鍖', N'43', N'Qiaodong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'529', N'妗ヨタ鍖', N'43', N'Qiaoxi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'53', N'鏈斿窞甯', N'5', N'Shuozhou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'530', N'瀹e寲鍖', N'43', N'Xuanhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'531', N'涓嬭姳鍥尯', N'43', N'Xiahuayuan Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'532', N'瀹e寲鍘', N'43', N'Xuanhua Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'533', N'寮犲寳鍘', N'43', N'Zhangbei Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'534', N'搴蜂繚鍘', N'43', N'Kangbao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'535', N'娌芥簮鍘', N'43', N'Guyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'536', N'灏氫箟鍘', N'43', N'Shangyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'537', N'钄氬幙', N'43', N'Yu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'538', N'闃冲師鍘', N'43', N'Yangyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'539', N'鎬瀹夊幙', N'43', N'Huai,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'54', N'鏅嬩腑甯', N'5', N'Jinzhong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'540', N'涓囧叏鍘', N'43', N'Wanquan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'541', N'鎬鏉ュ幙', N'43', N'Huailai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'542', N'娑块箍鍘', N'43', N'Zhuolu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'543', N'璧ゅ煄鍘', N'43', N'Chicheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'544', N'宕囩ぜ鍘', N'43', N'Chongli Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'545', N'甯傝緰鍖', N'44', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'546', N'鍙屾ˉ鍖', N'44', N'Shuangqiao Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'547', N'鍙屾沪鍖', N'44', N'Shuangluan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'548', N'楣版墜钀ュ瓙鐭垮尯', N'44', N'Yingshouyingzi Kuangqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'549', N'鎵垮痉鍘', N'44', N'Chengde Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'55', N'杩愬煄甯', N'5', N'Yuncheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'550', N'鍏撮殕鍘', N'44', N'Xinglong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'551', N'骞虫硥鍘', N'44', N'Pingquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'552', N'婊﹀钩鍘', N'44', N'Luanping Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'553', N'闅嗗寲鍘', N'44', N'Longhua Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'554', N'涓板畞婊℃棌鑷不鍘', N'44', N'Fengning Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'555', N'瀹藉煄婊℃棌鑷不鍘', N'44', N'Kuancheng Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'556', N'鍥村満婊℃棌钂欏彜鏃忚嚜娌诲幙', N'44', N'Weichang Manzu Menggolzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'557', N'甯傝緰鍖', N'45', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'558', N'鏂板崕鍖', N'45', N'Xinhua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'559', N'杩愭渤鍖', N'45', N'Yunhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'56', N'蹇诲窞甯', N'5', N'Xinzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'560', N'娌у幙', N'45', N'Cang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'561', N'闈掑幙', N'45', N'Qing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'562', N'涓滃厜鍘', N'45', N'Dongguang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'563', N'娴峰叴鍘', N'45', N'Haixing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'564', N'鐩愬北鍘', N'45', N'Yanshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'565', N'鑲冨畞鍘', N'45', N'Suning Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'566', N'鍗楃毊鍘', N'45', N'Nanpi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'567', N'鍚存ˉ鍘', N'45', N'Wuqiao Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'568', N'鐚幙', N'45', N'Xian Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'569', N'瀛熸潙鍥炴棌鑷不鍘', N'45', N'Mengcun Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'57', N'涓存本甯', N'5', N'Linfen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'570', N'娉婂ご甯', N'45', N'Botou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'571', N'浠讳笜甯', N'45', N'Renqiu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'572', N'榛勯獏甯', N'45', N'Huanghua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'573', N'娌抽棿甯', N'45', N'Hejian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'574', N'甯傝緰鍖', N'46', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'575', N'瀹夋鍖', N'46', N'Anci Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'576', N'骞块槼鍖', N'46', N'Guangyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'577', N'鍥哄畨鍘', N'46', N'Gu,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'578', N'姘告竻鍘', N'46', N'Yongqing Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'579', N'棣欐渤鍘', N'46', N'Xianghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'58', N'鍚曟甯', N'5', N'Lvliang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'580', N'澶у煄鍘', N'46', N'Dacheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'581', N'鏂囧畨鍘', N'46', N'Wen,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'582', N'澶у巶鍥炴棌鑷不鍘', N'46', N'Dachang Huizu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'583', N'闇稿窞甯', N'46', N'Bazhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'584', N'涓夋渤甯', N'46', N'Sanhe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'585', N'甯傝緰鍖', N'47', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'586', N'妗冨煄鍖', N'47', N'Taocheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'587', N'鏋e己鍘', N'47', N'Zaoqiang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'588', N'姝﹂倯鍘', N'47', N'Wuyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'589', N'姝﹀己鍘', N'47', N'Wuqiang Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'59', N'鍛煎拰娴╃壒甯', N'6', N'Hohhot Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'590', N'楗堕槼鍘', N'47', N'Raoyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'591', N'瀹夊钩鍘', N'47', N'Anping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'592', N'鏁呭煄鍘', N'47', N'Gucheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'593', N'鏅幙', N'47', N'Jing Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'594', N'闃滃煄鍘', N'47', N'Fucheng Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'595', N'鍐宸炲競', N'47', N'Jizhou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'596', N'娣卞窞甯', N'47', N'Shenzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'597', N'甯傝緰鍖', N'48', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'598', N'灏忓簵鍖', N'48', N'Xiaodian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'599', N'杩庢辰鍖', N'48', N'Yingze Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'6', N'鍐呰挋鍙よ嚜娌诲尯', N'1', N'Nei Mongol Zizhiqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'60', N'鍖呭ご甯', N'6', N'Baotou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'600', N'鏉忚姳宀尯', N'48', N'Xinghualing Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'601', N'灏栬崏鍧尯', N'48', N'Jiancaoping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'602', N'涓囨煆鏋楀尯', N'48', N'Wanbailin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'603', N'鏅嬫簮鍖', N'48', N'Jinyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'604', N'娓呭緪鍘', N'48', N'Qingxu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'605', N'闃虫洸鍘', N'48', N'Yangqu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'606', N'濞勭儲鍘', N'48', N'Loufan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'607', N'鍙や氦甯', N'48', N'Gujiao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'608', N'甯傝緰鍖', N'49', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'609', N'鍩庡尯', N'49', N'Chengqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'61', N'涔屾捣甯', N'6', N'Wuhai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'610', N'鐭垮尯', N'49', N'Kuangqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'611', N'鍗楅儕鍖', N'49', N'Nanjiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'612', N'鏂拌崳鍖', N'49', N'Xinrong Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'613', N'闃抽珮鍘', N'49', N'Yanggao Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'614', N'澶╅晣鍘', N'49', N'Tianzhen Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'615', N'骞跨伒鍘', N'49', N'Guangling Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'616', N'鐏典笜鍘', N'49', N'Lingqiu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'617', N'娴戞簮鍘', N'49', N'Hunyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'618', N'宸︿簯鍘', N'49', N'Zuoyun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'619', N'澶у悓鍘', N'49', N'Datong Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'62', N'璧ゅ嘲甯', N'6', N'Chifeng (Ulanhad)Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'620', N'甯傝緰鍖', N'50', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'621', N'鍩庡尯', N'50', N'Chengqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'622', N'鐭垮尯', N'50', N'Kuangqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'623', N'閮婂尯', N'50', N'Jiaoqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'624', N'骞冲畾鍘', N'50', N'Pingding Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'625', N'鐩傚幙', N'50', N'Yu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'626', N'甯傝緰鍖', N'51', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'627', N'鍩庡尯', N'51', N'Chengqu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'628', N'閮婂尯', N'51', N'Jiaoqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'629', N'闀挎不鍘', N'51', N'Changzhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'63', N'閫氳窘甯', N'6', N'Tongliao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'630', N'瑗勫灒鍘', N'51', N'Xiangyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'631', N'灞暀鍘', N'51', N'Tunliu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'632', N'骞抽『鍘', N'51', N'Pingshun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'633', N'榛庡煄鍘', N'51', N'Licheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'634', N'澹跺叧鍘', N'51', N'Huguan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'635', N'闀垮瓙鍘', N'51', N'Zhangzi Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'636', N'姝︿埂鍘', N'51', N'Wuxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'637', N'娌佸幙', N'51', N'Qin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'638', N'娌佹簮鍘', N'51', N'Qinyuan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'639', N'娼炲煄甯', N'51', N'Lucheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'64', N'閯傚皵澶氭柉甯', N'6', N'Eerduosi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'640', N'甯傝緰鍖', N'52', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'641', N'鍩庡尯', N'52', N'Chengqu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'642', N'娌佹按鍘', N'52', N'Qinshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'643', N'闃冲煄鍘', N'52', N'Yangcheng Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'644', N'闄靛窛鍘', N'52', N'Lingchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'645', N'娉藉窞鍘', N'52', N'Zezhou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'646', N'楂樺钩甯', N'52', N'Gaoping Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'647', N'甯傝緰鍖', N'53', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'648', N'鏈斿煄鍖', N'53', N'Shuocheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'649', N'骞抽瞾鍖', N'53', N'Pinglu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'65', N'鍛间鸡璐濆皵甯', N'6', N'Hulunbeier Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'650', N'灞遍槾鍘', N'53', N'Shanyin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'651', N'搴斿幙', N'53', N'Ying Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'652', N'鍙崇帀鍘', N'53', N'Youyu Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'653', N'鎬浠佸幙', N'53', N'Huairen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'654', N'甯傝緰鍖', N'54', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'655', N'姒嗘鍖', N'54', N'Yuci Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'656', N'姒嗙ぞ鍘', N'54', N'Yushe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'657', N'宸︽潈鍘', N'54', N'Zuoquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'658', N'鍜岄『鍘', N'54', N'Heshun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'659', N'鏄旈槼鍘', N'54', N'Xiyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'66', N'宸村溅娣栧皵甯', N'6', N'Bayannaoer Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'660', N'瀵块槼鍘', N'54', N'Shouyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'661', N'澶胺鍘', N'54', N'Taigu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'662', N'绁佸幙', N'54', N'Qi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'663', N'骞抽仴鍘', N'54', N'Pingyao Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'664', N'鐏电煶鍘', N'54', N'Lingshi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'665', N'浠嬩紤甯', N'54', N'Jiexiu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'666', N'甯傝緰鍖', N'55', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'667', N'鐩愭箹鍖', N'55', N'Yanhu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'668', N'涓寸寳鍘', N'55', N'Linyi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'669', N'涓囪崳鍘', N'55', N'Wanrong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'67', N'涔屽叞瀵熷竷甯', N'6', N'Wulanchabu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'670', N'闂诲枩鍘', N'55', N'Wenxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'671', N'绋峰北鍘', N'55', N'Jishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'672', N'鏂扮粵鍘', N'55', N'Xinjiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'673', N'缁涘幙', N'55', N'Jiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'674', N'鍨f洸鍘', N'55', N'Yuanqu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'675', N'澶忓幙', N'55', N'Xia Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'676', N'骞抽檰鍘', N'55', N'Pinglu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'677', N'鑺煄鍘', N'55', N'Ruicheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'678', N'姘告祹甯', N'55', N'Yongji Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'679', N'娌虫触甯', N'55', N'Hejin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'68', N'鍏村畨鐩', N'6', N'Hinggan Meng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'680', N'甯傝緰鍖', N'56', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'681', N'蹇诲簻鍖', N'56', N'Xinfu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'682', N'瀹氳鍘', N'56', N'Dingxiang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'683', N'浜斿彴鍘', N'56', N'Wutai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'684', N'浠e幙', N'56', N'Dai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'685', N'绻佸硻鍘', N'56', N'Fanshi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'686', N'瀹佹鍘', N'56', N'Ningwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'687', N'闈欎箰鍘', N'56', N'Jingle Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'688', N'绁炴睜鍘', N'56', N'Shenchi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'689', N'浜斿鍘', N'56', N'Wuzhai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'69', N'閿℃灄閮嫆鐩', N'6', N'Xilin Gol Meng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'690', N'宀㈠矚鍘', N'56', N'Kelan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'691', N'娌虫洸鍘', N'56', N'Hequ Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'692', N'淇濆痉鍘', N'56', N'Baode Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'693', N'鍋忓叧鍘', N'56', N'Pianguan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'694', N'鍘熷钩甯', N'56', N'Yuanping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'695', N'甯傝緰鍖', N'57', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'696', N'灏ч兘鍖', N'57', N'Yaodu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'697', N'鏇叉矁鍘', N'57', N'Quwo Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'698', N'缈煎煄鍘', N'57', N'Yicheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'699', N'瑗勬本鍘', N'57', N'Xiangfen Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'7', N'杈藉畞鐪', N'1', N'Liaoning Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'70', N'闃挎媺鍠勭洘', N'6', N'Alxa Meng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'700', N'娲礊鍘', N'57', N'Hongtong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'701', N'鍙ゅ幙', N'57', N'Gu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'702', N'瀹夋辰鍘', N'57', N'Anze Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'703', N'娴北鍘', N'57', N'Fushan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'704', N'鍚夊幙', N'57', N'Ji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'705', N'涔″畞鍘', N'57', N'Xiangning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'706', N'澶у畞鍘', N'57', N'Daning Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'707', N'闅板幙', N'57', N'Xi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'708', N'姘稿拰鍘', N'57', N'Yonghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'709', N'钂插幙', N'57', N'Pu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'71', N'娌堥槼甯', N'7', N'Shenyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'710', N'姹捐タ鍘', N'57', N'Fenxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'711', N'渚┈甯', N'57', N'Houma Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'712', N'闇嶅窞甯', N'57', N'Huozhou Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'713', N'甯傝緰鍖', N'58', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'714', N'绂荤煶鍖', N'58', N'Lishi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'715', N'鏂囨按鍘', N'58', N'Wenshui Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'716', N'浜ゅ煄鍘', N'58', N'Jiaocheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'717', N'鍏村幙', N'58', N'Xing Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'718', N'涓村幙', N'58', N'Lin Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'719', N'鏌虫灄鍘', N'58', N'Liulin Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'72', N'澶ц繛甯', N'7', N'Dalian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'720', N'鐭虫ゼ鍘', N'58', N'Shilou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'721', N'宀氬幙', N'58', N'Lan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'722', N'鏂瑰北鍘', N'58', N'Fangshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'723', N'涓槼鍘', N'58', N'Zhongyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'724', N'浜ゅ彛鍘', N'58', N'Jiaokou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'725', N'瀛濅箟甯', N'58', N'Xiaoyi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'726', N'姹鹃槼甯', N'58', N'Fenyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'727', N'甯傝緰鍖', N'59', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'728', N'鏂板煄鍖', N'59', N'Xincheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'729', N'鍥炴皯鍖', N'59', N'Huimin Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'73', N'闉嶅北甯', N'7', N'AnShan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'730', N'鐜夋硥鍖', N'59', N'Yuquan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'731', N'璧涚綍鍖', N'59', N'Saihan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'732', N'鍦熼粯鐗瑰乏鏃', N'59', N'Tumd Zuoqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'733', N'鎵樺厠鎵樺幙', N'59', N'Togtoh Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'734', N'鍜屾灄鏍煎皵鍘', N'59', N'Horinger Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'735', N'娓呮按娌冲幙', N'59', N'Qingshuihe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'736', N'姝﹀窛鍘', N'59', N'Wuchuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'737', N'甯傝緰鍖', N'60', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'738', N'涓滄渤鍖', N'60', N'Donghe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'739', N'鏄嗛兘浠戝尯', N'60', N'Kundulun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'74', N'鎶氶『甯', N'7', N'Fushun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'740', N'闈掑北鍖', N'60', N'Qingshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'741', N'鐭虫嫄鍖', N'60', N'Shiguai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'742', N'鐧戒簯閯傚崥鐭垮尯', N'60', N'Baiyun Kuangqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'743', N'涔濆師鍖', N'60', N'Jiuyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'744', N'鍦熼粯鐗瑰彸鏃', N'60', N'Tumd Youqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'745', N'鍥洪槼鍘', N'60', N'Guyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'746', N'杈惧皵缃曡寕鏄庡畨鑱斿悎鏃', N'60', N'Darhan Muminggan Lianheqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'747', N'甯傝緰鍖', N'61', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'748', N'娴峰媰婀惧尯', N'61', N'Haibowan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'749', N'娴峰崡鍖', N'61', N'Hainan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'75', N'鏈邯甯', N'7', N'Benxi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'750', N'涔岃揪鍖', N'61', N'Ud Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'751', N'甯傝緰鍖', N'62', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'752', N'绾㈠北鍖', N'62', N'Hongshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'753', N'鍏冨疂灞卞尯', N'62', N'Yuanbaoshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'754', N'鏉惧北鍖', N'62', N'Songshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'755', N'闃块瞾绉戝皵娌佹棗', N'62', N'Ar Horqin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'756', N'宸存灄宸︽棗', N'62', N'Bairin Zuoqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'757', N'宸存灄鍙虫棗', N'62', N'Bairin Youqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'758', N'鏋楄タ鍘', N'62', N'Linxi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'759', N'鍏嬩粈鍏嬭吘鏃', N'62', N'Hexigten Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'76', N'涓逛笢甯', N'7', N'Dandong Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'760', N'缈佺墰鐗规棗', N'62', N'Ongniud Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'761', N'鍠鍠囨瞾鏃', N'62', N'Harqin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'762', N'瀹佸煄鍘', N'62', N'Ningcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'763', N'鏁栨眽鏃', N'62', N'Aohan Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'764', N'甯傝緰鍖', N'63', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'765', N'绉戝皵娌佸尯', N'63', N'Keermi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'766', N'绉戝皵娌佸乏缈间腑鏃', N'63', N'Horqin Zuoyi Zhongqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'767', N'绉戝皵娌佸乏缈煎悗鏃', N'63', N'Horqin Zuoyi Houqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'768', N'寮椴佸幙', N'63', N'Kailu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'769', N'搴撲鸡鏃', N'63', N'Hure Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'77', N'閿﹀窞甯', N'7', N'Jinzhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'770', N'濂堟浖鏃', N'63', N'Naiman Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'771', N'鎵庨瞾鐗规棗', N'63', N'Jarud Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'772', N'闇嶆灄閮嫆甯', N'63', N'Holingol Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'773', N'涓滆儨鍖', N'64', N'Dongsheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'774', N'杈炬媺鐗规棗', N'64', N'Dalad Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'775', N'鍑嗘牸灏旀棗', N'64', N'Jungar Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'776', N'閯傛墭鍏嬪墠鏃', N'64', N'Otog Qianqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'777', N'閯傛墭鍏嬫棗', N'64', N'Otog Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'778', N'鏉敠鏃', N'64', N'Hanggin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'779', N'涔屽鏃', N'64', N'Uxin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'78', N'钀ュ彛甯', N'7', N'Yingkou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'780', N'浼婇噾闇嶆礇鏃', N'64', N'Ejin Horo Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'781', N'甯傝緰鍖', N'65', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'782', N'娴锋媺灏斿尯', N'65', N'Hailaer Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'783', N'闃胯崳鏃', N'65', N'Arun Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'784', N'鑾姏杈剧摝杈炬枴灏旀棌鑷不鏃', N'65', N'Morin Dawa Daurzu Zizhiqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'785', N'閯備鸡鏄ヨ嚜娌绘棗', N'65', N'Oroqen Zizhiqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'786', N'閯傛俯鍏嬫棌鑷不鏃', N'65', N'Ewenkizu Zizhiqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'787', N'闄堝反灏旇檸鏃', N'65', N'Chen Barag Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'788', N'鏂板反灏旇檸宸︽棗', N'65', N'Xin Barag Zuoqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'789', N'鏂板反灏旇檸鍙虫棗', N'65', N'Xin Barag Youqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'79', N'闃滄柊甯', N'7', N'Fuxin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'790', N'婊℃床閲屽競', N'65', N'Manzhouli Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'791', N'鐗欏厠鐭冲競', N'65', N'Yakeshi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'792', N'鎵庡叞灞競', N'65', N'Zalantun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'793', N'棰濆皵鍙ょ撼甯', N'65', N'Ergun Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'794', N'鏍规渤甯', N'65', N'Genhe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'795', N'甯傝緰鍖', N'66', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'796', N'涓存渤鍖', N'66', N'Linhe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'797', N'浜斿師鍘', N'66', N'Wuyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'798', N'纾村彛鍘', N'66', N'Dengkou Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'799', N'涔屾媺鐗瑰墠鏃', N'66', N'Urad Qianqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'8', N'鍚夋灄鐪', N'1', N'Jilin Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'80', N'杈介槼甯', N'7', N'Liaoyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'800', N'涔屾媺鐗逛腑鏃', N'66', N'Urad Zhongqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'801', N'涔屾媺鐗瑰悗鏃', N'66', N'Urad Houqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'802', N'鏉敠鍚庢棗', N'66', N'Hanggin Houqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'803', N'甯傝緰鍖', N'67', N'1') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'804', N'闆嗗畞鍖', N'67', N'Jining Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'805', N'鍗撹祫鍘', N'67', N'Zhuozi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'806', N'鍖栧痉鍘', N'67', N'Huade Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'807', N'鍟嗛兘鍘', N'67', N'Shangdu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'808', N'鍏村拰鍘', N'67', N'Xinghe Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'809', N'鍑夊煄鍘', N'67', N'Liangcheng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'81', N'鐩橀敠甯', N'7', N'Panjin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'810', N'瀵熷搱灏斿彸缈煎墠鏃', N'67', N'Qahar Youyi Qianqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'811', N'瀵熷搱灏斿彸缈间腑鏃', N'67', N'Qahar Youyi Zhongqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'812', N'瀵熷搱灏斿彸缈煎悗鏃', N'67', N'Qahar Youyi Houqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'813', N'鍥涘瓙鐜嬫棗', N'67', N'Dorbod Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'814', N'涓伴晣甯', N'67', N'Fengzhen Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'815', N'涔屽叞娴╃壒甯', N'68', N'Ulan Hot Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'816', N'闃垮皵灞卞競', N'68', N'Arxan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'817', N'绉戝皵娌佸彸缈煎墠鏃', N'68', N'Horqin Youyi Qianqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'818', N'绉戝皵娌佸彸缈间腑鏃', N'68', N'Horqin Youyi Zhongqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'819', N'鎵庤祲鐗规棗', N'68', N'Jalaid Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'82', N'閾佸箔甯', N'7', N'Tieling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'820', N'绐佹硥鍘', N'68', N'Tuquan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'821', N'浜岃繛娴╃壒甯', N'69', N'Erenhot Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'822', N'閿℃灄娴╃壒甯', N'69', N'Xilinhot Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'823', N'闃垮反鍢庢棗', N'69', N'Abag Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'824', N'鑻忓凹鐗瑰乏鏃', N'69', N'Sonid Zuoqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'825', N'鑻忓凹鐗瑰彸鏃', N'69', N'Sonid Youqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'826', N'涓滀箤鐝犵﹩娌佹棗', N'69', N'Dong Ujimqin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'827', N'瑗夸箤鐝犵﹩娌佹棗', N'69', N'Xi Ujimqin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'828', N'澶粏瀵烘棗', N'69', N'Taibus Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'829', N'闀堕粍鏃', N'69', N'Xianghuang(Hobot Xar) Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'83', N'鏈濋槼甯', N'7', N'Chaoyang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'830', N'姝i暥鐧芥棗', N'69', N'Zhengxiangbai(Xulun Hobot Qagan)Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'831', N'姝h摑鏃', N'69', N'Zhenglan(Xulun Hoh)Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'832', N'澶氫鸡鍘', N'69', N'Duolun (Dolonnur)Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'833', N'闃挎媺鍠勫乏鏃', N'70', N'Alxa Zuoqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'834', N'闃挎媺鍠勫彸鏃', N'70', N'Alxa Youqi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'835', N'棰濇祹绾虫棗', N'70', N'Ejin Qi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'836', N'甯傝緰鍖', N'71', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'837', N'鍜屽钩鍖', N'71', N'Heping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'838', N'娌堟渤鍖', N'71', N'Shenhe Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'839', N'澶т笢鍖', N'71', N'Dadong Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'84', N'钁姦宀涘競', N'7', N'Huludao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'840', N'鐨囧鍖', N'71', N'Huanggu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'841', N'閾佽タ鍖', N'71', N'Tiexi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'842', N'鑻忓灞尯', N'71', N'Sujiatun Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'843', N'涓滈櫟鍖', N'71', N'Dongling Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'844', N'娌堝寳鏂板尯', N'71', N'Xinchengzi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'845', N'浜庢椽鍖', N'71', N'Yuhong Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'846', N'杈戒腑鍘', N'71', N'Liaozhong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'847', N'搴峰钩鍘', N'71', N'Kangping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'848', N'娉曞簱鍘', N'71', N'Faku Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'849', N'鏂版皯甯', N'71', N'Xinmin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'85', N'闀挎槬甯', N'8', N'Changchun Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'850', N'甯傝緰鍖', N'72', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'851', N'涓北鍖', N'72', N'Zhongshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'852', N'瑗垮矖鍖', N'72', N'Xigang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'853', N'娌欐渤鍙e尯', N'72', N'Shahekou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'854', N'鐢樹簳瀛愬尯', N'72', N'Ganjingzi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'855', N'鏃呴『鍙e尯', N'72', N'Lvshunkou Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'856', N'閲戝窞鍖', N'72', N'Jinzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'857', N'闀挎捣鍘', N'72', N'Changhai Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'858', N'鐡︽埧搴楀競', N'72', N'Wafangdian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'859', N'鏅叞搴楀競', N'72', N'Pulandian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'86', N'鍚夋灄甯', N'8', N'Jilin Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'860', N'搴勬渤甯', N'72', N'Zhuanghe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'861', N'甯傝緰鍖', N'73', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'862', N'閾佷笢鍖', N'73', N'Tiedong Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'863', N'閾佽タ鍖', N'73', N'Tiexi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'864', N'绔嬪北鍖', N'73', N'Lishan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'865', N'鍗冨北鍖', N'73', N'Qianshan Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'866', N'鍙板畨鍘', N'73', N'Tai,an Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'867', N'宀博婊℃棌鑷不鍘', N'73', N'Xiuyan Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'868', N'娴峰煄甯', N'73', N'Haicheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'869', N'甯傝緰鍖', N'74', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'87', N'鍥涘钩甯', N'8', N'Siping Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'870', N'鏂版姎鍖', N'74', N'Xinfu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'871', N'涓滄床鍖', N'74', N'Dongzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'872', N'鏈涜姳鍖', N'74', N'Wanghua Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'873', N'椤哄煄鍖', N'74', N'Shuncheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'874', N'鎶氶『鍘', N'74', N'Fushun Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'875', N'鏂板婊℃棌鑷不鍘', N'74', N'Xinbinmanzuzizhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'876', N'娓呭師婊℃棌鑷不鍘', N'74', N'Qingyuanmanzuzizhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'877', N'甯傝緰鍖', N'75', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'878', N'骞冲北鍖', N'75', N'Pingshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'879', N'婧箹鍖', N'75', N'Xihu Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'88', N'杈芥簮甯', N'8', N'Liaoyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'880', N'鏄庡北鍖', N'75', N'Mingshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'881', N'鍗楄姮鍖', N'75', N'Nanfen Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'882', N'鏈邯婊℃棌鑷不鍘', N'75', N'Benxi Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'883', N'妗撲粊婊℃棌鑷不鍘', N'75', N'Huanren Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'884', N'甯傝緰鍖', N'76', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'885', N'鍏冨疂鍖', N'76', N'Yuanbao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'886', N'鎸叴鍖', N'76', N'Zhenxing Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'887', N'鎸畨鍖', N'76', N'Zhen,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'888', N'瀹界敻婊℃棌鑷不鍘', N'76', N'Kuandian Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'889', N'涓滄腐甯', N'76', N'Donggang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'89', N'閫氬寲甯', N'8', N'Tonghua Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'890', N'鍑ゅ煄甯', N'76', N'Fengcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'891', N'甯傝緰鍖', N'77', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'892', N'鍙ゅ鍖', N'77', N'Guta Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'893', N'鍑屾渤鍖', N'77', N'Linghe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'894', N'澶拰鍖', N'77', N'Taihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'895', N'榛戝北鍘', N'77', N'Heishan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'896', N'涔夊幙', N'77', N'Yi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'897', N'鍑屾捣甯', N'77', N'Linghai Shi ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'898', N'鍖楅晣甯', N'77', N'Beining Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'899', N'甯傝緰鍖', N'78', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'9', N'榛戦緳姹熺渷', N'1', N'Heilongjiang Sheng') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'90', N'鐧藉北甯', N'8', N'Baishan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'900', N'绔欏墠鍖', N'78', N'Zhanqian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'901', N'瑗垮競鍖', N'78', N'Xishi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'902', N'椴呴奔鍦堝尯', N'78', N'Bayuquan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'903', N'鑰佽竟鍖', N'78', N'Laobian Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'904', N'鐩栧窞甯', N'78', N'Gaizhou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'905', N'澶х煶妗ュ競', N'78', N'Dashiqiao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'906', N'甯傝緰鍖', N'79', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'907', N'娴峰窞鍖', N'79', N'Haizhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'908', N'鏂伴偙鍖', N'79', N'Xinqiu Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'909', N'澶钩鍖', N'79', N'Taiping Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'91', N'鏉惧師甯', N'8', N'Songyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'910', N'娓呮渤闂ㄥ尯', N'79', N'Qinghemen Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'911', N'缁嗘渤鍖', N'79', N'Xihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'912', N'闃滄柊钂欏彜鏃忚嚜娌诲幙', N'79', N'Fuxin Mongolzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'913', N'褰版鍘', N'79', N'Zhangwu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'914', N'甯傝緰鍖', N'80', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'915', N'鐧藉鍖', N'80', N'Baita Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'916', N'鏂囧湥鍖', N'80', N'Wensheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'917', N'瀹忎紵鍖', N'80', N'Hongwei Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'918', N'寮撻暱宀尯', N'80', N'Gongchangling Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'919', N'澶瓙娌冲尯', N'80', N'Taizihe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'92', N'鐧藉煄甯', N'8', N'Baicheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'920', N'杈介槼鍘', N'80', N'Liaoyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'921', N'鐏甯', N'80', N'Dengta Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'922', N'甯傝緰鍖', N'81', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'923', N'鍙屽彴瀛愬尯', N'81', N'Shuangtaizi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'924', N'鍏撮殕鍙板尯', N'81', N'Xinglongtai Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'925', N'澶ф醇鍘', N'81', N'Dawa Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'926', N'鐩樺北鍘', N'81', N'Panshan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'927', N'甯傝緰鍖', N'82', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'928', N'閾跺窞鍖', N'82', N'Yinzhou Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'929', N'娓呮渤鍖', N'82', N'Qinghe Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'93', N'寤惰竟鏈濋矞鏃忚嚜娌诲窞', N'8', N'Yanbian Chosenzu Zizhizhou') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'930', N'閾佸箔鍘', N'82', N'Tieling Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'931', N'瑗夸赴鍘', N'82', N'Xifeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'932', N'鏄屽浘鍘', N'82', N'Changtu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'933', N'璋冨叺灞卞競', N'82', N'Diaobingshan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'934', N'寮鍘熷競', N'82', N'Kaiyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'935', N'甯傝緰鍖', N'83', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'936', N'鍙屽鍖', N'83', N'Shuangta Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'937', N'榫欏煄鍖', N'83', N'Longcheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'938', N'鏈濋槼鍘', N'83', N'Chaoyang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'939', N'寤哄钩鍘', N'83', N'Jianping Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'94', N'鍝堝皵婊ㄥ競', N'9', N'Harbin Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'940', N'鍠鍠囨瞾宸︾考钂欏彜鏃忚嚜娌诲幙', N'83', N'Harqin Zuoyi Mongolzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'941', N'鍖楃エ甯', N'83', N'Beipiao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'942', N'鍑屾簮甯', N'83', N'Lingyuan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'943', N'甯傝緰鍖', N'84', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'944', N'杩炲北鍖', N'84', N'Lianshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'945', N'榫欐腐鍖', N'84', N'Longgang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'946', N'鍗楃エ鍖', N'84', N'Nanpiao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'947', N'缁ヤ腑鍘', N'84', N'Suizhong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'948', N'寤烘槍鍘', N'84', N'Jianchang Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'949', N'鍏村煄甯', N'84', N'Xingcheng Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'95', N'榻愰綈鍝堝皵甯', N'9', N'Qiqihar Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'950', N'甯傝緰鍖', N'85', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'951', N'鍗楀叧鍖', N'85', N'Nanguan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'952', N'瀹藉煄鍖', N'85', N'Kuancheng Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'953', N'鏈濋槼鍖', N'85', N'Chaoyang Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'954', N'浜岄亾鍖', N'85', N'Erdao Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'955', N'缁垮洯鍖', N'85', N'Lvyuan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'956', N'鍙岄槼鍖', N'85', N'Shuangyang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'957', N'鍐滃畨鍘', N'85', N'Nong,an Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'958', N'涔濆彴甯', N'85', N'Jiutai Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'959', N'姒嗘爲甯', N'85', N'Yushu Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'96', N'楦¤タ甯', N'9', N'Jixi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'960', N'寰锋儬甯', N'85', N'Dehui Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'961', N'甯傝緰鍖', N'86', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'962', N'鏄岄倯鍖', N'86', N'Changyi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'963', N'榫欐江鍖', N'86', N'Longtan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'964', N'鑸硅惀鍖', N'86', N'Chuanying Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'965', N'涓版弧鍖', N'86', N'Fengman Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'966', N'姘稿悏鍘', N'86', N'Yongji Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'967', N'铔熸渤甯', N'86', N'Jiaohe Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'968', N'妗︾敻甯', N'86', N'Huadian Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'969', N'鑸掑叞甯', N'86', N'Shulan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'97', N'楣ゅ矖甯', N'9', N'Hegang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'970', N'纾愮煶甯', N'86', N'Panshi Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'971', N'甯傝緰鍖', N'87', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'972', N'閾佽タ鍖', N'87', N'Tiexi Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'973', N'閾佷笢鍖', N'87', N'Tiedong Qu ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'974', N'姊ㄦ爲鍘', N'87', N'Lishu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'975', N'浼婇氭弧鏃忚嚜娌诲幙', N'87', N'Yitong Manzu Zizhixian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'976', N'鍏富宀競', N'87', N'Gongzhuling Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'977', N'鍙岃窘甯', N'87', N'Shuangliao Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'978', N'甯傝緰鍖', N'88', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'979', N'榫欏北鍖', N'88', N'Longshan Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'98', N'鍙岄腑灞卞競', N'9', N'Shuangyashan Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'980', N'瑗垮畨鍖', N'88', N'Xi,an Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'981', N'涓滀赴鍘', N'88', N'Dongfeng Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'982', N'涓滆窘鍘', N'88', N'Dongliao Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'983', N'甯傝緰鍖', N'89', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'984', N'涓滄槍鍖', N'89', N'Dongchang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'985', N'浜岄亾姹熷尯', N'89', N'Erdaojiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'986', N'閫氬寲鍘', N'89', N'Tonghua Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'987', N'杈夊崡鍘', N'89', N'Huinan Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'988', N'鏌虫渤鍘', N'89', N'Liuhe Xian ') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'989', N'姊呮渤鍙e競', N'89', N'Meihekou Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'99', N'澶у簡甯', N'9', N'Daqing Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'990', N'闆嗗畨甯', N'89', N'Ji,an Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'991', N'甯傝緰鍖', N'90', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'992', N'鍏亾姹熷尯', N'90', N'Badaojiang Qu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'993', N'鎶氭澗鍘', N'90', N'Fusong Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'994', N'闈栧畤鍘', N'90', N'Jingyu Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'995', N'闀跨櫧鏈濋矞鏃忚嚜娌诲幙', N'90', N'Changbaichaoxianzuzizhi Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'996', N'姹熸簮鍖', N'90', N'Jiangyuan Xian') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'997', N'涓存睙甯', N'90', N'Linjiang Shi') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'998', N'甯傝緰鍖', N'91', N'Shixiaqu') -GO -GO -INSERT INTO [dbo].[t_s_region] ([ID], [NAME], [PID], [NAME_EN]) VALUES (N'999', N'瀹佹睙鍖', N'91', N'Ningjiang Qu') -GO -GO - --- ---------------------------- --- Table structure for t_s_role --- ---------------------------- -DROP TABLE [dbo].[t_s_role] -GO -CREATE TABLE [dbo].[t_s_role] ( -[ID] nvarchar(32) NOT NULL , -[rolecode] nvarchar(10) NULL , -[rolename] nvarchar(100) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'rolecode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙掕壊缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'rolecode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙掕壊缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'rolecode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'rolename')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙掕壊鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'rolename' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙掕壊鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'rolename' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO - --- ---------------------------- --- Records of t_s_role --- ---------------------------- -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402880e74d75c4dd014d75d3c5f40001', N'demo', N'demo', N'绠$悊鍛', N'2017-03-01 21:54:06.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881875b19f141015b19fb1d490019', N'dep_jingli', N'缁忕悊瑙掕壊', null, null, null, N'绠$悊鍛', N'2017-03-29 20:12:19.000', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc8181870050', N'admin', N'绠$悊鍛', N'绠$悊鍛', N'2017-09-05 09:56:11.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc81818b0051', N'manager', N'鏅氱敤鎴', N'绠$悊鍛', N'2016-05-29 17:42:19.000', N'admin', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_role_function --- ---------------------------- -DROP TABLE [dbo].[t_s_role_function] -GO -CREATE TABLE [dbo].[t_s_role_function] ( -[ID] nvarchar(32) NOT NULL , -[operation] nvarchar(1000) NULL , -[functionid] nvarchar(32) NULL , -[roleid] nvarchar(32) NULL , -[datarule] nvarchar(1000) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`roleid`) REFER `jeecg/t_s_role`(`I' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`roleid`) REFER `jeecg/t_s_role`(`I' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -'COLUMN', N'operation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'椤甸潰鎺т欢鏉冮檺缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'椤甸潰鎺т欢鏉冮檺缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'operation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -'COLUMN', N'functionid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鑿滃崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'functionid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鑿滃崟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'functionid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -'COLUMN', N'roleid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'roleid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'roleid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -'COLUMN', N'datarule')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鏉冮檺瑙勫垯ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'datarule' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁鏉冮檺瑙勫垯ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -, @level2type = 'COLUMN', @level2name = N'datarule' -GO - --- ---------------------------- --- Records of t_s_role_function --- ---------------------------- -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40284a815bb75d7b015bb760d9130003', null, N'40284a815bb75d7b015bb7607ba00001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e55bcd2bfb015bcd3cb49f0003', null, N'402881ea5bc9abd3015bc9b2ebe10001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5cbe667c015cbe67bcc50006', null, N'4028ef8155fd32e40155fd344cddd3', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5cc39343015cc3ac24dd0003', null, N'8a8ab0b246dc81120146dc8180df001f', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5ddec439015ddedcf21f0011', null, N'4028f6815af5ca04015af5cbf9300001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5ddec439015ddf6d0f1d0028', null, N'4028f6815af6de95015af6e078420001', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5ddfdd26015ddfdff408000c', null, N'402880ec5cc40078015cc43430e80061', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5ddfdd26015ddfdff40b000d', null, N'4028ab775dca0d1b015dca3fccb60016', N'402880e74d75c4dd014d75d3c5f40001', N'4028ab775dca0d1b015dca4183530018,402880ec5ddfdd26015ddfe3e0570011,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5de46aa9015de46b71d80001', null, N'297e7ae15de05304015de07b35de0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5e092173015e092345e90003', null, N'402881ef5e087320015e087a17570001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ec5e0e655a015e0e6653ff0001', null, N'402880e95e07dd00015e07e93bb60001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff44230f0003', null, N'8a8ab0b246dc81120146dc81811d0032', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423120004', null, N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423120005', null, N'8a8ab0b246dc81120146dc8181100030', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423120006', null, N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423120007', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423120009', null, N'8a8ab0b246dc81120146dc8180df001f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff442312000b', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff442313000c', null, N'8a8ab0b246dc81120146dc8181250034', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff442313000d', null, N'8a8ab0b246dc81120146dc8180e70023', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff442313000e', null, N'8a8ab0b246dc81120146dc8180ee0025', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff442313000f', null, N'402885814e3d2d09014e3d2e77800001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423130010', null, N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423130011', null, N'8a8ab0b246dc81120146dc8180f60028', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423130012', null, N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423130013', null, N'4028bc934869765001486977f0980001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423130014', null, N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423140016', null, N'402881c746de1ea60146de207d770001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff3ede015aff4423140017', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927b0001', null, N'4028f6815af3ce54015af3d1f52c0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927e0002', null, N'4028f6815af750eb015af755e1ca0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927e0003', null, N'4028f6815af9fb56015af9fc51d30001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927e0004', null, N'4028f6815af5ca04015af5cbf9300001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927e0005', null, N'4028f6815af6de95015af6e078420001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927f0006', null, N'4028f6815afa8964015afa8a63e20001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5aff7f22015aff7f927f0007', N'402881875b1a8040015b1a84fd800001,', N'4028f6815af5e479015af5f08dc4001a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5affc86b015affda56680007', null, N'4028ef8155fd32e40155fd344cdd0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5affc86b015affda566b0008', null, N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5affc86b015affda566b0009', null, N'402881875992e76c015992eb2a3b0009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5affc86b015affda566b000a', null, N'4028ef8155fd32e40155fd348df80005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5affc86b015affda566b000c', null, N'4028ef8155fd32e40155fd3564520008', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332a0005', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332c0006', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332c0007', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332c0008', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332c0009', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332d000a', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332d000b', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332d000c', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880ef5b002b87015b004d332d000d', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f05c10b1a8015c10b27b170003', null, N'4028911b5c0bf9b9015c0c034d8e0013', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b0da07e015b0da46ac30009', null, N'4028f6815b0b1017015b0b1265cf0002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7760003', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7780004', null, N'4028ef815378741f01537879315e0009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7790005', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7790006', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7790007', null, N'4028ef815378741f0153787764cc0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7790008', null, N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b7790009', null, N'4028948150f5ba6a0150f5d0b0200004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b779000a', null, N'4028948150f5ba6a0150f5d34aca000a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370b779000b', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b137015015b1370c1ff000c', null, N'402880e448a28b750148a290c0e50001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b182dcf015b1839b06f0007', null, N'8a8ab0b246dc81120146dc8180ce0019', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b182dcf015b1839b0730008', N'402880f25b182dcf015b1839762c0005,402880f25b182dcf015b184c4885001b,', N'8a8ab0b246dc81120146dc818106002d', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b182dcf015b185e0a9c0028', null, N'4028f6815af3ce54015af3d1ad610001', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b182dcf015b18611d570031', N'402880f25b182dcf015b187b464a004b,', N'4028f6815af5ca04015af5cbf9300001', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b18e3ab015b1902224b0004', N'402880f25a980e2a015a981e9e460008,402881855ab8c48a015ab8c945a70008,', N'402880f25a980e2a015a981dc8de0005', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b18e3ab015b1902224e0005', null, N'402889fb486e848101486e8de3d60005', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b18e3ab015b191afdaa000c', N'402880f25a9833f5015a9844ed14000f,402881855ab8c48a015ab8caa347000a,', N'402880f25a9833f5015a9843218f000c', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b18e3ab015b196f88ff0023', null, N'8a8ab0b246dc81120146dc8180d2001a', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b19976c015b199f79480003', null, N'40288088481d019401481d2fcebf000d', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef815595a881015595b0ccb60001,402880ec5ddec439015ddf9225060038,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b19976c015b19a09e280009', N'', N'4028f6815af5e479015af5f08dc4001a', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b19976c015b19a1d6500012', null, N'40288088481d019401481d2fcebf000d', N'8a8ab0b246dc81120146dc81818b0051', N'4028ef815595a881015595b0ccb60001,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b19976c015b19a1d6510013', null, N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b19976c015b19a1f5ea0014', null, N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b19976c015b19a1f5eb0015', null, N'4028f6815af5e479015af5f08dc4001a', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1d71e5a90004', null, N'402881855ab8c48a015ab8d133050018', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1d71e5ab0005', N'402881855ab8c48a015ab8d331b1001e,', N'402881855ab8c48a015ab8d1f96f001b', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1d747dfe000d', null, N'402880e74d76e784014d76f5505a0012', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1d74a94b000e', N'402880f25b1d5a3a015b1d901da00028,402880f25b1d5a3a015b1d941094002e,402880f25b1d5a3a015b1d97b13d0039,402880f25b1df029015b1e19a8890027,402880f25b1df029015b1e19e0d00029,', N'402880e74d76e784014d76f5cc2e0014', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1d781ada0017', N'402880f25b1d5a3a015b1d77ff6a0015,', N'402880f25b1d5a3a015b1d772c2b0013', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1db9fee40057', null, N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1db9fee60058', null, N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1db9fee60059', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1d5a3a015b1db9fee6005a', null, N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b1e2ac7015b1e6038450014', null, N'402880f25b1e2ac7015b1e5cdc340010', N'402880e74d75c4dd014d75d3c5f40001', N'402880f25b1e2ac7015b1e5fdebc0012,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f25b23a635015b23abbf770008', N'402880f25b23a635015b23ab94b60006,402880f25b23a635015b23ad152f000d,', N'402880f25b23a635015b23a992f10003', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f35b6686ba015b6693c3e90001', null, N'8a8ab0b246dc81120146dc8180f30027', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f35c4407e4015c440fdbbc0005', null, N'4028fbc65c3ab6e3015c3ab7ba690003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e54d7aa015e54ddac040018', null, N'8a8ab0b246dc81120146dc8180d2001a', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876e80005', null, N'4028948150f5ba6a0150f5d34aca000a', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876eb0006', null, N'402880e74d76e784014d76f5cc2e0014', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876eb0007', null, N'4028ef815378741f0153787764cc0004', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876eb0008', null, N'4028ef815373fb53015373fef1c50003', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876ec0009', null, N'4028948150f5ba6a0150f5d0b0200004', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876ec000a', null, N'4028ef81535fff5101536001bb8d0005', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876ec000b', null, N'4028ef815378741f01537879315e0009', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876ed000c', null, N'402880e74d76e784014d76f5505a0012', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880f95e56755d015e567876ed000d', null, N'4028ef815373fb53015373ff521d0005', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855afb59f7015afc6123c7000e', null, N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855afbcdf7015afc6123c7000e', null, N'8a8ab0b246dc81120146dc8180e30021', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380a0003', null, N'4028808848845c0f014884649488000c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380e0004', null, N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380e0005', null, N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380e0006', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380e0007', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380e0008', null, N'4028808848845c0f01488462658f0006', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380e0009', null, N'4028808848845c0f01488463aa210009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380f000a', null, N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b04244f015b0426380f000b', null, N'4028808848845c0f01488461b3ac0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855b05d2c4015b05f2ae6a0004', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855bdd0712015bdd0822c20003', null, N'402881ea5bcd7fd0015bcd8b5eae0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855c0190fa015c019363070005', null, N'402881855c0190fa015c019342b20003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881855c1c1c38015c1c2096780005', null, N'40284a815c1bac76015c1bc02abe0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881865b4cf7aa015b4cfa85d90006', null, N'40284a815b48b411015b48b56fd80001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881865c5eec5e015c5eed38820002', null, N'4028fbc65c56ece6015c56f508300002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875b19f141015b19fbb1ab001e', null, N'40288088481d019401481d2fcebf000d', N'402881875b19f141015b19fb1d490019', N'402881875b19f141015b19f8125e0014,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875b19f141015b19fbb1ae001f', null, N'4028f6815af3ce54015af3d1ad610001', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875b19f141015b19fbb1af0020', null, N'402889fb486e848101486e8de3d60005', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875b19f141015b19fbb1af0021', null, N'4028f6815af5e479015af5f08dc4001a', N'402881875b19f141015b19fb1d490019', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875b246b3f015b246ce6d70003', null, N'8a8ab0b246dc81120146dc8180e70023', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881e45e5bc4e3015e5bc767790010', null, N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881e55de5aead015de64419c50006', null, N'402881e55de5aead015de643eaed0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881f15e6f6706015e6f6858710001', null, N'402881e45e6b867a015e6c539b8a000d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028b29a5d86c6e5015d871225700009', null, N'4028b29a5d86c6e5015d8711a0000007', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO - --- ---------------------------- --- Table structure for t_s_role_org --- ---------------------------- -DROP TABLE [dbo].[t_s_role_org] -GO -CREATE TABLE [dbo].[t_s_role_org] ( -[ID] nvarchar(32) NOT NULL , -[org_id] nvarchar(32) NULL , -[role_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_org', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_org' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_org' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_org', -'COLUMN', N'org_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_org' -, @level2type = 'COLUMN', @level2name = N'org_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏈烘瀯ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_org' -, @level2type = 'COLUMN', @level2name = N'org_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_org', -'COLUMN', N'role_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_org' -, @level2type = 'COLUMN', @level2name = N'role_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_org' -, @level2type = 'COLUMN', @level2name = N'role_id' -GO - --- ---------------------------- --- Records of t_s_role_org --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_role_user --- ---------------------------- -DROP TABLE [dbo].[t_s_role_user] -GO -CREATE TABLE [dbo].[t_s_role_user] ( -[ID] nvarchar(32) NOT NULL , -[roleid] nvarchar(32) NULL , -[userid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`userid`) REFER `jeecg/t_s_user`(`i' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`userid`) REFER `jeecg/t_s_user`(`i' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_user', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_user', -'COLUMN', N'roleid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -, @level2type = 'COLUMN', @level2name = N'roleid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瑙掕壊ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -, @level2type = 'COLUMN', @level2name = N'roleid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_user', -'COLUMN', N'userid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -, @level2type = 'COLUMN', @level2name = N'userid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -, @level2type = 'COLUMN', @level2name = N'userid' -GO - --- ---------------------------- --- Records of t_s_role_user --- ---------------------------- -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402880ec5d78d2cc015d78d6d4260006', N'402880e74d75c4dd014d75d3c5f40001', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402880f35a4121cf015a4122dd410002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a60055') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402881855c1c4ab8015c1c4d36ca0002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402881855c1c4ab8015c1c4d512f0005', N'8a8ab0b246dc81120146dc81818b0051', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402881875988e889015988ec36940003', N'402880e74d75c4dd014d75d3c5f40001', N'402881875988e889015988ec36770001') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402881875b19f141015b19fe80f8002d', N'402881875b19f141015b19fb1d490019', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef815500fa15015500fbc3c50002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a10054') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81563ae5be01563ae92de10004', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef81563ae5be01563ae92d7f0002') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'8a8c82a35de421ab015de4228d5c0005', N'402881875b19f141015b19fb1d490019', N'8a8c82a35de421ab015de4228d400003') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms --- ---------------------------- -DROP TABLE [dbo].[t_s_sms] -GO -CREATE TABLE [dbo].[t_s_sms] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[es_title] nvarchar(32) NULL , -[es_type] nvarchar(1) NULL , -[es_sender] nvarchar(50) NULL , -[es_receiver] nvarchar(50) NULL , -[es_content] nvarchar(MAX) NULL , -[es_sendtime] datetime NULL , -[remark] nvarchar(500) NULL , -[es_status] nvarchar(1) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娑堟伅鏍囬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娑堟伅鏍囬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娑堟伅绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娑堟伅绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_sender')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙戦佷汉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sender' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙戦佷汉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sender' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_receiver')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺ユ敹浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_receiver' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎺ユ敹浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_receiver' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_sendtime')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙戦佹椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sendtime' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙戦佹椂闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sendtime' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'remark')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'remark' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'remark' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙戦佺姸鎬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍙戦佺姸鎬' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_status' -GO - --- ---------------------------- --- Records of t_s_sms --- ---------------------------- -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'绠$悊鍛', N'admin', N'2015-06-05 17:05:59.000', N'绠$悊鍛', N'admin', N'2015-11-19 22:30:39.000', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2015-06-05 17:06:01.000', N'璁よ瘉澶辫触閿欒鐨勭敤鎴峰悕鎴栬呭瘑鐮', N'3') -GO -GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880ea533647b00153364e74770001', N'绠$悊鍛', N'admin', N'2016-03-02 15:50:24.000', N'绠$悊鍛', N'admin', N'2017-03-10 18:31:47.000', N'鍙戜釜闂', N'3', N'admin', N'admin', N'浣犲ソ', N'2016-03-02 00:00:00.000', null, N'2') -GO -GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880ee5a17e711015a17f3188e013f', N'绠$悊鍛', N'admin', N'2017-02-07 17:41:31.000', N'绠$悊鍛', N'admin', N'2017-03-10 11:37:05.000', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, N'2') -GO -GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880f05ab649b4015ab64b9cd80012', N'绠$悊鍛', N'admin', N'2017-03-10 11:38:13.000', N'绠$悊鍛', N'admin', N'2017-07-31 17:24:54.000', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, N'1') -GO -GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880f05ab7b035015ab7c4462c0004', N'绠$悊鍛', N'admin', N'2017-03-10 18:29:37.000', null, null, null, N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, N'1') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms_sql --- ---------------------------- -DROP TABLE [dbo].[t_s_sms_sql] -GO -CREATE TABLE [dbo].[t_s_sms_sql] ( -[id] nvarchar(36) NOT NULL , -[sql_name] nvarchar(32) NULL , -[sql_content] nvarchar(1000) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'sql_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'sql_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_sms_sql --- ---------------------------- -INSERT INTO [dbo].[t_s_sms_sql] ([id], [sql_name], [sql_content], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a3865f9a90001', N'SQL-鏌ヨ鐢ㄦ埛濮撳悕', N'SELECT NAME as name,ID as order_code from t_s_student where id = :id ', N'2014-12-11 16:10:14.000', N'4028d881436d514601436d5215ac0043', N'admin', N'2017-03-10 11:37:19.000', N'admin', N'绠$悊鍛') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms_template --- ---------------------------- -DROP TABLE [dbo].[t_s_sms_template] -GO -CREATE TABLE [dbo].[t_s_sms_template] ( -[id] nvarchar(36) NOT NULL , -[template_type] nvarchar(1) NULL , -[template_name] nvarchar(50) NULL , -[template_content] nvarchar(1000) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'template_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘绫诲瀷' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'template_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'template_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘鍐呭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_sms_template --- ---------------------------- -INSERT INTO [dbo].[t_s_sms_template] ([id], [template_type], [template_name], [template_content], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a38701cff0005', N'1', N'鍏呭肩煭淇℃彁閱掓ā鏉', N'${name}浣犲ソ锛屼綘鐨勮鍗${order_code}宸蹭粯娆!', N'2014-12-11 16:21:19.000', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 21:11:00.000', N'4028d881436d514601436d5215ac0043', N'admin') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms_template_sql --- ---------------------------- -DROP TABLE [dbo].[t_s_sms_template_sql] -GO -CREATE TABLE [dbo].[t_s_sms_template_sql] ( -[id] nvarchar(36) NOT NULL , -[code] nvarchar(32) NULL , -[name] nvarchar(32) NULL , -[sql_id] nvarchar(32) NULL , -[template_id] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閰嶇疆CODE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閰嶇疆CODE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閰嶇疆鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閰嶇疆鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'sql_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓氬姟SQLID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'sql_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓氬姟SQLID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'sql_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'template_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娑堟伅妯℃湰ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'template_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娑堟伅妯℃湰ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'template_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_sms_template_sql --- ---------------------------- -INSERT INTO [dbo].[t_s_sms_template_sql] ([id], [code], [name], [sql_id], [template_id], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a3871f5ee0008', N'CZTX', N'鍏呭兼彁閱掗厤缃', N'8a71b40e4a386269014a3865f9a90001', N'8a71b40e4a386269014a38701cff0005', N'2014-12-11 16:23:20.000', N'4028d881436d514601436d5215ac0043', N'admin', null, N'', N'') -GO -GO - --- ---------------------------- --- Table structure for t_s_timetask --- ---------------------------- -DROP TABLE [dbo].[t_s_timetask] -GO -CREATE TABLE [dbo].[t_s_timetask] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_BY] nvarchar(32) NULL , -[CREATE_DATE] datetime NULL , -[CREATE_NAME] nvarchar(32) NULL , -[CRON_EXPRESSION] nvarchar(100) NOT NULL , -[IS_EFFECT] nvarchar(1) NOT NULL , -[IS_START] nvarchar(1) NOT NULL , -[TASK_DESCRIBE] nvarchar(50) NOT NULL , -[TASK_ID] nvarchar(100) NOT NULL , -[CLASS_NAME] nvarchar(300) NOT NULL , -[RUN_SERVER_IP] nvarchar(15) NOT NULL , -[RUN_SERVER] nvarchar(300) NOT NULL , -[UPDATE_BY] nvarchar(32) NULL , -[UPDATE_DATE] datetime NULL , -[UPDATE_NAME] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'CREATE_BY')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CREATE_BY' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CREATE_BY' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'CREATE_DATE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CREATE_DATE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CREATE_DATE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'CREATE_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CREATE_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕瀛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CREATE_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'CRON_EXPRESSION')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'cron琛ㄨ揪寮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CRON_EXPRESSION' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'cron琛ㄨ揪寮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CRON_EXPRESSION' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'IS_EFFECT')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁鐢熸晥 0/鏈敓鏁,1/鐢熸晥' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'IS_EFFECT' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁鐢熸晥 0/鏈敓鏁,1/鐢熸晥' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'IS_EFFECT' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'IS_START')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏄惁杩愯0鍋滄,1杩愯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'IS_START' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏄惁杩愯0鍋滄,1杩愯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'IS_START' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'TASK_DESCRIBE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠诲姟鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'TASK_DESCRIBE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠诲姟鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'TASK_DESCRIBE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'TASK_ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠诲姟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'TASK_ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠诲姟ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'TASK_ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'CLASS_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠诲姟绫诲悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CLASS_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠诲姟绫诲悕' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'CLASS_NAME' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'RUN_SERVER_IP')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠诲姟杩愯鏈嶅姟鍣↖P' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'RUN_SERVER_IP' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠诲姟杩愯鏈嶅姟鍣↖P' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'RUN_SERVER_IP' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'RUN_SERVER')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'杩滅▼涓绘満锛堝煙鍚/IP+椤圭洰璺緞锛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'RUN_SERVER' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'杩滅▼涓绘満锛堝煙鍚/IP+椤圭洰璺緞锛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'RUN_SERVER' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'UPDATE_BY')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'UPDATE_BY' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'UPDATE_BY' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'UPDATE_DATE')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'UPDATE_DATE' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'UPDATE_DATE' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_timetask', -'COLUMN', N'UPDATE_NAME')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'UPDATE_NAME' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_timetask' -, @level2type = 'COLUMN', @level2name = N'UPDATE_NAME' -GO - --- ---------------------------- --- Records of t_s_timetask --- ---------------------------- -INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [CLASS_NAME], [RUN_SERVER_IP], [RUN_SERVER], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'402880e74c79dd47014c79de88f70001', N'admin', N'2015-04-02 19:22:49.000', N'绠$悊鍛', N'0 0/1 * * * ?', N'1', N'0', N'娑堟伅涓棿浠跺畾鏃朵换鍔', N'smsSendTaskCronTrigger', N'org.jeecgframework.web.system.sms.util.task.SmsSendTask', N'鏈湴', N'鏈湴', N'admin', N'2017-09-07 19:49:28.000', N'绠$悊鍛') -GO -GO - --- ---------------------------- --- Table structure for t_s_type --- ---------------------------- -DROP TABLE [dbo].[t_s_type] -GO -CREATE TABLE [dbo].[t_s_type] ( -[ID] nvarchar(32) NOT NULL , -[typecode] nvarchar(50) NULL , -[typename] nvarchar(50) NULL , -[typepid] nvarchar(32) NULL , -[typegroupid] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_name] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`typegroupid`) REFER `jeecg/t_s_typ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`typegroupid`) REFER `jeecg/t_s_typ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'typecode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typecode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typecode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'typename')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typename' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typename' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'typepid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏃犵敤瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typepid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏃犵敤瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typepid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'typegroupid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀缁処D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typegroupid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀缁処D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'typegroupid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鐢ㄦ埛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鐢ㄦ埛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO - --- ---------------------------- --- Records of t_s_type --- ---------------------------- -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'鏄', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'鍚', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'40284a815c1c18f7015c1c270f2b000c', N'1', N'鏄', null, N'40284a815c1c18f7015c1c26c0bc000a', N'2017-05-18 23:22:21.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'40284a815c1c18f7015c1c272ecf000e', N'0', N'鍚', null, N'40284a815c1c18f7015c1c26c0bc000a', N'2017-05-18 23:22:29.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'钄疯枃涓冩潙', null, N'402880884883eff401488415cbb60027', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'鍥剧墖', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402880ec5cc40078015cc41b28ce0005', N'bdfl_include', N'瀵煎叆琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2017-06-20 14:05:33.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'杈炲伐', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'鎬ヨ緸宸', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'杈為', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'寮闄', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'鑷姩绂昏亴', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'鏅氳〃鍗', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'澶嶆潅琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55af64f07015af683bd930006', N'text', N'鍗曡鏂囨湰杈撳叆妗', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:55:13.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55af64f07015af683f8910008', N'textarea', N'澶氳鏂囨湰杈撳叆妗', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:55:28.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55af64f07015af6866f2f000a', N'select', N'涓嬫媺鑿滃崟', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:10.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55af64f07015af686a8ca000c', N'radios', N'鍗曢夋', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:25.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55af64f07015af686eb55000e', N'checkboxs', N'澶嶉夋', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:42.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55af64f07015af689cf09001a', N'button', N'Button鎸夐挳鎺т欢', null, N'402881e55af64f07015af68356550004', N'2017-03-22 23:01:51.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55b05c578015b060cbe480009', N'timeText', N'鏃堕棿鎺т欢绮剧‘绉', null, N'402881e55af64f07015af68356550004', N'2017-03-25 23:19:10.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e55b05c578015b060d087f000b', N'dateText', N'鏃堕棿鎺т欢绮剧‘澶', null, N'402881e55af64f07015af68356550004', N'2017-03-25 23:19:29.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'鏇茬嚎鍥', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'鏌辩姸鍥', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'楗煎浘', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'闈炵┖', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'鏁板瓧', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'瀛楁瘝', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'閭斂缂栫爜', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'鎵嬫満鍙风爜', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'鐢靛瓙閭欢', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'缃戝潃', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6鍒16浣嶄换鎰忓瓧绗', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6鍒16浣嶆暟瀛', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6鍒18浣嶅瓧绗︿覆', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402889f647f797e30147f79ec3760005', N'1', N'寰呮彁浜', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402889f647f797e30147f79f28de0007', N'2', N'澶勭悊涓', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402889f647f797e30147f79fa724000b', N'3', N'宸插畬鎴', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028a9815c8cf888015c8d00af2b0002', N'd', N'閲戦', null, N'4028838850c35b6a0150c37251e00002', N'2017-06-09 21:17:31.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D楗煎浘', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D楗煎浘', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'鏉$姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'闈㈢Н鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'鎶樼嚎鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'鍗曢', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'澶氶', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028f6815dcbc85f015dcbd4ea110001', N'USE_SQL_RULES', N'鑷畾涔塖QL琛ㄨ揪寮', null, N'f852d85d47ed64a40147ed70894c0003', N'2017-08-10 19:08:34.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182400076', N'0', N'common.male', null, N'8a8ab0b246dc81120146dc8181cd005f', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182430077', N'1', N'common.female', null, N'8a8ab0b246dc81120146dc8181cd005f', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'澶т簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'澶т簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'灏忎簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'灏忎簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'鍖呭惈', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'妯$硦', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'涓嶇瓑浜', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'灏忔椂', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'澶', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'澶/浜', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'鍏/浜', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'鍏', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'宀', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'璇炬椂', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'鍏虫敞寮曞', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'鍐呭鍖', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'鍘熸枃寮曞', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'鏍囬', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'鍒嗛殧绾', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'浜掓帹璐﹀彿', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'鍏朵粬', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'鎴戠殑鏍峰紡', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO - --- ---------------------------- --- Table structure for t_s_typegroup --- ---------------------------- -DROP TABLE [dbo].[t_s_typegroup] -GO -CREATE TABLE [dbo].[t_s_typegroup] ( -[ID] nvarchar(32) NOT NULL , -[typegroupcode] nvarchar(50) NULL , -[typegroupname] nvarchar(50) NULL , -[create_date] datetime NULL , -[create_name] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_typegroup', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_typegroup', -'COLUMN', N'typegroupcode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀鍒嗙粍缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'typegroupcode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀鍒嗙粍缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'typegroupcode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_typegroup', -'COLUMN', N'typegroupname')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楀吀鍒嗙粍鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'typegroupname' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楀吀鍒嗙粍鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'typegroupname' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_typegroup', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_typegroup', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鐢ㄦ埛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鐢ㄦ埛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_typegroup' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO - --- ---------------------------- --- Records of t_s_typegroup --- ---------------------------- -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9ba56ce0009', N'orgtype', N'common.org.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'2c90ac564c9d1734014c9db1a167002b', N'sf_yn', N'鏄惁YN', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'40284a815c1c18f7015c1c26c0bc000a', N'dev_flag', N'寮鍙戞潈闄', N'2017-05-18 23:22:01.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402880884883eff401488415cbb60027', N'smsTplType', N'妯℃澘绫诲瀷', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1b9d7f50002', N'outType', N'绂昏亴鏂瑰紡', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e44df713f5014df738349c002f', N'formDbType', N'form.db.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e54dcb624a014dcbf4912b000e', N'bdfl', N'琛ㄥ崟鍒嗙被', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e55af64f07015af68356550004', N'widgetType', N'鎺т欢绫诲瀷', N'2017-03-22 22:54:47.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca7044c370004', N'tblx', N'鍥捐〃绫诲瀷', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e946e71f5f0146e73619bb0002', N'lang', N'common.mutilang', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c37251e00002', N'dataType', N'鏍¢獙瑙勫垯', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402889f647f797e30147f79e7ca60003', N'bpm_status', N'涓氬姟BPM娴佽浆鐘舵', N'2017-02-23 15:17:53.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028ab8c5134f1ed0151350f08d90003', N'units', N'甯哥敤鍗曚綅', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533adb50460001', N'graphType', N'鍔ㄦ佸浘琛ㄧ被鍨', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028ef8154753f2601547546249f0005', N'pop_retype', N'POP杩斿洖绫诲瀷', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028efa25219c9f0015219d1d2720004', N'leaveType', N'璇峰亣绫诲埆', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'enhanceType', N'java.enhance.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3858fca40018', N'msgTplType', N'娑堟伅妯℃澘鍒嗙被', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385cb115001e', N'msgType', N'娑堟伅绫诲埆', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a386022bd0026', N'msgStatus', N'娑堟伅鍙戦佺姸鎬', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181aa0056', N'icontype', N'common.icon.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181b10057', N'order', N'lang.order.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181b50058', N'custom', N'lang.customer.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181b90059', N'service', N'lang.service.item.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181bc005a', N'searchmode', N'common.query.module', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181c0005b', N'yesorno', N'common.logic.condition', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181c3005c', N'fieldtype', N'field.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181c6005d', N'database', N'common.data.table', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181ca005e', N'fieltype', N'common.document.category', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181cd005f', N'sex', N'common.sex.type', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c7732790019', N'dbtype', N'common.dbtype', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed70894c0003', N'rulecon', N'瑙勫垯鏉′欢', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'jglongjbtstypegourp2015060400001', N'weixin', N'寰俊妯℃澘绫诲瀷', N'2016-09-04 22:19:12.000', N'绠$悊鍛') -GO -GO - --- ---------------------------- --- Table structure for t_s_user --- ---------------------------- -DROP TABLE [dbo].[t_s_user] -GO -CREATE TABLE [dbo].[t_s_user] ( -[id] nvarchar(32) NOT NULL , -[email] nvarchar(50) NULL , -[mobilePhone] nvarchar(30) NULL , -[officePhone] nvarchar(20) NULL , -[signatureFile] nvarchar(100) NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL , -[portrait] nvarchar(100) NULL , -[imsign] nvarchar(255) NULL , -[dev_flag] nvarchar(2) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`id`) REFER `jeecg/t_s_base_user`(`' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 587776 kB; (`id`) REFER `jeecg/t_s_base_user`(`' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'email' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'mobilePhone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵嬫満鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'mobilePhone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵嬫満鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'mobilePhone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'officePhone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔炲叕搴ф満' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'officePhone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔炲叕搴ф満' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'officePhone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'signatureFile')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绛惧悕鏂囦欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'signatureFile' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绛惧悕鏂囦欢' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'signatureFile' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇敼浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜篿d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'dev_flag')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'寮鍙戞潈闄愭爣蹇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'dev_flag' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'寮鍙戞潈闄愭爣蹇' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'dev_flag' -GO - --- ---------------------------- --- Records of t_s_user --- ---------------------------- -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'402880e74d75c4dd014d75d44af30005', N'', N'', N'', null, N'绠$悊鍛', N'2017-07-25 16:22:11.000', N'admin', N'绠$悊鍛', N'2015-05-21 17:35:56.000', N'admin', N'20170502\4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'402881875988e889015988ec36770001', N'', N'', N'', null, N'绠$悊鍛', N'2017-01-10 23:08:33.000', N'admin', N'绠$悊鍛', N'2017-01-10 23:08:18.000', N'admin', null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'4028ef81538330cd01538333b7bc0001', N'zhangdaiscott@163.com', N'13426432323', N'991', null, N'绠$悊鍛', N'2017-03-29 20:16:01.000', N'admin', N'绠$悊鍛', N'2016-03-17 14:11:58.000', N'admin', null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'4028ef81563ae5be01563ae92d7f0002', N'', N'', N'', null, N'绠$悊鍛', N'2016-07-30 16:26:20.000', N'admin', N'绠$悊鍛', N'2016-07-30 16:26:15.000', N'admin', null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'8a8ab0b246dc81120146dc8181950052', N'', N'', N'', N'images/renfang/qm/licf.gif', N'绠$悊鍛', N'2017-06-12 21:50:18.000', N'admin', null, N'2016-07-20 16:26:15.000', null, N'upload/files\20170612\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', N'杩欏浼欏緢浣犲ソ', N'1') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'8a8ab0b246dc81120146dc81819d0053', N'zhangdaiscott@163.com', N'13426430000', N'7496661', null, N'绠$悊鍛', N'2017-05-19 00:04:08.000', N'admin', null, N'2016-03-17 14:11:58.000', null, null, null, N'1') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a10054', N'', N'', N'', null, N'绠$悊鍛', N'2016-06-01 15:07:57.000', N'admin', null, N'2016-07-10 16:26:15.000', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'', N'', N'', null, N'绠$悊鍛', N'2017-02-21 15:18:10.000', N'admin', null, N'2016-09-30 16:26:15.000', null, null, null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag]) VALUES (N'8a8c82a35de421ab015de4228d400003', N'', N'', N'', null, N'绠$悊鍛', N'2017-09-06 09:45:02.000', N'admin', N'绠$悊鍛', N'2017-08-15 12:24:15.000', N'admin', null, null, N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_user_org --- ---------------------------- -DROP TABLE [dbo].[t_s_user_org] -GO -CREATE TABLE [dbo].[t_s_user_org] ( -[ID] nvarchar(32) NOT NULL , -[user_id] nvarchar(32) NULL , -[org_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user_org', -'COLUMN', N'ID')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user_org' -, @level2type = 'COLUMN', @level2name = N'ID' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user_org' -, @level2type = 'COLUMN', @level2name = N'ID' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user_org', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user_org' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢ㄦ埛id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user_org' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user_org', -'COLUMN', N'org_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user_org' -, @level2type = 'COLUMN', @level2name = N'org_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閮ㄩ棬id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user_org' -, @level2type = 'COLUMN', @level2name = N'org_id' -GO - --- ---------------------------- --- Records of t_s_user_org --- ---------------------------- -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402880ec5d78d2cc015d78d6d3f10004', N'402880e74d75c4dd014d75d44af30005', N'402880e6487e661a01487e6b504e0001') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402880ec5d78d2cc015d78d6d3f40005', N'402880e74d75c4dd014d75d44af30005', N'402880f15986303c0159864816180002') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402880f35a4121cf015a4122dd1b0001', N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881855c1c4ab8015c1c4d36a30001', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc8180ba0017') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881855c1c4ab8015c1c4d51140004', N'8a8ab0b246dc81120146dc81819d0053', N'402880e6487e661a01487e6b504e0001') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881875988e889015988ec36880002', N'402881875988e889015988ec36770001', N'8a8ab0b246dc81120146dc8180ba0017') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881875988e889015988ec64590005', N'402881875988e889015988ec36770001', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881875b19f141015b19fe80e5002c', N'4028ef81538330cd01538333b7bc0001', N'402880e447e9a9570147e9b762e30009') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815500fa15015500fbc3290001', N'8a8ab0b246dc81120146dc8181a10054', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81563ae5be01563ae92dc20003', N'4028ef81563ae5be01563ae92d7f0002', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'8a8c82a35de421ab015de4228d520004', N'8a8c82a35de421ab015de4228d400003', N'8a8ab0b246dc81120146dc8180ba0017') -GO -GO - --- ---------------------------- --- Table structure for test_person --- ---------------------------- -DROP TABLE [dbo].[test_person] -GO -CREATE TABLE [dbo].[test_person] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(32) NOT NULL , -[sex] nvarchar(32) NULL , -[birthday] datetime NULL , -[conets] nvarchar(32) NULL , -[cexs] nvarchar(32) NULL , -[salary] float(53) NULL , -[fiel_jls] nvarchar(MAX) NULL , -[tou_pic] nvarchar(MAX) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚嶅瓧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎬у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'birthday')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'birthday' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢熸棩' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'birthday' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'conets')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓汉绠浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'conets' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓汉绠浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'conets' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'cexs')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴嬫у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'cexs' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'娴嬫у埆' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'cexs' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'salary')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宸ヨ祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'salary' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宸ヨ祫' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'salary' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'fiel_jls')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绠鍘嗛檮浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'fiel_jls' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绠鍘嗛檮浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'fiel_jls' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'test_person', -'COLUMN', N'tou_pic')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓汉澶村儚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'tou_pic' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓汉澶村儚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'test_person' -, @level2type = 'COLUMN', @level2name = N'tou_pic' -GO - --- ---------------------------- --- Records of test_person --- ---------------------------- -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [cexs], [salary], [fiel_jls], [tou_pic]) VALUES (N'402880f95e4ffa84015e4ffa848d0000', N'绠$悊鍛', N'admin', N'2017-09-05 10:59:31.000', N'绠$悊鍛', N'admin', N'2017-09-13 09:12:00.000', N'A03', N'A03', N'1', N'23', N'A03A02A02', N'2017-08-29 00:00:00.000', N'

23

', N'0', N'23', null, null) -GO -GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [cexs], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f15e7e1e4a015e7e1e4a650000', N'绠$悊鍛', N'admin', N'2017-09-14 10:01:07.000', null, null, null, N'A03', N'A03', N'1', N'灏忕帇', N'A02', N'2017-09-14 00:00:00.000', N'

3333

', N'0', N'8000', N'upload/files/201709141001082WfHAPD5.docx', N'upload/files/20170914100108QzuiVdJZ.jpg') -GO -GO - --- ---------------------------- --- Indexes structure for table cgform_button --- ---------------------------- -CREATE INDEX [index_formid] ON [dbo].[cgform_button] -([FORM_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_button_code] ON [dbo].[cgform_button] -([BUTTON_CODE] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_button_status] ON [dbo].[cgform_button] -([BUTTON_STATUS] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_button_order] ON [dbo].[cgform_button] -([order_num] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table cgform_button --- ---------------------------- -ALTER TABLE [dbo].[cgform_button] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_button_sql --- ---------------------------- -CREATE INDEX [index_formid] ON [dbo].[cgform_button_sql] -([FORM_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table cgform_button_sql --- ---------------------------- -ALTER TABLE [dbo].[cgform_button_sql] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_enhance_java --- ---------------------------- -CREATE INDEX [index_fmid] ON [dbo].[cgform_enhance_java] -([form_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_buttoncode] ON [dbo].[cgform_enhance_java] -([button_code] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_status] ON [dbo].[cgform_enhance_java] -([active_status] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table cgform_enhance_java --- ---------------------------- -ALTER TABLE [dbo].[cgform_enhance_java] ADD PRIMARY KEY ([id]) -GO diff --git a/docs/db/jeecg-init-mysql_3.7.1.sql b/docs/db/jeecg_3.7.2_mysql.sql similarity index 86% rename from docs/db/jeecg-init-mysql_3.7.1.sql rename to docs/db/jeecg_3.7.2_mysql.sql index 2d766ca2..9b348ebe 100644 --- a/docs/db/jeecg-init-mysql_3.7.1.sql +++ b/docs/db/jeecg_3.7.2_mysql.sql @@ -1,16 +1,16 @@ /* Navicat MySQL Data Transfer -Source Server : mysql -Source Server Version : 50037 -Source Host : localhost:3306 -Source Database : jeecg_3_7_1 +Source Server : vm_mysql5.7 +Source Server Version : 50710 +Source Host : 192.168.1.199:3306 +Source Database : jeecg_3.7.2 Target Server Type : MYSQL -Target Server Version : 50037 +Target Server Version : 50710 File Encoding : 65001 -Date: 2017-09-15 18:01:27 +Date: 2018-01-23 14:43:51 */ SET FOREIGN_KEY_CHECKS=0; @@ -21,20 +21,20 @@ SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS `cgform_button`; CREATE TABLE `cgform_button` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', - `BUTTON_CODE` varchar(50) default NULL COMMENT '鎸夐挳缂栫爜', - `button_icon` varchar(20) default NULL COMMENT '鎸夐挳鍥炬爣', - `BUTTON_NAME` varchar(50) default NULL COMMENT '鎸夐挳鍚嶇О', - `BUTTON_STATUS` varchar(2) default NULL COMMENT '鎸夐挳鐘舵', - `BUTTON_STYLE` varchar(20) default NULL COMMENT '鎸夐挳鏍峰紡', - `EXP` varchar(255) default NULL COMMENT '琛ㄨ揪寮', - `FORM_ID` varchar(32) default NULL COMMENT '琛ㄥ崟ID', - `OPT_TYPE` varchar(20) default NULL COMMENT '鎸夐挳绫诲瀷', - `order_num` int(11) default NULL COMMENT '鎺掑簭', - PRIMARY KEY (`ID`), - KEY `index_formid` USING BTREE (`FORM_ID`), - KEY `index_button_code` USING BTREE (`BUTTON_CODE`), - KEY `index_button_status` USING BTREE (`BUTTON_STATUS`), - KEY `index_button_order` USING BTREE (`order_num`) + `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '鎸夐挳缂栫爜', + `button_icon` varchar(20) DEFAULT NULL COMMENT '鎸夐挳鍥炬爣', + `BUTTON_NAME` varchar(50) DEFAULT NULL COMMENT '鎸夐挳鍚嶇О', + `BUTTON_STATUS` varchar(2) DEFAULT NULL COMMENT '鎸夐挳鐘舵', + `BUTTON_STYLE` varchar(20) DEFAULT NULL COMMENT '鎸夐挳鏍峰紡', + `EXP` varchar(255) DEFAULT NULL COMMENT '琛ㄨ揪寮', + `FORM_ID` varchar(32) DEFAULT NULL COMMENT '琛ㄥ崟ID', + `OPT_TYPE` varchar(20) DEFAULT NULL COMMENT '鎸夐挳绫诲瀷', + `order_num` int(11) DEFAULT NULL COMMENT '鎺掑簭', + PRIMARY KEY (`ID`), + KEY `index_formid` (`FORM_ID`) USING BTREE, + KEY `index_button_code` (`BUTTON_CODE`) USING BTREE, + KEY `index_button_status` (`BUTTON_STATUS`) USING BTREE, + KEY `index_button_order` (`order_num`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -59,13 +59,13 @@ INSERT INTO `cgform_button` VALUES ('4028b881537338160153738b86ac0010', 'groupma DROP TABLE IF EXISTS `cgform_button_sql`; CREATE TABLE `cgform_button_sql` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', - `BUTTON_CODE` varchar(50) default NULL COMMENT '鎸夐挳缂栫爜', - `CGB_SQL` varchar(1000) default NULL COMMENT 'SQL鍐呭', - `CGB_SQL_NAME` varchar(50) default NULL COMMENT 'Sql鍚嶇О', - `CONTENT` varchar(1000) default NULL COMMENT '澶囨敞', - `FORM_ID` varchar(32) default NULL COMMENT '琛ㄥ崟ID', - PRIMARY KEY (`ID`), - KEY `index_formid` USING BTREE (`FORM_ID`) + `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '鎸夐挳缂栫爜', + `CGB_SQL` varchar(1000) DEFAULT NULL COMMENT 'SQL鍐呭', + `CGB_SQL_NAME` varchar(50) DEFAULT NULL COMMENT 'Sql鍚嶇О', + `CONTENT` varchar(1000) DEFAULT NULL COMMENT '澶囨敞', + `FORM_ID` varchar(32) DEFAULT NULL COMMENT '琛ㄥ崟ID', + PRIMARY KEY (`ID`), + KEY `index_formid` (`FORM_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -79,15 +79,15 @@ INSERT INTO `cgform_button_sql` VALUES ('402880f25b234ec8015b235c85970003', 'add DROP TABLE IF EXISTS `cgform_enhance_java`; CREATE TABLE `cgform_enhance_java` ( `id` varchar(36) NOT NULL, - `button_code` varchar(32) default NULL COMMENT '鎸夐挳缂栫爜', + `button_code` varchar(32) DEFAULT NULL COMMENT '鎸夐挳缂栫爜', `cg_java_type` varchar(32) NOT NULL COMMENT '绫诲瀷', `cg_java_value` varchar(200) NOT NULL COMMENT '鏁板', `form_id` varchar(32) NOT NULL COMMENT '琛ㄥ崟ID', - `active_status` varchar(2) default '1' COMMENT '鐢熸晥鐘舵', - PRIMARY KEY (`id`), - KEY `index_fmid` USING BTREE (`form_id`), - KEY `index_buttoncode` USING BTREE (`button_code`), - KEY `index_status` USING BTREE (`active_status`) + `active_status` varchar(2) DEFAULT '1' COMMENT '鐢熸晥鐘舵', + PRIMARY KEY (`id`), + KEY `index_fmid` (`form_id`) USING BTREE, + KEY `index_buttoncode` (`button_code`) USING BTREE, + KEY `index_status` (`active_status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -103,12 +103,12 @@ DROP TABLE IF EXISTS `cgform_enhance_js`; CREATE TABLE `cgform_enhance_js` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', `CG_JS` longtext COMMENT 'JS澧炲己鍐呭', - `CG_JS_TYPE` varchar(20) default NULL COMMENT '绫诲瀷', - `CONTENT` varchar(1000) default NULL COMMENT '澶囨敞', - `FORM_ID` varchar(32) default NULL COMMENT '琛ㄥ崟ID', - PRIMARY KEY (`ID`), - KEY `index_fmid` USING BTREE (`FORM_ID`), - KEY `index_jstype` USING BTREE (`CG_JS_TYPE`) + `CG_JS_TYPE` varchar(20) DEFAULT NULL COMMENT '绫诲瀷', + `CONTENT` varchar(1000) DEFAULT NULL COMMENT '澶囨敞', + `FORM_ID` varchar(32) DEFAULT NULL COMMENT '琛ㄥ崟ID', + PRIMARY KEY (`ID`), + KEY `index_fmid` (`FORM_ID`) USING BTREE, + KEY `index_jstype` (`CG_JS_TYPE`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -127,453 +127,485 @@ DROP TABLE IF EXISTS `cgform_field`; CREATE TABLE `cgform_field` ( `id` varchar(32) NOT NULL COMMENT '涓婚敭ID', `content` varchar(200) NOT NULL COMMENT '瀛楁澶囨敞', - `create_by` varchar(255) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕瀛', - `dict_field` varchar(100) default NULL COMMENT '瀛楀吀code', - `dict_table` varchar(100) default NULL COMMENT '瀛楀吀琛', - `dict_text` varchar(100) default NULL COMMENT '瀛楀吀Text', - `field_default` varchar(20) default NULL COMMENT '琛ㄥ瓧娈甸粯璁ゅ', - `field_href` varchar(200) default NULL COMMENT '璺宠浆URL', - `field_length` int(11) default NULL COMMENT '琛ㄥ崟鎺т欢闀垮害', + `create_by` varchar(255) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕瀛', + `dict_field` varchar(100) DEFAULT NULL COMMENT '瀛楀吀code', + `dict_table` varchar(100) DEFAULT NULL COMMENT '瀛楀吀琛', + `dict_text` varchar(100) DEFAULT NULL COMMENT '瀛楀吀Text', + `field_default` varchar(20) DEFAULT NULL COMMENT '琛ㄥ瓧娈甸粯璁ゅ', + `field_href` varchar(200) DEFAULT NULL COMMENT '璺宠浆URL', + `field_length` int(11) DEFAULT NULL COMMENT '琛ㄥ崟鎺т欢闀垮害', `field_name` varchar(32) NOT NULL COMMENT '瀛楁鍚嶅瓧', - `field_valid_type` varchar(300) default NULL COMMENT '琛ㄥ崟瀛楁鏍¢獙瑙勫垯', - `field_must_input` varchar(2) default NULL COMMENT '瀛楁鏄惁蹇呭~', - `is_key` varchar(2) default NULL COMMENT '鏄惁涓婚敭', - `is_null` varchar(5) default NULL COMMENT '鏄惁鍏佽涓虹┖', - `is_query` varchar(5) default NULL COMMENT '鏄惁鏌ヨ鏉′欢', - `is_show` varchar(5) default NULL COMMENT '琛ㄥ崟鏄惁鏄剧ず', - `is_show_list` varchar(5) default NULL COMMENT '鍒楄〃鏄惁鏄剧ず', + `field_valid_type` varchar(300) DEFAULT NULL COMMENT '琛ㄥ崟瀛楁鏍¢獙瑙勫垯', + `field_must_input` varchar(2) DEFAULT NULL COMMENT '瀛楁鏄惁蹇呭~', + `is_key` varchar(2) DEFAULT NULL COMMENT '鏄惁涓婚敭', + `is_null` varchar(5) DEFAULT NULL COMMENT '鏄惁鍏佽涓虹┖', + `is_query` varchar(5) DEFAULT NULL COMMENT '鏄惁鏌ヨ鏉′欢', + `is_show` varchar(5) DEFAULT NULL COMMENT '琛ㄥ崟鏄惁鏄剧ず', + `is_show_list` varchar(5) DEFAULT NULL COMMENT '鍒楄〃鏄惁鏄剧ず', `length` int(11) NOT NULL COMMENT '鏁版嵁搴撳瓧娈甸暱搴', - `main_field` varchar(100) default NULL COMMENT '澶栭敭涓婚敭瀛楁', - `main_table` varchar(100) default NULL COMMENT '澶栭敭涓昏〃鍚', - `old_field_name` varchar(32) default NULL COMMENT '鍘熷瓧娈靛悕', - `order_num` int(11) default NULL COMMENT '鍘熸帓鍒楀簭鍙', - `point_length` int(11) default NULL COMMENT '灏忔暟鐐', - `query_mode` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `show_type` varchar(10) default NULL COMMENT '琛ㄥ崟鎺т欢绫诲瀷', + `main_field` varchar(100) DEFAULT NULL COMMENT '澶栭敭涓婚敭瀛楁', + `main_table` varchar(100) DEFAULT NULL COMMENT '澶栭敭涓昏〃鍚', + `old_field_name` varchar(32) DEFAULT NULL COMMENT '鍘熷瓧娈靛悕', + `order_num` int(11) DEFAULT NULL COMMENT '鍘熸帓鍒楀簭鍙', + `point_length` int(11) DEFAULT NULL COMMENT '灏忔暟鐐', + `query_mode` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `show_type` varchar(10) DEFAULT NULL COMMENT '琛ㄥ崟鎺т欢绫诲瀷', `type` varchar(32) NOT NULL COMMENT '鏁版嵁搴撳瓧娈电被鍨', - `update_by` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜哄悕绉', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕绉', `table_id` varchar(32) NOT NULL COMMENT '琛↖D', - `extend_json` varchar(500) default NULL COMMENT '鎵╁睍鍙傛暟JSON', - PRIMARY KEY (`id`), - KEY `inex_table_id` USING BTREE (`table_id`) + `extend_json` varchar(500) DEFAULT NULL COMMENT '鎵╁睍鍙傛暟JSON', + `fill_rule_code` varchar(500) DEFAULT NULL COMMENT '濉艰鍒檆ode', + PRIMARY KEY (`id`), + KEY `inex_table_id` (`table_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cgform_field -- ---------------------------- -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd136d0003', '涓婚敭', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd143b0004', '鍒涘缓浜哄悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd144b0005', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd144d0006', '濉〃鏃ユ湡', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd144f0007', '鏇存柊浜哄悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14580008', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd145c0009', '鏇存柊鏃ユ湡', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd145f000a', '鎵灞為儴闂', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1460000b', '鎵灞炲叕鍙', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1462000c', '濮撳悕', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_name', '10', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1464000d', '閮ㄩ棬', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_depart', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'employee_depart', '11', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1466000e', '鑱屽姟', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_job', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_job', '12', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1468000f', '鐢熸棩', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_birthday', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_birthday', '13', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd146a0010', '绫嶈疮', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_origin', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'employee_origin', '14', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14780011', '瀛﹀巻', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_degree', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_degree', '15', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd147c0012', '韬唤璇', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_identification', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'employee_identification', '16', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14860013', '鍏ヨ亴鏃ユ湡', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_entry_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_entry_date', '17', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14890014', '宸ュ彿', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_code', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_code', '18', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f1c0016', '鎵嬫満', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', '', '', '', '', '', '120', 'employee_phone', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_phone', '19', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f210017', '閭', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', '', '', '', '', '', '120', 'employee_mail', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '150', '', '', 'employee_mail', '20', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f230018', 'MSN', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', '', '', '', '', '', '120', 'employee_msn', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_msn', '21', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f260019', '鐓х墖', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_pic', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'employee_pic', '22', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f2a001a', '妗f琛', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_archives', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'employee_archives', '23', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae29b4b5001c', '韬唤璇', 'admin', '2015-12-17 12:19:07', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_identification', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_identification', '24', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae29b4b9001d', '瀛︿綅璇', 'admin', '2015-12-17 12:19:07', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_degree', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_degree', '25', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206c6001f', '鍏朵粬璇佷欢', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_other', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_other', '26', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206cb0020', '鍒嗛厤鐢佃瘽', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_tel', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_tel', '27', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206ce0021', '缁忓姙浜', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'hr_depart_op_user', '28', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206d20022', '鏃ユ湡', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'hr_depart_op_date', '29', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae36da220025', '閮ㄩ棬鎰忚', 'admin', '2015-12-17 12:33:29', '绠$悊鍛', '', '', '', '', '', '900', 'depart_opinion', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'depart_opinion', '30', '0', 'single', 'textarea', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae36da260026', '缁忓姙浜', 'admin', '2015-12-17 12:33:29', '绠$悊鍛', '', '', '', '', '', '120', 'depart_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'depart_op_user', '31', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae36da2a0027', '鏃ユ湡', 'admin', '2015-12-17 12:33:29', '绠$悊鍛', '', '', '', '', '', '120', 'depart_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'depart_op_date', '32', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3c288e0029', '鎬荤粡鐞嗘剰瑙', 'admin', '2015-12-17 12:39:16', '绠$悊鍛', '', '', '', '', '', '900', 'manager_opinion', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'manager_opinion', '33', '0', 'single', 'textarea', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3c2892002a', '缁忓姙浜', 'admin', '2015-12-17 12:39:16', '绠$悊鍛', '', '', '', '', '', '120', 'manager_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'manager_op_user', '34', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3c2898002b', '鏃ユ湡', 'admin', '2015-12-17 12:39:16', '绠$悊鍛', '', '', '', '', '', '120', 'manager_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'manager_op_date', '35', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae755bcf002e', '鏂板憳宸ユ剰瑙', 'admin', '2015-12-17 13:41:45', '绠$悊鍛', '', '', '', '', '', '900', 'employee_opinion', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'employee_opinion', '36', '0', 'single', 'textarea', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae755bd1002f', '缁忓姙浜', 'admin', '2015-12-17 13:41:45', '绠$悊鍛', '', '', '', '', '', '120', 'employee_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'employee_op_user', '37', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae755bfc0030', '鏃ユ湡', 'admin', '2015-12-17 13:41:45', '绠$悊鍛', '', '', '', '', '', '120', 'employee_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'employee_op_date', '38', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be86fe006f', 'id', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be86ff0070', '濮撳悕', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '50', null, null, 'name', '2', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be86ff0071', '鎬у埆', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '10', null, null, 'sex', '3', '0', 'group', 'radio', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87000072', '鐢熸棩', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'birthday', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87000073', '鐢佃瘽鍙风爜', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'telnum', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '30', null, null, 'telnum', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87000074', '鐢靛瓙閭', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'email', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87010075', '鏈楂樺鍘', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'degree', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87010076', '宸ヤ綔骞撮檺', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'workyear', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', null, null, 'workyear', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87010077', '韬唤璇佸彿', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'cardid', '9', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87020078', '鐜板眳鍦', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'habitation', '10', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be87020079', '鎴峰彛鎵鍦ㄥ湴', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'residence', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'residence', '11', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be8702007a', '鏈熸湜钖祫', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'salary', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', null, null, 'salary', '12', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be8702007b', '鏈熸湜宸ヤ綔鍦扮偣', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'work_place', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'work_place', '13', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be8703007c', '宸ヤ綔绫诲瀷', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'work_type', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '50', null, null, 'work_type', '14', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be8703007d', '鍒板矖鏃堕棿', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'arrival_time', '15', '0', 'group', 'datetime', 'Date', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf5b141015bf5be8703007e', '鑷垜璇勪环', 'admin', '2017-05-11 12:22:36', '绠$悊鍛', '', '', '', '', '', '120', 'introduction', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '500', null, null, 'introduction', '16', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf66f46015bf679c69b0007', '娴嬫у埆', 'admin', '2017-05-11 15:47:07', '绠$悊鍛', 'sex', '', '', '', '', '120', 'cexs', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'cexs', '15', '0', 'single', 'list', 'string', 'admin', '2017-09-05 10:58:52', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('402880e55bf68531015bf68f7e280001', '宸ヨ祫', 'admin', '2017-05-11 16:10:50', '绠$悊鍛', '', '', '', '', '', '120', 'salary', 'd', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'salary', '16', '0', 'single', 'text', 'double', 'admin', '2017-06-11 21:42:53', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309b890002', '涓婚敭', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cf00003', '鍒涘缓浜哄悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cf40004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cf70005', '鍒涘缓鏃ユ湡', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cfb0006', '鏇存柊浜哄悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cff0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d020008', '鏇存柊鏃ユ湡', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d050009', '鐗╂枡缂栫爜', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '8', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74da35336014da3555bc70002', '鐖禝D', 'admin', '2015-05-30 13:39:49', '绠$悊鍛', '', '', '', '', '', '120', 'father_id', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'father_id', '9', '0', 'single', 'text', 'string', 'admin', '2016-06-05 23:03:16', '绠$悊鍛', '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880e74de5a679014de5b2eb200004', 'age', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '', '', '', '', '', '120', 'age', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'age', '10', '0', 'single', 'text', 'string', null, null, null, '402880e74da32ebe014da3309b880001', ''); -INSERT INTO `cgform_field` VALUES ('402880ec5c5e0edf015c5e1483c10008', '韬唤璇佹壂鎻忎欢', 'admin', '2017-05-31 18:37:01', '绠$悊鍛', '', '', '', '', '', '120', 'sf_pic', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'sf_pic', '6', '0', 'single', 'file', 'string', 'admin', '2017-06-13 22:10:33', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('402880f25b1e2ac7015b1e62965b001e', '鍒涘缓浜', 'demo', '2017-03-30 16:43:49', 'demo', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'Y', '100', '', '', 'create_by', '13', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d590001', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5a0002', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5a0003', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5b0004', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5b0005', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5b0006', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5c0007', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5c0008', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5d0009', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5d000a', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5d000b', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5e000c', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5e000d', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d90000e', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d90000f', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900010', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900011', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900012', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900013', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900014', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900015', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00016', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00017', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00018', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00019', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da0001a', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dda001b', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddb001c', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddb001d', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddc001e', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddc001f', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddc0020', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddd0021', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddd0022', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddd0023', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dde0024', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dde0025', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dde0026', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddf0027', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e150028', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e160029', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e16002a', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e17002b', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e17002c', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e17002d', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e18002e', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e18002f', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e180030', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e180031', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e190032', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e190033', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e190034', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); -INSERT INTO `cgform_field` VALUES ('402880f45ad63637015ad63d0c470001', '闄勪欢', 'admin', '2017-03-16 16:30:09', '绠$悊鍛', '', '', '', '', '', '120', 'file_str', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '300', '', '', 'file_str', '12', '0', 'single', 'file', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf3a0002', 'id', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf3a0003', '绠鍘嗕俊鎭〃ID', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', null, 'N', 'Y', 'N', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'list', 'string', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf490004', '寮濮嬫棩鏈', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf490005', '缁撴潫鏃ユ湡', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf490006', '鍏徃鍚嶇О', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', null, 'N', 'N', 'N', 'Y', 'Y', '200', null, null, 'company_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf490007', '閮ㄩ棬鍚嶇О', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'depart_name', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf490008', '鑱屼綅', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'post', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf490009', '宸ヤ綔鎻忚堪', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2000', null, null, 'experience', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf69000a', 'id', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf69000b', '绠鍘嗕俊鎭〃ID', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', null, 'N', 'Y', 'N', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'list', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf78000c', '寮濮嬫棩鏈', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf78000d', '缁撴潫鏃ユ湡', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf78000e', '鍏徃鍚嶇О', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', null, 'N', 'N', 'N', 'Y', 'Y', '200', null, null, 'company_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf78000f', '閮ㄩ棬鍚嶇О', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'depart_name', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf780010', '鑱屼綅', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'post', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881825a99ee17015a99efaf780011', '宸ヤ綔鎻忚堪', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2000', null, null, 'experience', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); -INSERT INTO `cgform_field` VALUES ('402881835c30b492015c30b587360003', '绠鍘嗛檮浠', 'admin', '2017-05-22 23:10:22', '绠$悊鍛', '', '', '', '', '', '120', 'fiel_jls', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '1000', '', '', 'fiel_jls', '17', '0', 'single', 'file', 'string', 'admin', '2017-05-31 15:40:21', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('402881835c30b492015c30b7bd500009', '涓汉澶村儚', 'admin', '2017-05-22 23:12:46', '绠$悊鍛', '', '', '', '', '', '120', 'tou_pic', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '1000', '', '', 'tou_pic', '18', '0', 'single', 'image', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('402881855ad75c7b015ad779ebb20007', '璁㈠崟鎵弿浠', 'admin', '2017-03-16 22:16:16', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctype', '*', 'Y', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'ctype', '6', '0', 'single', 'file', 'string', 'admin', '2017-06-13 15:53:48', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74170002', '涓婚敭', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74350003', '鍒涘缓浜哄悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad744d0004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74540005', '鍒涘缓鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74580006', '鏇存柊浜哄悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad745e0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74610008', '鏇存柊鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74640009', '鎵灞為儴闂', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad7469000a', '鎵灞炲叕鍙', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad746d000b', '濮撳悕', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '10', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad7472000c', '鍛樺伐缂栧彿', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'code', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'code', '11', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad7475000d', '鑱屽姟', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'job', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'job', '12', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad747a000e', '鍏ヨ亴鏃堕棿', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'join_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'join_time', '13', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad747d000f', '绂昏亴鏂瑰紡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', 'outType', '', '', '', '', '120', 'out_type', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'out_type', '14', '0', 'single', 'radio', 'string', 'admin', '2015-12-30 15:14:52', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74800010', '鐢宠绂昏亴鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'apply_out_time', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'apply_out_time', '15', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74840011', '姝e紡绂昏亴鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'out_time', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'out_time', '16', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74910012', '韬唤璇佺紪鍙', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'id_card', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'id_card', '17', '0', 'single', 'text', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74950013', '绂昏亴椤荤煡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'out_content', '', null, 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'out_content', '18', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad749a0014', '绂昏亴鍘熷洜', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'out_reason', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'out_reason', '19', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad749e0015', '闈㈣皥璁板綍', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'interview_record', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'interview_record', '20', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74a10016', '鍔炲叕鐗╁搧绉讳氦', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'office_change', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'office_change', '21', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74a40017', '浜哄姏璧勬簮閮ㄥ鏍', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'hr_check', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'hr_check', '22', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74a70018', '搴斿彂钖祫', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'should_send_salary', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'should_send_salary', '23', '0', 'single', 'text', 'double', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74aa0019', '搴旀墸钖祫', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'should_deduct_pay', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'should_deduct_pay', '24', '0', 'single', 'text', 'double', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74ae001a', '瀹炲彂钖祫', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'pay', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'pay', '25', '0', 'single', 'text', 'double', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74b1001b', '棰嗗彇鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'get_time', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'get_time', '26', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74b4001c', '鎬荤粡鐞嗗鎵', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'boss_check', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'boss_check', '27', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0b638150022', '璇存槑', 'admin', '2015-12-30 10:27:33', '绠$悊鍛', '', '', '', '', '', '120', 'description', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'description', '28', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd20e0003', 'id', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'Y', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-01-01 20:52:54', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2960004', '鑱屽伐濮撳悕', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'staff_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'staff_name', '2', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd29b0005', '閮ㄩ棬', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'depart', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'depart', '3', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd29e0006', '鍛樺伐缂栧彿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'staff_no', '', null, 'N', 'Y', 'N', 'Y', 'Y', '30', '', '', 'staff_no', '4', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2a10007', '鑱屼綅', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'staff_post', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'staff_post', '5', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2af0008', '鎵撴鏂瑰紡', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'pay_way', '', null, 'N', 'Y', 'N', 'Y', 'Y', '10', '', '', 'pay_way', '6', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2b20009', '寮鎴疯', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'acct_bank', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'acct_bank', '7', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2b5000a', '鍗″彿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'card_no', '', null, 'N', 'Y', 'N', 'Y', 'Y', '30', '', '', 'card_no', '8', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2b7000b', '鑱旂郴鎵嬫満鍙', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'tele_no', '', null, 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'tele_no', '9', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2ba000c', '璐圭敤鍚堣', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'cost_all', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'cost_all', '10', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2bc000d', '鍗曟嵁鏁伴噺', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'documents', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2', '', '', 'documents', '11', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2be000e', '璐圭敤澶у啓', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'cost_upper', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cost_upper', '12', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2bf000f', '棰勬敮娆鹃」', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'prepaid_fee', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'prepaid_fee', '13', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2c10010', '瀹為檯鏀粯', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'real_fee', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'real_fee', '14', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2c30011', '濉姤鏃堕棿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'fill_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'fill_time', '15', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2c60012', '鐢宠鏃堕棿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'apply_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'apply_time', '16', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2cd0013', '鐢宠浜', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'apply_by', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'apply_by', '17', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2cf0014', '澶囨敞', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'comments', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'comments', '18', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd33f0015', '閮ㄩ棬瀹℃壒', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'depart_approve', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'depart_approve', '19', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd43e0016', '璐㈠姟瀹℃壒', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'finance_approve', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'finance_approve', '20', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd4cf0017', '鎬荤粡鐞嗗鎵', 'admin', '2016-01-01 20:51:07', '绠$悊鍛', '', '', '', '', '', '120', 'mgr_approve', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'mgr_approve', '21', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd4d30018', '鍑虹撼', 'admin', '2016-01-01 20:51:07', '绠$悊鍛', '', '', '', '', '', '120', 'treasurer', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'treasurer', '22', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e196b001a', 'id', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'Y', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-01-01 20:52:19', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1994001b', '澶栭敭', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'fk_id', '', null, 'N', 'Y', 'N', 'Y', 'Y', '36', 'id', 'jform_employee_cost_claim', 'fk_id', '2', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1996001c', '鏃ユ湡', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'meals_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1997001d', '椁愯垂', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_cost', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'meals_cost', '4', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1999001e', '鍚冮キ鍦扮偣', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_addr', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'meals_addr', '5', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e199b001f', '鍚岃浜烘暟', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_number', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2', '', '', 'meals_number', '6', '0', 'group', 'text', 'int', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e19c20020', '澶囨敞', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'comments', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'comments', '7', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b680022', 'id', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'Y', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-01-01 20:52:02', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b6b0023', '澶栭敭', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'fk_id', '', null, 'N', 'Y', 'N', 'Y', 'Y', '36', 'id', 'jform_employee_cost_claim', 'fk_id', '2', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b6d0024', '浜嬮」', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'item', '', null, 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'item', '3', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b6f0025', '璐圭敤', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'cost', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'cost', '4', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b700026', '寮濮嬫椂闂', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'begin_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_time', '5', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b720027', '缁撴潫鏃堕棿', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'end_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_time', '6', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b730028', '澶囨敞', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'comments', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'comments', '7', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfa060002', 'id', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfab20003', '濮撳悕', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '50', '', '', 'name', '2', '0', 'single', 'text', 'string', 'admin', '2017-05-11 12:20:22', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfae10004', '鎬у埆', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '10', '', '', 'sex', '3', '0', 'single', 'radio', 'string', 'admin', '2017-05-11 12:20:22', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfaf00005', '鐢熸棩', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'birthday', '4', '0', 'group', 'date', 'Date', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfaf00006', '鐢佃瘽鍙风爜', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'telnum', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '30', '', '', 'telnum', '5', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000007', '鐢靛瓙閭', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'email', '6', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000008', '鏈楂樺鍘', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000009', '宸ヤ綔骞撮檺', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'workyear', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'workyear', '8', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000a', '韬唤璇佸彿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000b', '鐜板眳鍦', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000c', '鎴峰彛鎵鍦ㄥ湴', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'residence', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'residence', '11', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000d', '鏈熸湜钖祫', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'salary', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'salary', '12', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000e', '鏈熸湜宸ヤ綔鍦扮偣', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'work_place', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'work_place', '13', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000f', '宸ヤ綔绫诲瀷', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'work_type', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '50', '', '', 'work_type', '14', '0', 'single', 'text', 'string', 'admin', '2017-05-11 12:20:22', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0010', '鍒板矖鏃堕棿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'arrival_time', '15', '0', 'group', 'datetime', 'Date', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0011', '鑷垜璇勪环', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'introduction', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'introduction', '16', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50013', 'id', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:23:12', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50014', '绠鍘嗕俊鎭〃ID', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', null, 'N', 'Y', 'N', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'list', 'string', 'admin', '2016-08-10 18:05:29', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50015', '寮濮嬫棩鏈', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-03-06 21:23:12', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50016', '缁撴潫鏃ユ湡', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2016-03-06 21:23:12', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50017', '鍏徃鍚嶇О', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', null, 'N', 'N', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', 'admin', '2017-03-04 23:28:26', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50018', '閮ㄩ棬鍚嶇О', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'depart_name', '6', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:23:12', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50019', '鑱屼綅', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'post', '7', '0', 'group', 'text', 'string', 'admin', '2016-04-01 11:42:38', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca5001a', '宸ヤ綔鎻忚堪', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2000', '', '', 'experience', '8', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:23:12', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe2b001c', 'id', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:21:55', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b001d', '绠鍘嗕富閿', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'resume_id', '', null, 'N', 'Y', 'N', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'text', 'string', 'admin', '2016-03-10 18:10:18', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b001e', '寮濮嬫椂闂', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-03-06 21:21:55', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b001f', '缁撴潫鏃堕棿', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2016-03-06 21:21:55', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b0020', '瀛︽牎鍚嶇О', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'school_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'school_name', '5', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:21:55', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b0021', '涓撲笟', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'major', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'major', '6', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:21:55', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b0022', '瀛﹀巻', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', null, 'N', 'Y', 'N', 'N', 'Y', '30', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2016-05-07 16:30:05', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e97d0003', '涓婚敭', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9ae0004', '鍒涘缓浜哄悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9be0005', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9c80006', '鍒涘缓鏃ユ湡', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9ca0007', '鏇存柊浜哄悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9d30008', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9d60009', '鏇存柊鏃ユ湡', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9d9000a', '鎵灞為儴闂', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9ef000b', '鎵灞炲叕鍙', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f1000c', '瀹㈡埛鍚嶇О', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'cust_name', '10', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f3000d', '鍦板潃', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_addr', '', null, 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'cust_addr', '11', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f6000e', '瀹㈡埛缂栧彿', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_code', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cust_code', '12', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f8000f', 'email', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'email', '13', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9fc0010', '璐熻矗浜', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_charge', '', null, 'N', 'Y', 'N', 'Y', 'N', '50', '', '', 'cust_charge', '14', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9fe0011', '鎬у埆', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sex', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'sex', '15', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ea010012', '骞撮緞', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'age', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'age', '16', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ea0c0013', '鑱屽姟', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'position', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'position', '17', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ea3a0014', '鐢佃瘽', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'phone', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'phone', '18', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eab70015', '寰鏉ラ摱琛', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'bank', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'bank', '19', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eabd0016', '鐜伴噾鎯呭喌', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'money', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'money', '20', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eac20017', '鎵垮姙浜', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'promoter', '', null, 'N', 'Y', 'N', 'Y', 'N', '50', '', '', 'promoter', '21', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eac70018', '璐﹀彿', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'account', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'account', '22', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eacd0019', '璧勯噾鍛ㄨ浆', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'turnover', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'turnover', '23', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ead0001a', '浠樻鎬佸害', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'payment_attr', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'payment_attr', '24', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ead4001b', '绋庡彿', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sax_num', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'sax_num', '25', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ead7001c', '浠樻鏃ユ湡', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'pay_date', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'pay_date', '26', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eadb001d', '寮濮嬩氦鏄撴棩鏈', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'begin_pay_date', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'begin_pay_date', '27', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eadf001e', '涓昏惀浜у搧', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'main_bus', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'main_bus', '28', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eae2001f', '钀ヤ笟椤圭洰', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'bus_pro', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'bus_pro', '29', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa70c0021', '浠撳簱鎯呭喌', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'warehouse', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'warehouse', '30', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa70f0022', '鍛樺伐浜烘暟鍙婄礌璐', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'people', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'people', '31', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7110023', '杩愯緭鏂瑰紡', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'transportation', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'transportation', '32', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7130024', '缁忚惀浣撳埗', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'operation', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'operation', '33', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7160025', '鏈嶅姟杞︽暟鐩', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'car', '', null, 'N', 'Y', 'N', 'Y', 'N', '20', '', '', 'car', '34', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7180026', '闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'shopkeeper', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'shopkeeper', '35', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa71a0027', '鎵瑰彂鍟嗘暟', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'wholesale', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'wholesale', '36', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa71c0028', '钀ヤ笟鑼冨洿', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'bus_scope', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'bus_scope', '37', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa71f0029', '闂ㄥ競闈㈢Н', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'area', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'area', '38', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa721002a', '缁忚惀鏂归拡', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'management', '', null, 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'management', '39', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa723002b', '杩涜揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'stock1', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'stock1', '40', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa725002c', '杩涜揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'stock2', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'stock2', '41', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa727002d', '閿鍞', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'sale1', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'sale1', '42', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa729002e', '閿鍞', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'sale2', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'sale2', '43', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa72b002f', '瀛樿揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'inventory1', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'inventory1', '44', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa72d0030', '瀛樿揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'inventory2', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'inventory2', '45', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa72f0031', '鏈楂樹俊鐢ㄩ搴', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'max_money', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'max_money', '46', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7320032', '瀹㈡埛绛夌骇', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'cust_level', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'cust_level', '47', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7340033', '鎬讳綋鏈堝潎搴撳瓨鏁', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'all_avg_inventory', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'all_avg_inventory', '48', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7360034', '鏈堝潎搴撳瓨鏁', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'avg_inventory', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'avg_inventory', '49', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7380035', '浠锋牸鎶樻墸', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'price', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'price', '50', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa73a0036', '鏀寔鍜屾湇鍔$殑鎵胯', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'promise', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'promise', '51', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa73c0037', '绔炲搧缁忚惀鎯呭喌', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'competing_goods', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'competing_goods', '52', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4950002', '涓婚敭', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4a80003', '鍒涘缓浜哄悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4ab0004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4b30005', '鍒涘缓鏃ユ湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4b60006', '鏇存柊浜哄悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4be0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4c10008', '鏇存柊鏃ユ湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4c50009', '鎵灞為儴闂', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4cc000a', '鎵灞炲叕鍙', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4cf000b', '瀹㈡埛缂栧彿', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'custom_id', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'custom_id', '10', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4d3000c', '璐熻矗浜', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'header', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'header', '11', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4d5000d', '鎴愮珛鏃ユ湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'establish_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'establish_date', '12', '0', 'single', 'text', 'Date', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4d8000e', '瀹㈡埛鍚嶇О', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'custom_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'custom_id', '13', '0', 'single', 'text', 'string', 'admin', '2015-10-16 16:33:07', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4db000f', '璧勬湰棰', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'capital_lines', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'capital_lines', '14', '0', 'single', 'text', 'double', null, null, null, '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4e10010', '鍦板潃', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'address', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'address', '15', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4e40011', '鐢佃瘽', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'phone', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'phone', '16', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4ef0012', '钀ヤ笟绫诲瀷', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_type', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_type', '17', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f10013', '浼犵湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'fax', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'fax', '18', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f30014', '涓昏寰鏉ラ摱琛', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'banks', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'banks', '19', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f50015', '鍏朵粬鎶曡祫浜嬩笟', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'other_business', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'other_business', '20', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f80016', '骞冲潎姣忔棩钀ヤ笟棰', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'turnover', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'turnover', '21', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4fa0017', '涓昏涓氬姟寰鏉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business', '22', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4fc0018', '浠樻鏂瑰紡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'pay_type', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'pay_type', '23', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4fe0019', '涓庢湰鍏徃寰鏉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_contacts', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_contacts', '24', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f501001a', '鏀舵璁板綍', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'collection', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'collection', '25', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f503001b', '鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_important_contacts', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_important_contacts', '26', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f506001c', '鏈杩戜氦鏄撴暟鎹窡韪', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_record', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_record', '27', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f509001d', '瀹㈡埛鎰忚', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'customer_opinion', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'customer_opinion', '28', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f50b001e', '淇$敤璇勫畾', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'credit_evaluation', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'credit_evaluation', '29', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f50d001f', '濉〃浜', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'preparer', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'preparer', '30', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958660008', '涓婚敭', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760009', '鍒涘缓浜哄悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000a', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000b', '鍒涘缓鏃ユ湡', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000c', '鏇存柊浜哄悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000d', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000e', '鏇存柊鏃ユ湡', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000f', '鎵灞為儴闂', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760010', '鎵灞炲叕鍙', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760011', '娴佺▼鐘舵', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'Y', '32', '', '', 'bpm_status', '10', '0', 'single', 'list', 'string', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760012', '鍚嶅瓧', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', 's', 'N', 'N', 'N', 'Y', 'Y', 'Y', '32', '', '', 'name', '11', '0', 'single', 'text', 'string', 'admin', '2017-06-08 10:08:41', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760013', '鎬у埆', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'A01', '', '', '', '', '120', 'sex', '*', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'sex', '12', '0', 'single', 'tree', 'string', 'admin', '2017-09-05 10:58:52', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760014', '鐢熸棩', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '*', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'birthday', '13', '0', 'group', 'date', 'Date', 'admin', '2017-05-26 15:49:59', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760015', '涓汉绠浠', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '500', 'conets', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'conets', '14', '0', 'single', 'umeditor', 'string', 'admin', '2017-06-11 21:57:38', '绠$悊鍛', '4028ab775afa555c015afa5958660007', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae3690002', '涓婚敭', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae49a0003', '鍒涘缓浜哄悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4a40004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4b40005', '鍒涘缓鏃ユ湡', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4b60006', '鏇存柊浜哄悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4be0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4c20008', '鏇存柊鏃ユ湡', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4c70009', '鎵灞為儴闂', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4ca000a', '鎵灞炲叕鍙', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4cd000b', '娴佺▼鐘舵', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4d1000c', '濮撳悕', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '100', '', '', 'name', '11', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:34:14', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4d5000d', '鎬у埆', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'sex', '12', '0', 'single', 'radio', 'string', 'admin', '2017-04-25 13:35:01', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4d8000e', '鎵灞炲垎缁', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'id', 'jform_contact_group', 'name', '', '', '120', 'groups', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'group', '13', '0', 'single', 'list', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4dc000f', '鍏徃鍚嶇О', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'company', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '200', '', '', 'company', '14', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4e00010', '鑱屼綅', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'position', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'position', '15', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4e40011', '绉诲姩鐢佃瘽', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'mobile', 'm', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '30', '', '', 'mobile', '16', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '{ignore=\"ignore\"}'); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4ef0012', '鍔炲叕鐢佃瘽', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'office_phone', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '30', '', '', 'office_phone', '17', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', ''); -INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4f30013', '鐢靛瓙閭', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'email', 'e', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'email', '18', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '{ignore=\"ignore\"}'); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21d1000d', '涓婚敭', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21db000e', '鍒涘缓浜哄悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21de000f', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e10010', '鍒涘缓鏃ユ湡', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'datetime', 'Date', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e40011', '鏇存柊浜哄悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e70012', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e90013', '鏇存柊鏃ユ湡', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21ed0014', '鎵灞為儴闂', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f00015', '鎵灞炲叕鍙', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f40016', '娴佺▼鐘舵', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f70017', '鍒嗙粍鍚嶇О', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '32', '', '', 'name', '11', '0', 'single', 'text', 'string', 'admin', '2017-04-29 10:03:09', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d10016', 'id', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d20017', '绠鍘嗕富閿', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'resume_id', '', null, 'N', 'Y', 'N', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d20018', '寮濮嬫椂闂', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d30019', '缁撴潫鏃堕棿', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d3001a', '瀛︽牎鍚嶇О', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'school_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'school_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d3001b', '涓撲笟', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'major', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'major', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d4001c', '瀛﹀巻', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', null, 'N', 'Y', 'N', 'N', 'Y', '30', null, null, 'degree', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184940140', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:21:13', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849b0141', '璁㈠崟鍙', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'order_code', '*', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', '50', '', '', 'order_code', '2', '0', 'single', 'text', 'string', 'admin', '2017-06-02 10:03:29', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849d0142', '璁㈠崟鏃ユ湡', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'order_date', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '20', '', '', 'order_date', '3', '0', 'single', 'date', 'Date', 'admin', '2017-04-19 17:21:13', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849f0143', '璁㈠崟閲戦', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'order_money', 'd', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '10', '', '', 'order_money', '4', '3', 'single', 'text', 'double', 'admin', '2017-06-27 17:26:35', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184a10144', '澶囨敞', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'content', '', 'N', 'N', 'Y', 'Y', 'Y', 'N', '500', '', '', 'content', '5', '0', 'single', 'textarea', 'string', 'admin', '2017-06-11 22:02:34', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ab0145', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ad0146', '璇峰亣鏍囬', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'title', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'title', '2', '0', 'single', 'text', 'string', 'admin', '2017-05-27 17:28:16', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184af0147', '璇峰亣浜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'people', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '20', '', '', 'people', '3', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b10148', '鎬у埆', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '*', 'Y', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'sex', '4', '0', 'single', 'checkbox', 'string', 'admin', '2017-05-27 17:28:16', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b30149', '璇峰亣寮濮嬫椂闂', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'begindate', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'begindate', '5', '0', 'group', 'date', 'Date', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b6014a', '璇峰亣缁撴潫鏃堕棿', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'enddate', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'enddate', '6', '0', 'group', 'datetime', 'Date', 'admin', '2017-05-27 17:19:46', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b8014b', '鎵灞為儴闂', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'id', 't_s_depart', 'departname', '', '', '0', 'hol_dept', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '32', '', '', 'hol_dept', '8', '0', 'single', 'list', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ba014c', '璇峰亣鍘熷洜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'hol_reson', '', 'N', 'N', 'N', 'N', 'Y', 'N', '255', '', '', 'hol_reson', '9', '0', 'single', 'text', 'string', 'admin', '2017-05-27 17:09:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bc014d', '閮ㄩ棬瀹℃壒浜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'dep_leader', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'dep_leader', '10', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bd014e', '閮ㄩ棬瀹℃壒鎰忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'content', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '255', '', '', 'content', '11', '0', 'single', 'file', 'string', 'admin', '2017-05-27 17:08:30', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bf014f', '璇峰亣澶╂暟', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'day_num', 'n', 'N', 'N', 'Y', 'N', 'Y', 'Y', '10', '', '', 'day_num', '7', '0', 'single', 'text', 'int', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184cb0150', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:59:51', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184cd0151', '瀹㈡埛鍚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'account', 'user_msg', 'realname', '', '', '120', 'name', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '100', '', '', 'name', '2', '0', 'single', 'popup', 'string', 'admin', '2017-06-02 10:05:25', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184cf0152', '鍗曚环', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'money', 'd', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '10', '', '', 'money', '3', '2', 'group', 'text', 'double', 'admin', '2017-06-27 17:26:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184d10153', '澶栭敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'fk_id', '', 'N', 'N', 'N', 'Y', 'N', 'N', '36', 'id', 'jform_order_main', 'fk_id', '7', '0', 'single', 'text', 'string', 'admin', '2017-05-31 18:37:01', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184d40154', '鐢佃瘽', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'telphone', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'telphone', '5', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:59:51', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184d60155', '鎬у埆', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '*', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', '4', '', '', 'sex', '4', '0', 'single', 'radio', 'string', 'admin', '2017-05-17 16:56:28', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184da0156', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'checkbox', 'string', 'admin', '2017-04-19 18:00:09', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184dc0157', '鑸彮鍙', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'ticket_code', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '100', '', '', 'ticket_code', '2', '0', 'single', 'text', 'string', 'admin', '2017-06-08 10:10:06', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184df0158', '鑸彮鏃堕棿', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '180', 'tickect_date', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '10', '', '', 'tickect_date', '3', '0', 'single', 'datetime', 'Date', 'admin', '2017-04-19 18:01:34', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184e10159', '澶栭敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'fck_id', '', 'N', 'N', 'N', 'N', 'N', 'N', '36', 'id', 'jform_order_main', 'fck_id', '4', '0', 'single', 'text', 'string', 'admin', '2017-04-19 18:00:09', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184e7015a', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'id', null, null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', null, '0', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ea015b', '鏈烘瀯鍚堣', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'a', null, null, 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', null, '1', '2', 'group', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ec015c', '琛屾斂灏忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b1', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '2', '2', 'group', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ee015d', '琛屾斂鐪', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b11', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '3', '0', 'group', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f0015e', '琛屾斂甯', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b12', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '4', '0', 'group', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f3015f', '琛屾斂鍘', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b13', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '5', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f50160', '浜嬩笟鍚堣', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b2', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '6', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f80161', '鍙傚叕灏忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b3', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '7', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184fa0162', '鍙傚叕鐪', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b31', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '8', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184fc0163', '鍙傚叕甯', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b32', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '9', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184fe0164', '鍙傚叕鍘', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b33', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '10', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185000165', '鍏ㄩ鎷ㄦ', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'c1', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '11', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185030166', '宸鎷ㄦ', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'c2', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '12', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185050167', '鑷敹鑷敮', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'c3', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '13', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185070168', '缁忚垂鍚堣', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'd', null, null, 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', null, '14', '2', 'single', 'text', 'int', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81850a0169', '鏈烘瀯璧勮川', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'd1', null, null, 'N', 'N', 'N', 'Y', 'Y', '1000', '', '', null, '15', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd136d0003', '涓婚敭', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd143b0004', '鍒涘缓浜哄悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd144b0005', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd144d0006', '濉〃鏃ユ湡', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd144f0007', '鏇存柊浜哄悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14580008', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd145c0009', '鏇存柊鏃ユ湡', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd145f000a', '鎵灞為儴闂', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1460000b', '鎵灞炲叕鍙', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1462000c', '濮撳悕', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_name', '10', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1464000d', '閮ㄩ棬', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_depart', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'employee_depart', '11', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1466000e', '鑱屽姟', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_job', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_job', '12', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd1468000f', '鐢熸棩', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_birthday', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_birthday', '13', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd146a0010', '绫嶈疮', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_origin', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'employee_origin', '14', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14780011', '瀛﹀巻', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_degree', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_degree', '15', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd147c0012', '韬唤璇', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_identification', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'employee_identification', '16', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14860013', '鍏ヨ亴鏃ユ湡', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_entry_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_entry_date', '17', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151adfd14890014', '宸ュ彿', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', '', '', '', '', '', '120', 'employee_code', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_code', '18', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f1c0016', '鎵嬫満', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', '', '', '', '', '', '120', 'employee_phone', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_phone', '19', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f210017', '閭', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', '', '', '', '', '', '120', 'employee_mail', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '150', '', '', 'employee_mail', '20', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f230018', 'MSN', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', '', '', '', '', '', '120', 'employee_msn', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'employee_msn', '21', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f260019', '鐓х墖', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_pic', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'employee_pic', '22', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae001f2a001a', '妗f琛', 'admin', '2015-12-17 11:33:42', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_archives', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'employee_archives', '23', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae29b4b5001c', '韬唤璇', 'admin', '2015-12-17 12:19:07', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_identification', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_identification', '24', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae29b4b9001d', '瀛︿綅璇', 'admin', '2015-12-17 12:19:07', '绠$悊鍛', 'sf_yn', '', '', '', '', '120', 'hr_degree', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_degree', '25', '0', 'single', 'radio', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206c6001f', '鍏朵粬璇佷欢', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_other', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_other', '26', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206cb0020', '鍒嗛厤鐢佃瘽', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_tel', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '2', '', '', 'hr_depart_tel', '27', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206ce0021', '缁忓姙浜', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'hr_depart_op_user', '28', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3206d20022', '鏃ユ湡', 'admin', '2015-12-17 12:28:12', '绠$悊鍛', '', '', '', '', '', '120', 'hr_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'hr_depart_op_date', '29', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae36da220025', '閮ㄩ棬鎰忚', 'admin', '2015-12-17 12:33:29', '绠$悊鍛', '', '', '', '', '', '900', 'depart_opinion', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'depart_opinion', '30', '0', 'single', 'textarea', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae36da260026', '缁忓姙浜', 'admin', '2015-12-17 12:33:29', '绠$悊鍛', '', '', '', '', '', '120', 'depart_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'depart_op_user', '31', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae36da2a0027', '鏃ユ湡', 'admin', '2015-12-17 12:33:29', '绠$悊鍛', '', '', '', '', '', '120', 'depart_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'depart_op_date', '32', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3c288e0029', '鎬荤粡鐞嗘剰瑙', 'admin', '2015-12-17 12:39:16', '绠$悊鍛', '', '', '', '', '', '900', 'manager_opinion', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'manager_opinion', '33', '0', 'single', 'textarea', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3c2892002a', '缁忓姙浜', 'admin', '2015-12-17 12:39:16', '绠$悊鍛', '', '', '', '', '', '120', 'manager_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'manager_op_user', '34', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae3c2898002b', '鏃ユ湡', 'admin', '2015-12-17 12:39:16', '绠$悊鍛', '', '', '', '', '', '120', 'manager_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'manager_op_date', '35', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae755bcf002e', '鏂板憳宸ユ剰瑙', 'admin', '2015-12-17 13:41:45', '绠$悊鍛', '', '', '', '', '', '900', 'employee_opinion', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'employee_opinion', '36', '0', 'single', 'textarea', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae755bd1002f', '缁忓姙浜', 'admin', '2015-12-17 13:41:45', '绠$悊鍛', '', '', '', '', '', '120', 'employee_op_user', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'employee_op_user', '37', '0', 'single', 'text', 'string', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('4028138151adbcc50151ae755bfc0030', '鏃ユ湡', 'admin', '2015-12-17 13:41:45', '绠$悊鍛', '', '', '', '', '', '120', 'employee_op_date', '', 'N', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'employee_op_date', '38', '0', 'single', 'date', 'Date', 'admin', '2017-07-26 14:21:09', '绠$悊鍛', '4028138151adbcc50151adfd13680002', '', null); +INSERT INTO `cgform_field` VALUES ('402880e55bf66f46015bf679c69b0007', '娴嬫у埆', 'admin', '2017-05-11 15:47:07', '绠$悊鍛', 'sex', '', '', '', '', '120', 'cexs', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'cexs', '15', '0', 'single', 'radio', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('402880e55bf68531015bf68f7e280001', '宸ヨ祫', 'admin', '2017-05-11 16:10:50', '绠$悊鍛', '', '', '', '', '', '120', 'salary', 'd', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'salary', '16', '0', 'single', 'text', 'double', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309b890002', '涓婚敭', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cf00003', '鍒涘缓浜哄悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cf40004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cf70005', '鍒涘缓鏃ユ湡', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cfb0006', '鏇存柊浜哄悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309cff0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d020008', '鏇存柊鏃ユ湡', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d050009', '鐗╂枡缂栫爜', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '8', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74da35336014da3555bc70002', '鐖禝D', 'admin', '2015-05-30 13:39:49', '绠$悊鍛', '', '', '', '', '', '120', 'father_id', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'father_id', '9', '0', 'single', 'text', 'string', 'admin', '2016-06-05 23:03:16', '绠$悊鍛', '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880e74de5a679014de5b2eb200004', 'age', 'admin', '2015-06-12 10:56:57', '绠$悊鍛', '', '', '', '', '', '120', 'age', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'age', '10', '0', 'single', 'text', 'string', null, null, null, '402880e74da32ebe014da3309b880001', '', null); +INSERT INTO `cgform_field` VALUES ('402880ec5c5e0edf015c5e1483c10008', '韬唤璇佹壂鎻忎欢', 'admin', '2017-05-31 18:37:01', '绠$悊鍛', '', '', '', '', '', '120', 'sf_pic', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'sf_pic', '6', '0', 'single', 'file', 'string', 'admin', '2017-06-13 22:10:33', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('402880f25b1e2ac7015b1e62965b001e', '鍒涘缓浜', 'demo', '2017-03-30 16:43:49', 'demo', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'Y', '100', '', '', 'create_by', '13', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d590001', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5a0002', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5a0003', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5b0004', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5b0005', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5b0006', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5c0007', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5c0008', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5d0009', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5d000a', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5d000b', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5e000c', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d5e000d', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c557af0003', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d90000e', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d90000f', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900010', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900011', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900012', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900013', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900014', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591d900015', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00016', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00017', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00018', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da00019', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591da0001a', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c775d70012', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dda001b', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddb001c', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddb001d', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddc001e', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddc001f', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddc0020', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddd0021', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddd0022', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddd0023', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dde0024', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dde0025', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591dde0026', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591ddf0027', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e150028', '涓婚敭', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e160029', '鍒涘缓浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e16002a', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e17002b', '鍒涘缓鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e17002c', '鏇存柊浜哄悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e17002d', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e18002e', '鏇存柊鏃ユ湡', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e18002f', '鎵灞為儴闂', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e180030', '鎵灞炲叕鍙', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e180031', '鍦伴搧绔欏悕', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e190032', '鍚姩鏃堕棿', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e190033', '璇存槑', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f35a415869015a41591e190034', '绫诲瀷', 'admin', '2017-02-15 18:37:23', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', null, 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', '', null); +INSERT INTO `cgform_field` VALUES ('402880f45ad63637015ad63d0c470001', '闄勪欢', 'admin', '2017-03-16 16:30:09', '绠$悊鍛', '', '', '', '', '', '120', 'file_str', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '300', '', '', 'file_str', '12', '0', 'single', 'file', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('402881835c30b492015c30b587360003', '绠鍘嗛檮浠', 'admin', '2017-05-22 23:10:22', '绠$悊鍛', '', '', '', '', '', '120', 'fiel_jls', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '1000', '', '', 'fiel_jls', '17', '0', 'single', 'file', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('402881835c30b492015c30b7bd500009', '涓汉澶村儚', 'admin', '2017-05-22 23:12:46', '绠$悊鍛', '', '', '', '', '', '120', 'tou_pic', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '1000', '', '', 'tou_pic', '18', '0', 'single', 'image', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('402881855ad75c7b015ad779ebb20007', '璁㈠崟鎵弿浠', 'admin', '2017-03-16 22:16:16', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctype', '*', 'Y', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'ctype', '6', '0', 'single', 'list', 'string', 'admin', '2017-09-26 16:13:09', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74170002', '涓婚敭', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74350003', '鍒涘缓浜哄悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad744d0004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74540005', '鍒涘缓鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74580006', '鏇存柊浜哄悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad745e0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74610008', '鏇存柊鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74640009', '鎵灞為儴闂', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad7469000a', '鎵灞炲叕鍙', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad746d000b', '濮撳悕', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '10', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad7472000c', '鍛樺伐缂栧彿', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'code', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'code', '11', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad7475000d', '鑱屽姟', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'job', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'job', '12', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad747a000e', '鍏ヨ亴鏃堕棿', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'join_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'join_time', '13', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad747d000f', '绂昏亴鏂瑰紡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', 'outType', '', '', '', '', '120', 'out_type', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'out_type', '14', '0', 'single', 'radio', 'string', 'admin', '2015-12-30 15:14:52', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74800010', '鐢宠绂昏亴鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'apply_out_time', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'apply_out_time', '15', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74840011', '姝e紡绂昏亴鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'out_time', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'out_time', '16', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74910012', '韬唤璇佺紪鍙', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'id_card', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'id_card', '17', '0', 'single', 'text', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74950013', '绂昏亴椤荤煡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'out_content', '', null, 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'out_content', '18', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad749a0014', '绂昏亴鍘熷洜', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'out_reason', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'out_reason', '19', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad749e0015', '闈㈣皥璁板綍', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'interview_record', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'interview_record', '20', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74a10016', '鍔炲叕鐗╁搧绉讳氦', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'office_change', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'office_change', '21', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74a40017', '浜哄姏璧勬簮閮ㄥ鏍', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'hr_check', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'hr_check', '22', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74a70018', '搴斿彂钖祫', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'should_send_salary', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'should_send_salary', '23', '0', 'single', 'text', 'double', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74aa0019', '搴旀墸钖祫', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'should_deduct_pay', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'should_deduct_pay', '24', '0', 'single', 'text', 'double', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74ae001a', '瀹炲彂钖祫', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'pay', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'pay', '25', '0', 'single', 'text', 'double', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74b1001b', '棰嗗彇鏃ユ湡', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'get_time', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'get_time', '26', '0', 'single', 'datetime', 'Date', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74b4001c', '鎬荤粡鐞嗗鎵', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'boss_check', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'boss_check', '27', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0b638150022', '璇存槑', 'admin', '2015-12-30 10:27:33', '绠$悊鍛', '', '', '', '', '', '120', 'description', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'description', '28', '0', 'single', 'textarea', 'string', 'admin', '2015-12-30 15:10:40', '绠$悊鍛', '402881a151f09a900151f0ad74120001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd20e0003', 'id', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'Y', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-01-01 20:52:54', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2960004', '鑱屽伐濮撳悕', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'staff_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'staff_name', '2', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd29b0005', '閮ㄩ棬', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'depart', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'depart', '3', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd29e0006', '鍛樺伐缂栧彿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'staff_no', '', null, 'N', 'Y', 'N', 'Y', 'Y', '30', '', '', 'staff_no', '4', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2a10007', '鑱屼綅', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'staff_post', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'staff_post', '5', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2af0008', '鎵撴鏂瑰紡', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'pay_way', '', null, 'N', 'Y', 'N', 'Y', 'Y', '10', '', '', 'pay_way', '6', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2b20009', '寮鎴疯', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'acct_bank', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'acct_bank', '7', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2b5000a', '鍗″彿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'card_no', '', null, 'N', 'Y', 'N', 'Y', 'Y', '30', '', '', 'card_no', '8', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2b7000b', '鑱旂郴鎵嬫満鍙', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'tele_no', '', null, 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'tele_no', '9', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2ba000c', '璐圭敤鍚堣', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'cost_all', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'cost_all', '10', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2bc000d', '鍗曟嵁鏁伴噺', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'documents', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2', '', '', 'documents', '11', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2be000e', '璐圭敤澶у啓', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'cost_upper', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cost_upper', '12', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2bf000f', '棰勬敮娆鹃」', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'prepaid_fee', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'prepaid_fee', '13', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2c10010', '瀹為檯鏀粯', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'real_fee', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'real_fee', '14', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2c30011', '濉姤鏃堕棿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'fill_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'fill_time', '15', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2c60012', '鐢宠鏃堕棿', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'apply_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'apply_time', '16', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2cd0013', '鐢宠浜', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'apply_by', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'apply_by', '17', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd2cf0014', '澶囨敞', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'comments', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'comments', '18', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd33f0015', '閮ㄩ棬瀹℃壒', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'depart_approve', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'depart_approve', '19', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd43e0016', '璐㈠姟瀹℃壒', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', '', '', '', '', '', '120', 'finance_approve', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'finance_approve', '20', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd4cf0017', '鎬荤粡鐞嗗鎵', 'admin', '2016-01-01 20:51:07', '绠$悊鍛', '', '', '', '', '', '120', 'mgr_approve', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'mgr_approve', '21', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3dd4d30018', '鍑虹撼', 'admin', '2016-01-01 20:51:07', '绠$悊鍛', '', '', '', '', '', '120', 'treasurer', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'treasurer', '22', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:04:40', '绠$悊鍛', '402881e451fce3050151fd3dd20c0002', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e196b001a', 'id', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'Y', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-01-01 20:52:19', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1994001b', '澶栭敭', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'fk_id', '', null, 'N', 'Y', 'N', 'Y', 'Y', '36', 'id', 'jform_employee_cost_claim', 'fk_id', '2', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1996001c', '鏃ユ湡', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'meals_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1997001d', '椁愯垂', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_cost', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'meals_cost', '4', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1999001e', '鍚冮キ鍦扮偣', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_addr', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'meals_addr', '5', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e199b001f', '鍚岃浜烘暟', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'meals_number', '', null, 'N', 'Y', 'N', 'Y', 'Y', '2', '', '', 'meals_number', '6', '0', 'group', 'text', 'int', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e19c20020', '澶囨敞', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', '', '', '', '', '', '120', 'comments', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'comments', '7', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:01:38', '绠$悊鍛', '402881e451fce3050151fd3e196b0019', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b680022', 'id', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'Y', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-01-01 20:52:02', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b6b0023', '澶栭敭', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'fk_id', '', null, 'N', 'Y', 'N', 'Y', 'Y', '36', 'id', 'jform_employee_cost_claim', 'fk_id', '2', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b6d0024', '浜嬮」', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'item', '', null, 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'item', '3', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b6f0025', '璐圭敤', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'cost', '', null, 'N', 'Y', 'N', 'Y', 'Y', '7', '', '', 'cost', '4', '2', 'group', 'text', 'BigDecimal', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b700026', '寮濮嬫椂闂', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'begin_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_time', '5', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b720027', '缁撴潫鏃堕棿', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'end_time', '', null, 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_time', '6', '0', 'group', 'date', 'Date', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e451fce3050151fd3e1b730028', '澶囨敞', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', '', '', '', '', '', '120', 'comments', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'comments', '7', '0', 'group', 'text', 'string', 'admin', '2016-01-01 21:00:23', '绠$悊鍛', '402881e451fce3050151fd3e1b680021', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfa060002', 'id', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfab20003', '濮撳悕', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '50', '', '', 'name', '2', '0', 'single', 'text', 'string', 'admin', '2017-05-11 12:20:22', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfae10004', '鎬у埆', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '10', '', '', 'sex', '3', '0', 'single', 'radio', 'string', 'admin', '2017-05-11 12:20:22', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfaf00005', '鐢熸棩', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'birthday', '4', '0', 'group', 'date', 'Date', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfaf00006', '鐢佃瘽鍙风爜', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'telnum', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '30', '', '', 'telnum', '5', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000007', '鐢靛瓙閭', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'email', '6', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000008', '鏈楂樺鍘', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000009', '宸ヤ綔骞撮檺', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'workyear', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'workyear', '8', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000a', '韬唤璇佸彿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000b', '鐜板眳鍦', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000c', '鎴峰彛鎵鍦ㄥ湴', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'residence', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'residence', '11', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000d', '鏈熸湜钖祫', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'salary', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'salary', '12', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000e', '鏈熸湜宸ヤ綔鍦扮偣', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'work_place', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'work_place', '13', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000f', '宸ヤ綔绫诲瀷', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'work_type', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '50', '', '', 'work_type', '14', '0', 'single', 'text', 'string', 'admin', '2017-05-11 12:20:22', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0010', '鍒板矖鏃堕棿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'arrival_time', '15', '0', 'group', 'datetime', 'Date', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0011', '鑷垜璇勪环', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'introduction', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'introduction', '16', '0', 'group', 'text', 'string', 'admin', '2017-05-11 12:19:56', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50013', 'id', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50014', '绠鍘嗕俊鎭〃ID', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'single', 'text', 'string', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50015', '寮濮嬫棩鏈', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50016', '缁撴潫鏃ユ湡', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50017', '鍏徃鍚嶇О', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50018', '閮ㄩ棬鍚嶇О', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'depart_name', '6', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50019', '鑱屼綅', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'post', '7', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca5001a', '宸ヤ綔鎻忚堪', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '2000', '', '', 'experience', '8', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:31:36', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe2b001c', 'id', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:32:34', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b001d', '绠鍘嗕富閿', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'resume_id', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'single', 'text', 'string', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b001e', '寮濮嬫椂闂', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2017-12-05 18:32:34', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b001f', '缁撴潫鏃堕棿', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2017-12-05 18:32:34', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b0020', '瀛︽牎鍚嶇О', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'school_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'school_name', '5', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:32:34', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b0021', '涓撲笟', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'major', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'major', '6', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:32:34', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfe3b0022', '瀛﹀巻', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'Y', 'N', 'N', 'Y', '30', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2017-12-05 18:32:34', '绠$悊鍛', '402881e4534c0aea01534c0cfe2b001b', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102b0002', 'id', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102b0003', '濮撳悕', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '50', null, null, 'name', '2', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102c0004', '鎬у埆', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '10', null, null, 'sex', '3', '0', 'group', 'radio', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102c0005', '鐢熸棩', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'birthday', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102d0006', '鐢佃瘽鍙风爜', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'telnum', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '30', null, null, 'telnum', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102d0007', '鐢靛瓙閭', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'email', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102e0008', '鏈楂樺鍘', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'degree', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102e0009', '宸ヤ綔骞撮檺', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'workyear', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', null, null, 'workyear', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102e000a', '韬唤璇佸彿', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'cardid', '9', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102f000b', '鐜板眳鍦', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'habitation', '10', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102f000c', '鎴峰彛鎵鍦ㄥ湴', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'residence', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'residence', '11', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f601602496102f000d', '鏈熸湜钖祫', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'salary', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', null, null, 'salary', '12', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f6016024961030000e', '鏈熸湜宸ヤ綔鍦扮偣', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'work_place', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'work_place', '13', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f6016024961030000f', '宸ヤ綔绫诲瀷', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'work_type', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '50', null, null, 'work_type', '14', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f60160249610300010', '鍒板矖鏃堕棿', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'arrival_time', '15', '0', 'group', 'datetime', 'Date', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('402881f1602491f60160249610310011', '鑷垜璇勪环', 'admin', '2017-12-05 10:51:42', '绠$悊鍛', '', '', '', '', '', '120', 'introduction', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '500', null, null, 'introduction', '16', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6ff36c001e', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e97d0003', '涓婚敭', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9ae0004', '鍒涘缓浜哄悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9be0005', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9c80006', '鍒涘缓鏃ユ湡', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9ca0007', '鏇存柊浜哄悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9d30008', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9d60009', '鏇存柊鏃ユ湡', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9d9000a', '鎵灞為儴闂', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9ef000b', '鎵灞炲叕鍙', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f1000c', '瀹㈡埛鍚嶇О', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'cust_name', '10', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f3000d', '鍦板潃', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_addr', '', null, 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'cust_addr', '11', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f6000e', '瀹㈡埛缂栧彿', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_code', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cust_code', '12', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9f8000f', 'email', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', null, 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'email', '13', '0', 'single', 'text', 'string', null, null, null, '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9fc0010', '璐熻矗浜', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'cust_charge', '', null, 'N', 'Y', 'N', 'Y', 'N', '50', '', '', 'cust_charge', '14', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67e9fe0011', '鎬у埆', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sex', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'sex', '15', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ea010012', '骞撮緞', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'age', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'age', '16', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ea0c0013', '鑱屽姟', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'position', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'position', '17', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ea3a0014', '鐢佃瘽', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'phone', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'phone', '18', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eab70015', '寰鏉ラ摱琛', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'bank', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'bank', '19', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eabd0016', '鐜伴噾鎯呭喌', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'money', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'money', '20', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eac20017', '鎵垮姙浜', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'promoter', '', null, 'N', 'Y', 'N', 'Y', 'N', '50', '', '', 'promoter', '21', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eac70018', '璐﹀彿', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'account', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'account', '22', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eacd0019', '璧勯噾鍛ㄨ浆', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'turnover', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'turnover', '23', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ead0001a', '浠樻鎬佸害', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'payment_attr', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'payment_attr', '24', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ead4001b', '绋庡彿', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'sax_num', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'sax_num', '25', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67ead7001c', '浠樻鏃ユ湡', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'pay_date', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'pay_date', '26', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eadb001d', '寮濮嬩氦鏄撴棩鏈', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'begin_pay_date', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'begin_pay_date', '27', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eadf001e', '涓昏惀浜у搧', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'main_bus', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'main_bus', '28', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b67eae2001f', '钀ヤ笟椤圭洰', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', '', '', '', '', '', '120', 'bus_pro', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'bus_pro', '29', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa70c0021', '浠撳簱鎯呭喌', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'warehouse', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'warehouse', '30', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa70f0022', '鍛樺伐浜烘暟鍙婄礌璐', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'people', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'people', '31', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7110023', '杩愯緭鏂瑰紡', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'transportation', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'transportation', '32', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7130024', '缁忚惀浣撳埗', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'operation', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'operation', '33', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7160025', '鏈嶅姟杞︽暟鐩', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'car', '', null, 'N', 'Y', 'N', 'Y', 'N', '20', '', '', 'car', '34', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7180026', '闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'shopkeeper', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'shopkeeper', '35', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa71a0027', '鎵瑰彂鍟嗘暟', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'wholesale', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'wholesale', '36', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa71c0028', '钀ヤ笟鑼冨洿', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'bus_scope', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'bus_scope', '37', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa71f0029', '闂ㄥ競闈㈢Н', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'area', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'area', '38', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa721002a', '缁忚惀鏂归拡', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'management', '', null, 'N', 'Y', 'N', 'Y', 'N', '200', '', '', 'management', '39', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa723002b', '杩涜揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'stock1', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'stock1', '40', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa725002c', '杩涜揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'stock2', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'stock2', '41', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa727002d', '閿鍞', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'sale1', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'sale1', '42', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa729002e', '閿鍞', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'sale2', '', null, 'N', 'Y', 'N', 'Y', 'N', '10', '', '', 'sale2', '43', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa72b002f', '瀛樿揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'inventory1', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'inventory1', '44', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa72d0030', '瀛樿揣', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'inventory2', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'inventory2', '45', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa72f0031', '鏈楂樹俊鐢ㄩ搴', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'max_money', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'max_money', '46', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7320032', '瀹㈡埛绛夌骇', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'cust_level', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'cust_level', '47', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7340033', '鎬讳綋鏈堝潎搴撳瓨鏁', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'all_avg_inventory', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'all_avg_inventory', '48', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7360034', '鏈堝潎搴撳瓨鏁', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'avg_inventory', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'avg_inventory', '49', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa7380035', '浠锋牸鎶樻墸', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'price', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'price', '50', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa73a0036', '鏀寔鍜屾湇鍔$殑鎵胯', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'promise', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'promise', '51', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('40288388506b3aa601506b6fa73c0037', '绔炲搧缁忚惀鎯呭喌', 'admin', '2015-10-15 20:18:11', '绠$悊鍛', '', '', '', '', '', '120', 'competing_goods', '', null, 'N', 'Y', 'N', 'Y', 'N', '100', '', '', 'competing_goods', '52', '0', 'single', 'text', 'string', 'admin', '2015-10-15 20:25:25', '绠$悊鍛', '40288388506b3aa601506b67e97b0002', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f1053001a', 'id', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f1053001b', '绠鍘嗕俊鎭〃ID', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'list', 'string', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f1053001c', '寮濮嬫棩鏈', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f1053001d', '缁撴潫鏃ユ湡', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f1053001e', '鍏徃鍚嶇О', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '200', null, null, 'company_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f1053001f', '閮ㄩ棬鍚嶇О', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'depart_name', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10530020', '鑱屼綅', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'post', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10530021', '宸ヤ綔鎻忚堪', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '2000', null, null, 'experience', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673f080160001', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10850022', 'id', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880023', '绠鍘嗕俊鎭〃ID', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'list', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880024', '寮濮嬫棩鏈', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880025', '缁撴潫鏃ユ湡', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880026', '鍏徃鍚嶇О', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '200', null, null, 'company_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880027', '閮ㄩ棬鍚嶇О', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'depart_name', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880028', '鑱屼綅', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '50', null, null, 'post', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f10880029', '宸ヤ綔鎻忚堪', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '2000', null, null, 'experience', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f98002b', 'id', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f9a002c', '绠鍘嗕富閿', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'resume_id', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f9a002d', '寮濮嬫椂闂', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f9a002e', '缁撴潫鏃堕棿', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f9a002f', '瀛︽牎鍚嶇О', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'school_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'school_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f9a0030', '涓撲笟', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'major', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'major', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('4028838e6026232f0160263f2f9d0031', '瀛﹀巻', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'Y', 'N', 'N', 'Y', '30', null, null, 'degree', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4950002', '涓婚敭', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4a80003', '鍒涘缓浜哄悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4ab0004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4b30005', '鍒涘缓鏃ユ湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4b60006', '鏇存柊浜哄悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4be0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4c10008', '鏇存柊鏃ユ湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', null, 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4c50009', '鎵灞為儴闂', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4cc000a', '鎵灞炲叕鍙', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', null, 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4cf000b', '瀹㈡埛缂栧彿', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'custom_id', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'custom_id', '10', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4d3000c', '璐熻矗浜', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'header', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'header', '11', '0', 'single', 'text', 'string', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4d5000d', '鎴愮珛鏃ユ湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'establish_date', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'establish_date', '12', '0', 'single', 'text', 'Date', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4d8000e', '瀹㈡埛鍚嶇О', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'custom_name', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'custom_id', '13', '0', 'single', 'text', 'string', 'admin', '2015-10-16 16:33:07', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4db000f', '璧勬湰棰', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'capital_lines', '', null, 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'capital_lines', '14', '0', 'single', 'text', 'double', null, null, null, '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4e10010', '鍦板潃', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'address', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'address', '15', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4e40011', '鐢佃瘽', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'phone', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'phone', '16', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4ef0012', '钀ヤ笟绫诲瀷', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_type', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_type', '17', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f10013', '浼犵湡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'fax', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'fax', '18', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f30014', '涓昏寰鏉ラ摱琛', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'banks', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'banks', '19', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f50015', '鍏朵粬鎶曡祫浜嬩笟', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'other_business', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'other_business', '20', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4f80016', '骞冲潎姣忔棩钀ヤ笟棰', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'turnover', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'turnover', '21', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4fa0017', '涓昏涓氬姟寰鏉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business', '22', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4fc0018', '浠樻鏂瑰紡', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'pay_type', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'pay_type', '23', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f4fe0019', '涓庢湰鍏徃寰鏉', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_contacts', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_contacts', '24', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f501001a', '鏀舵璁板綍', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'collection', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'collection', '25', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f503001b', '鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_important_contacts', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_important_contacts', '26', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f506001c', '鏈杩戜氦鏄撴暟鎹窡韪', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'business_record', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'business_record', '27', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f509001d', '瀹㈡埛鎰忚', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'customer_opinion', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'customer_opinion', '28', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f50b001e', '淇$敤璇勫畾', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'credit_evaluation', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'credit_evaluation', '29', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('402885d8506e5d9201506e72f50d001f', '濉〃浜', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', '', '', '', '', '', '120', 'preparer', '', null, 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'preparer', '30', '0', 'single', 'text', 'string', 'admin', '2015-10-16 22:11:16', '绠$悊鍛', '402885d8506e5d9201506e72f4920001', '', null); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958660008', '涓婚敭', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760009', '鍒涘缓浜哄悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000a', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000b', '鍒涘缓鏃ユ湡', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000c', '鏇存柊浜哄悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000d', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000e', '鏇存柊鏃ユ湡', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa595876000f', '鎵灞為儴闂', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760010', '鎵灞炲叕鍙', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760011', '娴佺▼鐘舵', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'Y', 'N', 'Y', '32', '', '', 'bpm_status', '10', '0', 'single', 'list', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760012', '鍚嶅瓧', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'name', 'jform_contact_group', 'name', '', '', '120', 'name', 'only', 'N', 'N', 'N', 'Y', 'Y', 'Y', '32', '', '', 'name', '11', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:31:09', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', 'orderCode'); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760013', '鎬у埆', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'A01', '', '', '', '', '120', 'sex', '*', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'sex', '12', '0', 'single', 'tree', 'string', 'admin', '2018-01-16 17:27:53', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760014', '鐢熸棩', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '*', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'birthday', '13', '0', 'group', 'date', 'Date', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028ab775afa555c015afa5958760015', '涓汉绠浠', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', '', '', '', '', '', '120', 'conets', '', 'N', 'N', 'Y', 'Y', 'Y', 'N', '32', '', '', 'conets', '14', '0', 'single', 'text', 'string', 'admin', '2018-01-16 17:26:29', '绠$悊鍛', '4028ab775afa555c015afa5958660007', '', ''); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae3690002', '涓婚敭', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae49a0003', '鍒涘缓浜哄悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4a40004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4b40005', '鍒涘缓鏃ユ湡', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4b60006', '鏇存柊浜哄悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4be0007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4c20008', '鏇存柊鏃ユ湡', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4c70009', '鎵灞為儴闂', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4ca000a', '鎵灞炲叕鍙', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4cd000b', '娴佺▼鐘舵', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4d1000c', '濮撳悕', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'position,name', 'user_msg', 'account,realname', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '100', '', '', 'name', '11', '0', 'single', 'popup', 'string', 'admin', '2017-10-31 10:40:09', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4d5000d', '鎬у埆', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'sex', '12', '0', 'single', 'radio', 'string', 'admin', '2017-04-25 13:35:01', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4d8000e', '鎵灞炲垎缁', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'id', 'jform_contact_group', 'name', '', '', '120', 'groups', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'group', '13', '0', 'single', 'list', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4dc000f', '鍏徃鍚嶇О', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'company', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '200', '', '', 'company', '14', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4e00010', '鑱屼綅', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'position', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'position', '15', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4e40011', '绉诲姩鐢佃瘽', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'mobile', 'm', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '30', '', '', 'mobile', '16', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '{ignore=\"ignore\"}', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4ef0012', '鍔炲叕鐢佃瘽', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'office_phone', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '30', '', '', 'office_phone', '17', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '', null); +INSERT INTO `cgform_field` VALUES ('4028b881535b12bd01535b1ae4f30013', '鐢靛瓙閭', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', '', '', '', '', '', '120', 'email', 'e', 'N', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'email', '18', '0', 'single', 'text', 'string', 'admin', '2017-04-25 13:11:58', '绠$悊鍛', '4028b881535b12bd01535b1ae3680001', '{ignore=\"ignore\"}', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21d1000d', '涓婚敭', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21db000e', '鍒涘缓浜哄悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21de000f', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e10010', '鍒涘缓鏃ユ湡', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'datetime', 'Date', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e40011', '鏇存柊浜哄悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e70012', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21e90013', '鏇存柊鏃ユ湡', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21ed0014', '鎵灞為儴闂', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f00015', '鎵灞炲叕鍙', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f40016', '娴佺▼鐘舵', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:14:30', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f70017', '鍒嗙粍鍚嶇О', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '32', '', '', 'name', '11', '0', 'single', 'text', 'string', 'admin', '2017-04-29 10:03:09', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184940140', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:21:13', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849b0141', '璁㈠崟鍙', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'order_code', '*', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', '50', '', '', 'order_code', '2', '0', 'single', 'text', 'string', 'admin', '2017-06-02 10:03:29', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849d0142', '璁㈠崟鏃ユ湡', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'order_date', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '20', '', '', 'order_date', '3', '0', 'single', 'date', 'Date', 'admin', '2017-04-19 17:21:13', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849f0143', '璁㈠崟閲戦', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'order_money', 'd', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '10', '', '', 'order_money', '4', '3', 'single', 'text', 'double', 'admin', '2017-09-26 16:13:26', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184a10144', '澶囨敞', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'orderCode,content', 'user_msg', 'account,realname', '', '', '120', 'content', '', 'N', 'N', 'Y', 'Y', 'Y', 'N', '500', '', '', 'content', '5', '0', 'single', 'popup', 'string', 'admin', '2017-11-14 15:27:09', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ab0145', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ad0146', '璇峰亣鏍囬', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'title', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'title', '2', '0', 'single', 'text', 'string', 'admin', '2017-05-27 17:28:16', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184af0147', '璇峰亣浜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'people', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '20', '', '', 'people', '3', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b10148', '鎬у埆', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '*', 'Y', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'sex', '4', '0', 'single', 'checkbox', 'string', 'admin', '2017-05-27 17:28:16', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b30149', '璇峰亣寮濮嬫椂闂', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'begindate', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'begindate', '5', '0', 'group', 'date', 'Date', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b6014a', '璇峰亣缁撴潫鏃堕棿', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'enddate', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'enddate', '6', '0', 'group', 'datetime', 'Date', 'admin', '2017-05-27 17:19:46', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b8014b', '鎵灞為儴闂', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'id', 't_s_depart', 'departname', '', '', '0', 'hol_dept', '', 'N', 'N', 'N', 'N', 'Y', 'Y', '32', '', '', 'hol_dept', '8', '0', 'single', 'list', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ba014c', '璇峰亣鍘熷洜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'hol_reson', '', 'N', 'N', 'N', 'N', 'Y', 'N', '255', '', '', 'hol_reson', '9', '0', 'single', 'text', 'string', 'admin', '2017-05-27 17:09:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bc014d', '閮ㄩ棬瀹℃壒浜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'dep_leader', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'dep_leader', '10', '0', 'single', 'text', 'string', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bd014e', '閮ㄩ棬瀹℃壒鎰忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'content', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '255', '', '', 'content', '11', '0', 'single', 'file', 'string', 'admin', '2017-05-27 17:08:30', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bf014f', '璇峰亣澶╂暟', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'day_num', 'n', 'N', 'N', 'Y', 'N', 'Y', 'Y', '10', '', '', 'day_num', '7', '0', 'single', 'text', 'int', 'admin', '2017-05-07 20:28:08', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184cb0150', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:59:51', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184cd0151', '瀹㈡埛鍚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'name,telphone', 'user_msg', 'account,realname', '', '', '120', 'name', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '100', '', '', 'name', '2', '0', 'single', 'popup', 'string', 'admin', '2017-10-31 11:19:10', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184cf0152', '鍗曚环', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'money', 'd', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '10', '', '', 'money', '3', '2', 'group', 'text', 'double', 'admin', '2017-06-27 17:26:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184d10153', '澶栭敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'fk_id', '', 'N', 'N', 'N', 'Y', 'N', 'N', '36', 'id', 'jform_order_main', 'fk_id', '7', '0', 'single', 'text', 'string', 'admin', '2017-05-31 18:37:01', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184d40154', '鐢佃瘽', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'telphone', '', 'N', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'telphone', '5', '0', 'single', 'text', 'string', 'admin', '2017-04-19 17:59:51', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184d60155', '鎬у埆', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '*', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', '4', '', '', 'sex', '4', '0', 'single', 'radio', 'string', 'admin', '2017-05-17 16:56:28', '绠$悊鍛', '8a8ab0b246dc81120146dc818486013d', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184da0156', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'checkbox', 'string', 'admin', '2017-04-19 18:00:09', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184dc0157', '鑸彮鍙', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'ticket_code', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '100', '', '', 'ticket_code', '2', '0', 'single', 'text', 'string', 'admin', '2017-06-08 10:10:06', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184df0158', '鑸彮鏃堕棿', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '180', 'tickect_date', '', 'N', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'tickect_date', '3', '0', 'single', 'datetime', 'Date', 'admin', '2017-11-01 15:40:54', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184e10159', '澶栭敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'fck_id', '', 'N', 'N', 'N', 'N', 'N', 'N', '36', 'id', 'jform_order_main', 'fck_id', '4', '0', 'single', 'text', 'string', 'admin', '2017-04-19 18:00:09', '绠$悊鍛', '8a8ab0b246dc81120146dc818488013e', '', null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184e7015a', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'id', null, null, 'Y', 'N', 'N', 'N', 'N', '36', '', '', null, '0', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ea015b', '鏈烘瀯鍚堣', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'a', null, null, 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', null, '1', '2', 'group', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ec015c', '琛屾斂灏忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b1', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '2', '2', 'group', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ee015d', '琛屾斂鐪', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b11', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '3', '0', 'group', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f0015e', '琛屾斂甯', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b12', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '4', '0', 'group', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f3015f', '琛屾斂鍘', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b13', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '5', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f50160', '浜嬩笟鍚堣', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b2', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '6', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184f80161', '鍙傚叕灏忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b3', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '7', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184fa0162', '鍙傚叕鐪', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b31', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '8', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184fc0163', '鍙傚叕甯', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b32', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '9', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184fe0164', '鍙傚叕鍘', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'b33', null, null, 'N', 'N', 'N', 'Y', 'Y', '100', '', '', null, '10', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185000165', '鍏ㄩ鎷ㄦ', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'c1', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '11', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185030166', '宸鎷ㄦ', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'c2', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '12', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185050167', '鑷敹鑷敮', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'c3', null, null, 'N', 'N', 'N', 'Y', 'Y', '10', '', '', null, '13', '2', 'single', 'text', 'double', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185070168', '缁忚垂鍚堣', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'd', null, null, 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', null, '14', '2', 'single', 'text', 'int', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81850a0169', '鏈烘瀯璧勮川', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'd1', null, null, 'N', 'N', 'N', 'Y', 'Y', '1000', '', '', null, '15', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null, null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced130005', '涓婚敭', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced140006', '鍒涘缓浜哄悕绉', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced140007', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced150008', '鍒涘缓鏃ユ湡', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced150009', '鏇存柊浜哄悕绉', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced15000a', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced16000b', '鏇存柊鏃ユ湡', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced16000c', '鎵灞為儴闂', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced17000d', '鎵灞炲叕鍙', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced18000e', '娴佺▼鐘舵', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced19000f', '鏀惰揣浜', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'receiver_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '56', '', '', 'receiver_name', '11', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced190010', '鑱旂郴鐢佃瘽', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'receiver_mobile', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'receiver_mobile', '12', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced1a0011', '鏀惰揣鐪', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'receiver_state', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'receiver_state', '13', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced1b0012', '鏀惰揣甯', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'receiver_city', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'receiver_city', '14', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced1b0013', '鏀惰揣鍖', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '120', 'receiver_district', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'receiver_district', '15', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021fced1c0014', '鏀惰揣鍦板潃', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', '', '', '', '', '', '210', 'receiver_address', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '128', '', '', 'receiver_address', '16', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021fced100004', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c10017', '涓婚敭', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c10018', '鍒涘缓浜哄悕绉', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c10019', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c1001a', '鍒涘缓鏃ユ湡', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c2001b', '鏇存柊浜哄悕绉', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c2001c', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c3001d', '鏇存柊鏃ユ湡', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c3001e', '鎵灞為儴闂', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c3001f', '鎵灞炲叕鍙', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c40020', '娴佺▼鐘舵', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c40021', '璁㈠崟ID', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'orderid', '', 'N', 'N', 'Y', 'Y', 'N', 'N', '36', 'id', 'jfrom_order', 'orderid', '11', '0', 'single', 'text', 'string', 'admin', '2017-12-04 23:25:31', '绠$悊鍛', 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c50022', '鍟嗗搧鍚嶇О', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '180', 'item_name', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '128', '', '', 'item_name', '12', '0', 'single', 'text', 'string', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c50023', '鍟嗗搧鏁伴噺', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'qty', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'qty', '13', '0', 'single', 'text', 'int', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c50024', '鍟嗗搧浠锋牸', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'price', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'price', '14', '0', 'single', 'text', 'BigDecimal', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); +INSERT INTO `cgform_field` VALUES ('ff8080816021b031016021feb0c60025', '閲戦', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', '', '', '', '', '', '120', 'amount', '', 'N', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'amount', '15', '0', 'single', 'text', 'BigDecimal', null, null, null, 'ff8080816021b031016021feb0c00016', '', null); -- ---------------------------- -- Table structure for cgform_ftl @@ -583,20 +615,20 @@ CREATE TABLE `cgform_ftl` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', `CGFORM_ID` varchar(36) NOT NULL COMMENT '琛ㄥ崟ID', `CGFORM_NAME` varchar(100) NOT NULL COMMENT '琛ㄥ崟鍚嶅瓧', - `CREATE_BY` varchar(36) default NULL COMMENT '鍒涘缓浜', - `CREATE_DATE` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `CREATE_NAME` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕瀛', + `CREATE_BY` varchar(36) DEFAULT NULL COMMENT '鍒涘缓浜', + `CREATE_DATE` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `CREATE_NAME` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕瀛', `FTL_CONTENT` longtext COMMENT '璁捐妯℃澘鍐呭', - `FTL_STATUS` varchar(50) default NULL COMMENT '妯℃澘婵娲荤姸鎬', + `FTL_STATUS` varchar(50) DEFAULT NULL COMMENT '妯℃澘婵娲荤姸鎬', `FTL_VERSION` int(11) NOT NULL COMMENT '妯℃澘缂栧彿', - `FTL_WORD_URL` varchar(200) default NULL COMMENT '涓婁紶Word璺緞', - `UPDATE_BY` varchar(36) default NULL COMMENT '淇敼浜', - `UPDATE_DATE` datetime default NULL COMMENT '淇敼鏃堕棿', - `UPDATE_NAME` varchar(32) default NULL COMMENT '淇敼浜哄悕瀛', - `editor_type` varchar(10) default '01' COMMENT '绫诲瀷', - PRIMARY KEY (`ID`), - KEY `inex_table_id` USING BTREE (`CGFORM_ID`), - KEY `index_ftl_status` USING BTREE (`FTL_STATUS`) + `FTL_WORD_URL` varchar(200) DEFAULT NULL COMMENT '涓婁紶Word璺緞', + `UPDATE_BY` varchar(36) DEFAULT NULL COMMENT '淇敼浜', + `UPDATE_DATE` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `UPDATE_NAME` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕瀛', + `editor_type` varchar(10) DEFAULT '01' COMMENT '绫诲瀷', + PRIMARY KEY (`ID`), + KEY `inex_table_id` (`CGFORM_ID`) USING BTREE, + KEY `index_ftl_status` (`FTL_STATUS`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -607,8 +639,8 @@ INSERT INTO `cgform_ftl` VALUES ('402880e64e478dc8014e4797a1a90001', '402881e44d INSERT INTO `cgform_ftl` VALUES ('402880e64eab9a84014eab9cff390002', '402880e74dc1e65e014dc1effa270001', 'UE', 'admin', '2015-07-20 21:17:49', '绠$悊鍛', '


绀轰緥琛

#{jform_hidden_field}
鏂囨湰妗涓嬫媺鑿滃崟{|-  -|}
鍗曢{|-鍗曢1 鍗曢2 -|}澶嶉{|-澶嶉1 澶嶉2 澶嶉3 -|}
瀹忔帶浠浜岀淮鐮


', '0', '1', '', null, null, null, '02'); INSERT INTO `cgform_ftl` VALUES ('402880e74d90a2f4014d90a5cab30003', '8a8ab0b246dc81120146dc81847e013b', '1212', 'admin', '2015-05-26 22:34:54', '绠$悊鍛', '
', '0', '1', '', null, null, null, null); INSERT INTO `cgform_ftl` VALUES ('402880e74d934e07014d93506c5a0003', '2c90ac564c9d1734014c9d22b16c0001', 'ue', 'admin', '2015-05-27 11:00:30', '绠$悊鍛', '


绀轰緥琛

#{jform_hidden_field}
鏂囨湰妗涓嬫媺鑿滃崟{|-  -|}
鍗曢{|-鍗曢1 鍗曢2 -|}澶嶉{|-澶嶉1 澶嶉2 澶嶉3 -|}
瀹忔帶浠浜岀淮鐮


', '0', '1', '', null, null, null, '02'); -INSERT INTO `cgform_ftl` VALUES ('402880ec5d97c106015d97d4b6230005', '8a8ab0b246dc81120146dc818484013c', '鑷畾涔夎鍋囨ā鏉', 'admin', '2017-07-31 00:00:00', '绠$悊鍛', '\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n

璇峰亣鍗

\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

\r\n
\r\n
\r\n\r\n
\r\n\r\n\r\n', '1', '3', '', 'admin', '2017-07-31 16:51:48', '绠$悊鍛', null); -INSERT INTO `cgform_ftl` VALUES ('402880f35c384fe1015c386fd3cd0001', '4028ab775afa555c015afa5958660007', '111', 'admin', '2017-05-24 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
\r\n

璇峰亣鍗

\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

\r\n
\r\n
\r\n\r\n

 

\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '1', '璇峰亣鍗曟ā鏉.doc', 'admin', '2017-09-13 09:11:44', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('402880ec5d97c106015d97d4b6230005', '8a8ab0b246dc81120146dc818484013c', '鑷畾涔夎鍋囨ā鏉', 'admin', '2017-07-31 00:00:00', '绠$悊鍛', '\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n

璇峰亣鍗

\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

\r\n
\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '3', '', 'admin', '2017-12-07 12:03:04', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('402880f35c384fe1015c386fd3cd0001', '4028ab775afa555c015afa5958660007', '111', 'admin', '2017-05-24 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
\r\n

璇峰亣鍗

\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

\r\n
\r\n
\r\n\r\n

 

\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '1', '璇峰亣鍗曟ā鏉.doc', 'admin', '2017-11-29 12:51:46', '绠$悊鍛', null); INSERT INTO `cgform_ftl` VALUES ('402880f45acb0365015acb0565790001', '4028b88153659dd4015365ab21d0000c', '1111', 'admin', '2017-03-14 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n
\r\n

鍛樺伐鍏ヨ亴鍗

\r\n
\r\n

\r\n
\r\n

濉〃鏃ユ湡锛

\r\n
\r\n

\r\n
\r\n

鍩烘湰淇℃伅

\r\n
\r\n

濮撳悕

\r\n
\r\n

\r\n
\r\n

閮ㄩ棬

\r\n
\r\n

\r\n
\r\n

鑱屽姟

\r\n
\r\n

\r\n
\r\n

\r\n
\r\n

鐢熸棩

\r\n
\r\n

\r\n
\r\n

绫嶈疮

\r\n
\r\n

\r\n
\r\n

瀛﹀巻

\r\n
\r\n

\r\n
\r\n

韬唤璇

\r\n
\r\n

\r\n
\r\n

鍏ヨ亴鏃ユ湡

\r\n
\r\n

\r\n
\r\n

宸ュ彿

\r\n
\r\n

\r\n
\r\n

鎵嬫満

\r\n
\r\n

\r\n
\r\n

閭

\r\n
\r\n

\r\n
\r\n

MSN

\r\n
\r\n

\r\n
\r\n

浜轰簨閮

\r\n
\r\n

鐓х墖

\r\n
\r\n

\r\n
\r\n

妗f琛

\r\n
\r\n

\r\n
\r\n

韬唤璇

\r\n
\r\n

\r\n
\r\n

瀛︿綅璇

\r\n
\r\n

\r\n
\r\n

鍏朵粬璇佷欢

\r\n
\r\n

\r\n
\r\n

鍒嗛厤鐢佃瘽

\r\n
\r\n

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

閮ㄩ棬鎰忚

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

鎬荤粡鐞嗘剰瑙

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

鏂板憳宸ユ剰瑙

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

\r\n
\r\n\r\n

 

\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', 'admin', '2017-03-15 19:00:39', '绠$悊鍛', null); INSERT INTO `cgform_ftl` VALUES ('402881a151f0e87b0151f0fd23910009', '402881a151f09a900151f0ad74120001', '鍛樺伐绂昏亴鐢宠', 'admin', '2015-12-30 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

鍛樺伐绂昏亴鐢宠

\r\n
 
\r\n

濮撳悕

\r\n
\r\n

#{name}

\r\n
\r\n

鍛樺伐缂栧彿

\r\n
\r\n

#{code}

\r\n
 
\r\n

鑱屽姟

\r\n
\r\n

#{job}

\r\n
\r\n

鍏ヨ亴鏃堕棿

\r\n
\r\n

#{join_time}

\r\n
 
\r\n

绂昏亴鏂瑰紡

\r\n
\r\n

#{out_type}

\r\n
 
\r\n

鐢宠绂昏亴鏃ユ湡

\r\n
\r\n

#{apply_out_time}

\r\n
\r\n

姝e紡绂昏亴鏃ユ湡

\r\n
\r\n

#{out_time}

\r\n
 
\r\n

棰嗗伐璧勪汉鍙

\r\n\r\n

韬唤璇佸彿

\r\n
\r\n

#{id_card}

\r\n
 
\r\n

绂昏亴椤荤煡

\r\n
\r\n

#{out_content}

\r\n
 
 
 
 
 
\r\n

绂昏亴鍘熷洜

\r\n
\r\n

#{out_reason}

\r\n
 
\r\n

闈㈣皥璁板綍鍜屾剰瑙

\r\n
\r\n

#{interview_record}

\r\n
 
 
\r\n

鍔炲叕鐢ㄥ搧绉讳氦

\r\n
\r\n

#{office_change}

\r\n
 
 
\r\n

浜哄姏璧勬簮閮ㄥ鏍

\r\n
\r\n

#{hr_check}

\r\n
 
\r\n

璐㈠姟閮

\r\n
\r\n

搴斿彂宸ヨ祫

\r\n
\r\n

#{should_send_salary}

\r\n
\r\n

搴旀墸宸ヨ祫

\r\n
\r\n

#{should_deduct_pay}

\r\n
 
\r\n

瀹炲彂宸ヨ祫

\r\n
\r\n

#{pay}

\r\n
\r\n

棰嗗彇鏃ユ湡

\r\n
\r\n

#{get_time}

\r\n
 
\r\n

鎬荤粡鐞嗗鎵

\r\n
\r\n

#{boss_check}

\r\n
 
\r\n

璇存槑

\r\n
\r\n

#{description}

\r\n
 
 
\r\n
\r\n\r\n

 

\r\n\r\n\r\n', '0', '1', '', 'admin', '2015-12-30 16:06:11', '绠$悊鍛', null); INSERT INTO `cgform_ftl` VALUES ('402889f3489de53901489de5fe800001', '4028808848844fe2014884587ae60001', '12', 'admin', '2014-09-22 23:06:08', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n12\r\n\r\n', '0', '1', '', null, null, null, '01'); @@ -622,39 +654,39 @@ DROP TABLE IF EXISTS `cgform_head`; CREATE TABLE `cgform_head` ( `id` varchar(32) NOT NULL COMMENT '涓婚敭ID', `content` varchar(200) NOT NULL COMMENT '琛ㄦ弿杩', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', `is_checkbox` varchar(5) NOT NULL COMMENT '鏄惁甯heckbox', `is_dbsynch` varchar(20) NOT NULL COMMENT '鍚屾鏁版嵁搴撶姸鎬', `is_pagination` varchar(5) NOT NULL COMMENT '鏄惁鍒嗛〉', `is_tree` varchar(5) NOT NULL COMMENT '鏄惁鏄爲', - `jform_pk_sequence` varchar(200) default NULL COMMENT '涓婚敭鐢熸垚搴忓垪', - `jform_pk_type` varchar(100) default NULL COMMENT '涓婚敭绫诲瀷', + `jform_pk_sequence` varchar(200) DEFAULT NULL COMMENT '涓婚敭鐢熸垚搴忓垪', + `jform_pk_type` varchar(100) DEFAULT NULL COMMENT '涓婚敭绫诲瀷', `jform_type` int(11) NOT NULL COMMENT '琛ㄧ被鍨:鍗曡〃銆佷富琛ㄣ侀檮琛', `jform_version` varchar(10) NOT NULL COMMENT '琛ㄥ崟鐗堟湰鍙', `querymode` varchar(10) NOT NULL COMMENT '鏌ヨ妯″紡', - `relation_type` int(11) default NULL, - `sub_table_str` varchar(1000) default NULL COMMENT '瀛愯〃', - `tab_order` int(11) default NULL COMMENT '闄勮〃鎺掑簭搴忓彿', + `relation_type` int(11) DEFAULT NULL, + `sub_table_str` varchar(1000) DEFAULT NULL COMMENT '瀛愯〃', + `tab_order` int(11) DEFAULT NULL COMMENT '闄勮〃鎺掑簭搴忓彿', `table_name` varchar(50) NOT NULL COMMENT '琛ㄥ悕', - `update_by` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜哄悕瀛', - `tree_parentid_fieldname` varchar(50) default NULL COMMENT '鏍戝舰琛ㄥ崟鐖秈d', - `tree_id_fieldname` varchar(50) default NULL COMMENT '鏍戣〃涓婚敭瀛楁', - `tree_fieldname` varchar(50) default NULL COMMENT '鏍戝紑琛ㄥ崟鍒楀瓧娈', - `jform_category` varchar(50) NOT NULL default 'bdfl_ptbd' COMMENT '琛ㄥ崟鍒嗙被', - `form_template` varchar(50) default NULL COMMENT 'PC琛ㄥ崟妯℃澘', - `form_template_mobile` varchar(50) default NULL COMMENT '琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)', - `table_type` varchar(50) default NULL COMMENT '''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛', - `table_version` int(11) default NULL COMMENT '琛ㄧ増鏈', - `physice_id` varchar(32) default NULL COMMENT '鐗╃悊琛╥d(閰嶇疆琛ㄧ敤)', - PRIMARY KEY (`id`), - KEY `index_table_type` USING BTREE (`table_type`), - KEY `index_physice_id` USING BTREE (`physice_id`), - KEY `index_form_templdate` USING BTREE (`form_template`), - KEY `index_templdate_mobile` USING BTREE (`form_template_mobile`) + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕瀛', + `tree_parentid_fieldname` varchar(50) DEFAULT NULL COMMENT '鏍戝舰琛ㄥ崟鐖秈d', + `tree_id_fieldname` varchar(50) DEFAULT NULL COMMENT '鏍戣〃涓婚敭瀛楁', + `tree_fieldname` varchar(50) DEFAULT NULL COMMENT '鏍戝紑琛ㄥ崟鍒楀瓧娈', + `jform_category` varchar(50) NOT NULL DEFAULT 'bdfl_ptbd' COMMENT '琛ㄥ崟鍒嗙被', + `form_template` varchar(50) DEFAULT NULL COMMENT 'PC琛ㄥ崟妯℃澘', + `form_template_mobile` varchar(50) DEFAULT NULL COMMENT '琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)', + `table_type` varchar(50) DEFAULT NULL COMMENT '''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛', + `table_version` int(11) DEFAULT NULL COMMENT '琛ㄧ増鏈', + `physice_id` varchar(32) DEFAULT NULL COMMENT '鐗╃悊琛╥d(閰嶇疆琛ㄧ敤)', + PRIMARY KEY (`id`), + KEY `index_table_type` (`table_type`) USING BTREE, + KEY `index_physice_id` (`physice_id`) USING BTREE, + KEY `index_form_templdate` (`form_template`) USING BTREE, + KEY `index_templdate_mobile` (`form_template_mobile`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -666,13 +698,13 @@ INSERT INTO `cgform_head` VALUES ('402881a151f09a900151f0ad74120001', '鍛樺伐绂 INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3dd20c0002', '鍛樺伐璐圭敤鎶ラ攢鐢宠淇℃伅琛', 'admin', '2016-01-01 20:51:06', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_employee_other_cost,jform_employee_meals_cost', null, 'jform_employee_cost_claim', 'admin', '2016-06-23 16:37:29', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'o2mTableStyle', '', null, null, null); INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3e196b0019', '鍛樺伐椁愯垂鏄庣粏琛', 'admin', '2016-01-01 20:51:24', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '6', 'group', '0', null, null, 'jform_employee_meals_cost', 'admin', '2016-01-01 21:04:55', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', null, null, null, null); INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3e1b680021', '鍛樺伐鍏朵粬璐圭敤鏄庣粏琛', 'admin', '2016-01-01 20:51:25', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '7', 'group', '0', null, null, 'jform_employee_other_cost', 'admin', '2016-01-01 21:04:59', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', null, null, null, null); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cf9f70001', '绠鍘嗕俊鎭〃', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '111', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info', 'admin', '2017-05-11 12:22:35', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'moblieCommon002', '', '', null, null); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfca50012', '宸ヤ綔淇℃伅琛', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '16', 'group', '0', null, null, 'jform_resume_exp_info', 'admin', '2017-03-04 23:28:36', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfe2b001b', '鏁欒偛缁忓巻', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '7', 'group', '0', null, null, 'jform_resume_degree_info', 'admin', '2016-05-07 16:30:05', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cf9f70001', '绠鍘嗕俊鎭〃', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '121', 'group', '0', 'jform_resume_exp_info,jform_resume_degree_info', null, 'jform_resume_info', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'subgrid', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfca50012', '宸ヤ綔淇℃伅琛', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '18', 'group', '0', null, null, 'jform_resume_exp_info', 'admin', '2017-12-05 18:35:55', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfe2b001b', '鏁欒偛缁忓巻', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '9', 'group', '0', null, null, 'jform_resume_degree_info', 'admin', '2017-12-05 18:36:03', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); INSERT INTO `cgform_head` VALUES ('40288388506b3aa601506b67e97b0002', '瀹㈡埛璧勬枡绠$悊', 'admin', '2015-10-15 20:09:44', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '6', 'single', '0', null, null, 'jeecg_custom_info', 'admin', '2016-03-15 11:40:53', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'olstyle00002', '', null, null, null); INSERT INTO `cgform_head` VALUES ('402885d8506e5d9201506e72f4920001', '瀹㈡埛璺熻釜璁板綍琛', 'admin', '2015-10-16 10:20:39', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '43', 'single', '0', null, null, 'jeecg_custom_record', 'admin', '2016-02-25 11:32:02', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'olstyle00001', null, null, null, null); -INSERT INTO `cgform_head` VALUES ('4028ab775afa555c015afa5958660007', '鍏ヨ亴鍛樺伐', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '141', 'group', '0', null, null, 'test_person', 'admin', '2017-09-05 10:58:52', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'default', '', '', null, null); -INSERT INTO `cgform_head` VALUES ('4028b881535b12bd01535b1ae3680001', '涓汉閫氳褰', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '65', 'group', '0', 't_s_contact', null, 'jform_contact', 'admin', '2017-07-25 15:52:18', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'numtabs', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('4028ab775afa555c015afa5958660007', '鍏ヨ亴鍛樺伐', 'admin', '2017-03-23 16:47:23', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '191', 'group', '0', null, null, 'test_person', 'admin', '2018-01-16 17:31:09', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('4028b881535b12bd01535b1ae3680001', '涓汉閫氳褰', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '68', 'group', '0', 't_s_contact', null, 'jform_contact', 'admin', '2017-10-31 10:40:32', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '', null, null); INSERT INTO `cgform_head` VALUES ('4028b88153659dd4015365ab21d0000c', '閫氳繀褰曞垎缁', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '61', 'single', '0', null, null, 'jform_contact_group', 'admin', '2017-07-31 17:20:42', '绠$悊鍛', null, 'id', null, 'bdfl_vipbd', '', '', '', null, null); INSERT INTO `cgform_head` VALUES ('4028ef815673c48f015673c557af0003', '鍦伴搧绔欑偣', 'admin', '2016-08-10 17:25:28', '绠$悊鍛', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__0', 'admin', '2016-08-10 17:28:08', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'RowsEdit', '', '1', '0', '4028ef8156176adb015617801ebd0001'); INSERT INTO `cgform_head` VALUES ('4028ef815673c48f015673c775d70012', '鍦伴搧绔欑偣', 'admin', '2016-08-10 17:27:46', '绠$悊鍛', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__1', null, null, null, null, 'id', null, 'bdfl_ptbd', 'RowsEdit', '', '1', '1', '4028ef8156176adb015617801ebd0001'); @@ -682,11 +714,13 @@ INSERT INTO `cgform_head` VALUES ('4028ef81567e88db01567e8a34ef0002', '鍦伴搧绔 INSERT INTO `cgform_head` VALUES ('4028ef81567e88db01567e8a56930010', '鍦伴搧绔欑偣', 'admin', '2016-08-12 19:36:50', '绠$悊鍛', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__3', null, null, null, null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '1', '3', '4028ef8156176adb015617801ebd0001'); INSERT INTO `cgform_head` VALUES ('4028ef81568c5de601568c6437d10015', '鏁欒偛缁忓巻', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', 'Y', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'group', '0', null, null, 'jform_resume_degree_info__0', null, null, null, null, 'id', null, 'bdfl_ptbd', '', '', '1', '0', '402881e4534c0aea01534c0cfe2b001b'); INSERT INTO `cgform_head` VALUES ('4028ef81568c5de601568c6ff36c001e', '绠鍘嗕俊鎭〃', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', 'Y', 'N', 'Y', 'N', '', 'UUID', '2', '1', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info__0', 'admin', '2017-03-04 22:58:34', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'resume', 'resume', '1', '0', '402881e4534c0aea01534c0cf9f70001'); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81847e013b', '璁㈠崟涓讳俊鎭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '226', 'group', '0', 'jform_order_customer,jform_order_ticket', null, 'jform_order_main', 'admin', '2017-06-27 17:26:58', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'o2mTableStyle', '', '', null, null); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818484013c', '璇峰亣鍗', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '190', 'group', '0', null, null, 'jform_leave', 'admin', '2017-05-27 17:28:16', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '', null, null); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818486013d', '璁㈠崟瀹㈡埛淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '37', 'single', '0', null, '1', 'jform_order_customer', 'admin', '2017-06-27 17:26:58', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818488013e', '璁㈠崟鏈虹エ淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '28', 'single', '0', null, '2', 'jform_order_ticket', 'admin', '2017-06-08 10:10:06', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81847e013b', '璁㈠崟涓讳俊鎭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '268', 'single', '0', 'jform_order_customer,jform_order_ticket', null, 'jform_order_main', 'admin', '2017-12-29 11:39:16', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'o2mTableStyle', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818484013c', '璇峰亣鍗', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '192', 'group', '0', null, null, 'jform_leave', 'admin', '2018-01-05 11:32:47', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818486013d', '璁㈠崟瀹㈡埛淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '42', 'single', '0', null, '1', 'jform_order_customer', 'admin', '2017-10-31 11:19:10', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818488013e', '璁㈠崟鏈虹エ淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '29', 'single', '0', null, '2', 'jform_order_ticket', 'admin', '2017-11-01 15:40:57', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81848b013f', '浠锋牸璁よ瘉鏈烘瀯缁熻琛', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', null, 'UUID', '1', '3', 'group', '0', null, null, 'jform_price1', 'admin', '2015-10-15 11:24:54', '绠$悊鍛', null, null, null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('ff8080816021b031016021fced100004', '璁㈠崟鍒楄〃', 'admin', '2017-12-04 22:45:12', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '7', 'group', '0', 'jfrom_order_line', null, 'jfrom_order', 'admin', '2017-12-09 15:06:06', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'subgrid', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('ff8080816021b031016021feb0c00016', '璁㈠崟鏄庣粏', 'admin', '2017-12-04 22:47:08', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '3', 'single', '0', null, '11', 'jfrom_order_line', 'admin', '2017-12-04 23:25:31', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); -- ---------------------------- -- Table structure for cgform_index @@ -694,18 +728,18 @@ INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81848b013f', '浠锋牸璁 DROP TABLE IF EXISTS `cgform_index`; CREATE TABLE `cgform_index` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `index_name` varchar(100) default NULL COMMENT '绱㈠紩鍚嶇О', - `index_field` varchar(500) default NULL COMMENT '绱㈠紩鏍忎綅', - `index_type` varchar(32) default NULL COMMENT '绱㈠紩绫诲瀷', - `table_id` varchar(32) default NULL COMMENT '涓昏〃id', - PRIMARY KEY (`id`), - KEY `index_table_id` USING BTREE (`table_id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `index_name` varchar(100) DEFAULT NULL COMMENT '绱㈠紩鍚嶇О', + `index_field` varchar(500) DEFAULT NULL COMMENT '绱㈠紩鏍忎綅', + `index_type` varchar(32) DEFAULT NULL COMMENT '绱㈠紩绫诲瀷', + `table_id` varchar(32) DEFAULT NULL COMMENT '涓昏〃id', + PRIMARY KEY (`id`), + KEY `index_table_id` (`table_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -720,26 +754,26 @@ INSERT INTO `cgform_index` VALUES ('402880f45ad5bf19015ad5d1c6180011', '绠$悊 DROP TABLE IF EXISTS `cgform_template`; CREATE TABLE `cgform_template` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `template_name` varchar(100) default NULL COMMENT '妯℃澘鍚嶇О', - `template_code` varchar(50) default NULL COMMENT '妯℃澘缂栫爜', - `template_type` varchar(32) default NULL COMMENT '妯℃澘绫诲瀷', - `template_share` varchar(10) default NULL COMMENT '鏄惁鍏变韩', - `template_pic` varchar(100) default NULL COMMENT '棰勮鍥', - `template_comment` varchar(200) default NULL COMMENT '妯℃澘鎻忚堪', - `template_list_name` varchar(200) default NULL COMMENT '鍒楄〃妯℃澘鍚嶇О\r\n', - `template_add_name` varchar(200) default NULL COMMENT '褰曞叆妯℃澘鍚嶇О', - `template_update_name` varchar(200) default NULL COMMENT '缂栬緫妯℃澘鍚峔r\n绉', - `template_detail_name` varchar(200) default NULL COMMENT '鏌ョ湅椤甸潰妯r\n鏉垮悕绉', - `status` int(11) default NULL COMMENT '鏈夋晥鐘舵', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `template_name` varchar(100) DEFAULT NULL COMMENT '妯℃澘鍚嶇О', + `template_code` varchar(50) DEFAULT NULL COMMENT '妯℃澘缂栫爜', + `template_type` varchar(32) DEFAULT NULL COMMENT '妯℃澘绫诲瀷', + `template_share` varchar(10) DEFAULT NULL COMMENT '鏄惁鍏变韩', + `template_pic` varchar(100) DEFAULT NULL COMMENT '棰勮鍥', + `template_comment` varchar(200) DEFAULT NULL COMMENT '妯℃澘鎻忚堪', + `template_list_name` varchar(200) DEFAULT NULL COMMENT '鍒楄〃妯℃澘鍚嶇О\r\n', + `template_add_name` varchar(200) DEFAULT NULL COMMENT '褰曞叆妯℃澘鍚嶇О', + `template_update_name` varchar(200) DEFAULT NULL COMMENT '缂栬緫妯℃澘鍚峔r\n绉', + `template_detail_name` varchar(200) DEFAULT NULL COMMENT '鏌ョ湅椤甸潰妯r\n鏉垮悕绉', + `status` int(11) DEFAULT NULL COMMENT '鏈夋晥鐘舵', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -761,6 +795,7 @@ INSERT INTO `cgform_template` VALUES ('40289481511b1cbf01511b229aa90001', '绠 INSERT INTO `cgform_template` VALUES ('4028a9815d2515a5015d251bdc4c0003', '绠$悊鍛', 'admin', '2017-07-09 10:09:29', '绠$悊鍛', 'admin', '2017-07-26 14:20:17', 'A03', 'A03', 'ACE鍒嗙粍琛ㄥ崟甯冨眬', 'ledefault2', '1', null, '', '', null, null, null, null, '1'); INSERT INTO `cgform_template` VALUES ('4028b88154d672d00154d8c21e36005c', '绠$悊鍛', 'admin', '2016-05-22 21:58:01', '绠$悊鍛', 'admin', '2017-04-07 19:33:11', 'A01', 'A0', '闈炲脊妗嗚〃鍗曟牱寮', 'nopopform', '1', null, '', '', 'autolist.ftl', 'jform.ftl', 'jform.ftl', 'jform.ftl', '1'); INSERT INTO `cgform_template` VALUES ('4028efa2523f95dc01523f98b4b50002', '绠$悊鍛', 'admin', '2016-01-14 18:05:18', '绠$悊鍛', 'admin', '2016-03-11 11:06:08', 'A02', 'A0', '璇峰亣鍗', 'leaveApplicationForm', '1', null, '', '绉诲姩绔鏍', 'autolist.ftl', 'jform.ftl', 'jform.ftl', 'jform.ftl', '0'); +INSERT INTO `cgform_template` VALUES ('ff8080816021b031016021f454290002', '绠$悊鍛', 'admin', '2017-12-04 22:35:49', '绠$悊鍛', 'admin', '2017-12-05 10:49:01', 'A03', 'A03', '涓瀵瑰鍒楄〃甯︽槑缁', 'subgrid', '2', null, 'index_4B4B4F9BB6AEBCCA9D7EA8B6603A39EC.png', '鍒楄〃甯︽槑缁', null, null, null, null, '1'); -- ---------------------------- -- Table structure for cgform_uploadfiles @@ -771,10 +806,10 @@ CREATE TABLE `cgform_uploadfiles` ( `CGFORM_FIELD` varchar(100) NOT NULL COMMENT '琛ㄥ崟瀛楁', `CGFORM_ID` varchar(36) NOT NULL COMMENT '琛ㄥ崟ID', `CGFORM_NAME` varchar(100) NOT NULL COMMENT '琛ㄥ崟鍚嶇О', - PRIMARY KEY (`id`), - KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` USING BTREE (`id`), - KEY `index_fieldid` USING BTREE (`CGFORM_FIELD`), - KEY `index_formid` USING BTREE (`CGFORM_ID`) + PRIMARY KEY (`id`), + KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` (`id`), + KEY `index_fieldid` (`CGFORM_FIELD`) USING BTREE, + KEY `index_formid` (`CGFORM_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -791,7 +826,6 @@ INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5c5de93b015c5e09b5c30024', 'TO INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5c61ec20015c61ee50340014', 'TOU_PIC', '402880ec5c5d7c16015c5d7c16990000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5c61ec20015c61ee50340015', 'FIEL_JLS', '402880ec5c5d7c16015c5d7c16990000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5ca089b0015ca08a99520001', 'ctype', ',', 'jform_order_main'); -INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5ce8d893015ce8dd5ee90007', 'CTYPE', '402880ec5ce8d893015ce8dd5e310001', 'jform_order_main'); INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5dbac581015dbac755d90006', 'TEST_FILE_1', '402880ec5dbac581015dbac755130003', 'jeecg_multi_upload'); INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5dbac581015dbac755d90007', 'TEST_FILE_3', '402880ec5dbac581015dbac755130003', 'jeecg_multi_upload'); INSERT INTO `cgform_uploadfiles` VALUES ('402880ec5dbac581015dbac7a81c0009', 'TEST_FILE_2', '402880ec5dbac581015dbac755130003', 'jeecg_multi_upload'); @@ -802,14 +836,17 @@ INSERT INTO `cgform_uploadfiles` VALUES ('402880f65ada19f8015ada30571d0005', 'FI INSERT INTO `cgform_uploadfiles` VALUES ('402880f65adac254015adac3a6df0005', 'file_s', '402880f65ada4209015ada4f5716000c', 'test_demo'); INSERT INTO `cgform_uploadfiles` VALUES ('402881845c7dc6c4015c7dca6b990001', 'tou_pic', '402880ec5c5d7c16015c5d7c16990000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('402881845c7dc6c4015c7dca6b990002', 'fiel_jls', '402880ec5c5d7c16015c5d7c16990000', 'test_person'); -INSERT INTO `cgform_uploadfiles` VALUES ('402881845ca1c633015ca1e4c100000d', 'ctype', '402881845ca1ca05015ca1e4c0710022', 'jform_order_main'); INSERT INTO `cgform_uploadfiles` VALUES ('402881855ad7918f015ad7996267000e', 'FILE_STR', '402881855ad7918f015ad799620a000c', 'jform_leave'); -INSERT INTO `cgform_uploadfiles` VALUES ('402881f15e7e1cc1015e7e1e4b600001', 'tou_pic', '402881f15e7e1e4a015e7e1e4a650000', 'test_person'); +INSERT INTO `cgform_uploadfiles` VALUES ('402881e760061c17016006211a060004', 'tou_pic', '402881e75f765fb0015f765fb05f0001', 'test_person'); +INSERT INTO `cgform_uploadfiles` VALUES ('402881e760061c170160062146010006', 'tou_pic', '402881f15e7e1e4a015e7e1e4a650000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('402881f15e7e1cc1015e7e1e4b600002', 'fiel_jls', '402881f15e7e1e4a015e7e1e4a650000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('402881f15e7e1cc1015e7e1ef0040005', 'TEST_FILE_1', '402881f15e7e1cc1015e7e1eefa60003', 'jeecg_multi_upload'); INSERT INTO `cgform_uploadfiles` VALUES ('402881f15e7e1cc1015e7e1ef00f0006', 'TEST_FILE_2', '402881f15e7e1cc1015e7e1eefa60003', 'jeecg_multi_upload'); INSERT INTO `cgform_uploadfiles` VALUES ('402881f15e7e1cc1015e7e1ef0240007', 'TEST_FILE_3', '402881f15e7e1cc1015e7e1eefa60003', 'jeecg_multi_upload'); INSERT INTO `cgform_uploadfiles` VALUES ('402881f15e7e1cc1015e7e1f2b010009', 'TEST_FILE_1', '402881f15e7e1cc1015e7e1eefa60003', 'jeecg_multi_upload'); +INSERT INTO `cgform_uploadfiles` VALUES ('402881f15ebbedac015ebbfcf00f0007', 'CONTENT', '402881845ca1ca05015ca1e4c0710022', 'jform_order_main'); +INSERT INTO `cgform_uploadfiles` VALUES ('402881f15ebbedac015ebbfcf00f0008', 'CTYPE', '402881845ca1ca05015ca1e4c0710022', 'jform_order_main'); +INSERT INTO `cgform_uploadfiles` VALUES ('402881f15ebd89ee015ebd8ff8da0002', 'CTYPE', '402880ec5ce8e29c015ce8e98c6b0001', 'jform_order_main'); INSERT INTO `cgform_uploadfiles` VALUES ('4028ab775c7b27bd015c7b29eef00003', 'tou_pic', '4028ab775c7b29ee015c7b29ee490000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('4028ab775c7b27bd015c7b29eef90004', 'fiel_jls', '4028ab775c7b29ee015c7b29ee490000', 'test_person'); INSERT INTO `cgform_uploadfiles` VALUES ('4028ef8153cf9d710153cfa38ea10010', 'name', '4028ef815382d0af015382d780440002', 'test_student'); @@ -822,58 +859,58 @@ INSERT INTO `cgform_uploadfiles` VALUES ('4028ef815509d842015509e143280004', 'fi DROP TABLE IF EXISTS `jeecg_custom_info`; CREATE TABLE `jeecg_custom_info` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `cust_name` varchar(100) default NULL COMMENT '瀹㈡埛鍚嶇О', - `cust_addr` varchar(200) default NULL COMMENT '鍦板潃', - `cust_code` varchar(50) default NULL COMMENT '瀹㈡埛缂栧彿', - `email` varchar(50) default NULL COMMENT 'email', - `cust_charge` varchar(50) default NULL COMMENT '璐熻矗浜', - `sex` varchar(10) default NULL COMMENT '鎬у埆', - `age` varchar(32) default NULL COMMENT '骞撮緞', - `position` varchar(32) default NULL COMMENT '鑱屽姟', - `phone` varchar(32) default NULL COMMENT '鐢佃瘽', - `bank` varchar(100) default NULL COMMENT '寰鏉ラ摱琛', - `money` varchar(100) default NULL COMMENT '鐜伴噾鎯呭喌', - `promoter` varchar(50) default NULL COMMENT '鎵垮姙浜', - `account` varchar(100) default NULL COMMENT '璐﹀彿', - `turnover` varchar(32) default NULL COMMENT '璧勯噾鍛ㄨ浆', - `payment_attr` varchar(100) default NULL COMMENT '浠樻鎬佸害', - `sax_num` varchar(100) default NULL COMMENT '绋庡彿', - `pay_date` varchar(100) default NULL COMMENT '浠樻鏃ユ湡', - `begin_pay_date` varchar(100) default NULL COMMENT '寮濮嬩氦鏄撴棩鏈', - `main_bus` varchar(100) default NULL COMMENT '涓昏惀浜у搧', - `bus_pro` varchar(100) default NULL COMMENT '钀ヤ笟椤圭洰', - `warehouse` varchar(100) default NULL COMMENT '浠撳簱鎯呭喌', - `people` varchar(100) default NULL COMMENT '鍛樺伐浜烘暟鍙婄礌璐', - `transportation` varchar(100) default NULL COMMENT '杩愯緭鏂瑰紡', - `operation` varchar(100) default NULL COMMENT '缁忚惀浣撳埗', - `car` varchar(20) default NULL COMMENT '鏈嶅姟杞︽暟鐩', - `shopkeeper` varchar(100) default NULL COMMENT '闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', - `wholesale` varchar(10) default NULL COMMENT '鎵瑰彂鍟嗘暟', - `bus_scope` varchar(100) default NULL COMMENT '钀ヤ笟鑼冨洿', - `area` varchar(100) default NULL COMMENT '闂ㄥ競闈㈢Н', - `management` varchar(200) default NULL COMMENT '缁忚惀鏂归拡', - `stock1` varchar(10) default NULL COMMENT '杩涜揣', - `stock2` varchar(10) default NULL COMMENT '杩涜揣', - `sale1` varchar(10) default NULL COMMENT '閿鍞', - `sale2` varchar(10) default NULL COMMENT '閿鍞', - `inventory1` varchar(100) default NULL COMMENT '瀛樿揣', - `inventory2` varchar(100) default NULL COMMENT '瀛樿揣', - `max_money` varchar(100) default NULL COMMENT '鏈楂樹俊鐢ㄩ搴', - `cust_level` varchar(100) default NULL COMMENT '瀹㈡埛绛夌骇', - `all_avg_inventory` varchar(100) default NULL COMMENT '鎬讳綋鏈堝潎搴撳瓨鏁', - `avg_inventory` varchar(100) default NULL COMMENT '鏈堝潎搴撳瓨鏁', - `price` varchar(100) default NULL COMMENT '浠锋牸鎶樻墸', - `promise` varchar(100) default NULL COMMENT '鏀寔鍜屾湇鍔$殑鎵胯', - `competing_goods` varchar(100) default NULL COMMENT '绔炲搧缁忚惀鎯呭喌', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `cust_name` varchar(100) DEFAULT NULL COMMENT '瀹㈡埛鍚嶇О', + `cust_addr` varchar(200) DEFAULT NULL COMMENT '鍦板潃', + `cust_code` varchar(50) DEFAULT NULL COMMENT '瀹㈡埛缂栧彿', + `email` varchar(50) DEFAULT NULL COMMENT 'email', + `cust_charge` varchar(50) DEFAULT NULL COMMENT '璐熻矗浜', + `sex` varchar(10) DEFAULT NULL COMMENT '鎬у埆', + `age` varchar(32) DEFAULT NULL COMMENT '骞撮緞', + `position` varchar(32) DEFAULT NULL COMMENT '鑱屽姟', + `phone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', + `bank` varchar(100) DEFAULT NULL COMMENT '寰鏉ラ摱琛', + `money` varchar(100) DEFAULT NULL COMMENT '鐜伴噾鎯呭喌', + `promoter` varchar(50) DEFAULT NULL COMMENT '鎵垮姙浜', + `account` varchar(100) DEFAULT NULL COMMENT '璐﹀彿', + `turnover` varchar(32) DEFAULT NULL COMMENT '璧勯噾鍛ㄨ浆', + `payment_attr` varchar(100) DEFAULT NULL COMMENT '浠樻鎬佸害', + `sax_num` varchar(100) DEFAULT NULL COMMENT '绋庡彿', + `pay_date` varchar(100) DEFAULT NULL COMMENT '浠樻鏃ユ湡', + `begin_pay_date` varchar(100) DEFAULT NULL COMMENT '寮濮嬩氦鏄撴棩鏈', + `main_bus` varchar(100) DEFAULT NULL COMMENT '涓昏惀浜у搧', + `bus_pro` varchar(100) DEFAULT NULL COMMENT '钀ヤ笟椤圭洰', + `warehouse` varchar(100) DEFAULT NULL COMMENT '浠撳簱鎯呭喌', + `people` varchar(100) DEFAULT NULL COMMENT '鍛樺伐浜烘暟鍙婄礌璐', + `transportation` varchar(100) DEFAULT NULL COMMENT '杩愯緭鏂瑰紡', + `operation` varchar(100) DEFAULT NULL COMMENT '缁忚惀浣撳埗', + `car` varchar(20) DEFAULT NULL COMMENT '鏈嶅姟杞︽暟鐩', + `shopkeeper` varchar(100) DEFAULT NULL COMMENT '闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', + `wholesale` varchar(10) DEFAULT NULL COMMENT '鎵瑰彂鍟嗘暟', + `bus_scope` varchar(100) DEFAULT NULL COMMENT '钀ヤ笟鑼冨洿', + `area` varchar(100) DEFAULT NULL COMMENT '闂ㄥ競闈㈢Н', + `management` varchar(200) DEFAULT NULL COMMENT '缁忚惀鏂归拡', + `stock1` varchar(10) DEFAULT NULL COMMENT '杩涜揣', + `stock2` varchar(10) DEFAULT NULL COMMENT '杩涜揣', + `sale1` varchar(10) DEFAULT NULL COMMENT '閿鍞', + `sale2` varchar(10) DEFAULT NULL COMMENT '閿鍞', + `inventory1` varchar(100) DEFAULT NULL COMMENT '瀛樿揣', + `inventory2` varchar(100) DEFAULT NULL COMMENT '瀛樿揣', + `max_money` varchar(100) DEFAULT NULL COMMENT '鏈楂樹俊鐢ㄩ搴', + `cust_level` varchar(100) DEFAULT NULL COMMENT '瀹㈡埛绛夌骇', + `all_avg_inventory` varchar(100) DEFAULT NULL COMMENT '鎬讳綋鏈堝潎搴撳瓨鏁', + `avg_inventory` varchar(100) DEFAULT NULL COMMENT '鏈堝潎搴撳瓨鏁', + `price` varchar(100) DEFAULT NULL COMMENT '浠锋牸鎶樻墸', + `promise` varchar(100) DEFAULT NULL COMMENT '鏀寔鍜屾湇鍔$殑鎵胯', + `competing_goods` varchar(100) DEFAULT NULL COMMENT '绔炲搧缁忚惀鎯呭喌', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -887,36 +924,36 @@ INSERT INTO `jeecg_custom_info` VALUES ('402880ec5d97c622015d97e0be190007', '绠 DROP TABLE IF EXISTS `jeecg_custom_record`; CREATE TABLE `jeecg_custom_record` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `custom_id` varchar(32) default NULL COMMENT '瀹㈡埛缂栧彿', - `header` varchar(32) default NULL COMMENT '璐熻矗浜', - `establish_date` datetime default NULL COMMENT '鎴愮珛鏃ユ湡', - `custom_name` varchar(32) default NULL COMMENT '瀹㈡埛鍚嶇О', - `capital_lines` double default NULL COMMENT '璧勬湰棰', - `address` varchar(32) default NULL COMMENT '鍦板潃', - `phone` varchar(32) default NULL COMMENT '鐢佃瘽', - `business_type` varchar(32) default NULL COMMENT '钀ヤ笟绫诲瀷', - `fax` varchar(32) default NULL COMMENT '浼犵湡', - `banks` varchar(32) default NULL COMMENT '涓昏寰鏉ラ摱琛', - `other_business` varchar(32) default NULL COMMENT '鍏朵粬鎶曡祫浜嬩笟', - `turnover` varchar(32) default NULL COMMENT '骞冲潎姣忔棩钀ヤ笟棰', - `business` varchar(32) default NULL COMMENT '涓昏涓氬姟寰鏉', - `pay_type` varchar(32) default NULL COMMENT '浠樻鏂瑰紡', - `business_contacts` varchar(32) default NULL COMMENT '涓庢湰鍏徃寰鏉', - `collection` varchar(32) default NULL COMMENT '鏀舵璁板綍', - `business_important_contacts` varchar(32) default NULL COMMENT '鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', - `business_record` varchar(32) default NULL COMMENT '鏈杩戜氦鏄撴暟鎹窡韪', - `customer_opinion` varchar(32) default NULL COMMENT '瀹㈡埛鎰忚', - `credit_evaluation` varchar(32) default NULL COMMENT '淇$敤璇勫畾', - `preparer` varchar(32) default NULL COMMENT '濉〃浜', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `custom_id` varchar(32) DEFAULT NULL COMMENT '瀹㈡埛缂栧彿', + `header` varchar(32) DEFAULT NULL COMMENT '璐熻矗浜', + `establish_date` datetime DEFAULT NULL COMMENT '鎴愮珛鏃ユ湡', + `custom_name` varchar(32) DEFAULT NULL COMMENT '瀹㈡埛鍚嶇О', + `capital_lines` double DEFAULT NULL COMMENT '璧勬湰棰', + `address` varchar(32) DEFAULT NULL COMMENT '鍦板潃', + `phone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', + `business_type` varchar(32) DEFAULT NULL COMMENT '钀ヤ笟绫诲瀷', + `fax` varchar(32) DEFAULT NULL COMMENT '浼犵湡', + `banks` varchar(32) DEFAULT NULL COMMENT '涓昏寰鏉ラ摱琛', + `other_business` varchar(32) DEFAULT NULL COMMENT '鍏朵粬鎶曡祫浜嬩笟', + `turnover` varchar(32) DEFAULT NULL COMMENT '骞冲潎姣忔棩钀ヤ笟棰', + `business` varchar(32) DEFAULT NULL COMMENT '涓昏涓氬姟寰鏉', + `pay_type` varchar(32) DEFAULT NULL COMMENT '浠樻鏂瑰紡', + `business_contacts` varchar(32) DEFAULT NULL COMMENT '涓庢湰鍏徃寰鏉', + `collection` varchar(32) DEFAULT NULL COMMENT '鏀舵璁板綍', + `business_important_contacts` varchar(32) DEFAULT NULL COMMENT '鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', + `business_record` varchar(32) DEFAULT NULL COMMENT '鏈杩戜氦鏄撴暟鎹窡韪', + `customer_opinion` varchar(32) DEFAULT NULL COMMENT '瀹㈡埛鎰忚', + `credit_evaluation` varchar(32) DEFAULT NULL COMMENT '淇$敤璇勫畾', + `preparer` varchar(32) DEFAULT NULL COMMENT '濉〃浜', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -931,39 +968,36 @@ DROP TABLE IF EXISTS `jeecg_demo`; CREATE TABLE `jeecg_demo` ( `id` varchar(32) NOT NULL COMMENT 'id', `name` varchar(255) NOT NULL COMMENT '鍚嶇О', - `age` int(10) default NULL COMMENT '骞撮緞', - `birthday` datetime default NULL COMMENT '鐢熸棩', - `content` varchar(255) default NULL COMMENT '涓汉浠嬬粛', - `dep_id` varchar(255) default NULL COMMENT '閮ㄩ棬', - `email` varchar(255) default NULL COMMENT '閭', - `phone` varchar(255) default NULL COMMENT '鐢佃瘽', - `salary` double(16,2) default NULL COMMENT '宸ヨ祫', - `sex` varchar(255) default NULL COMMENT '鎬у埆', - `touxiang` varchar(255) default NULL COMMENT '澶村儚', - `fujian` varchar(255) default NULL COMMENT '闄勪欢', - `status` varchar(255) default NULL COMMENT '鍏ヨ亴鐘舵', - `create_date` datetime default NULL COMMENT 'createDate', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `sys_org_code` varchar(200) default NULL COMMENT '閮ㄩ棬缂栫爜', - `sys_company_code` varchar(200) default NULL COMMENT '鍏徃缂栫爜', - PRIMARY KEY (`id`) + `age` int(10) DEFAULT NULL COMMENT '骞撮緞', + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `content` varchar(255) DEFAULT NULL COMMENT '涓汉浠嬬粛', + `dep_id` varchar(255) DEFAULT NULL COMMENT '閮ㄩ棬', + `email` varchar(255) DEFAULT NULL COMMENT '閭', + `phone` varchar(255) DEFAULT NULL COMMENT '鐢佃瘽', + `salary` double(16,2) DEFAULT NULL COMMENT '宸ヨ祫', + `sex` varchar(255) DEFAULT NULL COMMENT '鎬у埆', + `touxiang` varchar(255) DEFAULT NULL COMMENT '澶村儚', + `fujian` varchar(255) DEFAULT NULL COMMENT '闄勪欢', + `status` varchar(255) DEFAULT NULL COMMENT '鍏ヨ亴鐘舵', + `create_date` datetime DEFAULT NULL COMMENT 'createDate', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `sys_org_code` varchar(200) DEFAULT NULL COMMENT '閮ㄩ棬缂栫爜', + `sys_company_code` varchar(200) DEFAULT NULL COMMENT '鍏徃缂栫爜', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jeecg_demo -- ---------------------------- -INSERT INTO `jeecg_demo` VALUES ('402880ec5d87040e015d870f5b3a0008', '555', '90', '2017-07-07 00:00:00', '5555', null, '555@q.com', '18611788567', '90.00', '0', null, null, 'Y', '2017-07-28 10:38:36', 'admin', '绠$悊鍛', 'admin', '2017-07-31 17:35:14', '绠$悊鍛', 'A03', 'A03'); -INSERT INTO `jeecg_demo` VALUES ('402880ec5d8826d6015d8826d6ea0000', '2222', '4', null, '', '', '2222@q.com', '18611755858', '111.00', '1', 'upload/img/photosucai\\20170731\\ppx01814elfynejrpjjhm47.png', 'upload/files\\20170731\\profile_small.jpg', '', '2017-07-28 15:43:53', 'admin', '绠$悊鍛', 'admin', '2017-07-31 17:32:53', '绠$悊鍛', 'A03', 'A03'); -INSERT INTO `jeecg_demo` VALUES ('402880ec5da19d7e015da1abb8e80005', '7777', '777', '2017-08-10 00:00:00', '', null, null, null, '777.00', '0', null, null, 'Y', '2017-08-02 14:39:32', 'admin', '绠$悊鍛', 'admin', '2017-08-02 14:39:37', '绠$悊鍛', 'A03', 'A03'); -INSERT INTO `jeecg_demo` VALUES ('402880ec5dcb6a7b015dcb6c27720003', '12,12', null, null, '222222', null, '', '', null, '0', null, null, null, '2017-08-10 17:14:09', 'admin', '绠$悊鍛', null, null, null, 'A03', 'A03'); -INSERT INTO `jeecg_demo` VALUES ('402880ec5dcb6c27015dcb6e280d0001', '123,1', null, null, null, null, null, 'N', '22.00', '0', null, null, null, '2017-08-10 17:16:20', 'admin', '绠$悊鍛', null, null, null, 'A03', 'A03'); -INSERT INTO `jeecg_demo` VALUES ('402880ec5ddff46c015ddff46cb90000', '1111,1', null, null, null, null, 'upload/20170814/20170814165521GBwjV9v7.jpg', 'N', '111.00', '1', null, null, null, '2017-08-14 16:55:24', 'admin', '绠$悊鍛', null, null, null, 'A03', 'A03'); INSERT INTO `jeecg_demo` VALUES ('402880f35ba8e7b7015ba8eadf040003', '娴嬭瘯灏忕帇8', '21', '2017-05-06 00:00:00', '', '', '646657037@qq.com', '18611788555', '1000.00', '1', null, null, 'Y', '2017-04-26 14:20:16', 'admin', '绠$悊鍛', 'admin', '2017-05-12 11:22:52', '绠$悊鍛', 'A03', 'A03'); -INSERT INTO `jeecg_demo` VALUES ('402881875b19f141015b19f38427000c', '99999', '100', '2017-06-09 00:00:00', '', '402880e447e9a9570147e9b677320003', '1@qq.com', '18611788888', '99999.00', '0', 'upload/img/photosucai\\20170605\\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', 'upload/files\\20170605\\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', 'N', '2017-03-29 20:04:01', 'scott', '寮犱唬娴', 'admin', '2017-09-12 16:08:42', '绠$悊鍛', 'A01A02A01A01', 'A01'); +INSERT INTO `jeecg_demo` VALUES ('402881875b19f141015b19f38427000c', '99999', '100', '2017-06-09 00:00:00', '', '402880e447e9a9570147e9b677320003', '1@qq.com', '18611788888', '99999.00', '1', 'upload/img/photosucai\\20170605\\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', 'upload/files\\20170605\\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', 'N', '2017-03-29 20:04:01', 'scott', '寮犱唬娴', 'admin', '2018-01-05 11:24:20', '绠$悊鍛', 'A01A02A01A01', 'A01'); +INSERT INTO `jeecg_demo` VALUES ('402881f15eb7ad3b015eb7b6ccb00004', '888', '8888', null, '

88888

', '402880e447e9a9570147e9b677320003', '154040976@qq.com', '', '1.00', null, 'upload/img/photosucai\\20170925\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg,upload/img/photosucai\\20170925\\d52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', 'upload/files\\20170925\\SN闆嗗悎.xlsx,upload/files\\20170925\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', 'Y', '2017-09-25 14:26:04', 'admin', '绠$悊鍛', 'admin', '2017-11-06 10:53:01', '绠$悊鍛', 'A03', 'A03'); +INSERT INTO `jeecg_demo` VALUES ('4028838e60264560016026532047001a', '1111111', '100', '2017-06-09 00:00:00', '', '杞欢淇℃伅閮', '1@qq.com', '18611788888', '99999.00', '1', null, null, '鍚', '2017-12-05 18:57:50', 'admin', '绠$悊鍛', null, null, null, 'A01A02A01A01', 'A03'); +INSERT INTO `jeecg_demo` VALUES ('4028838e6026456001602653204d001b', '2222222', '2222', '2017-11-07 00:00:00', '', '', 'zhangdaiscott@163.com', '', '1.00', '2', null, null, '鍚', '2017-12-05 18:57:50', 'admin', '绠$悊鍛', null, null, null, 'A03', 'A03'); -- ---------------------------- -- Table structure for jeecg_multi_upload @@ -971,19 +1005,19 @@ INSERT INTO `jeecg_demo` VALUES ('402881875b19f141015b19f38427000c', '99999', '1 DROP TABLE IF EXISTS `jeecg_multi_upload`; CREATE TABLE `jeecg_multi_upload` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `test_file_1` longtext COMMENT '娴嬭瘯鏂囦欢1', `test_file_2` longtext COMMENT '娴嬭瘯鏂囦欢2', `test_file_3` longtext COMMENT '娴嬭瘯鏂囦欢3', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -997,22 +1031,22 @@ INSERT INTO `jeecg_multi_upload` VALUES ('402881f15e7e1cc1015e7e1eefa60003', ' DROP TABLE IF EXISTS `jeecg_order_custom`; CREATE TABLE `jeecg_order_custom` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default NULL, - `GO_ORDER_CODE` varchar(12) NOT NULL, - `GOC_BUSS_CONTENT` varchar(33) default NULL, - `GOC_CONTENT` varchar(66) default NULL, - `GOC_CUS_NAME` varchar(16) default NULL, - `GOC_IDCARD` varchar(18) default NULL, - `GOC_PASSPORT_CODE` varchar(10) default NULL, - `GOC_SEX` varchar(255) default NULL, - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT NULL, + `GO_ORDER_CODE` varchar(32) NOT NULL, + `GOC_BUSS_CONTENT` varchar(33) DEFAULT NULL, + `GOC_CONTENT` varchar(66) DEFAULT NULL, + `GOC_CUS_NAME` varchar(16) DEFAULT NULL, + `GOC_IDCARD` varchar(18) DEFAULT NULL, + `GOC_PASSPORT_CODE` varchar(10) DEFAULT NULL, + `GOC_SEX` varchar(255) DEFAULT NULL, + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1020,6 +1054,12 @@ CREATE TABLE `jeecg_order_custom` ( -- ---------------------------- INSERT INTO `jeecg_order_custom` VALUES ('402880f25b18eaca015b1911c36c0002', null, null, null, null, null, 'A001', null, null, '灏忕孩', null, null, '1', null, null, null); INSERT INTO `jeecg_order_custom` VALUES ('402880f25b18eaca015b1911c38f0003', null, null, null, null, null, 'A001', null, null, '灏忕帇', null, null, '0', null, null, null); +INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f6e6d015f0f6e6dcc0001', null, null, null, null, null, 'admin', null, '55', '55', null, null, '0', null, null, null); +INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f6e6d015f0f6e6ded0002', null, null, null, null, null, 'demo', null, '55', '5', null, null, '0', null, null, null); +INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f7831015f0f793c760002', null, null, null, null, null, '123', null, null, 'admin', null, null, '0', null, null, null); +INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f7831015f0f793c980003', null, null, null, null, null, '123', null, null, 'lisi', null, null, '0', null, null, null); +INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f7831015f0f7c7b770007', null, null, null, null, null, '402881e75f0f7831015f0f7c7b4f0006', null, null, 'scott', null, null, '0', null, null, null); +INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f7831015f0f7c7b9d0008', null, null, null, null, null, '402881e75f0f7831015f0f7c7b4f0006', null, null, 'qinfeng', null, null, '0', null, null, null); -- ---------------------------- -- Table structure for jeecg_order_main @@ -1027,24 +1067,24 @@ INSERT INTO `jeecg_order_custom` VALUES ('402880f25b18eaca015b1911c38f0003', nul DROP TABLE IF EXISTS `jeecg_order_main`; CREATE TABLE `jeecg_order_main` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default NULL, - `GO_ALL_PRICE` decimal(10,2) default NULL, - `GO_CONTACT_NAME` varchar(16) default NULL, - `GO_CONTENT` varchar(66) default NULL, + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT NULL, + `GO_ALL_PRICE` decimal(10,2) DEFAULT NULL, + `GO_CONTACT_NAME` varchar(16) DEFAULT NULL, + `GO_CONTENT` varchar(66) DEFAULT NULL, `GO_ORDER_CODE` varchar(12) NOT NULL, - `GO_ORDER_COUNT` int(11) default NULL, - `GO_RETURN_PRICE` decimal(10,2) default NULL, - `GO_TELPHONE` varchar(11) default NULL, - `GODER_TYPE` varchar(255) default NULL, - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - `USERTYPE` varchar(255) default NULL, - PRIMARY KEY (`ID`) + `GO_ORDER_COUNT` int(11) DEFAULT NULL, + `GO_RETURN_PRICE` decimal(10,2) DEFAULT NULL, + `GO_TELPHONE` varchar(11) DEFAULT NULL, + `GODER_TYPE` varchar(255) DEFAULT NULL, + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + `USERTYPE` varchar(255) DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1052,6 +1092,9 @@ CREATE TABLE `jeecg_order_main` ( -- ---------------------------- INSERT INTO `jeecg_order_main` VALUES ('121212', null, null, null, null, null, null, null, null, '', null, null, null, null, null, null, null, null); INSERT INTO `jeecg_order_main` VALUES ('402880f25b18eaca015b1911c3480001', null, null, null, null, null, '100.00', 'scott', null, 'A001', null, null, null, null, null, null, null, null); +INSERT INTO `jeecg_order_main` VALUES ('402881e75f0f6e6d015f0f6e6d8e0000', null, null, null, null, null, '55.00', '55', '55', '555', '555', '55.00', null, null, null, null, null, null); +INSERT INTO `jeecg_order_main` VALUES ('402881e75f0f7831015f0f793c4a0001', null, null, null, null, null, '123.00', null, null, '123', null, null, null, null, null, null, null, null); +INSERT INTO `jeecg_order_main` VALUES ('402881e75f0f7831015f0f7c7b4f0006', null, null, null, null, null, '567.00', null, null, '567', null, null, null, null, null, null, null, null); -- ---------------------------- -- Table structure for jeecg_order_product @@ -1059,22 +1102,22 @@ INSERT INTO `jeecg_order_main` VALUES ('402880f25b18eaca015b1911c3480001', null, DROP TABLE IF EXISTS `jeecg_order_product`; CREATE TABLE `jeecg_order_product` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default NULL, + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT NULL, `GO_ORDER_CODE` varchar(12) NOT NULL, - `GOP_CONTENT` varchar(66) default NULL, - `GOP_COUNT` int(11) default NULL, - `GOP_ONE_PRICE` decimal(10,2) default NULL, - `GOP_PRODUCT_NAME` varchar(33) default NULL, + `GOP_CONTENT` varchar(66) DEFAULT NULL, + `GOP_COUNT` int(11) DEFAULT NULL, + `GOP_ONE_PRICE` decimal(10,2) DEFAULT NULL, + `GOP_PRODUCT_NAME` varchar(33) DEFAULT NULL, `GOP_PRODUCT_TYPE` varchar(1) NOT NULL, - `GOP_SUM_PRICE` decimal(10,2) default NULL, - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOP_SUM_PRICE` decimal(10,2) DEFAULT NULL, + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1087,28 +1130,29 @@ CREATE TABLE `jeecg_order_product` ( DROP TABLE IF EXISTS `jeecg_p3demo`; CREATE TABLE `jeecg_p3demo` ( `id` varchar(36) NOT NULL COMMENT 'id', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default NULL COMMENT '娴佺▼鐘舵', - `name` varchar(32) default NULL COMMENT '濮撳悕', - `sex` int(11) default NULL COMMENT '鎬у埆', - `age` int(11) default NULL COMMENT '骞撮緞', - `address` varchar(32) default NULL COMMENT '鍦板潃', - `phone` varchar(32) default NULL COMMENT '鐢佃瘽', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT NULL COMMENT '娴佺▼鐘舵', + `name` varchar(32) DEFAULT NULL COMMENT '濮撳悕', + `sex` int(11) DEFAULT NULL COMMENT '鎬у埆', + `age` int(11) DEFAULT NULL COMMENT '骞撮緞', + `address` varchar(32) DEFAULT NULL COMMENT '鍦板潃', + `phone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', `memo` text COMMENT '澶囨敞', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jeecg_p3demo -- ---------------------------- INSERT INTO `jeecg_p3demo` VALUES ('C15D4B41D1CB4D779DCB1C688A9E2D36', null, null, null, null, null, null, null, null, null, '寮犱笁', '1', '20', '鍖椾含', '18611788525', '寰堝ソ'); +INSERT INTO `jeecg_p3demo` VALUES ('FCED10614E0F4432894E494A70E01D47', null, null, null, null, null, null, null, null, null, '444', '0', '44', '44', '44', '44'); -- ---------------------------- -- Table structure for jform_cgdynamgraph_head @@ -1120,18 +1164,18 @@ CREATE TABLE `jform_cgdynamgraph_head` ( `CODE` varchar(36) NOT NULL COMMENT '绉诲姩鎶ヨ〃缂栫爜', `CONTENT` varchar(500) NOT NULL COMMENT '鎻忚堪', `NAME` varchar(100) NOT NULL COMMENT '绉诲姩鎶ヨ〃鍚嶅瓧', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `db_source` varchar(36) default NULL COMMENT '鍔ㄦ佹暟鎹簮', - `graph_type` varchar(36) default NULL COMMENT '绉诲姩鎶ヨ〃绫诲瀷', - `data_structure` varchar(36) default NULL COMMENT '鏁版嵁缁撴瀯绫诲瀷', - `is_pagination` varchar(2) default NULL, - PRIMARY KEY (`ID`), - KEY `index_code` USING BTREE (`CODE`) + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `db_source` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹暟鎹簮', + `graph_type` varchar(36) DEFAULT NULL COMMENT '绉诲姩鎶ヨ〃绫诲瀷', + `data_structure` varchar(36) DEFAULT NULL COMMENT '鏁版嵁缁撴瀯绫诲瀷', + `is_pagination` varchar(2) DEFAULT NULL, + PRIMARY KEY (`ID`), + KEY `index_code` (`CODE`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1145,21 +1189,21 @@ INSERT INTO `jform_cgdynamgraph_head` VALUES ('40287d815212a622015212ab57100003' DROP TABLE IF EXISTS `jform_cgdynamgraph_item`; CREATE TABLE `jform_cgdynamgraph_item` ( `ID` varchar(36) NOT NULL, - `S_FLAG` varchar(2) default NULL COMMENT '鏄惁鏌ヨ', - `S_MODE` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `CGRHEAD_ID` varchar(36) default NULL COMMENT '鎶ヨ〃ID', - `DICT_CODE` varchar(36) default NULL COMMENT '瀛楁code', - `FIELD_HREF` varchar(120) default NULL COMMENT '瀛楁璺宠浆URL', - `FIELD_NAME` varchar(36) default NULL COMMENT '瀛楁鍚嶅瓧', + `S_FLAG` varchar(2) DEFAULT NULL COMMENT '鏄惁鏌ヨ', + `S_MODE` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `CGRHEAD_ID` varchar(36) DEFAULT NULL COMMENT '鎶ヨ〃ID', + `DICT_CODE` varchar(36) DEFAULT NULL COMMENT '瀛楁code', + `FIELD_HREF` varchar(120) DEFAULT NULL COMMENT '瀛楁璺宠浆URL', + `FIELD_NAME` varchar(36) DEFAULT NULL COMMENT '瀛楁鍚嶅瓧', `FIELD_TXT` longtext COMMENT '瀛楁鏂囨湰', - `FIELD_TYPE` varchar(10) default NULL COMMENT '瀛楁绫诲瀷', - `IS_SHOW` varchar(5) default NULL COMMENT '鏄惁鏄剧ず', - `ORDER_NUM` int(11) default NULL COMMENT '鎺掑簭', - `REPLACE_VA` varchar(36) default NULL COMMENT '鍙栧艰〃杈惧紡', - PRIMARY KEY (`ID`), - KEY `index1` USING BTREE (`CGRHEAD_ID`), - KEY `index2` USING BTREE (`IS_SHOW`), - KEY `index3` USING BTREE (`ORDER_NUM`) + `FIELD_TYPE` varchar(10) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `IS_SHOW` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず', + `ORDER_NUM` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `REPLACE_VA` varchar(36) DEFAULT NULL COMMENT '鍙栧艰〃杈惧紡', + PRIMARY KEY (`ID`), + KEY `index1` (`CGRHEAD_ID`) USING BTREE, + KEY `index2` (`IS_SHOW`) USING BTREE, + KEY `index3` (`ORDER_NUM`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1175,21 +1219,21 @@ INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d6a000b' DROP TABLE IF EXISTS `jform_cgdynamgraph_param`; CREATE TABLE `jform_cgdynamgraph_param` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', `param_name` varchar(32) NOT NULL COMMENT '鍙傛暟鍚嶇О', - `param_desc` varchar(32) default NULL COMMENT '鍙傛暟璇存槑', - `param_value` varchar(32) default NULL COMMENT '鏁板', - `seq` int(11) default NULL COMMENT '鎺掑簭', - `cgrhead_id` varchar(36) default NULL COMMENT '鍔ㄦ佹姤琛↖D', - PRIMARY KEY (`id`), - KEY `index_headid` USING BTREE (`cgrhead_id`) + `param_desc` varchar(32) DEFAULT NULL COMMENT '鍙傛暟璇存槑', + `param_value` varchar(32) DEFAULT NULL COMMENT '鏁板', + `seq` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `cgrhead_id` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹姤琛↖D', + PRIMARY KEY (`id`), + KEY `index_headid` (`cgrhead_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1206,26 +1250,26 @@ CREATE TABLE `jform_cgreport_head` ( `CODE` varchar(36) NOT NULL COMMENT '鎶ヨ〃缂栫爜', `CONTENT` varchar(1000) NOT NULL COMMENT '鎻忚堪', `NAME` varchar(100) NOT NULL COMMENT '鎶ヨ〃鍚嶅瓧', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `db_source` varchar(36) default NULL COMMENT '鍔ㄦ佹暟鎹簮', - `return_val_field` varchar(100) default NULL COMMENT '杩斿洖鍊煎瓧娈', - `return_txt_field` varchar(100) default NULL COMMENT '杩斿洖鏂囨湰瀛楁', - `pop_retype` varchar(2) default '1' COMMENT '杩斿洖绫诲瀷锛屽崟閫夋垨澶氶', - PRIMARY KEY (`ID`), - KEY `index_code` USING BTREE (`CODE`) + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `db_source` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹暟鎹簮', + `return_val_field` varchar(100) DEFAULT NULL COMMENT '杩斿洖鍊煎瓧娈', + `return_txt_field` varchar(100) DEFAULT NULL COMMENT '杩斿洖鏂囨湰瀛楁', + `pop_retype` varchar(2) DEFAULT '1' COMMENT '杩斿洖绫诲瀷锛屽崟閫夋垨澶氶', + PRIMARY KEY (`ID`), + KEY `index_code` (`CODE`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_cgreport_head -- ---------------------------- -INSERT INTO `jform_cgreport_head` VALUES ('402880e64e1ef94d014e1efefc2a0001', 'select * from weixin_account', 'weixin_account', '娴嬭瘯澶氭暟鎹簮鍔熻兘', '璺ㄦ暟鎹簱鎶ヨ〃婕旂ず', '绠$悊鍛', '2016-03-15 11:34:38', 'admin', null, null, null, 'jeewx-yunying', '', '', '1'); +INSERT INTO `jform_cgreport_head` VALUES ('402880e64e1ef94d014e1efefc2a0001', 'select * from weixin_account', 'weixin_account', '娴嬭瘯澶氭暟鎹簮鍔熻兘', '璺ㄦ暟鎹簱鎶ヨ〃婕旂ず', '绠$悊鍛', '2017-11-21 11:33:27', 'admin', null, null, null, 'jeewx-yunying', '', '', '1'); INSERT INTO `jform_cgreport_head` VALUES ('402880e64eb9a22c014eb9a4d5890001', 'select * from t_s_base_user', 'ddt_s_base_user', '鍏ㄨ〃鏌ヨ', '鐢ㄦ埛鍏ㄩ儴鏌ヨ鎶ヨ〃', '绠$悊鍛', '2017-03-01 22:38:53', 'admin', null, null, null, '', '', '', '2'); -INSERT INTO `jform_cgreport_head` VALUES ('402880e74d76e784014d76f9e783001e', 'select username account , realname from t_s_base_user', 'user_msg', '鐢ㄦ埛POPUP锛屽脊鍑洪〉闈', '鐢ㄦ埛閫夋嫨鍒楄〃', '绠$悊鍛', '2017-06-08 11:24:47', 'admin', null, null, null, '', 'account', 'realname', '2'); +INSERT INTO `jform_cgreport_head` VALUES ('402880e74d76e784014d76f9e783001e', 'select username account , realname from t_s_base_user', 'user_msg', '鐢ㄦ埛POPUP锛屽脊鍑洪〉闈', '鐢ㄦ埛閫夋嫨鍒楄〃', '绠$悊鍛', '2017-11-21 11:50:13', 'admin', null, null, null, '', 'account', 'realname', '2'); INSERT INTO `jform_cgreport_head` VALUES ('402880ec5d872157015d87f2dd940010', 'select * from jeecg_demo', 'jeecg_demo', '', 'jeecg_demo', '绠$悊鍛', '2017-07-28 15:08:52', 'admin', null, null, null, '', '', '', '1'); -- ---------------------------- @@ -1234,38 +1278,38 @@ INSERT INTO `jform_cgreport_head` VALUES ('402880ec5d872157015d87f2dd940010', 's DROP TABLE IF EXISTS `jform_cgreport_item`; CREATE TABLE `jform_cgreport_item` ( `ID` varchar(36) NOT NULL, - `S_FLAG` varchar(2) default NULL COMMENT '鏄惁鏌ヨ', - `S_MODE` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `CGRHEAD_ID` varchar(36) default NULL COMMENT '鎶ヨ〃ID', - `DICT_CODE` varchar(36) default NULL COMMENT '瀛楀吀CODE', - `FIELD_HREF` varchar(120) default NULL COMMENT '瀛楁璺宠浆URL', - `FIELD_NAME` varchar(36) default NULL COMMENT '瀛楁鍚嶅瓧', + `S_FLAG` varchar(2) DEFAULT NULL COMMENT '鏄惁鏌ヨ', + `S_MODE` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `CGRHEAD_ID` varchar(36) DEFAULT NULL COMMENT '鎶ヨ〃ID', + `DICT_CODE` varchar(36) DEFAULT NULL COMMENT '瀛楀吀CODE', + `FIELD_HREF` varchar(120) DEFAULT NULL COMMENT '瀛楁璺宠浆URL', + `FIELD_NAME` varchar(36) DEFAULT NULL COMMENT '瀛楁鍚嶅瓧', `FIELD_TXT` longtext COMMENT '瀛楁鏂囨湰', - `FIELD_TYPE` varchar(10) default NULL COMMENT '瀛楁绫诲瀷', - `IS_SHOW` varchar(5) default NULL COMMENT '鏄惁鏄剧ず', - `ORDER_NUM` int(11) default NULL COMMENT '鎺掑簭', - `REPLACE_VA` varchar(36) default NULL COMMENT '鍙栧艰〃杈惧紡', - PRIMARY KEY (`ID`), - KEY `index_CGRHEAD_ID` USING BTREE (`CGRHEAD_ID`), - KEY `index_isshow` USING BTREE (`IS_SHOW`), - KEY `index_order_num` USING BTREE (`ORDER_NUM`) + `FIELD_TYPE` varchar(10) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `IS_SHOW` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず', + `ORDER_NUM` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `REPLACE_VA` varchar(36) DEFAULT NULL COMMENT '鍙栧艰〃杈惧紡', + PRIMARY KEY (`ID`), + KEY `index_CGRHEAD_ID` (`CGRHEAD_ID`) USING BTREE, + KEY `index_isshow` (`IS_SHOW`) USING BTREE, + KEY `index_order_num` (`ORDER_NUM`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_cgreport_item -- ---------------------------- -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc2f0002', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'id', 'id', 'String', 'Y', '0', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc340003', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountname', 'accountname', 'String', 'Y', '1', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc360004', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accounttoken', 'accounttoken', 'String', 'Y', '2', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc370005', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountnumber', 'accountnumber', 'String', 'Y', '3', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc380006', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accounttype', 'accounttype', 'String', 'Y', '4', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc3d0007', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountemail', 'accountemail', 'String', 'Y', '5', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc3e0008', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountdesc', 'accountdesc', 'String', 'Y', '6', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc3f0009', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountaccesstoken', 'accountaccesstoken', 'String', 'Y', '7', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc41000a', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountappid', 'accountappid', 'String', 'Y', '8', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc2f0002', 'N', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'id', 'id', 'String', 'Y', '0', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc340003', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountname', 'accountname', 'String', 'Y', '1', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc360004', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accounttoken', 'accounttoken', 'String', 'Y', '2', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc370005', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountnumber', 'accountnumber', 'String', 'Y', '3', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc380006', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accounttype', 'accounttype', 'String', 'Y', '4', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc3d0007', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountemail', 'accountemail', 'String', 'Y', '5', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc3e0008', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountdesc', 'accountdesc', 'String', 'Y', '6', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc3f0009', 'Y', 'single', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountaccesstoken', 'accountaccesstoken', 'String', 'Y', '7', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc41000a', 'Y', 'group', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountappid', 'accountappid', 'String', 'Y', '8', ''); INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc42000b', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'accountappsecret', 'accountappsecret', 'String', 'Y', '9', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc43000c', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'ADDTOEKNTIME', 'ADDTOEKNTIME', 'String', 'Y', '10', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc44000d', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'USERNAME', 'USERNAME', 'String', 'Y', '11', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc43000c', 'Y', 'group', '402880e64e1ef94d014e1efefc2a0001', '', '', 'ADDTOEKNTIME', 'ADDTOEKNTIME', 'String', 'Y', '10', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc44000d', 'Y', 'group', '402880e64e1ef94d014e1efefc2a0001', '', '', 'USERNAME', 'USERNAME', 'String', 'Y', '11', ''); INSERT INTO `jform_cgreport_item` VALUES ('402880e64e1ef94d014e1efefc45000e', '', '', '402880e64e1ef94d014e1efefc2a0001', '', '', 'WEIXIN_ACCOUNTID', 'WEIXIN_ACCOUNTID', 'String', 'Y', '12', ''); INSERT INTO `jform_cgreport_item` VALUES ('402880e64eb9a22c014eb9a4d58e0002', '', '', '402880e64eb9a22c014eb9a4d5890001', '', '', 'ID', 'ID', 'String', 'Y', '0', ''); INSERT INTO `jform_cgreport_item` VALUES ('402880e64eb9a22c014eb9a4d5930003', '', '', '402880e64eb9a22c014eb9a4d5890001', '', '', 'activitiSync', 'activitiSync', 'String', 'Y', '1', ''); @@ -1285,7 +1329,7 @@ INSERT INTO `jform_cgreport_item` VALUES ('402880ec5d872157015d87f2dd950017', '' INSERT INTO `jform_cgreport_item` VALUES ('402880ec5d872157015d87f2dd950018', '', '', '402880ec5d872157015d87f2dd940010', '', '', 'phone', 'phone', 'String', 'Y', '7', ''); INSERT INTO `jform_cgreport_item` VALUES ('402880ec5d872157015d87f2dd96001a', '', '', '402880ec5d872157015d87f2dd940010', '', '', 'sex', 'sex', 'String', 'Y', '9', ''); INSERT INTO `jform_cgreport_item` VALUES ('402894815165f4d60151660145e40002', 'Y', 'single', '402880e74d76e784014d76f9e783001e', '', '', 'account', '鐢ㄦ埛璐﹀彿', 'String', 'Y', '0', ''); -INSERT INTO `jform_cgreport_item` VALUES ('402894815165f4d60151660145ea0003', '', '', '402880e74d76e784014d76f9e783001e', '', '', 'realname', '鐢ㄦ埛鍚嶅瓧', 'String', 'Y', '1', ''); +INSERT INTO `jform_cgreport_item` VALUES ('402894815165f4d60151660145ea0003', 'Y', 'single', '402880e74d76e784014d76f9e783001e', '', '', 'realname', '鐢ㄦ埛鍚嶅瓧', 'String', 'Y', '1', ''); -- ---------------------------- -- Table structure for jform_cgreport_param @@ -1293,21 +1337,21 @@ INSERT INTO `jform_cgreport_item` VALUES ('402894815165f4d60151660145ea0003', '' DROP TABLE IF EXISTS `jform_cgreport_param`; CREATE TABLE `jform_cgreport_param` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', `param_name` varchar(32) NOT NULL COMMENT '鍙傛暟鍚嶇О', - `param_desc` varchar(32) default NULL COMMENT '鍙傛暟璇存槑', - `param_value` varchar(32) default NULL COMMENT '鏁板', - `seq` int(11) default NULL COMMENT '鎺掑簭', - `cgrhead_id` varchar(36) default NULL COMMENT '鍔ㄦ佹姤琛↖D', - PRIMARY KEY (`id`), - KEY `idx_cgrheadid` USING BTREE (`cgrhead_id`) + `param_desc` varchar(32) DEFAULT NULL COMMENT '鍙傛暟璇存槑', + `param_value` varchar(32) DEFAULT NULL COMMENT '鏁板', + `seq` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `cgrhead_id` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹姤琛↖D', + PRIMARY KEY (`id`), + KEY `idx_cgrheadid` (`cgrhead_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1320,31 +1364,31 @@ CREATE TABLE `jform_cgreport_param` ( DROP TABLE IF EXISTS `jform_contact`; CREATE TABLE `jform_contact` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `name` varchar(100) NOT NULL COMMENT '濮撳悕', `sex` varchar(50) NOT NULL COMMENT '鎬у埆', - `groups` varchar(200) default NULL COMMENT '鎵灞炲垎缁', - `company` varchar(200) default NULL COMMENT '鍏徃鍚嶇О', - `position` varchar(100) default NULL COMMENT '鑱屼綅', - `mobile` varchar(30) default NULL COMMENT '绉诲姩鐢佃瘽', - `office_phone` varchar(30) default NULL COMMENT '鍔炲叕鐢佃瘽', - `email` varchar(100) default NULL COMMENT '鐢靛瓙閭', - PRIMARY KEY (`id`) + `groups` varchar(200) DEFAULT NULL COMMENT '鎵灞炲垎缁', + `company` varchar(200) DEFAULT NULL COMMENT '鍏徃鍚嶇О', + `position` varchar(100) DEFAULT NULL COMMENT '鑱屼綅', + `mobile` varchar(30) DEFAULT NULL COMMENT '绉诲姩鐢佃瘽', + `office_phone` varchar(30) DEFAULT NULL COMMENT '鍔炲叕鐢佃瘽', + `email` varchar(100) DEFAULT NULL COMMENT '鐢靛瓙閭', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_contact -- ---------------------------- -INSERT INTO `jform_contact` VALUES ('402880ec5d78bc1a015d78bc1a2f0000', '绠$悊鍛', 'admin', '2017-07-25 15:52:59', '绠$悊鍛', 'admin', '2017-07-31 17:02:32', 'A03', 'A03', '1', '寮犱笁', '1', '402880e55bd254a5015bd254a5410000', '鍖椾含鍥界偓淇℃伅鎶鏈湁闄愬叕鍙', '楂樼骇宸ョ▼甯', '18611477474', '84820955', '154040976@qq.com'); -INSERT INTO `jform_contact` VALUES ('4028ef815373fddd015373fe4aae0002', '绠$悊鍛', 'admin', '2016-03-14 00:00:00', '绠$悊鍛', 'admin', '2016-06-02 00:00:00', 'A03', 'A0', '1', '寮犱笁', '鐢锋', '閿鍞儴', '鍖椾含', 'CEO', '13456548798', null, '1@1.com'); +INSERT INTO `jform_contact` VALUES ('402880ec5d78bc1a015d78bc1a2f0000', '绠$悊鍛', 'admin', '2017-07-25 15:52:59', '绠$悊鍛', 'admin', '2017-12-05 18:39:18', 'A03', 'A03', '1', '寮犱笁', '0', '402880e55bd254a5015bd254a5410000', '鍖椾含鍥界偓淇℃伅鎶鏈湁闄愬叕鍙', '楂樼骇宸ョ▼甯', '18611477474', '84820955', '154040976@qq.com'); +INSERT INTO `jform_contact` VALUES ('4028ef815373fddd015373fe4aae0002', '绠$悊鍛', 'admin', '2016-03-14 00:00:00', '绠$悊鍛', 'admin', '2017-12-05 18:39:26', 'A03', 'A0', '1', '寮犱笁', '1', '402880e55bd254a5015bd254a5410000', '鍖椾含', 'CEO', '13456548798', null, '1@1.com'); -- ---------------------------- -- Table structure for jform_contact_group @@ -1352,19 +1396,19 @@ INSERT INTO `jform_contact` VALUES ('4028ef815373fddd015373fe4aae0002', '绠$悊 DROP TABLE IF EXISTS `jform_contact_group`; CREATE TABLE `jform_contact_group` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `name` varchar(32) NOT NULL COMMENT '鍒嗙粍鍚嶇О', - PRIMARY KEY (`id`), - KEY `index_name` USING BTREE (`name`), - KEY `index_bpm_status` USING BTREE (`bpm_status`) + PRIMARY KEY (`id`), + KEY `index_name` (`name`), + KEY `index_bpm_status` (`bpm_status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1379,29 +1423,29 @@ INSERT INTO `jform_contact_group` VALUES ('402880e55bd254a5015bd254a5b40002', ' -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_cost_claim`; CREATE TABLE `jform_employee_cost_claim` ( - `id` varchar(36) NOT NULL default '' COMMENT 'id', - `staff_name` varchar(50) default NULL COMMENT '鑱屽伐濮撳悕', - `depart` varchar(50) default NULL COMMENT '閮ㄩ棬', - `staff_no` varchar(30) default NULL COMMENT '鍛樺伐缂栧彿', - `staff_post` varchar(50) default NULL COMMENT '鑱屼綅', - `pay_way` varchar(10) default NULL COMMENT '鎵撴鏂瑰紡', - `acct_bank` varchar(100) default NULL COMMENT '寮鎴疯', - `card_no` varchar(30) default NULL COMMENT '鍗″彿', - `tele_no` varchar(20) default NULL COMMENT '鑱旂郴鎵嬫満鍙', - `cost_all` decimal(7,2) default NULL COMMENT '璐圭敤鍚堣', - `documents` varchar(2) default NULL COMMENT '鍗曟嵁鏁伴噺', - `cost_upper` varchar(50) default NULL COMMENT '璐圭敤澶у啓', - `prepaid_fee` decimal(7,2) default NULL COMMENT '棰勬敮娆鹃」', - `real_fee` decimal(7,2) default NULL COMMENT '瀹為檯鏀粯', - `fill_time` date default NULL, - `apply_time` date default NULL, - `apply_by` varchar(50) default NULL COMMENT '鐢宠浜', - `comments` varchar(100) default NULL COMMENT '澶囨敞', - `depart_approve` varchar(100) default NULL COMMENT '閮ㄩ棬瀹℃壒', - `finance_approve` varchar(100) default NULL COMMENT '璐㈠姟瀹℃壒', - `mgr_approve` varchar(100) default NULL COMMENT '鎬荤粡鐞嗗鎵', - `treasurer` varchar(100) default NULL COMMENT '鍑虹撼', - PRIMARY KEY (`id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'id', + `staff_name` varchar(50) DEFAULT NULL COMMENT '鑱屽伐濮撳悕', + `depart` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬', + `staff_no` varchar(30) DEFAULT NULL COMMENT '鍛樺伐缂栧彿', + `staff_post` varchar(50) DEFAULT NULL COMMENT '鑱屼綅', + `pay_way` varchar(10) DEFAULT NULL COMMENT '鎵撴鏂瑰紡', + `acct_bank` varchar(100) DEFAULT NULL COMMENT '寮鎴疯', + `card_no` varchar(30) DEFAULT NULL COMMENT '鍗″彿', + `tele_no` varchar(20) DEFAULT NULL COMMENT '鑱旂郴鎵嬫満鍙', + `cost_all` decimal(7,2) DEFAULT NULL COMMENT '璐圭敤鍚堣', + `documents` varchar(2) DEFAULT NULL COMMENT '鍗曟嵁鏁伴噺', + `cost_upper` varchar(50) DEFAULT NULL COMMENT '璐圭敤澶у啓', + `prepaid_fee` decimal(7,2) DEFAULT NULL COMMENT '棰勬敮娆鹃」', + `real_fee` decimal(7,2) DEFAULT NULL COMMENT '瀹為檯鏀粯', + `fill_time` date DEFAULT NULL, + `apply_time` date DEFAULT NULL, + `apply_by` varchar(50) DEFAULT NULL COMMENT '鐢宠浜', + `comments` varchar(100) DEFAULT NULL COMMENT '澶囨敞', + `depart_approve` varchar(100) DEFAULT NULL COMMENT '閮ㄩ棬瀹℃壒', + `finance_approve` varchar(100) DEFAULT NULL COMMENT '璐㈠姟瀹℃壒', + `mgr_approve` varchar(100) DEFAULT NULL COMMENT '鎬荤粡鐞嗗鎵', + `treasurer` varchar(100) DEFAULT NULL COMMENT '鍑虹撼', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1414,44 +1458,44 @@ CREATE TABLE `jform_employee_cost_claim` ( DROP TABLE IF EXISTS `jform_employee_entry`; CREATE TABLE `jform_employee_entry` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '濉〃鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `employee_name` varchar(32) default NULL COMMENT '濮撳悕', - `employee_depart` varchar(50) default NULL COMMENT '閮ㄩ棬', - `employee_job` varchar(32) default NULL COMMENT '鑱屽姟', - `employee_birthday` datetime default NULL COMMENT '鐢熸棩', - `employee_origin` varchar(50) default NULL COMMENT '绫嶈疮', - `employee_degree` varchar(32) default NULL COMMENT '瀛﹀巻', - `employee_identification` varchar(50) default NULL COMMENT '韬唤璇', - `employee_entry_date` datetime default NULL COMMENT '鍏ヨ亴鏃ユ湡', - `employee_code` varchar(32) default NULL COMMENT '宸ュ彿', - `employee_phone` varchar(32) default NULL COMMENT '鎵嬫満', - `employee_mail` varchar(150) default NULL COMMENT '閭', - `employee_msn` varchar(32) default NULL COMMENT 'MSN', - `hr_pic` varchar(2) default NULL COMMENT '鐓х墖', - `hr_archives` varchar(2) default NULL COMMENT '妗f琛', - `hr_identification` varchar(2) default NULL COMMENT '韬唤璇', - `hr_degree` varchar(2) default NULL COMMENT '瀛︿綅璇', - `hr_other` varchar(2) default NULL COMMENT '鍏朵粬璇佷欢', - `hr_tel` varchar(2) default NULL COMMENT '鍒嗛厤鐢佃瘽', - `hr_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `hr_op_date` datetime default NULL COMMENT '鏃ユ湡', - `depart_opinion` varchar(200) default NULL COMMENT '閮ㄩ棬鎰忚', - `depart_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `depart_op_date` datetime default NULL COMMENT '鏃ユ湡', - `manager_opinion` varchar(200) default NULL COMMENT '鎬荤粡鐞嗘剰瑙', - `manager_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `manager_op_date` datetime default NULL COMMENT '鏃ユ湡', - `employee_opinion` varchar(200) default NULL COMMENT '鏂板憳宸ユ剰瑙', - `employee_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `employee_op_date` datetime default NULL COMMENT '鏃ユ湡', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '濉〃鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `employee_name` varchar(32) DEFAULT NULL COMMENT '濮撳悕', + `employee_depart` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬', + `employee_job` varchar(32) DEFAULT NULL COMMENT '鑱屽姟', + `employee_birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `employee_origin` varchar(50) DEFAULT NULL COMMENT '绫嶈疮', + `employee_degree` varchar(32) DEFAULT NULL COMMENT '瀛﹀巻', + `employee_identification` varchar(50) DEFAULT NULL COMMENT '韬唤璇', + `employee_entry_date` datetime DEFAULT NULL COMMENT '鍏ヨ亴鏃ユ湡', + `employee_code` varchar(32) DEFAULT NULL COMMENT '宸ュ彿', + `employee_phone` varchar(32) DEFAULT NULL COMMENT '鎵嬫満', + `employee_mail` varchar(150) DEFAULT NULL COMMENT '閭', + `employee_msn` varchar(32) DEFAULT NULL COMMENT 'MSN', + `hr_pic` varchar(2) DEFAULT NULL COMMENT '鐓х墖', + `hr_archives` varchar(2) DEFAULT NULL COMMENT '妗f琛', + `hr_identification` varchar(2) DEFAULT NULL COMMENT '韬唤璇', + `hr_degree` varchar(2) DEFAULT NULL COMMENT '瀛︿綅璇', + `hr_other` varchar(2) DEFAULT NULL COMMENT '鍏朵粬璇佷欢', + `hr_tel` varchar(2) DEFAULT NULL COMMENT '鍒嗛厤鐢佃瘽', + `hr_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `hr_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + `depart_opinion` varchar(200) DEFAULT NULL COMMENT '閮ㄩ棬鎰忚', + `depart_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `depart_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + `manager_opinion` varchar(200) DEFAULT NULL COMMENT '鎬荤粡鐞嗘剰瑙', + `manager_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `manager_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + `employee_opinion` varchar(200) DEFAULT NULL COMMENT '鏂板憳宸ユ剰瑙', + `employee_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `employee_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1468,22 +1512,22 @@ INSERT INTO `jform_employee_entry` VALUES ('402880e75b47f12e015b47f6402e0004', ' DROP TABLE IF EXISTS `jform_employee_leave`; CREATE TABLE `jform_employee_leave` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `name` varchar(100) default NULL COMMENT '鍚嶇О', - `apply_date` datetime default NULL COMMENT '鐢宠鏃ユ湡', - `duty` varchar(100) default NULL COMMENT '鑱屽姟', - `leave_category` varchar(100) default NULL COMMENT '璇峰亣绫诲埆', - `leave_reason` varchar(100) default NULL COMMENT '璇峰亣鍘熷洜', - `leave_start_date` datetime default NULL COMMENT '璇峰亣寮濮嬫椂闂', - `leave_end_date` datetime default NULL COMMENT '璇峰亣缁撴潫鏃堕棿', - `total` int(5) default NULL COMMENT '鍏辫', - `contact_way` varchar(20) default NULL COMMENT '绱фヨ仈绯绘柟寮', - `duty_deputy` varchar(100) default NULL COMMENT '鎵瑰畾鑱屽姟浠g悊浜', - `leader_approval` varchar(50) default NULL COMMENT '鐩存帴涓荤瀹℃壒', - `dept_principal_approval` varchar(50) default NULL COMMENT '閮ㄩ棬璐熻矗浜哄鎵', - `hr_principal_approval` varchar(50) default NULL COMMENT 'HR璐熻矗浜哄鎵', - `hr_records` varchar(50) default NULL COMMENT '琛屾斂閮ㄥ妗', - `department` varchar(50) default NULL COMMENT '閮ㄩ棬', - PRIMARY KEY (`id`) + `name` varchar(100) DEFAULT NULL COMMENT '鍚嶇О', + `apply_date` datetime DEFAULT NULL COMMENT '鐢宠鏃ユ湡', + `duty` varchar(100) DEFAULT NULL COMMENT '鑱屽姟', + `leave_category` varchar(100) DEFAULT NULL COMMENT '璇峰亣绫诲埆', + `leave_reason` varchar(100) DEFAULT NULL COMMENT '璇峰亣鍘熷洜', + `leave_start_date` datetime DEFAULT NULL COMMENT '璇峰亣寮濮嬫椂闂', + `leave_end_date` datetime DEFAULT NULL COMMENT '璇峰亣缁撴潫鏃堕棿', + `total` int(5) DEFAULT NULL COMMENT '鍏辫', + `contact_way` varchar(20) DEFAULT NULL COMMENT '绱фヨ仈绯绘柟寮', + `duty_deputy` varchar(100) DEFAULT NULL COMMENT '鎵瑰畾鑱屽姟浠g悊浜', + `leader_approval` varchar(50) DEFAULT NULL COMMENT '鐩存帴涓荤瀹℃壒', + `dept_principal_approval` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬璐熻矗浜哄鎵', + `hr_principal_approval` varchar(50) DEFAULT NULL COMMENT 'HR璐熻矗浜哄鎵', + `hr_records` varchar(50) DEFAULT NULL COMMENT '琛屾斂閮ㄥ妗', + `department` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1504,14 +1548,14 @@ INSERT INTO `jform_employee_leave` VALUES ('4028efa2521a91c701521a91c77d0000', ' -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_meals_cost`; CREATE TABLE `jform_employee_meals_cost` ( - `id` varchar(36) NOT NULL default '' COMMENT 'id', - `fk_id` varchar(36) default NULL COMMENT '澶栭敭', - `meals_date` date default NULL, - `meals_cost` decimal(7,2) default NULL COMMENT '椁愯垂', - `meals_addr` varchar(100) default NULL COMMENT '鍚冮キ鍦扮偣', - `meals_number` int(2) default NULL COMMENT '鍚岃浜烘暟', - `comments` varchar(100) default NULL COMMENT '澶囨敞', - PRIMARY KEY (`id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'id', + `fk_id` varchar(36) DEFAULT NULL COMMENT '澶栭敭', + `meals_date` date DEFAULT NULL, + `meals_cost` decimal(7,2) DEFAULT NULL COMMENT '椁愯垂', + `meals_addr` varchar(100) DEFAULT NULL COMMENT '鍚冮キ鍦扮偣', + `meals_number` int(2) DEFAULT NULL COMMENT '鍚岃浜烘暟', + `comments` varchar(100) DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1523,14 +1567,14 @@ CREATE TABLE `jform_employee_meals_cost` ( -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_other_cost`; CREATE TABLE `jform_employee_other_cost` ( - `id` varchar(36) NOT NULL default '' COMMENT 'id', - `fk_id` varchar(36) default NULL COMMENT '澶栭敭', - `item` varchar(20) default NULL COMMENT '浜嬮」', - `cost` decimal(7,2) default NULL COMMENT '璐圭敤', - `begin_time` datetime default NULL COMMENT '寮濮嬫椂闂', - `end_time` datetime default NULL COMMENT '缁撴潫鏃堕棿', - `comments` varchar(100) default NULL COMMENT '澶囨敞', - PRIMARY KEY (`id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'id', + `fk_id` varchar(36) DEFAULT NULL COMMENT '澶栭敭', + `item` varchar(20) DEFAULT NULL COMMENT '浜嬮」', + `cost` decimal(7,2) DEFAULT NULL COMMENT '璐圭敤', + `begin_time` datetime DEFAULT NULL COMMENT '寮濮嬫椂闂', + `end_time` datetime DEFAULT NULL COMMENT '缁撴潫鏃堕棿', + `comments` varchar(100) DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1543,34 +1587,34 @@ CREATE TABLE `jform_employee_other_cost` ( DROP TABLE IF EXISTS `jform_employee_resignation`; CREATE TABLE `jform_employee_resignation` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `name` varchar(32) default NULL COMMENT '濮撳悕', - `code` varchar(32) default NULL COMMENT '鍛樺伐缂栧彿', - `job` varchar(32) default NULL COMMENT '鑱屽姟', - `join_time` datetime default NULL COMMENT '鍏ヨ亴鏃堕棿', - `out_type` varchar(32) default NULL COMMENT '绂昏亴鏂瑰紡', - `apply_out_time` datetime default NULL COMMENT '鐢宠绂昏亴鏃ユ湡', - `out_time` datetime default NULL COMMENT '姝e紡绂昏亴鏃ユ湡', - `id_card` varchar(32) default NULL COMMENT '韬唤璇佺紪鍙', - `out_content` varchar(200) default NULL COMMENT '绂昏亴椤荤煡', - `out_reason` varchar(100) default NULL COMMENT '绂昏亴鍘熷洜', - `interview_record` varchar(100) default NULL COMMENT '闈㈣皥璁板綍', - `office_change` varchar(100) default NULL COMMENT '鍔炲叕鐗╁搧绉讳氦', - `hr_check` varchar(32) default NULL COMMENT '浜哄姏璧勬簮閮ㄥ鏍', - `should_send_salary` double(32,0) default NULL COMMENT '搴斿彂钖祫', - `should_deduct_pay` double(32,0) default NULL COMMENT '搴旀墸钖祫', - `pay` double(32,0) default NULL COMMENT '瀹炲彂钖祫', - `get_time` datetime default NULL COMMENT '棰嗗彇鏃ユ湡', - `boss_check` varchar(32) default NULL COMMENT '鎬荤粡鐞嗗鎵', - `description` varchar(32) default NULL COMMENT '璇存槑', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `name` varchar(32) DEFAULT NULL COMMENT '濮撳悕', + `code` varchar(32) DEFAULT NULL COMMENT '鍛樺伐缂栧彿', + `job` varchar(32) DEFAULT NULL COMMENT '鑱屽姟', + `join_time` datetime DEFAULT NULL COMMENT '鍏ヨ亴鏃堕棿', + `out_type` varchar(32) DEFAULT NULL COMMENT '绂昏亴鏂瑰紡', + `apply_out_time` datetime DEFAULT NULL COMMENT '鐢宠绂昏亴鏃ユ湡', + `out_time` datetime DEFAULT NULL COMMENT '姝e紡绂昏亴鏃ユ湡', + `id_card` varchar(32) DEFAULT NULL COMMENT '韬唤璇佺紪鍙', + `out_content` varchar(200) DEFAULT NULL COMMENT '绂昏亴椤荤煡', + `out_reason` varchar(100) DEFAULT NULL COMMENT '绂昏亴鍘熷洜', + `interview_record` varchar(100) DEFAULT NULL COMMENT '闈㈣皥璁板綍', + `office_change` varchar(100) DEFAULT NULL COMMENT '鍔炲叕鐗╁搧绉讳氦', + `hr_check` varchar(32) DEFAULT NULL COMMENT '浜哄姏璧勬簮閮ㄥ鏍', + `should_send_salary` double(32,0) DEFAULT NULL COMMENT '搴斿彂钖祫', + `should_deduct_pay` double(32,0) DEFAULT NULL COMMENT '搴旀墸钖祫', + `pay` double(32,0) DEFAULT NULL COMMENT '瀹炲彂钖祫', + `get_time` datetime DEFAULT NULL COMMENT '棰嗗彇鏃ユ湡', + `boss_check` varchar(32) DEFAULT NULL COMMENT '鎬荤粡鐞嗗鎵', + `description` varchar(32) DEFAULT NULL COMMENT '璇存槑', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1590,10 +1634,10 @@ CREATE TABLE `jform_graphreport_head` ( `name` varchar(100) NOT NULL COMMENT '鍚嶇О', `ytext` varchar(100) NOT NULL COMMENT 'y杞存枃瀛', `categories` varchar(1000) NOT NULL COMMENT 'x杞存暟鎹', - `is_show_list` varchar(5) default NULL COMMENT '鏄惁鏄剧ず鏄庣粏', - `x_page_js` varchar(1000) default NULL COMMENT '鎵╁睍JS', - PRIMARY KEY (`id`), - KEY `index_code` USING BTREE (`code`) + `is_show_list` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず鏄庣粏', + `x_page_js` varchar(1000) DEFAULT NULL COMMENT '鎵╁睍JS', + PRIMARY KEY (`id`), + KEY `index_code` (`code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1607,24 +1651,24 @@ INSERT INTO `jform_graphreport_head` VALUES ('402881e64ca71152014ca71152480000', DROP TABLE IF EXISTS `jform_graphreport_item`; CREATE TABLE `jform_graphreport_item` ( `id` varchar(36) NOT NULL COMMENT 'id', - `search_flag` varchar(2) default NULL COMMENT '鏄惁鏌ヨ', - `search_mode` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `cgreport_head_id` varchar(36) default NULL COMMENT 'cgreportHeadId', - `dict_code` varchar(500) default NULL COMMENT '瀛楀吀Code', - `field_href` varchar(120) default NULL COMMENT '瀛楁href', - `field_name` varchar(36) default NULL COMMENT '瀛楁鍚', - `field_txt` varchar(1000) default NULL COMMENT '瀛楁鏂囨湰', - `field_type` varchar(10) default NULL COMMENT '瀛楁绫诲瀷', - `is_show` varchar(5) default NULL COMMENT '鏄惁鏄剧ず', - `order_num` int(11) default NULL COMMENT '鎺掑簭', - `replace_va` varchar(36) default NULL COMMENT '鍙栧艰〃杈惧紡', - `is_graph` varchar(5) default NULL COMMENT '鏄剧ず鍥捐〃', - `graph_type` varchar(50) default NULL COMMENT '鍥捐〃绫诲瀷', - `graph_name` varchar(100) default NULL COMMENT '鍥捐〃鍚嶇О', - `tab_name` varchar(50) default NULL COMMENT '鏍囩鍚嶇О', - PRIMARY KEY (`id`), - KEY `index_headid` USING BTREE (`cgreport_head_id`), - KEY `index_isshow` USING BTREE (`is_show`) + `search_flag` varchar(2) DEFAULT NULL COMMENT '鏄惁鏌ヨ', + `search_mode` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `cgreport_head_id` varchar(36) DEFAULT NULL COMMENT 'cgreportHeadId', + `dict_code` varchar(500) DEFAULT NULL COMMENT '瀛楀吀Code', + `field_href` varchar(120) DEFAULT NULL COMMENT '瀛楁href', + `field_name` varchar(36) DEFAULT NULL COMMENT '瀛楁鍚', + `field_txt` varchar(1000) DEFAULT NULL COMMENT '瀛楁鏂囨湰', + `field_type` varchar(10) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `is_show` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず', + `order_num` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `replace_va` varchar(36) DEFAULT NULL COMMENT '鍙栧艰〃杈惧紡', + `is_graph` varchar(5) DEFAULT NULL COMMENT '鏄剧ず鍥捐〃', + `graph_type` varchar(50) DEFAULT NULL COMMENT '鍥捐〃绫诲瀷', + `graph_name` varchar(100) DEFAULT NULL COMMENT '鍥捐〃鍚嶇О', + `tab_name` varchar(50) DEFAULT NULL COMMENT '鏍囩鍚嶇О', + PRIMARY KEY (`id`), + KEY `index_headid` (`cgreport_head_id`) USING BTREE, + KEY `index_isshow` (`is_show`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='jform_graphreport_item'; -- ---------------------------- @@ -1648,14 +1692,14 @@ CREATE TABLE `jform_leave` ( `sex` varchar(10) NOT NULL COMMENT '鎬у埆', `begindate` datetime NOT NULL COMMENT '璇峰亣寮濮嬫椂闂', `enddate` datetime NOT NULL COMMENT '璇峰亣缁撴潫鏃堕棿', - `day_num` int(11) default NULL COMMENT '璇峰亣澶╂暟', + `day_num` int(11) DEFAULT NULL COMMENT '璇峰亣澶╂暟', `hol_dept` varchar(32) NOT NULL COMMENT '鎵灞為儴闂', `hol_reson` varchar(255) NOT NULL COMMENT '璇峰亣鍘熷洜', - `dep_leader` varchar(20) default NULL COMMENT '閮ㄩ棬瀹℃壒浜', - `content` varchar(255) default NULL COMMENT '閮ㄩ棬瀹℃壒鎰忚', - `file_str` varchar(300) default NULL COMMENT '闄勪欢', - `create_by` varchar(100) default NULL COMMENT '鍒涘缓浜', - PRIMARY KEY (`id`) + `dep_leader` varchar(20) DEFAULT NULL COMMENT '閮ㄩ棬瀹℃壒浜', + `content` varchar(255) DEFAULT NULL COMMENT '閮ㄩ棬瀹℃壒鎰忚', + `file_str` varchar(300) DEFAULT NULL COMMENT '闄勪欢', + `create_by` varchar(100) DEFAULT NULL COMMENT '鍒涘缓浜', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1663,6 +1707,7 @@ CREATE TABLE `jform_leave` ( -- ---------------------------- INSERT INTO `jform_leave` VALUES ('402880f25b1d8290015b1d82900c0000', 'scott', '灏忕帇', '0', '2017-03-30 00:00:00', '2017-03-25 12:38:36', '5', '402880e447e99cf10147e9a03b320003', '

99999999999

', '鎬荤粡鐞', '鍚屾剰', null, 'admin'); INSERT INTO `jform_leave` VALUES ('402880f25b1e618f015b1e63f4d80001', 'demo6', 'demo6', '0', '2017-03-08 00:00:00', '2017-03-30 16:45:16', null, '402880e447e99cf10147e9a03b320003', '

demo

', 'demo', 'demo', null, 'demo'); +INSERT INTO `jform_leave` VALUES ('4028810260c624070160c62407270000', '1111', '1111', '1', '2018-01-05 00:00:00', '2018-01-25 19:45:32', '111', '402880e447e99cf10147e9a03b320003', '111', '111', null, null, 'admin'); INSERT INTO `jform_leave` VALUES ('4028ef815374112b015374112b620000', '璇峰亣鍑哄樊', '鏉庡洓', '0', '2016-03-31 00:00:00', '2016-03-17 15:39:41', null, '402880e447e99cf10147e9a03b320003', '12', '12', '12', null, 'admin'); -- ---------------------------- @@ -1671,45 +1716,26 @@ INSERT INTO `jform_leave` VALUES ('4028ef815374112b015374112b620000', '璇峰亣鍑 DROP TABLE IF EXISTS `jform_order_customer`; CREATE TABLE `jform_order_customer` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `name` varchar(100) default NULL COMMENT '瀹㈡埛鍚', - `money` double(10,2) default NULL COMMENT '鍗曚环', - `sex` varchar(4) default NULL COMMENT '鎬у埆', - `telphone` varchar(32) default NULL COMMENT '鐢佃瘽', + `name` varchar(100) DEFAULT NULL COMMENT '瀹㈡埛鍚', + `money` double(10,2) DEFAULT NULL COMMENT '鍗曚环', + `sex` varchar(4) DEFAULT NULL COMMENT '鎬у埆', + `telphone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', `fk_id` varchar(36) NOT NULL COMMENT '澶栭敭', - `sf_pic` varchar(500) default NULL COMMENT '韬唤璇佹壂鎻忎欢', - PRIMARY KEY (`id`) + `sf_pic` varchar(500) DEFAULT NULL COMMENT '韬唤璇佹壂鎻忎欢', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_order_customer -- ---------------------------- -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca062f9015ca062f9350000', '7777', '123.00', '0', '123', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca062f9015ca0637a870002', 'demo', '123.00', '1', '123', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca062f9015ca0666f970007', '999', '4444.00', '0', '4444', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca062f9015ca06746840009', '鏉庡洓', '444.00', '0', '44', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca062f9015ca06e2cbb000b', '7777,鏉庡洓', '777.00', '1', '7777', ',', '777'); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca0847b015ca0847bb80000', '7777', '4.00', '0', '4', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca0847b015ca08494ed0002', '7777', '4.00', '0', '4', ',,,', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca0847b015ca084d60d0004', '7777', '4.00', '0', '4', ',,,', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca0847b015ca0871c7c0006', '7777', '6.00', '0', '6', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca08a98015ca08a987b0000', 'demo', '6.00', '0', '6', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca08a98015ca08ef4820002', 'demo', '6.00', '1', '6', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ca08a98015ca090fcb00004', '999', '6.00', '0', '6', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ce8d893015ce8dd5e320002', '888', '8.00', '0', '8', '402880ec5ce8d893015ce8dd5e310001', 'upload/20170627/20170627172408psP5p0BV.jpg'); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ce8d893015ce8dd5e320003', '888', '8.00', '1', '8', '402880ec5ce8d893015ce8dd5e310001', ''); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ce8e29c015ce8e98c6b0002', '寮犱笁', '500.00', '1', '18611788584', '402880ec5ce8e29c015ce8e98c6b0001', ''); -INSERT INTO `jform_order_customer` VALUES ('402880ec5ce8e29c015ce8e9fb210005', '鏉庡洓', '8800.00', '0', '18611788888', '402880ec5ce8e29c015ce8e98c6b0001', ''); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867b1f310009', '7777', '6.00', '1', '6', ',', 'upload/20170608/20170608145349Mz4sAcpa.jpg'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867b2890000b', '7777', '6.00', '1', '6', ',,,', 'upload/20170608/20170608145349Mz4sAcpa.jpg'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867bb896000d', '7777', '6.00', '1', '6', ',,,', 'upload/20170608/20170608145349Mz4sAcpa.jpg'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867bdd7f000f', '7777', '6.00', '1', '6', ',,,', 'upload/20170608/20170608145349Mz4sAcpa.jpg'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867c8a3b0011', null, null, '0', null, ',', null); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867d331b0013', '7777', '4.00', '0', null, ',', 'upload/20170608/20170608145607DA9TR8v3.pdf'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867d51090015', '7777', '4.00', '0', null, ',,,', 'upload/20170608/20170608145607DA9TR8v3.pdf'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c867d8cf30017', '7777', '4.00', '0', null, ',,,', 'upload/20170608/20170608145607DA9TR8v3.pdf'); -INSERT INTO `jform_order_customer` VALUES ('402880f05c86732e015c86a2a5b10022', '鏉庡洓', '5.00', '1', '5', ',', null); -INSERT INTO `jform_order_customer` VALUES ('402881845ca1ca05015ca1e4c0930023', '7777', '555.00', '0', '555', '402881845ca1ca05015ca1e4c0710022', null); -INSERT INTO `jform_order_customer` VALUES ('402881845ca1ca05015ca1e5cd560026', '7777', '111.00', '0', '1111', '402881845ca1ca05015ca1e5cd340025', 'upload/20170613/201706132240028FG3pvWN.pdf'); +INSERT INTO `jform_order_customer` VALUES ('402880ec5ce8e29c015ce8e98c6b0002', '浜哄姏璧勬簮閮', '900.00', '1', '18611788584', '402880ec5ce8e29c015ce8e98c6b0001', ''); +INSERT INTO `jform_order_customer` VALUES ('402880ec5ce8e29c015ce8e9fb210005', '璐㈠姟', '900.00', '0', '18611788888', '402880ec5ce8e29c015ce8e98c6b0001', ''); +INSERT INTO `jform_order_customer` VALUES ('402881f4609b51b001609b56bf2e0002', null, '556.00', '0', '5556', '402881f4609b51b001609b56bee90001', null); +INSERT INTO `jform_order_customer` VALUES ('402881f4609b51b001609b56bf5d0003', null, '1006.00', '0', '18644565466', '402881f4609b51b001609b56bee90001', null); +INSERT INTO `jform_order_customer` VALUES ('402881f5602b1e4501602b21b1120007', '灏忕帇', '12.00', '鐢锋', '18611788525', '402881f5602b1e4501602b21b1120006', 'upload/20171121/20171121221401OIgPJvif.sql'); +INSERT INTO `jform_order_customer` VALUES ('402881f5602b1e4501602b21b1120008', '灏忕孩', '22.00', '濂虫', '18611788525', '402881f5602b1e4501602b21b1120006', ''); +INSERT INTO `jform_order_customer` VALUES ('402881f5602b1e4501602b21b11c000b', '777', '777.00', '鐢锋', '7777', '402881f5602b1e4501602b21b11c000a', ''); +INSERT INTO `jform_order_customer` VALUES ('402881f5602b1e4501602b21b11c000c', 'zhangsan', '777.00', '濂虫', 'junit demo', '402881f5602b1e4501602b21b11c000a', 'upload/20171113/2017111321503615yk6St8.jpg'); -- ---------------------------- -- Table structure for jform_order_main @@ -1717,21 +1743,21 @@ INSERT INTO `jform_order_customer` VALUES ('402881845ca1ca05015ca1e5cd560026', ' DROP TABLE IF EXISTS `jform_order_main`; CREATE TABLE `jform_order_main` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `order_code` varchar(50) default NULL COMMENT '璁㈠崟鍙', - `order_date` datetime default NULL COMMENT '璁㈠崟鏃ユ湡', - `order_money` double(10,3) default NULL COMMENT '璁㈠崟閲戦', - `content` varchar(500) default NULL COMMENT '澶囨敞', - `ctype` varchar(500) default NULL COMMENT '璁㈠崟鎵弿浠', - PRIMARY KEY (`id`) + `order_code` varchar(50) DEFAULT NULL COMMENT '璁㈠崟鍙', + `order_date` datetime DEFAULT NULL COMMENT '璁㈠崟鏃ユ湡', + `order_money` double(10,3) DEFAULT NULL COMMENT '璁㈠崟閲戦', + `content` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `ctype` varchar(500) DEFAULT NULL COMMENT '璁㈠崟鎵弿浠', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_order_main -- ---------------------------- -INSERT INTO `jform_order_main` VALUES ('402880ec5ce8d893015ce8dd5e310001', '888', '2017-06-08 00:00:00', '888.000', '8888', 'upload/files/20170627172400OCgnDpPE.png'); -INSERT INTO `jform_order_main` VALUES ('402880ec5ce8e29c015ce8e98c6b0001', 'A001', '2017-06-27 00:00:00', '900.000', 'A001', null); -INSERT INTO `jform_order_main` VALUES ('402881845ca1ca05015ca1e4c0710022', '555', '2017-06-05 00:00:00', '555.000', '5555', 'upload/files/20170613223902BnkSeBqJ.xlsx'); -INSERT INTO `jform_order_main` VALUES ('402881845ca1ca05015ca1e5cd340025', '111', '2017-06-01 00:00:00', '111.000', '111', null); +INSERT INTO `jform_order_main` VALUES ('402880ec5ce8e29c015ce8e98c6b0001', 'A001', '2017-06-27 00:00:00', '900.000', 'A001', 'upload/files/20170926174122SwkI17dU.jpg'); +INSERT INTO `jform_order_main` VALUES ('402881f4609b51b001609b56bee90001', 'A999', '2017-12-28 00:00:00', '5000.000', null, '0'); +INSERT INTO `jform_order_main` VALUES ('402881f5602b1e4501602b21b1120006', 'B001', '2017-10-10 00:00:00', '12.000', '', '0'); +INSERT INTO `jform_order_main` VALUES ('402881f5602b1e4501602b21b11c000a', 'zhangsan', '2017-11-08 00:00:00', '77.000', 'junit demo', '0'); -- ---------------------------- -- Table structure for jform_order_ticket @@ -1740,9 +1766,9 @@ DROP TABLE IF EXISTS `jform_order_ticket`; CREATE TABLE `jform_order_ticket` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', `ticket_code` varchar(100) NOT NULL COMMENT '鑸彮鍙', - `tickect_date` datetime default NULL COMMENT '鑸彮鏃堕棿', + `tickect_date` datetime NOT NULL COMMENT '鑸彮鏃堕棿', `fck_id` varchar(36) NOT NULL COMMENT '澶栭敭', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1760,8 +1786,6 @@ INSERT INTO `jform_order_ticket` VALUES ('402880ec5ca0847b015ca0871ca00007', '6' INSERT INTO `jform_order_ticket` VALUES ('402880ec5ca08a98015ca08a98b40001', '6', '2017-06-14 16:20:50', ','); INSERT INTO `jform_order_ticket` VALUES ('402880ec5ca08a98015ca08ef4ae0003', '6', '2017-06-07 16:25:32', ','); INSERT INTO `jform_order_ticket` VALUES ('402880ec5ca08a98015ca090fdfd0005', '6', '2017-06-13 16:26:37', ','); -INSERT INTO `jform_order_ticket` VALUES ('402880ec5ce8d893015ce8dd5e320004', '888', '2017-06-06 05:23:54', '402880ec5ce8d893015ce8dd5e310001'); -INSERT INTO `jform_order_ticket` VALUES ('402880ec5ce8d893015ce8dd5e320005', '777', '2017-05-03 05:23:58', '402880ec5ce8d893015ce8dd5e310001'); INSERT INTO `jform_order_ticket` VALUES ('402880ec5ce8e29c015ce8e98c6b0003', 'A001C', '2017-06-27 05:37:00', '402880ec5ce8e29c015ce8e98c6b0001'); INSERT INTO `jform_order_ticket` VALUES ('402880ec5ce8e29c015ce8e9fb230006', 'BCC1', '2017-06-07 17:37:28', '402880ec5ce8e29c015ce8e98c6b0001'); INSERT INTO `jform_order_ticket` VALUES ('402880f05c86732e015c867b1f51000a', '6', '2017-06-08 14:53:53', ','); @@ -1773,8 +1797,9 @@ INSERT INTO `jform_order_ticket` VALUES ('402880f05c86732e015c867d33380014', '44 INSERT INTO `jform_order_ticket` VALUES ('402880f05c86732e015c867d51280016', '444', '2017-06-08 14:55:51', ',,,'); INSERT INTO `jform_order_ticket` VALUES ('402880f05c86732e015c867d8d110018', '444', '2017-06-08 14:55:51', ',,,'); INSERT INTO `jform_order_ticket` VALUES ('402880f05c86732e015c86a2a5d00023', '5', '2017-06-08 15:37:03', ','); -INSERT INTO `jform_order_ticket` VALUES ('402881845ca1ca05015ca1e4c0b50024', '55', '2017-06-13 22:38:45', '402881845ca1ca05015ca1e4c0710022'); -INSERT INTO `jform_order_ticket` VALUES ('402881845ca1ca05015ca1e5cd7a0027', '111', '2017-06-06 22:39:52', '402881845ca1ca05015ca1e5cd340025'); +INSERT INTO `jform_order_ticket` VALUES ('402881f4609b51b001609b56bf6e0004', '2346', '2017-12-28 12:17:19', '402881f4609b51b001609b56bee90001'); +INSERT INTO `jform_order_ticket` VALUES ('402881f4609b51b001609b56bf9d0005', '1236', '2017-12-28 12:17:15', '402881f4609b51b001609b56bee90001'); +INSERT INTO `jform_order_ticket` VALUES ('402881f5602b1e4501602b21b1130009', 'CA001', '2017-10-26 00:00:00', '402881f5602b1e4501602b21b1120006'); -- ---------------------------- -- Table structure for jform_price1 @@ -1797,7 +1822,7 @@ CREATE TABLE `jform_price1` ( `c3` double NOT NULL COMMENT '鑷敹鑷敮', `d` int(11) NOT NULL COMMENT '缁忚垂鍚堣', `d1` longtext NOT NULL COMMENT '鏈烘瀯璧勮川', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1810,20 +1835,34 @@ CREATE TABLE `jform_price1` ( DROP TABLE IF EXISTS `jform_resume_degree_info`; CREATE TABLE `jform_resume_degree_info` ( `id` varchar(36) NOT NULL COMMENT 'id', - `resume_id` varchar(36) default NULL COMMENT '绠鍘嗕富閿', - `begin_date` datetime default NULL COMMENT '寮濮嬫椂闂', - `end_date` datetime default NULL COMMENT '缁撴潫鏃堕棿', - `school_name` varchar(100) default NULL COMMENT '瀛︽牎鍚嶇О', - `major` varchar(100) default NULL COMMENT '涓撲笟', - `degree` varchar(30) default NULL COMMENT '瀛﹀巻', - PRIMARY KEY (`id`) + `resume_id` varchar(36) DEFAULT NULL COMMENT '绠鍘嗕富閿', + `begin_date` datetime DEFAULT NULL COMMENT '寮濮嬫椂闂', + `end_date` datetime DEFAULT NULL COMMENT '缁撴潫鏃堕棿', + `school_name` varchar(100) DEFAULT NULL COMMENT '瀛︽牎鍚嶇О', + `major` varchar(100) DEFAULT NULL COMMENT '涓撲笟', + `degree` varchar(30) DEFAULT NULL COMMENT '瀛﹀巻', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_resume_degree_info -- ---------------------------- -INSERT INTO `jform_resume_degree_info` VALUES ('402881825a99f218015a99f219320002', '402881825a99f218015a99f2189c0000', null, null, null, null, null); -INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8156826b380156826b390a0001', '4028ef815673f03a015673f35d8c0003', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '99', null, null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f1601f5a3a01601f5d2e4a0016', '4028ef815673f03a015673f35d8c0003', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210c520040', '402881f5602b210a01602b210a34000d', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄1', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210c900041', '402881f5602b210a01602b210a34000d', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у1', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210cb00042', '402881f5602b210a01602b210a8d001b', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄11', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210ccf0043', '402881f5602b210a01602b210a8d001b', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у11', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210cee0044', '402881f5602b210a01602b210abb0029', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄22', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210d0f0045', '402881f5602b210a01602b210abb0029', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у22', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210d2e0046', '402881f5602b210a01602b210aea0037', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('402881f5602b210a01602b210d4e0047', '402881f5602b210a01602b210aea0037', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028838e602625d701602625d80e000e', '4028838e602625d701602625d795000d', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄1', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028838e602625d701602625d838000f', '4028838e602625d701602625d795000d', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у1', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028838e602625d7016026274083002e', '4028838e602625d7016026274016001f', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄11', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028838e602625d70160262740a2002f', '4028838e602625d7016026274016001f', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у11', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028838e602625d70160262740d20030', '4028838e602625d7016026274054002d', '2017-12-04 00:00:00', '2017-12-08 00:00:00', '涓闄22', '鍗氬+', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028838e602625d70160262740e70031', '4028838e602625d7016026274054002d', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у22', '璁$畻鏈', null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8156826b380156826b390a0001', '4028ef815673f03a015673f35d8c0003', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у', '璁$畻鏈', null); -- ---------------------------- -- Table structure for jform_resume_exp_info @@ -1831,21 +1870,35 @@ INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8156826b380156826b390a0001 DROP TABLE IF EXISTS `jform_resume_exp_info`; CREATE TABLE `jform_resume_exp_info` ( `id` varchar(36) NOT NULL COMMENT 'id', - `resume_id` varchar(36) default NULL COMMENT '绠鍘嗕俊鎭〃ID', - `begin_date` datetime default NULL COMMENT '寮濮嬫棩鏈', - `end_date` datetime default NULL COMMENT '缁撴潫鏃ユ湡', + `resume_id` varchar(36) DEFAULT NULL COMMENT '绠鍘嗕俊鎭〃ID', + `begin_date` datetime DEFAULT NULL COMMENT '寮濮嬫棩鏈', + `end_date` datetime DEFAULT NULL COMMENT '缁撴潫鏃ユ湡', `company_name` varchar(200) NOT NULL COMMENT '鍏徃鍚嶇О', - `depart_name` varchar(100) default NULL COMMENT '閮ㄩ棬鍚嶇О', - `post` varchar(50) default NULL COMMENT '鑱屼綅', - `experience` varchar(2000) default NULL COMMENT '宸ヤ綔鎻忚堪', - PRIMARY KEY (`id`) + `depart_name` varchar(100) DEFAULT NULL COMMENT '閮ㄩ棬鍚嶇О', + `post` varchar(50) DEFAULT NULL COMMENT '鑱屼綅', + `experience` varchar(2000) DEFAULT NULL COMMENT '宸ヤ綔鎻忚堪', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_resume_exp_info -- ---------------------------- -INSERT INTO `jform_resume_exp_info` VALUES ('402881825a99f218015a99f219030001', '402881825a99f218015a99f2189c0000', null, null, '1111', null, null, null); -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8156826b380156826b38d40000', '4028ef815673f03a015673f35d8c0003', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '99', '99', null, null); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f1601f5a3a01601f5d2df70015', '4028ef815673f03a015673f35d8c0003', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210b290038', '402881f5602b210a01602b210a34000d', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄1', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210b580039', '402881f5602b210a01602b210a34000d', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓1', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210b78003a', '402881f5602b210a01602b210a8d001b', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄11', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210b97003b', '402881f5602b210a01602b210a8d001b', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓11', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210bc6003c', '402881f5602b210a01602b210abb0029', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄22', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210be5003d', '402881f5602b210a01602b210abb0029', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓22', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210c04003e', '402881f5602b210a01602b210aea0037', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('402881f5602b210a01602b210c23003f', '402881f5602b210a01602b210aea0037', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028838e602625d701602625d8610010', '4028838e602625d701602625d795000d', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄1', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028838e602625d701602625d8900011', '4028838e602625d701602625d795000d', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓1', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028838e602625d70160262741060032', '4028838e602625d7016026274016001f', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄11', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028838e602625d70160262741250033', '4028838e602625d7016026274016001f', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓11', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028838e602625d70160262741530034', '4028838e602625d7016026274054002d', '2017-12-05 00:00:00', '2017-11-29 00:00:00', '鍖椾含鍚薄22', '鏅鸿兘鏈哄櫒浜', '寮鍙戠粡鐞', '鐮旂┒'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028838e602625d70160262741760035', '4028838e602625d7016026274054002d', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓22', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8156826b380156826b38d40000', '4028ef815673f03a015673f35d8c0003', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓', '杞欢閮ㄩ棬', '鎬荤粡鐞', '缁熺'); -- ---------------------------- -- Table structure for jform_resume_info @@ -1855,27 +1908,33 @@ CREATE TABLE `jform_resume_info` ( `id` varchar(36) NOT NULL COMMENT 'id', `name` varchar(50) NOT NULL COMMENT '濮撳悕', `sex` varchar(10) NOT NULL COMMENT '鎬у埆', - `birthday` datetime default NULL COMMENT '鐢熸棩', - `telnum` varchar(30) default NULL COMMENT '鐢佃瘽鍙风爜', - `email` varchar(50) default NULL COMMENT '鐢靛瓙閭', - `degree` varchar(50) default NULL COMMENT '鏈楂樺鍘', - `workyear` varchar(20) default NULL COMMENT '宸ヤ綔骞撮檺', - `cardid` varchar(50) default NULL COMMENT '韬唤璇佸彿', - `habitation` varchar(100) default NULL COMMENT '鐜板眳鍦', - `residence` varchar(100) default NULL COMMENT '鎴峰彛鎵鍦ㄥ湴', - `salary` varchar(20) default NULL COMMENT '鏈熸湜钖祫', - `work_place` varchar(50) default NULL COMMENT '鏈熸湜宸ヤ綔鍦扮偣', - `work_type` varchar(50) default NULL COMMENT '宸ヤ綔绫诲瀷', - `arrival_time` datetime default NULL COMMENT '鍒板矖鏃堕棿', - `introduction` varchar(500) default NULL COMMENT '鑷垜璇勪环', - PRIMARY KEY (`id`) + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `telnum` varchar(30) DEFAULT NULL COMMENT '鐢佃瘽鍙风爜', + `email` varchar(50) DEFAULT NULL COMMENT '鐢靛瓙閭', + `degree` varchar(50) DEFAULT NULL COMMENT '鏈楂樺鍘', + `workyear` varchar(20) DEFAULT NULL COMMENT '宸ヤ綔骞撮檺', + `cardid` varchar(50) DEFAULT NULL COMMENT '韬唤璇佸彿', + `habitation` varchar(100) DEFAULT NULL COMMENT '鐜板眳鍦', + `residence` varchar(100) DEFAULT NULL COMMENT '鎴峰彛鎵鍦ㄥ湴', + `salary` varchar(20) DEFAULT NULL COMMENT '鏈熸湜钖祫', + `work_place` varchar(50) DEFAULT NULL COMMENT '鏈熸湜宸ヤ綔鍦扮偣', + `work_type` varchar(50) DEFAULT NULL COMMENT '宸ヤ綔绫诲瀷', + `arrival_time` datetime DEFAULT NULL COMMENT '鍒板矖鏃堕棿', + `introduction` varchar(500) DEFAULT NULL COMMENT '鑷垜璇勪环', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_resume_info -- ---------------------------- -INSERT INTO `jform_resume_info` VALUES ('402881825a99f218015a99f2189c0000', '111', '0', null, null, null, null, null, null, null, null, null, null, null, null, null); -INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f35d8c0003', '灏忓', '1', '2016-08-10 00:00:00', null, null, null, null, '121212', '1212212', null, null, null, null, null, null); +INSERT INTO `jform_resume_info` VALUES ('402881f5602b210a01602b210a34000d', '鐜嬫檽涓1', '濂虫', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('402881f5602b210a01602b210a8d001b', '鐜嬫檽涓11', '濂虫', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('402881f5602b210a01602b210abb0029', '鐜嬫檽涓22', '鐢锋', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('402881f5602b210a01602b210aea0037', '鐜嬫檽涓', '0', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', '', '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('4028838e602625d701602625d795000d', '鐜嬫檽涓1', '1', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('4028838e602625d7016026274016001f', '鐜嬫檽涓11', '濂虫', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('4028838e602625d7016026274054002d', '鐜嬫檽涓22', '鐢锋', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); +INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f35d8c0003', '鐜嬫檽涓', '0', '2016-08-10 00:00:00', '13265456565', '1273869000@qq.com', '鍗氬+', '5', '121212', '1212212', '鍖椾含', '5000', '鍖椾含', null, '2017-12-04 10:29:57', '鍚冭嫤鍔姏'); -- ---------------------------- -- Table structure for jform_tree @@ -1883,16 +1942,16 @@ INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f35d8c0003', '灏 DROP TABLE IF EXISTS `jform_tree`; CREATE TABLE `jform_tree` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `name` varchar(32) default NULL COMMENT '鐗╂枡缂栫爜', - `father_id` varchar(32) default NULL COMMENT '鐖禝D', - `age` varchar(32) default NULL COMMENT 'age', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `name` varchar(32) DEFAULT NULL COMMENT '鐗╂枡缂栫爜', + `father_id` varchar(32) DEFAULT NULL COMMENT '鐖禝D', + `age` varchar(32) DEFAULT NULL COMMENT 'age', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1906,19 +1965,86 @@ INSERT INTO `jform_tree` VALUES ('4028ef81552e09fd01552e10fb280001', '绠$悊鍛' INSERT INTO `jform_tree` VALUES ('4028ef81552e09fd01552e110d510002', '绠$悊鍛', 'admin', '2016-06-08 00:00:00', '绠$悊鍛', 'admin', '2017-03-02 15:26:33', '灞忓箷', '4028ef81552e09fd01552e10fb280001', '5'); INSERT INTO `jform_tree` VALUES ('4028ef8155c4a6480155c4a6481e0000', '绠$悊鍛', 'admin', '2016-07-07 00:00:00', '绠$悊鍛', 'admin', '2017-03-02 15:26:45', '閿洏', '4028ef81552e09fd01552e10fb280001', '500'); +-- ---------------------------- +-- Table structure for jfrom_order +-- ---------------------------- +DROP TABLE IF EXISTS `jfrom_order`; +CREATE TABLE `jfrom_order` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `receiver_name` varchar(56) DEFAULT NULL COMMENT '鏀惰揣浜', + `receiver_mobile` varchar(32) DEFAULT NULL COMMENT '鑱旂郴鐢佃瘽', + `receiver_state` varchar(32) DEFAULT NULL COMMENT '鏀惰揣鐪', + `receiver_city` varchar(32) DEFAULT NULL COMMENT '鏀惰揣甯', + `receiver_district` varchar(32) DEFAULT NULL COMMENT '鏀惰揣鍖', + `receiver_address` varchar(128) DEFAULT NULL COMMENT '鏀惰揣鍦板潃', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of jfrom_order +-- ---------------------------- +INSERT INTO `jfrom_order` VALUES ('402881f1602493e701602493e7340000', '绠$悊鍛', 'admin', '2017-12-05 10:49:20', null, null, null, 'A03', 'A03', '1', '22', '22', '22', '22', '22', '22'); +INSERT INTO `jfrom_order` VALUES ('4028838e602625d70160262b277d003b', '绠$悊鍛', 'admin', '2017-12-05 18:14:10', null, null, null, 'A03', 'A03', '1', '灏忕嫍', '22', '22', '22', '22', '22'); +INSERT INTO `jfrom_order` VALUES ('4028838e602625d70160262b27e40041', '绠$悊鍛', 'admin', '2017-12-05 18:14:10', null, null, null, 'A03', 'A03', '1', '灏忕尗', '181000000', '骞夸笢鐪', '浣涘北甯', '椤哄痉鍖', '鎱ц仾'); +INSERT INTO `jfrom_order` VALUES ('ff808081602210eb01602210eb4f0000', '绠$悊鍛', 'admin', '2017-12-04 23:07:02', null, null, null, 'A03', 'A03', '1', '寮犱笁', '181000000', '骞夸笢鐪', '浣涘北甯', '椤哄痉鍖', '鎱ц仾'); + +-- ---------------------------- +-- Table structure for jfrom_order_line +-- ---------------------------- +DROP TABLE IF EXISTS `jfrom_order_line`; +CREATE TABLE `jfrom_order_line` ( + `id` varchar(36) NOT NULL COMMENT '涓婚敭', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `orderid` varchar(36) DEFAULT NULL COMMENT '璁㈠崟ID', + `item_name` varchar(128) DEFAULT NULL COMMENT '鍟嗗搧鍚嶇О', + `qty` int(32) DEFAULT NULL COMMENT '鍟嗗搧鏁伴噺', + `price` decimal(32,0) DEFAULT NULL COMMENT '鍟嗗搧浠锋牸', + `amount` decimal(32,0) DEFAULT NULL COMMENT '閲戦', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of jfrom_order_line +-- ---------------------------- +INSERT INTO `jfrom_order_line` VALUES ('402881f1602493e701602493e7a80001', '绠$悊鍛', 'admin', '2017-12-05 10:49:21', null, null, null, 'A03', 'A03', '1', '402881f1602493e701602493e7340000', '333', '33', '33', '333'); +INSERT INTO `jfrom_order_line` VALUES ('402881f1602493e701602493e7ea0002', '绠$悊鍛', 'admin', '2017-12-05 10:49:21', null, null, null, 'A03', 'A03', '1', '402881f1602493e701602493e7340000', '22', '22', '22', '22'); +INSERT INTO `jfrom_order_line` VALUES ('402881f1602493e701602493e8130003', '绠$悊鍛', 'admin', '2017-12-05 10:49:21', null, null, null, 'A03', 'A03', '1', '402881f1602493e701602493e7340000', '444', '44', '44', '44'); +INSERT INTO `jfrom_order_line` VALUES ('4028838e602625d70160262b283b0042', '绠$悊鍛', 'admin', '2017-12-05 18:14:10', null, null, null, 'A03', 'A03', '1', '4028838e602625d70160262b277d003b', '333', '33', '33', '333'); +INSERT INTO `jfrom_order_line` VALUES ('4028838e602625d70160262b289a0043', '绠$悊鍛', 'admin', '2017-12-05 18:14:10', null, null, null, 'A03', 'A03', '1', '4028838e602625d70160262b277d003b', '22', '22', '22', '22'); +INSERT INTO `jfrom_order_line` VALUES ('4028838e602625d70160262b28b90044', '绠$悊鍛', 'admin', '2017-12-05 18:14:10', null, null, null, 'A03', 'A03', '1', '4028838e602625d70160262b277d003b', '444', '44', '44', '44'); +INSERT INTO `jfrom_order_line` VALUES ('4028838e602625d70160262b28e80045', '绠$悊鍛', 'admin', '2017-12-05 18:14:10', null, null, null, 'A03', 'A03', '1', '4028838e602625d70160262b27e40041', '娲楄。鏈', '1', '1999', '1999'); +INSERT INTO `jfrom_order_line` VALUES ('ff808081602210eb01602210eb9c0001', '绠$悊鍛', 'admin', '2017-12-04 23:07:02', null, null, null, 'A03', 'A03', '1', 'ff808081602210eb01602210eb4f0000', '娲楄。鏈', '1', '1999', '1999'); + -- ---------------------------- -- Table structure for jp_chat_message_his -- ---------------------------- DROP TABLE IF EXISTS `jp_chat_message_his`; CREATE TABLE `jp_chat_message_his` ( - `id` int(11) NOT NULL auto_increment, + `id` int(11) NOT NULL AUTO_INCREMENT, `msg_from` varchar(255) NOT NULL, - `msg_to` varchar(255) default NULL, - `msg_data` varchar(5000) default NULL, - `create_date` datetime default NULL, - `type` varchar(255) default NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + `msg_to` varchar(255) DEFAULT NULL, + `msg_data` varchar(5000) DEFAULT NULL, + `create_date` datetime DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=218 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jp_chat_message_his @@ -1965,6 +2091,20 @@ INSERT INTO `jp_chat_message_his` VALUES ('200', '4028ef81538330cd01538333b7bc00 INSERT INTO `jp_chat_message_his` VALUES ('201', '402880e74d75c4dd014d75d44af30005', '4028ef81538330cd01538333b7bc0001', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg\",\"content\":\"ssdfsdfsdddddddddddddddd\",\"id\":\"402880e74d75c4dd014d75d44af30005\",\"mine\":true,\"username\":\"demo\"},\"to\":{\"avatar\":\"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg\",\"id\":\"4028ef81538330cd01538333b7bc0001\",\"name\":\"鏉庡洓\",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-05-03 10:18:26', 'friend'); INSERT INTO `jp_chat_message_his` VALUES ('202', '402880e74d75c4dd014d75d44af30005', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg\",\"content\":\"99999\",\"id\":\"402880e74d75c4dd014d75d44af30005\",\"mine\":true,\"username\":\"demo\"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-06-14 21:36:17', 'friend'); INSERT INTO `jp_chat_message_his` VALUES ('203', '8a8ab0b246dc81120146dc8181950052', '402880e74d75c4dd014d75d44af30005', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"nihao\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg\",\"id\":\"402880e74d75c4dd014d75d44af30005\",\"name\":\"demo\",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-06-14 21:36:26', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('204', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"0000\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:13:13', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('205', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"dddd\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:13:21', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('206', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"000\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:15:39', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('207', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc81819d0053', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"1111\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"name\":\"寮犱唬娴‐",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-12-26 17:15:49', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('208', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc81819d0053', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"2222\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"name\":\"寮犱唬娴‐",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-12-26 17:15:51', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('209', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"dddd\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:15:56', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('210', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"111\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:16:03', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('211', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc81819d0053', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"121212\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"name\":\"寮犱唬娴‐",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-12-26 17:20:05', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('212', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"hi\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:20:20', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('213', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc81819d0053', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"浣犱篃濂藉晩\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"name\":\"寮犱唬娴‐",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-12-26 17:20:36', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('214', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc81819d0053', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"ddd\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"name\":\"寮犱唬娴‐",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-12-26 17:20:49', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('215', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"dddd\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:31:18', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('216', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8181950052', '{\"mine\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"content\":\"ninn\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"mine\":true,\"username\":\"寮犱唬娴‐"},\"to\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"name\":\"绠$悊鍛榎",\"sign\":\"杩欏浼欏緢浣犲ソ\",\"type\":\"friend\"}}', '2017-12-26 17:31:29', 'friend'); +INSERT INTO `jp_chat_message_his` VALUES ('217', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc81819d0053', '{\"mine\":{\"avatar\":\"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\\\20170612\\\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg\",\"content\":\"ddd\",\"id\":\"8a8ab0b246dc81120146dc8181950052\",\"mine\":true,\"username\":\"绠$悊鍛榎"},\"to\":{\"avatar\":\"content/chat/layui/images/portrait/qq.jpg\",\"historyTime\":\"1514280657679\",\"id\":\"8a8ab0b246dc81120146dc81819d0053\",\"name\":\"寮犱唬娴‐",\"sign\":\"杩欏浼欏緢鎳掓病鏈夌鍚峔",\"type\":\"friend\"}}', '2017-12-26 17:31:33', 'friend'); -- ---------------------------- -- Table structure for jp_demo_activity @@ -1973,10 +2113,10 @@ DROP TABLE IF EXISTS `jp_demo_activity`; CREATE TABLE `jp_demo_activity` ( `id` varchar(32) NOT NULL COMMENT 'ID', `name` varchar(100) NOT NULL COMMENT '娲诲姩鍚嶇О', - `begin_time` datetime default NULL COMMENT '娲诲姩寮濮嬫椂闂', - `end_time` datetime default NULL COMMENT ' 娲诲姩缁撴潫鏃堕棿', - `hdurl` varchar(300) default NULL COMMENT '鍏ュ彛鍦板潃', - PRIMARY KEY (`id`) + `begin_time` datetime DEFAULT NULL COMMENT '娲诲姩寮濮嬫椂闂', + `end_time` datetime DEFAULT NULL COMMENT ' 娲诲姩缁撴潫鏃堕棿', + `hdurl` varchar(300) DEFAULT NULL COMMENT '鍏ュ彛鍦板潃', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绾㈠寘娲诲姩琛'; -- ---------------------------- @@ -1990,16 +2130,16 @@ INSERT INTO `jp_demo_activity` VALUES ('9AF797E30518418F84F0228245AEE95B', '鍒 -- ---------------------------- DROP TABLE IF EXISTS `jp_demo_auth`; CREATE TABLE `jp_demo_auth` ( - `id` bigint(20) unsigned NOT NULL auto_increment COMMENT '搴忓彿', - `auth_id` varchar(32) collate utf8_bin NOT NULL default '' COMMENT '鏉冮檺缂栫爜', - `auth_name` varchar(100) collate utf8_bin default NULL COMMENT '鏉冮檺鍚嶇О', - `auth_type` varchar(2) collate utf8_bin default NULL COMMENT '鏉冮檺绫诲瀷 0:鑿滃崟;1:鍔熻兘', - `auth_contr` varchar(256) collate utf8_bin default NULL COMMENT '鏉冮檺鎺у埗', - `parent_auth_id` char(12) collate utf8_bin default NULL COMMENT '涓婁竴绾ф潈闄愮紪鐮', - `leaf_ind` char(2) collate utf8_bin default NULL COMMENT '鏄惁鍙跺瓙鑺傜偣', - PRIMARY KEY (`id`), - UNIQUE KEY `uniq_authid` USING BTREE (`auth_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='杩愯惀绯荤粺鏉冮檺琛'; + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '搴忓彿', + `auth_id` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '鏉冮檺缂栫爜', + `auth_name` varchar(100) COLLATE utf8_bin DEFAULT NULL COMMENT '鏉冮檺鍚嶇О', + `auth_type` varchar(2) COLLATE utf8_bin DEFAULT NULL COMMENT '鏉冮檺绫诲瀷 0:鑿滃崟;1:鍔熻兘', + `auth_contr` varchar(256) COLLATE utf8_bin DEFAULT NULL COMMENT '鏉冮檺鎺у埗', + `parent_auth_id` char(12) COLLATE utf8_bin DEFAULT NULL COMMENT '涓婁竴绾ф潈闄愮紪鐮', + `leaf_ind` char(2) COLLATE utf8_bin DEFAULT NULL COMMENT '鏄惁鍙跺瓙鑺傜偣', + PRIMARY KEY (`id`), + UNIQUE KEY `uniq_authid` (`auth_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='杩愯惀绯荤粺鏉冮檺琛'; -- ---------------------------- -- Records of jp_demo_auth @@ -2023,22 +2163,22 @@ INSERT INTO `jp_demo_auth` VALUES ('12', '210302', '缂栬緫鏉冮檺', '1', '/system DROP TABLE IF EXISTS `jp_demo_order_custom`; CREATE TABLE `jp_demo_order_custom` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default '0', + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT '0', `GO_ORDER_CODE` varchar(12) NOT NULL COMMENT '鍥㈣喘璁㈠崟鍙', - `GOC_BUSS_CONTENT` varchar(33) default NULL COMMENT '涓氬姟', - `GOC_CONTENT` varchar(66) default NULL COMMENT '澶囨敞', - `GOC_CUS_NAME` varchar(16) default NULL COMMENT '濮撳悕', - `GOC_IDCARD` varchar(18) default NULL COMMENT '韬唤璇佸彿', - `GOC_PASSPORT_CODE` varchar(10) default NULL COMMENT '鎶ょ収鍙', - `GOC_SEX` varchar(255) default NULL COMMENT '鎬у埆', - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOC_BUSS_CONTENT` varchar(33) DEFAULT NULL COMMENT '涓氬姟', + `GOC_CONTENT` varchar(66) DEFAULT NULL COMMENT '澶囨敞', + `GOC_CUS_NAME` varchar(16) DEFAULT NULL COMMENT '濮撳悕', + `GOC_IDCARD` varchar(18) DEFAULT NULL COMMENT '韬唤璇佸彿', + `GOC_PASSPORT_CODE` varchar(10) DEFAULT NULL COMMENT '鎶ょ収鍙', + `GOC_SEX` varchar(255) DEFAULT NULL COMMENT '鎬у埆', + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2056,24 +2196,24 @@ INSERT INTO `jp_demo_order_custom` VALUES ('CD91F431BDC34431A46CC80F966C55A7', ' DROP TABLE IF EXISTS `jp_demo_order_main`; CREATE TABLE `jp_demo_order_main` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default '0', - `GO_ALL_PRICE` decimal(10,2) default NULL COMMENT '鎬讳环(涓嶅惈杩旀)', - `GO_CONTACT_NAME` varchar(16) default NULL COMMENT '鑱旂郴浜', - `GO_CONTENT` varchar(66) default NULL COMMENT '澶囨敞', + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT '0', + `GO_ALL_PRICE` decimal(10,2) DEFAULT NULL COMMENT '鎬讳环(涓嶅惈杩旀)', + `GO_CONTACT_NAME` varchar(16) DEFAULT NULL COMMENT '鑱旂郴浜', + `GO_CONTENT` varchar(66) DEFAULT NULL COMMENT '澶囨敞', `GO_ORDER_CODE` varchar(12) NOT NULL COMMENT '璁㈠崟鍙', - `GO_ORDER_COUNT` int(11) default NULL COMMENT '璁㈠崟浜烘暟', - `GO_RETURN_PRICE` decimal(10,2) default NULL COMMENT '杩旀', - `GO_TELPHONE` varchar(11) default NULL COMMENT '鎵嬫満', - `GODER_TYPE` varchar(255) default NULL COMMENT '璁㈠崟绫诲瀷', - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - `USERTYPE` varchar(255) default NULL COMMENT '椤惧绫诲瀷 : 1鐩村 2鍚岃', - PRIMARY KEY (`ID`) + `GO_ORDER_COUNT` int(11) DEFAULT NULL COMMENT '璁㈠崟浜烘暟', + `GO_RETURN_PRICE` decimal(10,2) DEFAULT NULL COMMENT '杩旀', + `GO_TELPHONE` varchar(11) DEFAULT NULL COMMENT '鎵嬫満', + `GODER_TYPE` varchar(255) DEFAULT NULL COMMENT '璁㈠崟绫诲瀷', + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + `USERTYPE` varchar(255) DEFAULT NULL COMMENT '椤惧绫诲瀷 : 1鐩村 2鍚岃', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2087,22 +2227,22 @@ INSERT INTO `jp_demo_order_main` VALUES ('20E478EF3B38444EBE6D9BF6CF7AD60B', '20 DROP TABLE IF EXISTS `jp_demo_order_product`; CREATE TABLE `jp_demo_order_product` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default '0', + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT '0', `GO_ORDER_CODE` varchar(12) NOT NULL COMMENT '鍥㈣喘璁㈠崟鍙', - `GOP_CONTENT` varchar(66) default NULL COMMENT '澶囨敞', - `GOP_COUNT` int(11) default NULL COMMENT '涓暟', - `GOP_ONE_PRICE` decimal(10,2) default NULL COMMENT '鍗曚环', - `GOP_PRODUCT_NAME` varchar(33) default NULL COMMENT '浜у搧鍚嶇О', + `GOP_CONTENT` varchar(66) DEFAULT NULL COMMENT '澶囨敞', + `GOP_COUNT` int(11) DEFAULT NULL COMMENT '涓暟', + `GOP_ONE_PRICE` decimal(10,2) DEFAULT NULL COMMENT '鍗曚环', + `GOP_PRODUCT_NAME` varchar(33) DEFAULT NULL COMMENT '浜у搧鍚嶇О', `GOP_PRODUCT_TYPE` varchar(1) NOT NULL COMMENT '鏈嶅姟椤圭洰绫诲瀷', - `GOP_SUM_PRICE` decimal(10,2) default NULL COMMENT '灏忚', - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOP_SUM_PRICE` decimal(10,2) DEFAULT NULL COMMENT '灏忚', + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2120,16 +2260,16 @@ INSERT INTO `jp_demo_order_product` VALUES ('EF10DC1C05364466990B1CA9D2D22C62', DROP TABLE IF EXISTS `jp_inner_mail`; CREATE TABLE `jp_inner_mail` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `title` varchar(100) default NULL COMMENT '涓婚', - `attachment` varchar(1000) default NULL COMMENT '闄勪欢', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `title` varchar(100) DEFAULT NULL COMMENT '涓婚', + `attachment` varchar(1000) DEFAULT NULL COMMENT '闄勪欢', `content` longtext COMMENT '鍐呭', - `status` varchar(50) default NULL COMMENT '鐘舵', - `receiver_names` varchar(300) default NULL COMMENT '鎺ユ敹鑰呭鍚嶅垪琛', - `receiver_ids` varchar(300) default NULL COMMENT '鏀朵欢浜烘爣璇嗗垪琛', - PRIMARY KEY (`id`) + `status` varchar(50) DEFAULT NULL COMMENT '鐘舵', + `receiver_names` varchar(300) DEFAULT NULL COMMENT '鎺ユ敹鑰呭鍚嶅垪琛', + `receiver_ids` varchar(300) DEFAULT NULL COMMENT '鏀朵欢浜烘爣璇嗗垪琛', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2168,8 +2308,8 @@ INSERT INTO `jp_inner_mail` VALUES ('E9B0557DBA994D46A3D44495AFA428B0', '绠$悊 DROP TABLE IF EXISTS `jp_inner_mail_attach`; CREATE TABLE `jp_inner_mail_attach` ( `id` varchar(32) NOT NULL, - `mailid` varchar(32) default NULL, - PRIMARY KEY (`id`) + `mailid` varchar(32) DEFAULT NULL, + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2183,16 +2323,16 @@ INSERT INTO `jp_inner_mail_attach` VALUES ('4028ef8153a650060153a65327350012', ' DROP TABLE IF EXISTS `jp_inner_mail_receiver`; CREATE TABLE `jp_inner_mail_receiver` ( `id` varchar(36) NOT NULL, - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `mail_id` varchar(36) default NULL COMMENT '閭欢鏍囪瘑', - `user_id` varchar(36) default NULL COMMENT '鏀朵欢浜烘爣璇', - `status` varchar(50) default NULL COMMENT '鏀朵欢鐘舵', - `isdelete` char(2) default NULL, - PRIMARY KEY (`id`), - KEY `index_userid` USING BTREE (`user_id`), - KEY `index_mailid` USING BTREE (`mail_id`), - KEY `index_status` USING BTREE (`status`) + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `mail_id` varchar(36) DEFAULT NULL COMMENT '閭欢鏍囪瘑', + `user_id` varchar(36) DEFAULT NULL COMMENT '鏀朵欢浜烘爣璇', + `status` varchar(50) DEFAULT NULL COMMENT '鏀朵欢鐘舵', + `isdelete` char(2) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `index_userid` (`user_id`) USING BTREE, + KEY `index_mailid` (`mail_id`) USING BTREE, + KEY `index_status` (`status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2224,48 +2364,190 @@ INSERT INTO `jp_inner_mail_receiver` VALUES ('CAAC167F8FD442B38C5F2232DCA88460', INSERT INTO `jp_inner_mail_receiver` VALUES ('DDBDE922A4824DECACFE1F903D281535', '2016-07-18 16:54:13', '2016-07-18 16:54:13', 'CAB308BF489144AD8842667CC741D453', '8a8ab0b246dc81120146dc81819d0053', '00', '0'); INSERT INTO `jp_inner_mail_receiver` VALUES ('F35684BE071F40939155F4FBC844F040', '2016-07-11 12:08:43', null, '80683B1F97844A209D665B601B302E36', '', '00', null); +-- ---------------------------- +-- Table structure for super_query_field +-- ---------------------------- +DROP TABLE IF EXISTS `super_query_field`; +CREATE TABLE `super_query_field` ( + `id` varchar(36) NOT NULL COMMENT '涓婚敭', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `seq` varchar(32) DEFAULT NULL COMMENT '搴忓彿', + `table_name` varchar(32) DEFAULT NULL COMMENT '琛ㄥ悕', + `name` varchar(32) DEFAULT NULL COMMENT '瀛楁鍚', + `txt` varchar(32) DEFAULT NULL COMMENT '瀛楁鏂囨湰', + `ctype` varchar(32) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `stype` varchar(32) DEFAULT NULL COMMENT '鎺т欢绫诲瀷', + `dict_table` varchar(32) DEFAULT NULL COMMENT '瀛楀吀Table', + `dict_code` varchar(32) DEFAULT NULL COMMENT '瀛楀吀Code', + `dict_text` varchar(32) DEFAULT NULL COMMENT '瀛楀吀Text', + `main_id` varchar(32) DEFAULT NULL COMMENT '澶栭敭', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='瀛楁閰嶇疆'; + +-- ---------------------------- +-- Records of super_query_field +-- ---------------------------- +INSERT INTO `super_query_field` VALUES ('297e7ae1609ca39d01609cb495b20004', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', '绠$悊鍛', 'admin', '2018-01-11 10:57:46', 'A03', 'A03', '1', 'jfrom_order', 'receiver_name', '鏀惰揣浜', 'c', 'popup', 'user_msg', 'account', 'realname', '297e7ae1609ca39d01609cb495b10001'); +INSERT INTO `super_query_field` VALUES ('297e7ae1609ca39d01609cb495b30005', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', '绠$悊鍛', 'admin', '2018-01-09 19:10:37', 'A03', 'A03', '2', 'jfrom_order', 'receiver_mobile', '鑱旂郴鐢佃瘽', 'c', 'select', '', 'sex', '', '297e7ae1609ca39d01609cb495b10001'); +INSERT INTO `super_query_field` VALUES ('297e7ae1609ca39d01609cb495b30006', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', '绠$悊鍛', 'admin', '2017-12-29 11:22:28', 'A03', 'A03', '3', 'jfrom_order_line', 'item_name', '鍟嗗搧鍚嶇О', 'c', 'input', '', '', '', '297e7ae1609ca39d01609cb495b10001'); +INSERT INTO `super_query_field` VALUES ('297e7ae1609ca39d01609cb495b30007', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', '绠$悊鍛', 'admin', '2018-01-09 19:10:37', 'A03', 'A03', '4', 'jfrom_order_line', 'qty', '鍟嗗搧鏁伴噺', 'c', 'date', '', '', '', '297e7ae1609ca39d01609cb495b10001'); +INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae0006', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '', '', null, 'A03', 'A03', '1', 'jform_order_main', 'order_code', '璁㈠崟鍙', 'c', 'input', '', '', '', '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae0007', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 12:28:36', 'A03', 'A03', '2', 'jform_order_main', 'order_date', '璁㈠崟鏃堕棿', 'd', 'date', '', '', '', '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae0008', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 12:28:36', 'A03', 'A03', '3', 'jform_order_customer', 'name', '瀹㈡埛鍚嶅瓧', 'c', 'input', '', '', '', '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae0009', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 12:28:36', 'A03', 'A03', '4', 'jform_order_customer', 'telphone', '瀹㈡埛鐢佃瘽', 'c', 'input', '', '', '', '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae000a', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2018-01-09 19:11:19', 'A03', 'A03', '5', 'jform_order_ticket', 'ticket_code', '鏈虹エ鍙', 'c', 'select', '', 'sex', '', '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae000b', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 12:28:36', 'A03', 'A03', '6', 'jform_order_ticket', 'tickect_date', '鏈虹エ鏃堕棿', 'd', 'date', '', '', '', '402881e96048d988016048faf0ad0002'); + +-- ---------------------------- +-- Table structure for super_query_history +-- ---------------------------- +DROP TABLE IF EXISTS `super_query_history`; +CREATE TABLE `super_query_history` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `user_id` varchar(50) DEFAULT NULL COMMENT '鐢ㄦ埛id', + `record` longtext COMMENT '璁板綍', + `query_type` varchar(255) DEFAULT NULL COMMENT '鏌ヨ绫诲瀷', + `query_code` varchar(255) DEFAULT NULL COMMENT '鏌ヨ缂栫爜', + `history_name` varchar(255) DEFAULT NULL COMMENT '鍚嶇О', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='楂樼骇鏌ヨ鍘嗗彶璁板綍'; + +-- ---------------------------- +-- Records of super_query_history +-- ---------------------------- +INSERT INTO `super_query_history` VALUES ('297e7ae160a14c840160a156df920001', '绠$悊鍛', 'admin', '2017-12-29 16:15:13', null, null, null, 'A03', 'A03', '8a8ab0b246dc81120146dc8181950052', '{\"name\":\"1\",\"json\":{\"strings\":[\"{\\\"table\\\":\\\"璁㈠崟琛╘\\",\\\"table1\\\":\\\"jfrom_order\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"=\\\",\\\"value\\\":\\\"寮犱笁\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"=\\\",\\\"value\\\":\\\"娲楄。鏈篭\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\"]}}', null, 'jfrom_order', '楂樼骇鏌ヨ渚嬪瓙'); +INSERT INTO `super_query_history` VALUES ('4028810260a214ad0160a21a4fbd0001', '绠$悊鍛', 'admin', '2017-12-29 19:48:41', null, null, null, 'A03', 'A03', '8a8ab0b246dc81120146dc8181950052', '{\"name\":\"333\",\"json\":{\"strings\":[\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"!=\\\",\\\"value\\\":\\\"10\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"!=\\\",\\\"value\\\":\\\"2\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\">\\\",\\\"value\\\":\\\"3\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\"]}}', null, 'jfrom_order', '333'); +INSERT INTO `super_query_history` VALUES ('402881f660e320d50160e32432650002', '绠$悊鍛', 'admin', '2018-01-11 10:54:48', null, null, null, 'A03', 'A03', '8a8ab0b246dc81120146dc8181950052', '{\"name\":\"2222222\",\"json\":{\"strings\":[\"{\\\"table\\\":\\\"璁㈠崟琛╘\\",\\\"table1\\\":\\\"jfrom_order\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\">\\\",\\\"value\\\":\\\"濂虫\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"!=\\\",\\\"value\\\":\\\"2018-01-04\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟琛╘\\",\\\"table1\\\":\\\"jfrom_order\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"=\\\",\\\"value\\\":\\\"1111\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\"]}}', null, 'jfrom_order', '2222222'); +INSERT INTO `super_query_history` VALUES ('402881f660e320d50160e3279b480007', '绠$悊鍛', 'admin', '2018-01-11 10:58:31', null, null, null, 'A03', 'A03', '8a8ab0b246dc81120146dc8181950052', '{\"name\":\"34343434\",\"json\":{\"strings\":[\"{\\\"table\\\":\\\"璁㈠崟琛╘\\",\\\"table1\\\":\\\"jfrom_order\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"=\\\",\\\"value\\\":\\\"鎺ュ彛鏉冮檺娴嬭瘯鐢ㄦ埛\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"=\\\",\\\"value\\\":\\\"1221\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\",\"{\\\"table\\\":\\\"璁㈠崟璇︾粏琛╘\\",\\\"table1\\\":\\\"jfrom_order_line\\\",\\\"field\\\":\\\"\\\",\\\"condition\\\":\\\"!=\\\",\\\"value\\\":\\\"2018-01-12\\\",\\\"relation\\\":\\\"and\\\",\\\"state\\\":\\\"open\\\"}\"]}}', null, 'jfrom_order', '34343434'); + +-- ---------------------------- +-- Table structure for super_query_main +-- ---------------------------- +DROP TABLE IF EXISTS `super_query_main`; +CREATE TABLE `super_query_main` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `query_name` varchar(50) DEFAULT NULL COMMENT '鏌ヨ瑙勫垯鍚嶇О', + `query_code` varchar(50) DEFAULT NULL COMMENT '鏌ヨ瑙勫垯缂栫爜', + `query_type` varchar(50) DEFAULT NULL COMMENT '鏌ヨ绫诲瀷', + `content` varchar(32) DEFAULT NULL COMMENT '璇存槑', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='楂樼骇鏌ヨ'; + +-- ---------------------------- +-- Records of super_query_main +-- ---------------------------- +INSERT INTO `super_query_main` VALUES ('297e7ae1609ca39d01609cb495b10001', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', null, null, null, 'A03', 'A03', '璁㈠崟', 'jfrom_order', 'M', '璁㈠崟琛'); +INSERT INTO `super_query_main` VALUES ('402881e96048d988016048faf0ad0002', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 14:58:53', 'A03', 'A03', '璁㈠崟鏌ヨ', 'order_serch', 'M', '000'); + +-- ---------------------------- +-- Table structure for super_query_table +-- ---------------------------- +DROP TABLE IF EXISTS `super_query_table`; +CREATE TABLE `super_query_table` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `seq` varchar(32) DEFAULT NULL COMMENT '搴忓彿', + `table_name` varchar(32) DEFAULT NULL COMMENT '琛ㄥ悕', + `instruction` varchar(255) DEFAULT NULL COMMENT '璇存槑', + `is_main` varchar(32) DEFAULT NULL COMMENT '鏄惁鏄富琛', + `fk_field` varchar(32) DEFAULT NULL COMMENT '澶栭敭瀛楁', + `main_id` varchar(32) DEFAULT NULL COMMENT '澶栭敭id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='琛ㄧ粍鍚'; + +-- ---------------------------- +-- Records of super_query_table +-- ---------------------------- +INSERT INTO `super_query_table` VALUES ('297e7ae1609ca39d01609cb495b20002', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', '', '', null, 'A03', 'A03', '1', 'jfrom_order', '璁㈠崟琛', 'Y', null, '297e7ae1609ca39d01609cb495b10001'); +INSERT INTO `super_query_table` VALUES ('297e7ae1609ca39d01609cb495b20003', '绠$悊鍛', 'admin', '2017-12-28 18:39:29', '绠$悊鍛', 'admin', '2017-12-28 19:31:54', 'A03', 'A03', '2', 'jfrom_order_line', '璁㈠崟璇︾粏琛', 'N', 'orderid', '297e7ae1609ca39d01609cb495b10001'); +INSERT INTO `super_query_table` VALUES ('402881e96048d988016048faf0ad0003', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '', '', null, 'A03', 'A03', '1', 'jform_order_main', '璁㈠崟鍙', 'Y', null, '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_table` VALUES ('402881e96048d988016048faf0ad0004', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 12:28:28', 'A03', 'A03', '2', 'jform_order_ticket', '鏈虹エ', 'N', 'fk_id', '402881e96048d988016048faf0ad0002'); +INSERT INTO `super_query_table` VALUES ('402881e96048d988016048faf0ad0005', '绠$悊鍛', 'admin', '2017-12-12 12:28:13', '绠$悊鍛', 'admin', '2017-12-12 12:28:28', 'A03', 'A03', '3', 'jform_order_customer', '瀹㈡埛', 'N', 'fck_id', '402881e96048d988016048faf0ad0002'); + -- ---------------------------- -- Table structure for test_person -- ---------------------------- DROP TABLE IF EXISTS `test_person`; CREATE TABLE `test_person` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `name` varchar(32) NOT NULL COMMENT '鍚嶅瓧', - `sex` varchar(32) default NULL COMMENT '鎬у埆', - `birthday` datetime default NULL COMMENT '鐢熸棩', - `conets` varchar(32) default NULL COMMENT '涓汉绠浠', - `cexs` varchar(32) default NULL COMMENT '娴嬫у埆', - `salary` double default NULL COMMENT '宸ヨ祫', + `sex` varchar(32) DEFAULT NULL COMMENT '鎬у埆', + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `conets` varchar(32) DEFAULT NULL COMMENT '涓汉绠浠', + `cexs` varchar(32) DEFAULT NULL COMMENT '娴嬫у埆', + `salary` double DEFAULT NULL COMMENT '宸ヨ祫', `fiel_jls` longtext COMMENT '绠鍘嗛檮浠', `tou_pic` longtext COMMENT '涓汉澶村儚', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of test_person -- ---------------------------- INSERT INTO `test_person` VALUES ('402880f95e4ffa84015e4ffa848d0000', '绠$悊鍛', 'admin', '2017-09-05 10:59:31', '绠$悊鍛', 'admin', '2017-09-13 09:12:00', 'A03', 'A03', '1', '23', 'A03A02A02', '2017-08-29 00:00:00', '

23

', '0', '23', null, null); -INSERT INTO `test_person` VALUES ('402881f15e7e1e4a015e7e1e4a650000', '绠$悊鍛', 'admin', '2017-09-14 10:01:07', null, null, null, 'A03', 'A03', '1', '灏忕帇', 'A02', '2017-09-14 00:00:00', '

3333

', '0', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20170914100108QzuiVdJZ.jpg'); +INSERT INTO `test_person` VALUES ('402881e75f765fb0015f765fb0000000', '绠$悊鍛', 'admin', '2017-11-01 14:58:23', null, null, null, 'A03', 'A03', '1', '23', 'A03A02A02', '2017-08-29 00:00:00', '

23

', '鐢锋', '23', null, null); +INSERT INTO `test_person` VALUES ('402881e75f765fb0015f765fb05f0001', '绠$悊鍛', 'admin', '2017-11-01 14:58:23', '绠$悊鍛', 'admin', '2017-11-29 12:55:20', 'A03', 'A03', '寰呮彁浜', '鏂囧缁', 'A02', '2017-09-14 00:00:00', '

3333

', '鐢锋', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125520GKCCtZZk.jpg'); +INSERT INTO `test_person` VALUES ('402881e75f765fb0015f765fb08e0002', '绠$悊鍛', 'admin', '2017-11-01 14:58:23', null, null, null, 'A03', 'A03', '1', '67', 'A01A01', '2017-09-16 00:00:00', null, '鐢锋', '67', null, null); +INSERT INTO `test_person` VALUES ('402881f15e7e1e4a015e7e1e4a650000', '绠$悊鍛', 'admin', '2017-09-14 10:01:07', '绠$悊鍛', 'admin', '2017-11-29 12:55:31', 'A03', 'A03', '1', '鏂囧缁', 'A02', '2017-09-14 00:00:00', '

3333

', '0', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125532vLc6C73A.jpg'); +INSERT INTO `test_person` VALUES ('402881f15e89653c015e89653c880000', '绠$悊鍛', 'admin', '2017-09-16 14:34:26', null, null, null, 'A03', 'A03', '1', '67', 'A01A01', '2017-09-16 00:00:00', null, '0', '67', null, null); +INSERT INTO `test_person` VALUES ('402881f1601f5a3a01601f5a3a9e0007', '绠$悊鍛', 'admin', '2017-12-04 10:28:15', '绠$悊鍛', 'admin', '2017-12-04 10:28:21', 'A03', 'A03', '1', '鏂囧缁', 'A02', '2017-09-14 00:00:00', '

3333

', '鐢锋', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125520GKCCtZZk.jpg'); +INSERT INTO `test_person` VALUES ('402881f1601f5a3a01601f5a3b05000f', '绠$悊鍛', 'admin', '2017-12-04 10:28:15', null, null, null, 'A03', 'A03', '1', '鏂囧缁1', 'A02', '2017-09-14 00:00:00', '

3333

', '鐢锋', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125532vLc6C73A.jpg'); +INSERT INTO `test_person` VALUES ('402881f1601f5a3a01601f5a3b340014', '绠$悊鍛', 'admin', '2017-12-04 10:28:15', null, null, null, 'A03', 'A03', '1', '671', 'A01A01', '2017-09-16 00:00:00', null, '鐢锋', '67', null, null); +INSERT INTO `test_person` VALUES ('402881f660fe3cc90160fe4c14e10004', '绠$悊鍛', 'admin', '2018-01-16 17:28:07', '绠$悊鍛', 'admin', '2018-01-17 14:14:25', 'A03', 'A03', '1', 'EN2018011617275641', 'A01A02', '2018-01-09 00:00:00', '123', '1', '123123', null, null); +INSERT INTO `test_person` VALUES ('402881f660fe3cc90160fe4ef07e0005', '绠$悊鍛', 'admin', '2018-01-16 17:31:14', '绠$悊鍛', 'admin', '2018-01-16 17:31:20', 'A03', 'A03', '1', 'EN2018011617311232', null, null, null, null, null, null, null); +INSERT INTO `test_person` VALUES ('4028838e602649f001602649f0290007', '绠$悊鍛', 'admin', '2017-12-05 18:47:48', null, null, null, 'A03', 'A03', '1', '鏂囧缁11', 'A02', '2017-09-14 00:00:00', '

3333

', '鐢锋', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125532vLc6C73A.jpg'); +INSERT INTO `test_person` VALUES ('4028838e602649f001602649f086000f', '绠$悊鍛', 'admin', '2017-12-05 18:47:48', null, null, null, 'A03', 'A03', '1', '鏂囧缁22', 'A02', '2017-09-14 00:00:00', '

3333

', '鐢锋', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125520GKCCtZZk.jpg'); +INSERT INTO `test_person` VALUES ('4028838e602649f001602649f0b50017', '绠$悊鍛', 'admin', '2017-12-05 18:47:48', null, null, null, 'A03', 'A03', '1', '鏂囧缁33', 'A02', '2017-09-14 00:00:00', '

3333

', '鐢锋', '8000', 'upload/files/201709141001082WfHAPD5.docx', 'upload/files/20171129125532vLc6C73A.jpg'); -- ---------------------------- -- Table structure for tmp_tables -- ---------------------------- DROP TABLE IF EXISTS `tmp_tables`; CREATE TABLE `tmp_tables` ( - `id` int(100) NOT NULL auto_increment, - `wl_table_name` varchar(100) default NULL, - `xt_table_name` varchar(100) default NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + `id` int(100) NOT NULL AUTO_INCREMENT, + `wl_table_name` varchar(100) DEFAULT NULL, + `xt_table_name` varchar(100) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of tmp_tables @@ -2359,19 +2641,19 @@ DROP TABLE IF EXISTS `t_s_attachment`; CREATE TABLE `t_s_attachment` ( `ID` varchar(32) NOT NULL COMMENT 'ID', `attachmentcontent` longblob COMMENT '闄勪欢鍐呭', - `attachmenttitle` varchar(100) default NULL COMMENT '闄勪欢鍚嶇О', - `businesskey` varchar(32) default NULL COMMENT '涓氬姟绫讳富閿', - `createdate` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `extend` varchar(32) default NULL COMMENT '鎵╁睍鍚', + `attachmenttitle` varchar(100) DEFAULT NULL COMMENT '闄勪欢鍚嶇О', + `businesskey` varchar(32) DEFAULT NULL COMMENT '涓氬姟绫讳富閿', + `createdate` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `extend` varchar(32) DEFAULT NULL COMMENT '鎵╁睍鍚', `note` longtext COMMENT 'note', - `realpath` varchar(100) default NULL COMMENT '闄勪欢璺緞', + `realpath` varchar(100) DEFAULT NULL COMMENT '闄勪欢璺緞', `subclassname` longtext COMMENT '瀛愮被鍚嶇О鍏ㄨ矾寰', `swfpath` longtext COMMENT 'swf鏍煎紡璺緞', - `BUSENTITYNAME` varchar(100) default NULL COMMENT 'BUSENTITYNAME', - `INFOTYPEID` varchar(32) default NULL COMMENT 'INFOTYPEID', - `USERID` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - PRIMARY KEY (`ID`), - KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` USING BTREE (`USERID`) + `BUSENTITYNAME` varchar(100) DEFAULT NULL COMMENT 'BUSENTITYNAME', + `INFOTYPEID` varchar(32) DEFAULT NULL COMMENT 'INFOTYPEID', + `USERID` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + PRIMARY KEY (`ID`), + KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` (`USERID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2395,7 +2677,6 @@ INSERT INTO `t_s_attachment` VALUES ('402880ec5cc8dd82015cc948ee2d0030', null, ' INSERT INTO `t_s_attachment` VALUES ('402880ec5cc8dd82015cc949ed460032', null, '鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, '2017-06-21 14:14:44', 'xlsx', null, 'upload/20170621/20170621141444TDuQuLZE.xlsx', null, 'fxsc20170614jh', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402880ec5cc8dd82015cc94c13d70035', null, '甯哥敤绀轰緥DEMO姹囨.xlsx', null, '2017-06-21 14:17:05', 'xlsx', null, 'upload/20170621/20170621141705PerwRnfE.xlsx', null, 'cyslDEMOhz', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402880ec5cc8dd82015cc95afbed0037', null, '鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, '2017-06-21 14:33:22', 'xlsx', null, 'upload/20170621/20170621143322QFLZFyZw.xlsx', null, 'fxsc20170614jh', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402880ec5ce8d893015ce8dd5ee90007', null, '1457926300690', null, null, 'png', null, 'upload/files/20170627172400OCgnDpPE.png', null, 'upload/files/20170627172400OCgnDpPE.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402880ec5ce8d893015ce8dd7dd40008', null, 'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, '2017-06-27 17:24:08', 'jpg', null, 'upload/20170627/20170627172408psP5p0BV.jpg', null, 'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402880ec5d78d2cc015d78e8e644000a', null, 'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, '2017-07-25 16:41:55', 'jpg', null, 'upload/20170725/20170725164155hAQOwS6Q.jpg', null, 'upload/20170725/20170725164155hAQOwS6Q.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402880ec5d872157015d8756f070000c', null, '闄剁値-bpm_bug.docx', null, '2017-07-28 11:56:48', 'docx', null, 'upload/20170728/20170728115648KS31b53S.docx', null, 'upload/20170728/20170728115648KS31b53S.swf', null, null, null); @@ -2444,20 +2725,24 @@ INSERT INTO `t_s_attachment` VALUES ('402881845c7ddfdd015c7deb372d0011', null, ' INSERT INTO `t_s_attachment` VALUES ('402881845ca1c633015ca1cb04b50003', null, '甯哥敤绀轰緥DEMO姹囨.xlsx', null, '2017-06-13 22:10:55', 'xlsx', null, 'upload/20170613/201706132210557UixxUf4.xlsx', null, 'cyslDEMOhz', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881845ca1c633015ca1cba88b0005', null, '1457926300690.png', null, '2017-06-13 22:11:37', 'png', null, 'upload/20170613/20170613221137AjI23jmV.png', null, '1457926300690', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881845ca1c633015ca1d9ca52000a', null, '鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, '2017-06-13 22:27:03', 'xlsx', null, 'upload/20170613/20170613222703EEMwLe4f.xlsx', null, 'lxsz2002jtxl', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402881845ca1c633015ca1e4c100000d', null, '鍖呭ご甯岄摑宸ョ▼璧勬枡绠$悊绯荤粺鎶ヤ环鍗昖1.0', null, null, 'xlsx', null, 'upload/files/20170613223902BnkSeBqJ.xlsx', null, 'upload/files/20170613223902BnkSeBqJ.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881845ca1c633015ca1e5abcc000e', null, 'Bpm IE 鍏煎闂.pdf', null, '2017-06-13 22:40:02', 'pdf', null, 'upload/20170613/201706132240028FG3pvWN.pdf', null, 'BpmIEjrwt', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881845ca1c633015ca1e766b2000f', null, '鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, '2017-06-13 22:41:55', 'xlsx', null, 'upload/20170613/20170613224155EAck3qHp.xlsx', null, 'lxsz2002jtxl', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881855ad7918f015ad7996267000e', null, '1111', null, null, 'txt', null, 'upload/files/20170316225038w9VHUeTO.txt', null, 'upload/files/20170316225038w9VHUeTO.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e7926189f0024', null, '闄勪欢1寤夋磥璇氫俊鎵胯涔', null, '2017-09-13 10:51:33', 'docx', null, 'upload/files/201709131051339CPsqMwi.docx', 'com.jeecg.demo.entity.TSDocument', 'upload/files/201709131051339CPsqMwi.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f56fcf9400001', null, 'jeecg瀛樺偍杩囩▼.sql', null, '2017-10-26 12:42:20', 'sql', null, 'upload/20171026/20171026124220ypvPYQay.sql', null, 'upload/20171026/20171026124220ypvPYQay.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f56fd15c70002', null, 'jeecg瀛樺偍杩囩▼.sql', null, '2017-10-26 12:42:27', 'sql', null, 'upload/20171026/20171026124227JGfJkwdn.sql', null, 'upload/20171026/20171026124227JGfJkwdn.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f56fee94c0008', null, 'jeecg瀛樺偍杩囩▼.sql', null, '2017-10-26 12:44:27', 'sql', null, 'upload/20171026/20171026124427O0uLP7rT.sql', null, 'upload/20171026/20171026124427O0uLP7rT.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f56fef6200009', null, '鍏徃璐圭敤鐢宠琛ㄦ爣鍑嗘牸寮.doc', null, '2017-10-26 12:44:06', 'doc', null, 'upload/20171026/201710261244068vFkhPQs.doc', null, 'upload/20171026/201710261244068vFkhPQs.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f56ff32a9000a', null, 'JEECG 鏉冮檺寮鍙戞墜鍐孷3.7.doc', null, '2017-10-26 12:43:56', 'doc', null, 'upload/20171026/20171026124356GFTfC3sx.doc', null, 'upload/20171026/20171026124356GFTfC3sx.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f5702bd3a000b', null, 'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, '2017-10-26 12:48:38', 'jpg', null, 'upload/20171026/201710261248388uW3uADp.jpg', null, 'upload/20171026/201710261248388uW3uADp.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e75f56f125015f571d3c8e000c', null, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, '2017-10-26 13:17:34', 'jpg', null, 'upload/20171026/20171026131734rQP7t8e0.jpg', null, 'upload/20171026/20171026131734rQP7t8e0.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e760061c17016006211a060004', null, 'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, 'jpg', null, 'upload/files/20171129125520GKCCtZZk.jpg', null, 'upload/files/20171129125520GKCCtZZk.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881e760061c170160062146010006', null, '4afbfbedab64034f9015f1bca8c379310b551dab', null, null, 'jpg', null, 'upload/files/20171129125532vLc6C73A.jpg', null, 'upload/files/20171129125532vLc6C73A.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e792687bb0025', null, 'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, '2017-09-13 10:51:57', 'xlsx', null, 'upload/20170913/20170913105157DCM0A3D7.xlsx', null, 'upload/20170913/20170913105157DCM0A3D7.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e7927203d0026', null, 'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, '2017-09-13 10:52:36', 'xlsx', null, 'upload/20170913/201709131052363xPGIIzG.xlsx', null, 'upload/20170913/201709131052363xPGIIzG.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e792772aa0027', null, 'QQ鍥剧墖20170913091340.png', null, '2017-09-13 10:53:01', 'png', null, 'upload/20170913/20170913105301RJcwNVH5.png', null, 'upload/20170913/20170913105301RJcwNVH5.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e7927aa170028', null, '20170913105301RJcwNVH5', null, '2017-09-13 10:53:08', 'png', null, 'upload/20170913/20170913105301RJcwNVH5.png', 'com.jeecg.demo.entity.TSDocument', 'upload/20170913/20170913105301RJcwNVH5.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e7927f3980029', null, '111.txt', null, '2017-09-13 10:53:31', 'txt', null, 'upload/20170913/20170913105331QW4GKFvQ.txt', null, 'upload/20170913/20170913105331QW4GKFvQ.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e78ff61015e7928b6f4002a', null, 'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, '2017-09-13 10:54:20', 'xlsx', null, 'upload/20170913/20170913105420w281nCDL.xlsx', null, 'upload/20170913/20170913105420w281nCDL.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402881f15e7a1d31015e7a2b5c3a0003', null, 'JEECG鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛', null, '2017-09-14 09:55:37', 'xlsx', null, 'upload/files/201709140955378TbNRugP.xlsx', 'com.jeecg.demo.entity.TSDocument', 'upload/files/201709140955378TbNRugP.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e7e184a015e7e19db7c0001', null, 'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛.docx', null, '2017-09-14 09:56:10', 'docx', null, 'upload/20170914/20170914095610EhckCkK8.docx', null, 'upload/20170914/20170914095610EhckCkK8.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e1e4b600001', null, 'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, 'jpg', null, 'upload/files/20170914100108QzuiVdJZ.jpg', null, 'upload/files/20170914100108QzuiVdJZ.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e1e4b600002', null, 'JEECG鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛', null, null, 'docx', null, 'upload/files/201709141001082WfHAPD5.docx', null, 'upload/files/201709141001082WfHAPD5.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e1ef0040005', null, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, 'jpg', null, 'upload/files/20170914100150RvWzikCO.jpg', null, 'upload/files/20170914100150RvWzikCO.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e1ef00f0006', null, 'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, 'jpg', null, 'upload/files/20170914100150skOdPd2Z.jpg', null, 'upload/files/20170914100150skOdPd2Z.swf', null, null, null); @@ -2465,10 +2750,22 @@ INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e1ef0240007', null, ' INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e1f2b010009', null, '鑸硅埗杩愯绠℃帶涓績绯荤粺杞欢寮鍙戝悎鍚(2017)-V1.8-淇敼', null, null, 'doc', null, 'upload/files/20170914100205Ihc2bRUc.doc', null, 'upload/files/20170914100205Ihc2bRUc.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e330e91000a', null, 'config.json', null, '2017-09-14 10:23:48', 'json', null, 'upload/20170914/20170914102348DsBb0gHt.json', null, 'upload/20170914/20170914102348DsBb0gHt.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e3349f4000b', null, 'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, '2017-09-14 10:23:59', 'xlsx', null, 'upload/20170914/201709141023590ihPA2JL.xlsx', null, 'upload/20170914/201709141023590ihPA2JL.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e338812000c', null, '201709141023590ihPA2JL', null, '2017-09-14 10:24:11', 'xlsx', null, 'upload/20170914/201709141023590ihPA2JL.xlsx', 'com.jeecg.demo.entity.TSDocument', 'upload/20170914/201709141023590ihPA2JL.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15e7e1cc1015e7e338812000c', null, '闄勪欢1寤夋磥璇氫俊鎵胯涔', null, '2017-09-16 14:33:31', 'docx', null, 'upload/files/20170916143331hDQQys48.docx', 'com.jeecg.demo.entity.TSDocument', 'upload/files/20170916143331hDQQys48.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15e896251015e8963e67f0004', null, 'new 2.txt', null, '2017-09-16 14:32:51', 'txt', null, 'upload/20170916/201709161432519K6biK5w.txt', null, 'upload/20170916/201709161432519K6biK5w.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15e896251015e8964190c0005', null, 'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, '2017-09-16 14:33:07', 'xlsx', null, 'upload/20170916/20170916143307nfbZpYHx.xlsx', null, 'upload/20170916/20170916143307nfbZpYHx.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15e896251015e896425150006', null, '20170916143307nfbZpYHx', null, '2017-09-16 14:33:15', 'xlsx', null, 'upload/20170916/20170916143307nfbZpYHx.xlsx', 'com.jeecg.demo.entity.TSDocument', 'upload/20170916/20170916143307nfbZpYHx.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15eb7ad3b015eb7b08db70001', null, 'JEECG鏉冮檺寮鍙戞墜鍐孷3.7', null, '2017-09-25 14:19:14', 'doc', null, 'upload/files/20170925141914yP33hEaf.doc', 'com.jeecg.demo.entity.TSDocument', 'upload/files/20170925141914yP33hEaf.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15ebbedac015ebbfcf00f0007', null, '12', null, null, 'txt', null, 'upload/files/201709261021093hXuip4W.txt', null, 'upload/files/201709261021093hXuip4W.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15ebbedac015ebbfcf00f0008', null, '12', null, null, 'txt', null, 'upload/files/20170926102109GuAaKuAx.txt', null, 'upload/files/20170926102109GuAaKuAx.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('402881f15ebd89ee015ebd8ff8da0002', null, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, 'jpg', null, 'upload/files/20170926174122SwkI17dU.jpg', null, 'upload/files/20170926174122SwkI17dU.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402883825cc5f324015cc5f3dab50002', null, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, '2017-06-20 22:41:51', 'jpg', null, 'upload/20170620/20170620224151CVbvyIdw.jpg', null, 'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402883825cc5f324015cc5f4e1660007', null, '閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, '2017-06-20 22:42:59', 'docx', null, 'upload/20170620/20170620224259ZvLY58MY.docx', null, 'zqjtkt-jeecgwt', null, null, null); INSERT INTO `t_s_attachment` VALUES ('402883825cc5f324015cc5f6f668000e', null, '閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, '2017-06-20 22:45:15', 'docx', null, 'upload/20170620/20170620224515U3mUrHfW.docx', null, 'zqjtkt-jeecgwt', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028838d5fb59732015fb59d4e390002', null, '鏂板缓 Microsoft Excel 宸ヤ綔琛.xlsx', null, '2017-11-13 21:41:40', 'xlsx', null, 'upload/20171113/20171113214140Ou6RiVbm.xlsx', null, 'upload/20171113/20171113214140Ou6RiVbm.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028838d5fb59732015fb59d90d30003', null, '鏂板缓 Microsoft Excel 宸ヤ綔琛.xlsx', null, '2017-11-13 21:41:59', 'xlsx', null, 'upload/20171113/20171113214159zxBdYMDm.xlsx', null, 'upload/20171113/20171113214159zxBdYMDm.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028838d5fb59732015fb59df39f0004', null, 'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, '2017-11-13 21:42:28', 'jpg', null, 'upload/20171113/20171113214228fBEpHM9Y.jpg', null, 'upload/20171113/20171113214228fBEpHM9Y.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028838d5fb59f24015fb5a566540003', null, '4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, '2017-11-13 21:50:36', 'jpg', null, 'upload/20171113/2017111321503615yk6St8.jpg', null, 'upload/20171113/2017111321503615yk6St8.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028838d5fdeeaea015fdeedb7280001', null, 'jeecg-3.7.2-mysql.sql', null, '2017-11-21 22:14:01', 'sql', null, 'upload/20171121/20171121221401OIgPJvif.sql', null, 'upload/20171121/20171121221401OIgPJvif.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ab775c7b27bd015c7b29eef00003', null, 'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, 'jpg', null, 'upload/files/20170606100924P6SODqmp.jpg', null, 'upload/files/20170606100924P6SODqmp.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ab775c7b27bd015c7b29eef90004', null, '(鎵嬪唽)jeecgLicense閰嶇疆', null, null, 'pdf', null, 'upload/files/20170606100924qg7QLVqu.pdf', null, 'upload/files/20170606100924qg7QLVqu.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef8153a650060153a65327350012', null, '鑱旈氶棶棰20160126', null, null, 'txt', null, 'upload/files/20160324095300cGLn1DMs.txt', null, 'upload/files/20160324095300cGLn1DMs.swf', null, null, null); @@ -2480,35 +2777,40 @@ INSERT INTO `t_s_attachment` VALUES ('4028ef815509d842015509e143280004', null, ' DROP TABLE IF EXISTS `t_s_base_user`; CREATE TABLE `t_s_base_user` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `activitiSync` smallint(6) default NULL COMMENT '鍚屾娴佺▼', - `browser` varchar(20) default NULL COMMENT '娴忚鍣', - `password` varchar(100) default NULL COMMENT '瀵嗙爜', - `realname` varchar(50) default NULL COMMENT '鐪熷疄鍚嶅瓧', + `activitiSync` smallint(6) DEFAULT NULL COMMENT '鍚屾娴佺▼', + `browser` varchar(20) DEFAULT NULL COMMENT '娴忚鍣', + `password` varchar(100) DEFAULT NULL COMMENT '瀵嗙爜', + `realname` varchar(50) DEFAULT NULL COMMENT '鐪熷疄鍚嶅瓧', `signature` blob COMMENT '绛惧悕', - `status` smallint(6) default NULL COMMENT '鏈夋晥鐘舵', - `userkey` varchar(200) default NULL COMMENT '鐢ㄦ埛KEY', + `status` smallint(6) DEFAULT NULL COMMENT '鏈夋晥鐘舵', + `userkey` varchar(200) DEFAULT NULL COMMENT '鐢ㄦ埛KEY', `username` varchar(10) NOT NULL COMMENT '鐢ㄦ埛璐﹀彿', - `departid` varchar(32) default NULL COMMENT '閮ㄩ棬ID', - `delete_flag` smallint(6) default NULL COMMENT '鍒犻櫎鐘舵', - PRIMARY KEY (`ID`), - KEY `FK_15jh1g4iem1857546ggor42et` USING BTREE (`departid`), - KEY `index_login` USING BTREE (`password`,`username`), - KEY `idx_deleteflg` USING BTREE (`delete_flag`), - CONSTRAINT `t_s_base_user_ibfk_1` FOREIGN KEY (`departid`) REFERENCES `t_s_depart` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`departid`) REFER `jeecg/t_s_depart'; + `departid` varchar(32) DEFAULT NULL COMMENT '閮ㄩ棬ID', + `user_name_en` varchar(500) DEFAULT NULL COMMENT '鑻辨枃鍚', + `delete_flag` smallint(6) DEFAULT NULL COMMENT '鍒犻櫎鐘舵', + PRIMARY KEY (`ID`), + KEY `FK_15jh1g4iem1857546ggor42et` (`departid`), + KEY `index_login` (`password`,`username`), + KEY `idx_deleteflg` (`delete_flag`), + CONSTRAINT `FK_15jh1g4iem1857546ggor42et` FOREIGN KEY (`departid`) REFERENCES `t_s_depart` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_base_user -- ---------------------------- -INSERT INTO `t_s_base_user` VALUES ('402880e74d75c4dd014d75d44af30005', null, null, 'deec3ebf23191eee', 'demo', null, '1', 'demo', 'demo', '402880e6487e661a01487e6b504e0001', '0'); -INSERT INTO `t_s_base_user` VALUES ('402881875988e889015988ec36770001', null, null, 'f68bb6f881b0ebe0', '7777', null, '1', 'demo', '777', null, '1'); -INSERT INTO `t_s_base_user` VALUES ('4028ef81538330cd01538333b7bc0001', null, null, 'fa83c6e9a2006c62', '鏉庡洓', null, '1', '缁忕悊瑙掕壊', 'lisi', '402880e447e9a9570147e9b762e30009', '0'); -INSERT INTO `t_s_base_user` VALUES ('4028ef81563ae5be01563ae92d7f0002', null, null, 'bff95c03433b66af', '999', null, '1', 'demo', '999', null, '1'); -INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181950052', null, null, 'c44b01947c9e6e3f', '绠$悊鍛', null, '1', '绠$悊鍛', 'admin', '8a8ab0b246dc81120146dc8180ba0017', '0'); -INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc81819d0053', null, null, 'd47ca58189979651', '寮犱唬娴', null, '1', '鏅氱敤鎴', 'scott', '402880e6487e661a01487e6b504e0001', '0'); -INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181a10054', null, null, 'f2322ec2fb9f40d1', '閲囪喘鍛', null, '1', '绠$悊鍛', 'cgy', '8a8ab0b246dc81120146dc8180a20016', '1'); -INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181a60055', null, null, 'a324509dc1a3089a', '閲囪喘瀹℃壒鍛', null, '1', '绠$悊鍛', 'cgspy', '8a8ab0b246dc81120146dc8180a20016', '0'); -INSERT INTO `t_s_base_user` VALUES ('8a8c82a35de421ab015de4228d400003', null, null, 'a1e81ebd9408df3b', 'qinfeng', null, '1', '缁忕悊瑙掕壊', 'qinfeng', '8a8ab0b246dc81120146dc8180ba0017', '0'); +INSERT INTO `t_s_base_user` VALUES ('402880e74d75c4dd014d75d44af30005', null, null, 'deec3ebf23191eee', 'real demo', null, '1', 'demo', 'demo', '402880e6487e661a01487e6b504e0001', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('402881875988e889015988ec36770001', null, null, 'f68bb6f881b0ebe0', '7777', null, '1', 'demo', '777', null, null, '1'); +INSERT INTO `t_s_base_user` VALUES ('402881e75f159dc3015f15a76fa80004', null, null, '7e0d5072ccc45286820b07d055078382', 'junit demo', null, '1', null, 'zhangsan', null, null, '1'); +INSERT INTO `t_s_base_user` VALUES ('402881e75f15a91c015f15a9bd550000', null, null, '7e0d5072ccc45286820b07d055078382', 'junit demo', null, '1', null, 'zhangsan', null, null, '1'); +INSERT INTO `t_s_base_user` VALUES ('402881e75f15a91c015f15aa5bb50001', null, null, '7e0d5072ccc45286820b07d055078382', 'junit demo', null, '1', null, 'zhangsan', null, null, '1'); +INSERT INTO `t_s_base_user` VALUES ('402881fc60a1cbe40160a1f080620011', '0', null, 'ac4a5a2da439ab01', '鎺ュ彛鏉冮檺娴嬭瘯鐢ㄦ埛', null, '1', null, 'test', null, '', '0'); +INSERT INTO `t_s_base_user` VALUES ('4028ef81538330cd01538333b7bc0001', null, null, 'fa83c6e9a2006c62', '鏉庡洓', null, '1', '缁忕悊瑙掕壊', 'lisi', '402880e447e9a9570147e9b762e30009', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('4028ef81563ae5be01563ae92d7f0002', null, null, 'bff95c03433b66af', '999', null, '1', 'demo', '999', null, null, '1'); +INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181950052', null, null, 'c44b01947c9e6e3f', '绠$悊鍛', null, '1', '绠$悊鍛', 'admin', '8a8ab0b246dc81120146dc8180ba0017', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc81819d0053', null, null, 'd47ca58189979651', '寮犱唬娴', null, '1', '鏅氱敤鎴', 'scott', '402880e6487e661a01487e6b504e0001', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181a10054', null, null, 'f2322ec2fb9f40d1', '閲囪喘鍛', null, '1', '绠$悊鍛', 'cgy', '8a8ab0b246dc81120146dc8180a20016', null, '1'); +INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181a60055', '1', null, 'a324509dc1a3089a', '閲囪喘瀹℃壒鍛', null, '1', '绠$悊鍛,888', 'cgspy', '8a8ab0b246dc81120146dc8180a20016', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('8a8c82a35de421ab015de4228d400003', null, null, 'a1e81ebd9408df3b', 'qinfeng', null, '1', '缁忕悊瑙掕壊', 'qinfeng', '8a8ab0b246dc81120146dc8180ba0017', null, '0'); -- ---------------------------- -- Table structure for t_s_black_list @@ -2516,22 +2818,34 @@ INSERT INTO `t_s_base_user` VALUES ('8a8c82a35de421ab015de4228d400003', null, nu DROP TABLE IF EXISTS `t_s_black_list`; CREATE TABLE `t_s_black_list` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', - `ip` varchar(32) default NULL COMMENT 'ip鍦板潃', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `ip` varchar(32) DEFAULT NULL COMMENT 'ip鍦板潃', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_black_list -- ---------------------------- +INSERT INTO `t_s_black_list` VALUES ('402881e75f91017e015f91023f7c0001', '绠$悊鍛', 'admin', '2017-11-06 19:06:04', null, null, null, 'A03', 'A03', '1', '192.1562.1.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f947fc7015f9481be250004', '绠$悊鍛', 'admin', '2017-11-06 14:53:22', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f948375015f94842cc30001', '绠$悊鍛', 'admin', '2017-11-06 14:53:22', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f94878e015f948921d30001', '绠$悊鍛', 'admin', '2017-11-06 18:53:22', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f94878e015f94896bb80002', '绠$悊鍛', 'admin', '2017-11-06 00:00:00', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f949b19015f949cde920001', '绠$悊鍛', 'admin', '2017-11-11 14:53:22', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f949b19015f949d07ad0002', '绠$悊鍛', 'admin', '2017-11-11 00:00:00', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f94a099015f94a1c66e0001', '绠$悊鍛', 'admin', '2017-11-11 14:53:22', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f94a099015f94a1dd040002', '绠$悊鍛', 'admin', '2017-11-11 00:00:00', null, null, null, 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75f94a099015f94afe9700003', '绠$悊鍛', 'admin', '2017-11-07 12:14:37', null, null, '2017-11-11 08:00:00', 'A03', 'A03', '1', '1.0.0.1'); +INSERT INTO `t_s_black_list` VALUES ('402881e75fa48e5b015fa494806a0002', '绠$悊鍛', 'admin', '2017-11-12 06:14:12', null, null, null, 'A03', 'A03', '1', '2.2.2.2'); +INSERT INTO `t_s_black_list` VALUES ('402881e75fa48e5b015fa49494680003', '绠$悊鍛', 'admin', '2017-11-12 06:14:12', null, null, null, 'A03', 'A03', '1', '2.2.2.3'); INSERT INTO `t_s_black_list` VALUES ('402881f15e751d2a015e75212c570005', '绠$悊鍛', 'admin', '2017-09-12 16:07:41', '', '', null, 'A03', 'A03', '1', '111.193.210.4'); -- ---------------------------- @@ -2540,22 +2854,22 @@ INSERT INTO `t_s_black_list` VALUES ('402881f15e751d2a015e75212c570005', '绠$悊 DROP TABLE IF EXISTS `t_s_category`; CREATE TABLE `t_s_category` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `icon_id` varchar(32) default NULL COMMENT '鍥炬爣ID', + `icon_id` varchar(32) DEFAULT NULL COMMENT '鍥炬爣ID', `code` varchar(32) NOT NULL COMMENT '绫诲瀷缂栫爜', `name` varchar(32) NOT NULL COMMENT '绫诲瀷鍚嶇О', `create_name` varchar(50) NOT NULL COMMENT '鍒涘缓浜哄悕绉', `create_by` varchar(50) NOT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', `create_date` datetime NOT NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `parent_id` varchar(32) default NULL COMMENT '涓婄骇ID', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `parent_id` varchar(32) DEFAULT NULL COMMENT '涓婄骇ID', `sys_org_code` varchar(10) NOT NULL COMMENT '鏈烘瀯', `sys_company_code` varchar(10) NOT NULL COMMENT '鍏徃', - `PARENT_CODE` varchar(32) default NULL COMMENT '鐖堕偖缂', - PRIMARY KEY (`id`), - UNIQUE KEY `uniq_code` USING BTREE (`code`), - KEY `index_parent_id` USING BTREE (`parent_id`) + `PARENT_CODE` varchar(32) DEFAULT NULL COMMENT '鐖堕偖缂', + PRIMARY KEY (`id`), + UNIQUE KEY `uniq_code` (`code`), + KEY `index_parent_id` (`parent_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鍒嗙被绠$悊'; -- ---------------------------- @@ -2574,26 +2888,56 @@ INSERT INTO `t_s_category` VALUES ('4028ef81526266d401526273c01f0031', '8a8ab0b2 INSERT INTO `t_s_category` VALUES ('4028ef81526266d401526273ee390033', '8a8ab0b246dc81120146dc8180460000', 'A03A02A02', '澶т紬', '绠$悊鍛', 'admin', '2016-01-21 12:31:50', null, null, null, null, 'A03', 'A0', 'A03A02'); INSERT INTO `t_s_category` VALUES ('4028ef81526266d40152627417350035', '8a8ab0b246dc81120146dc8180460000', 'A03A01A01', '绾㈡棗姹借溅', '绠$悊鍛', 'admin', '2016-01-21 12:32:01', null, null, null, null, 'A03', 'A0', 'A03A01'); +-- ---------------------------- +-- Table structure for t_s_company_position +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_company_position`; +CREATE TABLE `t_s_company_position` ( + `id` varchar(32) NOT NULL COMMENT '搴忓彿', + `company_id` varchar(36) DEFAULT NULL COMMENT '鍏徃ID', + `position_code` varchar(64) DEFAULT NULL COMMENT '宀椾綅浠g爜', + `position_name` varchar(100) DEFAULT NULL COMMENT '宀椾綅鍚嶇О', + `position_name_en` varchar(255) DEFAULT NULL COMMENT '宀椾綅鑻辨枃鍚', + `position_name_abbr` varchar(255) DEFAULT NULL COMMENT '宀椾綅缂╁啓', + `position_level` varchar(50) DEFAULT NULL COMMENT '宀椾綅绾у埆', + `memo` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `del_flag` int(11) DEFAULT NULL COMMENT '缂╁啓', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜鸿处鍙', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜鸿处鍙', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞炲叕鍙', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞為儴闂', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绯荤粺宀椾綅琛'; + +-- ---------------------------- +-- Records of t_s_company_position +-- ---------------------------- +INSERT INTO `t_s_company_position` VALUES ('4028810260c422c30160c445327b0009', '402880e447e99cf10147e9a03b320003', '100', '杞欢鑱屽姟', 'ruanjian', '', '', '', null, '绠$悊鍛', 'admin', '2018-01-05 11:02:37', null, null, null, 'A03', 'A03'); + -- ---------------------------- -- Table structure for t_s_data_log -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_log`; CREATE TABLE `t_s_data_log` ( `id` varchar(36) NOT NULL COMMENT 'id', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `table_name` varchar(32) default NULL COMMENT '琛ㄥ悕', - `data_id` varchar(32) default NULL COMMENT '鏁版嵁ID', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `table_name` varchar(32) DEFAULT NULL COMMENT '琛ㄥ悕', + `data_id` varchar(32) DEFAULT NULL COMMENT '鏁版嵁ID', `data_content` text COMMENT '鏁版嵁鍐呭', - `version_number` int(11) default NULL COMMENT '鐗堟湰鍙', - PRIMARY KEY (`id`), - KEY `sindex` USING BTREE (`table_name`,`data_id`) + `version_number` int(11) DEFAULT NULL COMMENT '鐗堟湰鍙', + PRIMARY KEY (`id`), + KEY `sindex` (`table_name`,`data_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2622,19 +2966,19 @@ INSERT INTO `t_s_data_log` VALUES ('4028ef81568c31ec01568c3307080004', '绠$悊 -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_rule`; CREATE TABLE `t_s_data_rule` ( - `id` varchar(96) default NULL COMMENT 'ID', - `rule_name` varchar(96) default NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯鍚嶇О', - `rule_column` varchar(300) default NULL COMMENT '瀛楁', - `rule_conditions` varchar(300) default NULL COMMENT '鏉′欢', - `rule_value` varchar(300) default NULL COMMENT '瑙勫垯鍊', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(96) default NULL, - `create_name` varchar(96) default NULL COMMENT '鍒涘缓鏃堕棿', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(96) default NULL COMMENT '淇敼浜', - `update_name` varchar(96) default NULL COMMENT '淇敼浜哄悕瀛', - `functionId` varchar(96) default NULL COMMENT '鑿滃崟ID', - KEY `index_fucntionid` USING BTREE (`functionId`) + `id` varchar(96) DEFAULT NULL COMMENT 'ID', + `rule_name` varchar(96) DEFAULT NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯鍚嶇О', + `rule_column` varchar(300) DEFAULT NULL COMMENT '瀛楁', + `rule_conditions` varchar(300) DEFAULT NULL COMMENT '鏉′欢', + `rule_value` varchar(300) DEFAULT NULL COMMENT '瑙勫垯鍊', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(96) DEFAULT NULL, + `create_name` varchar(96) DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(96) DEFAULT NULL COMMENT '淇敼浜', + `update_name` varchar(96) DEFAULT NULL COMMENT '淇敼浜哄悕瀛', + `functionId` varchar(96) DEFAULT NULL COMMENT '鑿滃崟ID', + KEY `index_fucntionid` (`functionId`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2668,10 +3012,10 @@ CREATE TABLE `t_s_data_source` ( `driver_class` varchar(50) NOT NULL COMMENT '椹卞姩class', `url` varchar(200) NOT NULL COMMENT 'db閾炬帴', `db_user` varchar(50) NOT NULL COMMENT '鐢ㄦ埛鍚', - `db_password` varchar(50) default NULL COMMENT '瀵嗙爜', - `db_type` varchar(50) default NULL COMMENT '鏁版嵁搴撶被鍨', - `db_name` varchar(50) default NULL COMMENT '鏁版嵁婧愬悕瀛', - PRIMARY KEY (`id`) + `db_password` varchar(50) DEFAULT NULL COMMENT '瀵嗙爜', + `db_type` varchar(50) DEFAULT NULL COMMENT '鏁版嵁搴撶被鍨', + `db_name` varchar(50) DEFAULT NULL COMMENT '鏁版嵁婧愬悕瀛', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2688,34 +3032,132 @@ CREATE TABLE `t_s_depart` ( `ID` varchar(32) NOT NULL COMMENT 'ID', `departname` varchar(100) NOT NULL COMMENT '閮ㄩ棬鍚嶇О', `description` longtext COMMENT '鎻忚堪', - `parentdepartid` varchar(32) default NULL COMMENT '鐖堕儴闂↖D', - `org_code` varchar(64) default NULL COMMENT '鏈烘瀯缂栫爜', - `org_type` varchar(1) default NULL COMMENT '鏈烘瀯绫诲瀷', - `mobile` varchar(32) default NULL COMMENT '鎵嬫満鍙', - `fax` varchar(32) default NULL COMMENT '浼犵湡', - `address` varchar(100) default NULL COMMENT '鍦板潃', - `depart_order` varchar(5) default '0' COMMENT '鎺掑簭', - PRIMARY KEY (`ID`), - KEY `FK_knnm3wb0bembwvm0il7tf6686` USING BTREE (`parentdepartid`), - KEY `index_org_code` USING BTREE (`org_code`), - KEY `index_org_type` USING BTREE (`org_type`), - KEY `index_depart_order` USING BTREE (`depart_order`) + `parentdepartid` varchar(32) DEFAULT NULL COMMENT '鐖堕儴闂↖D', + `org_code` varchar(64) DEFAULT NULL COMMENT '鏈烘瀯缂栫爜', + `org_type` varchar(1) DEFAULT NULL COMMENT '鏈烘瀯绫诲瀷', + `mobile` varchar(32) DEFAULT NULL COMMENT '鎵嬫満鍙', + `fax` varchar(32) DEFAULT NULL COMMENT '浼犵湡', + `address` varchar(100) DEFAULT NULL COMMENT '鍦板潃', + `depart_order` varchar(5) DEFAULT '0' COMMENT '鎺掑簭', + `departname_en` varchar(500) DEFAULT NULL COMMENT '鑻辨枃鍚', + `departname_abbr` varchar(500) DEFAULT NULL COMMENT '缂╁啓', + `memo` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜鸿处鍙', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜鸿处鍙', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞炲叕鍙', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞為儴闂', + PRIMARY KEY (`ID`), + KEY `FK_knnm3wb0bembwvm0il7tf6686` (`parentdepartid`), + KEY `index_org_code` (`org_code`) USING BTREE, + KEY `index_org_type` (`org_type`) USING BTREE, + KEY `index_depart_order` (`depart_order`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_depart -- ---------------------------- -INSERT INTO `t_s_depart` VALUES ('402880e447e99cf10147e9a03b320003', '鍖椾含鍥界偓杞欢', '', null, 'A01', '1', '', '', '', '1'); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b677320003', '杞欢淇℃伅閮', '', '402880e447e99cf10147e9a03b320003', 'A01A01', '2', null, null, null, '0'); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b6a3be0005', '閿鍞儴闂', '', '402880e447e99cf10147e9a03b320003', 'A01A02', '2', null, null, null, '0'); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b710d20007', '浜哄姏璧勬簮閮', '', '402880e447e99cf10147e9a03b320003', 'A01A03', '2', null, null, null, '0'); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b762e30009', '閿鍞粡鐞', '', '402880e447e9a9570147e9b6a3be0005', 'A01A02A01', '2', null, null, null, '0'); -INSERT INTO `t_s_depart` VALUES ('402880e447e9ba550147e9c53b2e0013', '璐㈠姟', '', '8a8ab0b246dc81120146dc8180ba0017', 'A03A02', '2', null, null, null, '0'); -INSERT INTO `t_s_depart` VALUES ('402880e6487e661a01487e6b504e0001', '閿鍞汉鍛', '閿鍞汉鍛', '402880e447e9a9570147e9b762e30009', 'A01A02A01A01', '3', null, null, null, '0'); -INSERT INTO `t_s_depart` VALUES ('402880f15986303c0159864816180002', '閮ㄩ棬缁忕悊', '', '8a8ab0b246dc81120146dc8180a20016', 'A02A01', '2', '', '', '', null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180a20016', '涓浗浜哄鎬诲叕鍙', '1111', null, 'A02', '1', '', '', '', null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180ba0017', 'JEECG寮婧愮ぞ鍖', '', null, 'A03', '1', '', '', '', '2'); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '杞欢寮鍙戦儴', '鐮斿彂鎶鏈毦棰', '8a8ab0b246dc81120146dc8180ba0017', 'A03A01', '2', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880e447e99cf10147e9a03b320003', '鍖椾含鍥界偓杞欢', '', null, 'A01', '1', '', '', '', '1', null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b677320003', '杞欢淇℃伅閮', '', '402880e447e99cf10147e9a03b320003', 'A01A01', '2', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b6a3be0005', '閿鍞儴闂', '', '402880e447e99cf10147e9a03b320003', 'A01A02', '2', null, null, null, '0', null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b710d20007', '浜哄姏璧勬簮閮', '', '402880e447e99cf10147e9a03b320003', 'A01A03', '2', null, null, null, '0', null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b762e30009', '閿鍞粡鐞', '', '402880e447e9a9570147e9b6a3be0005', 'A01A02A01', '3', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e447e9ba550147e9c53b2e0013', '璐㈠姟', '', '8a8ab0b246dc81120146dc8180ba0017', 'A03A02', '2', null, null, null, '0', null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e6487e661a01487e6b504e0001', '閿鍞汉鍛', '閿鍞汉鍛', '402880e447e9a9570147e9b762e30009', 'A01A02A01A01', '2', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880f15986303c0159864816180002', '閮ㄩ棬缁忕悊', '', '8a8ab0b246dc81120146dc8180a20016', 'A02A01', '2', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180a20016', '涓浗浜哄鎬诲叕鍙', '1111', null, 'A02', '1', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180ba0017', 'JEECG寮婧愮ぞ鍖', '', null, 'A03', '1', '', '', '', '2', null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '杞欢寮鍙戦儴', '鐮斿彂鎶鏈毦棰', '8a8ab0b246dc81120146dc8180ba0017', 'A03A01', '2', null, null, null, '0', null, null, null, null, null, null, null, null, null, null, null); + +-- ---------------------------- +-- Table structure for t_s_depart_authg_function_rel +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_depart_authg_function_rel`; +CREATE TABLE `t_s_depart_authg_function_rel` ( + `id` varchar(36) NOT NULL COMMENT 'ID', + `group_id` varchar(36) DEFAULT NULL COMMENT '鏉冮檺缁処D', + `auth_id` varchar(36) DEFAULT NULL COMMENT '鏉冮檺ID', + `operation` varchar(2000) DEFAULT NULL COMMENT '椤甸潰鎿嶄綔鏉冮檺', + `datarule` varchar(1000) DEFAULT NULL COMMENT '鏁版嵁鏉冮檺', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(50) DEFAULT NULL COMMENT '淇敼浜', + `update_by` varchar(50) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_depart_authg_function_rel +-- ---------------------------- +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c3286000e', '402881f4609299ad0160929bd4ac000c', '4028838d5f351a87015f351fc33d0002', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328b000f', '402881f4609299ad0160929bd4ac000c', '4028ef8155fd32e40155fd348df80005', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328b0010', '402881f4609299ad0160929bd4ac000c', '4028ef8155fd32e40155fd344cdd0003', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328c0011', '402881f4609299ad0160929bd4ac000c', '4028911b5c0bf9b9015c0c034d8e0013', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328c0012', '402881f4609299ad0160929bd4ac000c', '4028ef8155fd32e40155fd344cddd3', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328c0013', '402881f4609299ad0160929bd4ac000c', '4028ef8155fd32e40155fd33c6670001', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328c0014', '402881f4609299ad0160929bd4ac000c', '4028ef8155fd32e40155fd3564520008', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328c0015', '402881f4609299ad0160929bd4ac000c', '402881875992e76c015992eb2a3b0009', null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:38', null, null, null, 'A03', 'A03'); + +-- ---------------------------- +-- Table structure for t_s_depart_authg_manager +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_depart_authg_manager`; +CREATE TABLE `t_s_depart_authg_manager` ( + `id` varchar(36) NOT NULL COMMENT 'ID', + `group_id` varchar(36) DEFAULT NULL COMMENT '鏉冮檺缁処D', + `user_id` varchar(36) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + `type` int(3) DEFAULT NULL COMMENT '鏉冮檺缁勭被鍨', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(50) DEFAULT NULL COMMENT '淇敼浜', + `update_by` varchar(50) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_depart_authg_manager +-- ---------------------------- +INSERT INTO `t_s_depart_authg_manager` VALUES ('402881f4609299ad0160929c5ebb0017', '402881f4609299ad0160929bd4ac000c', 'scott', null, '绠$悊鍛', 'admin', '2017-12-26 19:36:49', null, null, null, 'A03', 'A03'); +INSERT INTO `t_s_depart_authg_manager` VALUES ('402881f4609299ad0160929c7f760018', '402881f4609299ad0160929bd4ac000c', 'lisi', null, '绠$悊鍛', 'admin', '2017-12-26 19:36:57', null, null, null, 'A03', 'A03'); + +-- ---------------------------- +-- Table structure for t_s_depart_auth_group +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_depart_auth_group`; +CREATE TABLE `t_s_depart_auth_group` ( + `id` varchar(36) NOT NULL COMMENT 'ID', + `group_name` varchar(100) DEFAULT NULL COMMENT '鏉冮檺缁勫悕绉', + `dept_id` varchar(36) DEFAULT NULL COMMENT '閮ㄩ棬ID', + `dept_code` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬缂栫爜', + `dept_name` varchar(100) DEFAULT NULL COMMENT '閮ㄩ棬鍚嶇О', + `depart_type` varchar(2) DEFAULT NULL COMMENT '绫诲瀷1/鍏徃2/閮ㄩ棬4/渚涘簲鍟', + `level` int(10) DEFAULT NULL COMMENT '绾у埆', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(50) DEFAULT NULL COMMENT '淇敼浜', + `update_by` varchar(50) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_depart_auth_group +-- ---------------------------- +INSERT INTO `t_s_depart_auth_group` VALUES ('402881f4609299ad0160929bd4ac000c', '鍖椾含鍥界偓鏉冮檺', '402880e447e99cf10147e9a03b320003', 'A01', '鍖椾含鍥界偓杞欢', '1', '1', null, null, null, '绠$悊鍛', 'admin', '2017-12-26 19:36:29', null, null); -- ---------------------------- -- Table structure for t_s_document @@ -2723,23 +3165,50 @@ INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '杞欢寮 DROP TABLE IF EXISTS `t_s_document`; CREATE TABLE `t_s_document` ( `id` varchar(32) NOT NULL, - `typeid` varchar(32) default NULL, - `documentstate` smallint(6) default NULL, - `documenttitle` varchar(100) default NULL, + `typeid` varchar(32) DEFAULT NULL, + `documentstate` smallint(6) DEFAULT NULL, + `documenttitle` varchar(100) DEFAULT NULL, `pictureindex` blob, - `showhome` smallint(6) default NULL, - PRIMARY KEY (`id`), - KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` USING BTREE (`typeid`), - KEY `FK_f2mc12eu0umghp2i70apmtxjl` USING BTREE (`id`) + `showhome` smallint(6) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` (`typeid`) USING BTREE, + KEY `FK_f2mc12eu0umghp2i70apmtxjl` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_document -- ---------------------------- -INSERT INTO `t_s_document` VALUES ('402881f15e78ff61015e7926189f0024', '8a8ab0b246dc81120146dc8181fa0062', null, '6666', null, null); -INSERT INTO `t_s_document` VALUES ('402881f15e78ff61015e7927aa170028', '8a8ab0b246dc81120146dc8181fa0062', null, '6667', null, null); -INSERT INTO `t_s_document` VALUES ('402881f15e7a1d31015e7a2b5c3a0003', '8a8ab0b246dc81120146dc8181fa0062', null, '111', null, null); INSERT INTO `t_s_document` VALUES ('402881f15e7e1cc1015e7e338812000c', '8a8ab0b246dc81120146dc8181fa0062', null, '5555', null, null); +INSERT INTO `t_s_document` VALUES ('402881f15e896251015e896425150006', '8a8ab0b246dc81120146dc8181fa0062', null, '1212', null, null); +INSERT INTO `t_s_document` VALUES ('402881f15eb7ad3b015eb7b08db70001', '8a8ab0b246dc81120146dc8181fa0062', null, '888', null, null); + +-- ---------------------------- +-- Table structure for t_s_fill_rule +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_fill_rule`; +CREATE TABLE `t_s_fill_rule` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `rule_code` varchar(255) DEFAULT NULL COMMENT '瑙勫垯code', + `rule_name` varchar(255) DEFAULT NULL COMMENT '瑙勫垯鍚嶇О', + `rule_class` longtext COMMENT '瑙勫垯瀹炵幇绫', + `rule_param` longtext COMMENT '瑙勫垯鍙傛暟', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_fill_rule +-- ---------------------------- +INSERT INTO `t_s_fill_rule` VALUES ('402881ee60d4fc4e0160d4fef6a30001', '绠$悊鍛', 'admin', '2018-01-08 16:59:27', '绠$悊鍛', 'admin', '2018-01-09 19:00:18', 'A03', 'A03', '1', 'orderCode', '璁㈠崟鍙风敓鎴愯鍒', 'org.jeecgframework.web.cgform.enhance.OrderNumFillRule', '{\"prefix\":\"EN\"}'); +INSERT INTO `t_s_fill_rule` VALUES ('402881ee60d4fc4e0160d501177b0005', '绠$悊鍛', 'admin', '2018-01-08 17:01:47', null, null, null, 'A03', 'A03', '1', 'nowDate', '褰撳墠鏃ユ湡', 'org.jeecgframework.web.cgform.enhance.CurrentDateFillRule', ''); -- ---------------------------- -- Table structure for t_s_function @@ -2747,43 +3216,53 @@ INSERT INTO `t_s_document` VALUES ('402881f15e7e1cc1015e7e338812000c', '8a8ab0b2 DROP TABLE IF EXISTS `t_s_function`; CREATE TABLE `t_s_function` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `functioniframe` smallint(6) default NULL COMMENT '鑿滃崟鍦板潃鎵撳紑鏂瑰紡', - `functionlevel` smallint(6) default NULL COMMENT '鑿滃崟绛夌骇', + `functioniframe` smallint(6) DEFAULT NULL COMMENT '鑿滃崟鍦板潃鎵撳紑鏂瑰紡', + `functionlevel` smallint(6) DEFAULT NULL COMMENT '鑿滃崟绛夌骇', `functionname` varchar(50) NOT NULL COMMENT '鑿滃崟鍚嶅瓧', - `functionorder` varchar(255) default NULL COMMENT '鎺掑簭', - `functionurl` varchar(500) default NULL COMMENT 'URL', - `parentfunctionid` varchar(32) default NULL COMMENT '鐖惰彍鍗旾D', - `iconid` varchar(32) default NULL COMMENT '鍥炬爣ID', - `desk_iconid` varchar(32) default NULL COMMENT '妗岄潰鍥炬爣ID', - `functiontype` smallint(6) default NULL COMMENT '鑿滃崟绫诲瀷', - `function_icon_style` varchar(255) default NULL COMMENT 'ace鍥炬爣鏍峰紡', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - PRIMARY KEY (`ID`), - KEY `FK_brd7b3keorj8pmxcv8bpahnxp` USING BTREE (`parentfunctionid`), - KEY `FK_q5tqo3v4ltsp1pehdxd59rccx` USING BTREE (`iconid`), - KEY `FK_gbdacaoju6d5u53rp4jo4rbs9` USING BTREE (`desk_iconid`), - KEY `index_url` USING BTREE (`functionurl`(255)), - KEY `index_functiontype` USING BTREE (`functiontype`), - KEY `index_functionorder` USING BTREE (`functionorder`), - CONSTRAINT `t_s_function_ibfk_1` FOREIGN KEY (`parentfunctionid`) REFERENCES `t_s_function` (`ID`), - CONSTRAINT `t_s_function_ibfk_2` FOREIGN KEY (`desk_iconid`) REFERENCES `t_s_icon` (`ID`), - CONSTRAINT `t_s_function_ibfk_3` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`parentfunctionid`) REFER `jeecg/t_'; + `functionorder` varchar(255) DEFAULT NULL COMMENT '鎺掑簭', + `functionurl` varchar(500) DEFAULT NULL COMMENT 'URL', + `parentfunctionid` varchar(32) DEFAULT NULL COMMENT '鐖惰彍鍗旾D', + `iconid` varchar(32) DEFAULT NULL COMMENT '鍥炬爣ID', + `desk_iconid` varchar(32) DEFAULT NULL COMMENT '妗岄潰鍥炬爣ID', + `functiontype` smallint(6) DEFAULT NULL COMMENT '鑿滃崟绫诲瀷', + `function_icon_style` varchar(255) DEFAULT NULL COMMENT 'ace鍥炬爣鏍峰紡', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + PRIMARY KEY (`ID`), + KEY `FK_brd7b3keorj8pmxcv8bpahnxp` (`parentfunctionid`), + KEY `FK_q5tqo3v4ltsp1pehdxd59rccx` (`iconid`), + KEY `FK_gbdacaoju6d5u53rp4jo4rbs9` (`desk_iconid`), + KEY `index_url` (`functionurl`(255)), + KEY `index_functiontype` (`functiontype`) USING BTREE, + KEY `index_functionorder` (`functionorder`) USING BTREE, + CONSTRAINT `FK_brd7b3keorj8pmxcv8bpahnxp` FOREIGN KEY (`parentfunctionid`) REFERENCES `t_s_function` (`ID`), + CONSTRAINT `FK_gbdacaoju6d5u53rp4jo4rbs9` FOREIGN KEY (`desk_iconid`) REFERENCES `t_s_icon` (`ID`), + CONSTRAINT `FK_q5tqo3v4ltsp1pehdxd59rccx` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_function -- ---------------------------- INSERT INTO `t_s_function` VALUES ('297e7ae15de05304015de07b35de0001', null, '1', '鍙帓搴忓閫', '16', 'jeecgFormDemoController.do?selectSort', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-upload', 'admin', '绠$悊鍛', null, null, '2017-08-14 19:22:37', null); +INSERT INTO `t_s_function` VALUES ('297e7ae15e7e8929015e7e9bb4910002', null, '1', '楂樼骇鏌ヨ涓', '18', 'jeecgListDemoController.do?querysBuilder', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-09-15 15:54:58', '2017-09-14 12:18:07', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae15e836dbc015e83815f41000a', null, '1', '楂樼骇鏌ヨ浜', '18', 'jeecgListDemoController.do?goBuilderDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-09-15 15:55:04', '2017-09-15 11:07:27', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae15e84b2cd015e84b4a1a00001', null, '1', '楂樼骇鏌ヨ涓', '19', 'jeecgListDemoController.do?goFormQuerysBuilder', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:12:34', '2017-09-15 16:43:04', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae15e84b2cd015e84b4a1a00451', null, '1', '涓婁笅甯冨眬琛ㄥ崟涓', '19', 'jformOrderMainController.do?list', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:29:00', '2017-09-15 16:43:04', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae160909a6f016090a05e590003', null, '2', '閮ㄩ棬绠$悊鍛樿缃', '11', 'departAuthGroupController.do?list', '402881f4609299ad0160929ab2e00001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2017-12-26 19:35:19', '2017-12-26 10:21:57', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae160909a6f016090a0d3c80005', null, '2', '閮ㄩ棬瑙掕壊绠$悊', '12', 'departAuthGroupController.do?departRoleAuth', '402881f4609299ad0160929ab2e00001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2017-12-26 19:35:31', '2017-12-26 10:22:27', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae160909a6f016090a112a50007', null, '2', '閮ㄩ棬鐢ㄦ埛瑙掕壊鎺堟潈', '13', 'departAuthGroupController.do?departAuthGroupAuthorizeSet', '402881f4609299ad0160929ab2e00001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2017-12-26 19:35:42', '2017-12-26 10:22:43', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297e7ae160baa7ec0160baa977980001', null, '1', '鎴戠殑缁勭粐鏈烘瀯', '3', 'organzationController.do?myDepart', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2018-01-16 17:19:27', '2018-01-03 14:15:57', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('297edb626033bbcb016033fd0a190001', null, '1', '楂樼骇缁勫悎鏌ヨ閰嶇疆', '6', 'superQueryMainController.do?list', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2018-01-16 17:25:06', '2017-12-08 10:38:29', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('2c90ac564c9d1734014c9d6f4e370024', null, '1', 'menu.graph.configuration', '4', 'jformGraphreportHeadController.do?jformGraphreportHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('40284a815b48b411015b48b56fd80001', null, '1', '鍔ㄦ乼ab璁捐', '8', 'jeecgFormDemoController.do?ueditor', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-bug', null, null, 'admin', '2017-04-08 17:50:23', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('40284a815bb75d7b015bb7607ba00001', null, '1', '鐢靛瓙绛剧珷', '10', 'jeecgFormDemoController.do?eSign', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-empire', 'admin', '绠$悊鍛', null, null, '2017-04-29 09:43:25', null); +INSERT INTO `t_s_function` VALUES ('40284a815b48b411015b48b56fd80001', null, '1', '鍔ㄦ乼ab璁捐', '24', 'jeecgFormDemoController.do?ueditor', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-bug', null, null, 'admin', '2017-11-14 11:32:23', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('40284a815bb75d7b015bb7607ba00001', null, '1', '鐢靛瓙绛剧珷', '25', 'jeecgFormDemoController.do?eSign', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-empire', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:32:52', '2017-04-29 09:43:25', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('40284a815c1bac76015c1bc02abe0003', null, '1', '榛戝悕鍗曠鐞', '9', 'tsBlackListController.do?list', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-05-18 22:03:28', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('40287d81522a428401522a44aafb0002', null, '1', 'Online绉诲姩鍥捐〃', '5', 'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:34:36', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('40288018605416db0160542132600001', null, '1', '涓诲瓙琛ㄧ粍鍚堟煡璇', '26', 'jfromOrderController.do?list', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2018-01-11 10:55:47', '2017-12-14 16:25:50', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('40288088481d019401481d2fcebf000d', null, '1', 'minidao鏁版嵁鏉冮檺鍒楄〃', '1', 'jeecgListDemoController.do?minidaoDatagrid', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', '', null, null, 'admin', '2017-08-14 15:03:03', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461226e0001', null, '0', '娑堟伅涓棿浠', '8', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-commenting', null, null, 'admin', '2016-01-14 11:20:51', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461b3ac0004', null, '1', 'menu.business.management', '1', 'tSSmsSqlController.do?tSSmsSql', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-03-14 16:47:13', null, '绠$悊鍛'); @@ -2791,7 +3270,7 @@ INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488462658f0006', null, '1' INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488463aa210009', null, '1', 'menu.Business.configuration', '3', 'tSSmsTemplateSqlController.do?tSSmsTemplateSql', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); INSERT INTO `t_s_function` VALUES ('4028808848845c0f014884649488000c', null, '1', 'menu.send.message', '0', 'tSSmsController.do?tSSms', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); INSERT INTO `t_s_function` VALUES ('402880e448a28b750148a290c0e50001', null, '1', 'menu.sort.management', '16', 'categoryController.do?category', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5505a0012', null, '0', '鍦ㄧ嚎婕旂ず', '4', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-06-08 22:24:45', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5505a0012', null, '0', '鍦ㄧ嚎婕旂ず', '103', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-eye', null, null, 'admin', '2018-01-23 12:37:32', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5cc2e0014', null, '1', '璇峰亣鍒楄〃', '1', 'cgAutoListController.do?list&id=jform_leave', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:30:36', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76fa7e970024', null, '1', '鏁版嵁鎶ヨ〃', '2', 'cgReportController.do?list&id=user_msg', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-14 11:37:27', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76fd1bd60030', null, '1', '鍥惧舰鎶ヨ〃', '3', 'graphReportController.do?list&isIframe&id=yhcztj', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-14 11:37:16', null, '绠$悊鍛'); @@ -2814,11 +3293,19 @@ INSERT INTO `t_s_function` VALUES ('402881855c0190fa015c019342b20003', null, '1' INSERT INTO `t_s_function` VALUES ('402881875992e76c015992eb2a3b0009', null, '1', '鐧惧害', '2', 'https://www.baidu.com', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', null, null, '2017-01-12 21:43:22', null); INSERT INTO `t_s_function` VALUES ('402881c746de1ea60146de207d770001', null, '1', 'language.manage', '4', 'mutiLangController.do?mutiLang', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-03-10 11:54:58', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402881e45e6b867a015e6c539b8a000d', null, '1', '澶歵ab閫夐」鍗', '17', 'jeecgFormDemoController.do?tabsDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-bug', 'admin', '绠$悊鍛', 'admin', '2017-09-10 23:06:57', '2017-09-10 23:06:12', '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402881e55de5aead015de643eaed0004', null, '1', '澶氳〃澶寸ず渚', '3', 'jeecgListDemoController.do?multiHeaList', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', null, null, '2017-08-15 22:19:57', null); -INSERT INTO `t_s_function` VALUES ('402881ea5bc9abd3015bc9b2ebe10001', null, '1', '宸﹀彸甯冨眬', '11', 'jeecgFormDemoController.do?siteSelect', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', 'icon-link', null, null, 'admin', '2017-05-02 23:14:46', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402881ea5bcd7fd0015bcd8b5eae0001', null, '1', '涓婁笅甯冨眬', '12', 'jeecgFormDemoController.do?specialLayout', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', 'icon-columns', null, null, 'admin', '2017-09-06 10:19:00', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402881ef5e087320015e087a17570001', null, '1', 'popup鎺т欢', '0', 'jeecgFormDemoController.do?popupMultiValue', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-external-link', 'admin', '绠$悊鍛', 'admin', '2017-09-06 10:18:35', '2017-08-22 13:46:13', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881e55de5aead015de643eaed0004', null, '1', '澶氳〃澶寸ず渚', '7', 'jeecgListDemoController.do?multiHeaList', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:34:44', '2017-08-15 22:19:57', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881ea5bc9abd3015bc9b2ebe10001', null, '1', '宸﹀彸甯冨眬', '22', 'jeecgFormDemoController.do?siteSelect', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', 'icon-link', null, null, 'admin', '2017-11-14 11:29:32', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881ea5bcd7fd0015bcd8b5eae0001', null, '1', '涓婁笅甯冨眬琛ㄥ崟浜', '20', 'jeecgFormDemoController.do?specialLayout', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', 'icon-columns', null, null, 'admin', '2017-11-14 11:28:43', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881ef5e087320015e087a17570001', null, '1', 'popup鎺т欢', '23', 'jeecgFormDemoController.do?popupMultiValue', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-external-link', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:30:45', '2017-08-22 13:46:13', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881ef5f5c650e015f5c67ddd20001', null, '1', '涓婁笅甯冨眬琛ㄥ崟涓(fineui)', '21', 'jformOrderMainController.do?orderList', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:29:25', '2017-10-27 13:57:12', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881f4606cc3d501606cd07a520005', null, '1', '娣诲姞椤甸潰', '0', 'jeecgListDemoController.do?goAdd', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '1', '', 'admin', '绠$悊鍛', 'admin', '2017-12-19 11:29:35', '2017-12-19 11:28:10', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881f4609299ad0160929ab2e00001', null, '1', '浜岀骇绠$悊鍛', '6', '', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-group', 'admin', '绠$悊鍛', 'admin', '2018-01-16 17:20:57', '2017-12-26 19:35:00', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881fc60a07a350160a07cf68e0001', null, '1', '鎺ュ彛鏉冮檺', '6', '', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-share-alt', 'admin', '绠$悊鍛', 'admin', '2018-01-16 17:20:36', '2017-12-29 12:17:12', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881fc60a07a350160a07d4f860003', null, '2', '鎺ュ彛鏉冮檺绠$悊', '1', 'interfaceController.do?interface', '402881fc60a07a350160a07cf68e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', null, null, '2017-12-29 12:17:35', null); +INSERT INTO `t_s_function` VALUES ('402881fc60a07a350160a07da5720005', null, '2', '鎺ュ彛瑙掕壊绠$悊', '2', 'interroleController.do?list', '402881fc60a07a350160a07cf68e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', null, null, '2017-12-29 12:17:57', null); +INSERT INTO `t_s_function` VALUES ('402881fc60c0d2d50160c0d860b00001', null, '1', 'Online濉艰鍒', '4', 'tSFillRuleController.do?list', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2018-01-16 17:24:35', '2018-01-04 19:04:54', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402882b54df53718014df538fc100001', null, '1', 'menu.online.template', '2', 'cgformTemplateController.do?cgformTemplate', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028838d5f351a87015f351fc33d0002', null, '1', '鐗规畩P3鍒楄〃', '3', 'demo/jeecgP3demo.do?bootstrapList', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2017-10-19 22:58:02', '2017-10-19 22:53:14', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402885814e3d2d09014e3d2e77800001', null, '1', '鏁版嵁鏃ュ織', '4', 'systemController.do?dataLogList', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null, null); INSERT INTO `t_s_function` VALUES ('402889fb486e848101486e8de3d60005', null, '0', '鏁版嵁鏉冮檺', '100', '', null, '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', 'fa-gears', null, null, 'admin', '2017-03-04 13:37:59', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028911b5c0bf9b9015c0c034d8e0013', null, '1', 'P3绀轰緥', '13', 'demo/jeecgP3demo.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-05-26 18:52:50', null, '绠$悊鍛'); @@ -2841,23 +3328,23 @@ INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e207cf000c', null, '1' INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e27ae5000e', null, '1', '2D鏌辩姸鍥', '5', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '绠$悊鍛', null, null, '2016-03-15 14:07:01', null); INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e30f760010', null, '1', '2D楗煎浘', '6', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-09-08 16:58:19', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e3e6530013', null, '1', '缁煎悎鎶ヨ〃', '8', 'cgDynamGraphController.do?design&id=t_s_log', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '绠$悊鍛', null, null, '2016-03-15 14:08:34', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd33c6670001', null, '0', '鎻掍欢妯″潡', '0', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-download', null, null, 'admin', '2017-06-08 22:28:22', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd33c6670001', null, '0', '鎻掍欢妯″潡', '102', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-download', null, null, 'admin', '2018-01-23 12:33:07', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd344cdd0003', null, '1', '鏅氬垪琛', '1', 'p3/wxActInvite.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-07-22 13:45:46', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd344cddd3', null, '1', '璁㈠崟绠$悊', '1', 'demo/jpDemoOrderMain.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-06-20 22:35:05', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd348df80005', null, '1', '鏍戝舰鍒楄〃', '2', 'p3/auth.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-07-18 16:52:19', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd3564520008', null, '1', '鎴戠殑閭', '3', 'mail/p3MailJformInnerMail.do?toSendMail', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '绠$悊鍛', null, null, '2016-07-18 16:53:02', null); INSERT INTO `t_s_function` VALUES ('4028ef81574ae99701574aeb97bd0003', null, '1', '鐢ㄦ埛鍒楄〃鏁版嵁鏉冮檺', '2', 'userController.do?datagrid', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '1', '', 'admin', '绠$悊鍛', null, null, '2016-09-21 12:05:36', null); -INSERT INTO `t_s_function` VALUES ('4028f6815af3ce54015af3d1ad610001', null, '0', 'general.demo', '10', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-twitch', null, null, 'admin', '2016-01-14 11:30:57', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028f6815af3ce54015af3d1f52c0003', null, '1', 'UI鏍囩', '1', 'jeecgFormDemoController.do?uitag', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-italic', null, null, 'admin', '2017-03-22 17:48:16', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f6815af3ce54015af3d1ad610001', null, '0', 'general.demo', '6', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-twitch', null, null, 'admin', '2017-10-31 20:03:41', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f6815af3ce54015af3d1f52c0003', null, '1', '琛ㄥ崟鏍囩', '1', 'jeecgFormDemoController.do?uitag', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-italic', null, null, 'admin', '2017-11-14 11:37:15', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028f6815af5ca04015af5cbf9300001', null, '1', '琛ㄥ崟鏍¢獙', '2', 'jeecgFormDemoController.do?formValidDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-table', 'admin', '绠$悊鍛', null, null, '2017-03-22 19:34:29', null); -INSERT INTO `t_s_function` VALUES ('4028f6815af5e479015af5f08dc4001a', null, '1', '鍒楄〃鏍囩', '3', 'jeecgListDemoController.do?list', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', null, null, '2017-03-22 20:14:27', null); -INSERT INTO `t_s_function` VALUES ('4028f6815af6de95015af6e078420001', null, '1', 'Minidao鍒楄〃', '5', 'jeecgListDemoController.do?minidaoListDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-dropbox', null, null, 'admin', '2017-03-23 16:08:38', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028f6815af750eb015af755e1ca0001', null, '1', '鍘熺敓鎬佺粍浠', '4', 'jeecgFormDemoController.do?nature', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-bug', null, null, 'admin', '2017-03-26 22:42:44', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028f6815af9fb56015af9fc51d30001', null, '1', '鑷畾涔夋煡璇', '6', 'jeecgListDemoController.do?mysearchListDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-search', 'admin', '绠$悊鍛', 'admin', '2017-09-06 10:18:50', '2017-03-23 15:05:47', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f6815af5e479015af5f08dc4001a', null, '1', '鍒楄〃鏍囩', '0', 'jeecgListDemoController.do?list', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-list-alt', 'admin', '绠$悊鍛', 'admin', '2017-12-19 11:30:56', '2017-03-22 20:14:27', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f6815af6de95015af6e078420001', null, '1', 'Minidao鍒楄〃', '6', 'jeecgListDemoController.do?minidaoListDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-dropbox', null, null, 'admin', '2017-11-14 11:35:05', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f6815af750eb015af755e1ca0001', null, '1', '鍘熺敓鎬佺粍浠', '3', 'jeecgFormDemoController.do?nature', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-bug', null, null, 'admin', '2017-11-14 11:34:28', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f6815af9fb56015af9fc51d30001', null, '1', '鑷畾涔夋煡璇', '5', 'jeecgListDemoController.do?mysearchListDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-search', 'admin', '绠$悊鍛', 'admin', '2017-11-14 11:34:56', '2017-03-23 15:05:47', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028f6815afa8964015afa8a63e20001', null, '1', '琛岀紪杈', '8', 'jeecgListDemoController.do?rowListDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-frown', 'admin', '绠$悊鍛', null, null, '2017-03-23 17:40:57', null); INSERT INTO `t_s_function` VALUES ('4028f6815b0b1017015b0b1265cf0002', null, '1', '鏃ュ織鎶ヨ〃', '9', 'jeecgListDemoController.do?log', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-table', null, null, 'admin', '2017-03-26 22:43:57', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028fbc65c3ab6e3015c3ab7ba690003', null, '1', '鏂囨。绠$悊', '14', 'commonController.do?listTurn&turn=system/document/filesList', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-files-o', null, null, 'admin', '2017-05-26 17:23:12', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028fbc65c56ece6015c56f508300002', null, '1', '鏍戝舰鍒楄〃', '13', 'jeecgFormDemoController.do?function', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-tree', null, null, 'admin', '2017-05-31 20:55:09', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028fbc65c56ece6015c56f508300002', null, '1', '鏍戝舰鍒楄〃', '4', 'jeecgFormDemoController.do?function', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-tree', null, null, 'admin', '2017-11-14 11:35:33', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ce0019', null, '0', 'online.develop', '5', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-cloud', null, null, 'admin', '2016-04-08 22:28:17', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d2001a', null, '0', 'system.manage', '9', '', null, '8a8ab0b246dc81120146dc8180860006', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-home', null, null, 'admin', '2016-01-14 11:30:31', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d4001b', null, '0', 'common.query.statistics', '3', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-bar-chart-o', null, null, 'admin', '2017-02-25 16:57:28', null, '绠$悊鍛'); @@ -2874,122 +3361,7 @@ INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818109002e', null, '1' INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181100030', null, '1', 'data.monitor', '1', 'dataSourceController.do?goDruid&isIframe', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null, null); INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81811d0032', null, '1', 'system.log', '2', 'logController.do?log', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181150031', '0', null, null, null, null, null, null, null); INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181250034', null, '1', 'common.schedule.task', '3', 'timeTaskController.do?timeTask', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181210033', '0', null, null, null, null, null, null, null); - --- ---------------------------- --- Table structure for t_s_function_group --- ---------------------------- -DROP TABLE IF EXISTS `t_s_function_group`; -CREATE TABLE `t_s_function_group` ( - `id` varchar(36) NOT NULL COMMENT 'ID', - `group_name` varchar(100) default NULL COMMENT '鏉冮檺缁勫悕绉', - `dept_id` varchar(36) default NULL COMMENT '閮ㄩ棬ID', - `dept_code` varchar(50) default NULL COMMENT '閮ㄩ棬缂栫爜', - `dept_name` varchar(100) default NULL COMMENT '閮ㄩ棬鍚嶇О', - `pid` varchar(36) default NULL COMMENT '鏉冮檺缁勭埗ID', - `level` int(10) default NULL COMMENT '绾у埆', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜篿d', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(50) default NULL COMMENT '淇敼浜', - `update_by` varchar(50) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - --- ---------------------------- --- Records of t_s_function_group --- ---------------------------- -INSERT INTO `t_s_function_group` VALUES ('402881e45e5bc4e3015e5bc63f550005', '鍖椾含杞欢鏉冮檺', '402880e447e9a9570147e9b762e30009', 'A01A02A01', '閿鍞粡鐞', '0', '1', null, null, null, '绠$悊鍛', 'admin', '2017-09-13 10:14:30', null, null); -INSERT INTO `t_s_function_group` VALUES ('402881e45e5bc4e3015e5bc7f77e0014', 'jeecg浜у搧缁', '402880e447e9a9570147e9b677320003', 'A01A01', '杞欢淇℃伅閮', '402881e45e5bc4e3015e5bc63f550005', '2', null, null, null, '寮犱唬娴', 'scott', '2017-09-07 18:00:52', null, null); -INSERT INTO `t_s_function_group` VALUES ('402881e45e5bc4e3015e5bc81b780015', '椤圭洰鐮斿彂缁', '402880e447e9a9570147e9b677320003', 'A01A01', '杞欢淇℃伅閮', '402881e45e5bc4e3015e5bc63f550005', '2', null, null, null, '寮犱唬娴', 'scott', '2017-09-07 18:00:40', null, null); -INSERT INTO `t_s_function_group` VALUES ('402881f15e78ff61015e7902336c0004', '闇姹傞儴闂', '402880e447e9a9570147e9b677320003', 'A01A01', '杞欢淇℃伅閮', '402881e45e5bc4e3015e5bc63f550005', '2', '寮犱唬娴', 'scott', '2017-09-13 10:12:20', null, null, null, 'A01A02A01A01', 'A01'); - --- ---------------------------- --- Table structure for t_s_function_group_rel --- ---------------------------- -DROP TABLE IF EXISTS `t_s_function_group_rel`; -CREATE TABLE `t_s_function_group_rel` ( - `id` varchar(36) NOT NULL COMMENT 'ID', - `group_id` varchar(36) default NULL COMMENT '鏉冮檺缁処D', - `auth_id` varchar(36) default NULL COMMENT '鏉冮檺ID', - `operation` varchar(2000) default NULL COMMENT '椤甸潰鎿嶄綔鏉冮檺', - `datarule` varchar(1000) default NULL COMMENT '鏁版嵁鏉冮檺', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜篿d', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(50) default NULL COMMENT '淇敼浜', - `update_by` varchar(50) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - --- ---------------------------- --- Records of t_s_function_group_rel --- ---------------------------- -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54efdf89001e', '402880f95e54d7aa015e54d929160001', null, null, null, 'qinfeng', 'qinfeng', '2017-09-06 10:06:00', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da6e0039', '402880f95e54d7aa015e54d929160001', '4028ef8155fd32e40155fd348df80005', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da6f003a', '402880f95e54d7aa015e54d929160001', '4028ef8155fd32e40155fd344cdd0003', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da70003b', '402880f95e54d7aa015e54d929160001', '4028911b5c0bf9b9015c0c034d8e0013', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da70003c', '402880f95e54d7aa015e54d929160001', '4028ef8155fd32e40155fd344cddd3', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da70003d', '402880f95e54d7aa015e54d929160001', '4028ef8155fd32e40155fd33c6670001', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da70003e', '402880f95e54d7aa015e54d929160001', '4028ef8155fd32e40155fd3564520008', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e54f3da70003f', '402880f95e54d7aa015e54d929160001', '402881875992e76c015992eb2a3b0009', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:10:20', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b87006b', '402880f95e54d7aa015e54d929160001', '402880ec5cc40078015cc43430e80061', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:30:49', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b88006c', '402880f95e54d7aa015e54d929160001', '402880ec5cc40078015cc4348d1d0064', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:30:49', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b89006d', '402880f95e54d7aa015e54d929160001', '402880ec5cc40078015cc43685d60079', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:30:49', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b89006e', '402880f95e54d7aa015e54d929160001', '4028ab775dca0d1b015dca3fccb60016', null, '4028ab775dca0d1b015dca4183530018,402880ec5ddfdd26015ddfe3e0570011,', '绠$悊鍛', 'admin', '2017-09-06 10:30:49', '绠$悊鍛', 'admin', '2017-09-06 10:30:54', 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b89006f', '402880f95e54d7aa015e54d929160001', '402880ec5cc40078015cc437afc3007b', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:30:49', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b890070', '402880f95e54d7aa015e54d929160001', '402880ec5cc40078015cc435a0a40077', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:30:49', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402880f95e54d7aa015e55069b890071', '402880f95e54d7aa015e54d929160001', '402880ec5cc40078015cc453ef9600a7', null, null, '绠$悊鍛', 'admin', '2017-09-06 10:30:49', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673c80006', '402881e45e5bc4e3015e5bc63f550005', '40288088481d019401481d2fcebf000d', '40288088481d019401481d30a0d1000f,', '402881875b19f141015b19f8125e0014,', '绠$悊鍛', 'admin', '2017-09-07 17:58:06', '绠$悊鍛', 'admin', '2017-09-07 17:58:08', 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673cd0007', '402881e45e5bc4e3015e5bc63f550005', '4028ef8155fd32e40155fd348df80005', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673cd0008', '402881e45e5bc4e3015e5bc63f550005', '4028ef8155fd32e40155fd344cdd0003', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673cd0009', '402881e45e5bc4e3015e5bc63f550005', '4028911b5c0bf9b9015c0c034d8e0013', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673cd000a', '402881e45e5bc4e3015e5bc63f550005', '4028ef8155fd32e40155fd344cddd3', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673ce000b', '402881e45e5bc4e3015e5bc63f550005', '4028ef8155fd32e40155fd33c6670001', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673ce000c', '402881e45e5bc4e3015e5bc63f550005', '402889fb486e848101486e8de3d60005', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673ce000d', '402881e45e5bc4e3015e5bc63f550005', '4028ef8155fd32e40155fd3564520008', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc673ce000e', '402881e45e5bc4e3015e5bc63f550005', '402881875992e76c015992eb2a3b0009', null, null, '绠$悊鍛', 'admin', '2017-09-07 17:58:06', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc83c9f0016', '402881e45e5bc4e3015e5bc7f77e0014', '4028ef8155fd32e40155fd344cddd3', null, null, '寮犱唬娴', 'scott', '2017-09-07 18:00:02', null, null, null, 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc83ca00017', '402881e45e5bc4e3015e5bc7f77e0014', '4028ef8155fd32e40155fd33c6670001', null, null, '寮犱唬娴', 'scott', '2017-09-07 18:00:02', null, null, null, 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc84d500018', '402881e45e5bc4e3015e5bc81b780015', '40288088481d019401481d2fcebf000d', '40288088481d019401481d30a0d1000f,', null, '寮犱唬娴', 'scott', '2017-09-07 18:00:07', '寮犱唬娴', 'scott', '2017-09-07 18:00:11', 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881e45e5bc4e3015e5bc84d5b0019', '402881e45e5bc4e3015e5bc81b780015', '402889fb486e848101486e8de3d60005', null, null, '寮犱唬娴', 'scott', '2017-09-07 18:00:07', null, null, null, 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881f15e78ff61015e7902bda50005', '402881f15e78ff61015e7902336c0004', '40288088481d019401481d2fcebf000d', '40288088481d019401481d30a0d1000f,', '402881875b19f141015b19f8125e0014,', '寮犱唬娴', 'scott', '2017-09-13 10:12:56', '寮犱唬娴', 'scott', '2017-09-13 10:13:01', 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_rel` VALUES ('402881f15e78ff61015e7902bdae0006', '402881f15e78ff61015e7902336c0004', '402889fb486e848101486e8de3d60005', null, null, '寮犱唬娴', 'scott', '2017-09-13 10:12:56', null, null, null, 'A01A02A01A01', 'A01'); - --- ---------------------------- --- Table structure for t_s_function_group_user --- ---------------------------- -DROP TABLE IF EXISTS `t_s_function_group_user`; -CREATE TABLE `t_s_function_group_user` ( - `id` varchar(36) NOT NULL COMMENT 'ID', - `group_id` varchar(36) default NULL COMMENT '鏉冮檺缁処D', - `user_id` varchar(36) default NULL COMMENT '鐢ㄦ埛ID', - `type` tinyint(4) default NULL COMMENT '鏉冮檺缁勭被鍨', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜篿d', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(50) default NULL COMMENT '淇敼浜', - `update_by` varchar(50) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - --- ---------------------------- --- Records of t_s_function_group_user --- ---------------------------- -INSERT INTO `t_s_function_group_user` VALUES ('402880f95e54d7aa015e54dbe577000f', '402880f95e54d7aa015e54d929160001', 'qinfeng', null, '绠$悊鍛', 'admin', '2017-09-06 09:44:10', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_user` VALUES ('402881e45e5bc4e3015e5bc6c189000f', '402881e45e5bc4e3015e5bc63f550005', 'scott', null, '绠$悊鍛', 'admin', '2017-09-07 17:58:25', null, null, null, 'A03', 'A03'); -INSERT INTO `t_s_function_group_user` VALUES ('402881f15e78ff61015e7904afa70012', '402881f15e78ff61015e7902336c0004', 'lisi', '1', '寮犱唬娴', 'scott', '2017-09-13 10:15:03', null, null, null, 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_user` VALUES ('402881f15e78ff61015e790532950013', '402881e45e5bc4e3015e5bc7f77e0014', 'demo', '1', '寮犱唬娴', 'scott', '2017-09-13 10:15:37', null, null, null, 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_user` VALUES ('402881f15e78ff61015e790532a00014', '402881e45e5bc4e3015e5bc81b780015', 'demo', '1', '寮犱唬娴', 'scott', '2017-09-13 10:15:37', null, null, null, 'A01A02A01A01', 'A01'); -INSERT INTO `t_s_function_group_user` VALUES ('402881f15e78ff61015e790532a80015', '402881f15e78ff61015e7902336c0004', 'demo', '1', '寮犱唬娴', 'scott', '2017-09-13 10:15:37', null, null, null, 'A01A02A01A01', 'A01'); +INSERT INTO `t_s_function` VALUES ('ff8080815ffd3b5d015ffd3e74b40001', null, '1', '鑷畾涔夋煡璇簩', '5', 'jeecgListDemoController.do?mysearchListDemo2', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-search', 'admin', '绠$悊鍛', null, null, '2017-11-27 19:30:50', null); -- ---------------------------- -- Table structure for t_s_icon @@ -2997,13 +3369,13 @@ INSERT INTO `t_s_function_group_user` VALUES ('402881f15e78ff61015e790532a80015' DROP TABLE IF EXISTS `t_s_icon`; CREATE TABLE `t_s_icon` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `extend` varchar(255) default NULL COMMENT '鍥剧墖鍚庣紑', - `iconclas` varchar(200) default NULL COMMENT '绫诲瀷', + `extend` varchar(255) DEFAULT NULL COMMENT '鍥剧墖鍚庣紑', + `iconclas` varchar(200) DEFAULT NULL COMMENT '绫诲瀷', `content` blob COMMENT '鍥剧墖娴佸唴瀹', `name` varchar(100) NOT NULL COMMENT '鍚嶅瓧', `path` longtext COMMENT '璺緞', - `type` smallint(6) default NULL COMMENT '绫诲瀷 1绯荤粺鍥炬爣/2鑿滃崟鍥炬爣/3妗岄潰鍥炬爣', - PRIMARY KEY (`ID`) + `type` smallint(6) DEFAULT NULL COMMENT '绫诲瀷 1绯荤粺鍥炬爣/2鑿滃崟鍥炬爣/3妗岄潰鍥炬爣', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3032,23 +3404,145 @@ INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181290035', 'png', 'deskI INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181560043', 'png', 'deskIcon', null, '鐗规畩甯冨眬', 'plug-in/sliding/icon/xiami.png', '3'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81816e004a', 'png', 'deskIcon', null, '澶氶檮浠剁鐞', 'plug-in/sliding/icon/vadio.png', '3'); +-- ---------------------------- +-- Table structure for t_s_interface +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_interface`; +CREATE TABLE `t_s_interface` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `interface_name` varchar(50) NOT NULL COMMENT '鏉冮檺鍚嶇О', + `interface_order` varchar(50) DEFAULT NULL COMMENT '鎺掑簭', + `interface_level` varchar(10) DEFAULT NULL COMMENT '鎺ュ彛绛夌礆', + `interface_url` longtext COMMENT 'URL', + `interface_code` varchar(64) NOT NULL COMMENT '鎺ュ彛缂栫爜', + `interface_method` varchar(64) DEFAULT NULL COMMENT '璇锋眰鏂瑰紡', + `parent_interface_id` varchar(32) DEFAULT NULL COMMENT '鐖惰彍鍗旾D', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_interface +-- ---------------------------- +INSERT INTO `t_s_interface` VALUES ('4028810260baf1410160bafb7024000d', '绠$悊鍛', 'admin', '2018-01-03 15:45:28', null, null, null, 'A03', 'A03', '榛戝悕鍗曞崟鏉℃暟鎹煡璇', '2', '1', '/rest/tsBlackListController/{id}', 'blacklist_get', 'GET', '402881fc60a129cf0160a155e8c10016'); +INSERT INTO `t_s_interface` VALUES ('4028810260baf1410160bafbe0eb000f', '绠$悊鍛', 'admin', '2018-01-03 15:45:57', '绠$悊鍛', 'admin', '2018-01-03 15:46:56', 'A03', 'A03', '榛戝悕鍗曟坊鍔', '3', '1', 'rest/tsBlackListController', 'blacklist_add', 'POST', '402881fc60a129cf0160a155e8c10016'); +INSERT INTO `t_s_interface` VALUES ('4028810260baf1410160bafc53350011', '绠$悊鍛', 'admin', '2018-01-03 15:46:26', null, null, null, 'A03', 'A03', '榛戝悕鍗曠紪杈', '4', '1', '/rest/tsBlackListController', 'blacklist_edit', 'PUT', '402881fc60a129cf0160a155e8c10016'); +INSERT INTO `t_s_interface` VALUES ('4028810260baf1410160bafcae570013', '绠$悊鍛', 'admin', '2018-01-03 15:46:50', null, null, null, 'A03', 'A03', '榛戝悕鍗曞垹闄', '5', '1', '/rest/tsBlackListController/{id}', 'blacklist_delete', 'DELETE', '402881fc60a129cf0160a155e8c10016'); +INSERT INTO `t_s_interface` VALUES ('402881fc60a129cf0160a155e8c10016', '绠$悊鍛', 'admin', '2017-12-29 16:14:10', null, null, null, 'A03', 'A03', '榛戝悕鍗曟帴鍙', '1', '0', '', 'BlackList', 'GET', null); +INSERT INTO `t_s_interface` VALUES ('402881fc60a129cf0160a1563ee60018', '绠$悊鍛', 'admin', '2017-12-29 16:14:32', '绠$悊鍛', 'admin', '2018-01-03 15:45:01', 'A03', 'A03', '榛戝悕鍗曞垪琛ㄦ煡璇', '1', '1', '/rest/tsBlackListController', 'blacklist_list', 'GET', '402881fc60a129cf0160a155e8c10016'); + +-- ---------------------------- +-- Table structure for t_s_interface_datarule +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_interface_datarule`; +CREATE TABLE `t_s_interface_datarule` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `rule_name` varchar(96) DEFAULT NULL COMMENT '鎺ュ彛鏉冮檺瑙勫垯鍚嶇О', + `rule_column` longtext COMMENT '瀛楁', + `rule_conditions` longtext COMMENT '鏉′欢', + `rule_value` longtext COMMENT '瑙勫垯鍊', + `interface_id` varchar(32) DEFAULT NULL COMMENT '鑿滃崟id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_interface_datarule +-- ---------------------------- +INSERT INTO `t_s_interface_datarule` VALUES ('402881fc60a196d80160a1a31dd70001', null, null, null, '绠$悊鍛', 'admin', '2017-12-29 18:54:12', null, null, '闄愬埗IP', 'ip', 'LIKE', '192.168.0', '402881fc60a129cf0160a1563ee60018'); + +-- ---------------------------- +-- Table structure for t_s_interrole +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_interrole`; +CREATE TABLE `t_s_interrole` ( + `id` varchar(32) NOT NULL COMMENT 'id', + `role_code` varchar(10) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊缂栫爜', + `role_name` varchar(100) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊鍚嶇О', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鎺ュ彛鏉冮檺瑙掕壊琛'; + +-- ---------------------------- +-- Records of t_s_interrole +-- ---------------------------- +INSERT INTO `t_s_interrole` VALUES ('402881fc60a0eea40160a0f20b1f0001', 'common', '閫氱敤鎺ュ彛瑙掕壊', '绠$悊鍛', '2017-12-29 18:53:49', 'admin', null, null, null); + +-- ---------------------------- +-- Table structure for t_s_interrole_interface +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_interrole_interface`; +CREATE TABLE `t_s_interrole_interface` ( + `id` varchar(32) NOT NULL COMMENT 'ID', + `interface_id` varchar(32) DEFAULT NULL COMMENT '鏉冮檺ID', + `interrole_id` varchar(32) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊ID', + `data_rule` varchar(1000) DEFAULT NULL COMMENT '鎺ュ彛鏉冮檺瑙勫垯ID', + UNIQUE KEY `uniq_interfaceid_interroleid` (`interface_id`,`interrole_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鎺ュ彛鏉冮檺瑙掕壊鍏宠仈琛'; + +-- ---------------------------- +-- Records of t_s_interrole_interface +-- ---------------------------- +INSERT INTO `t_s_interrole_interface` VALUES ('4028810260baf1410160baf9c5b00008', '402881fc60a129cf0160a1563ee60018', '402881fc60a0eea40160a0f20b1f0001', null); +INSERT INTO `t_s_interrole_interface` VALUES ('4028810260baf1410160baf9c5b30009', '402881fc60a129cf0160a155e8c10016', '402881fc60a0eea40160a0f20b1f0001', null); +INSERT INTO `t_s_interrole_interface` VALUES ('4028810260baf1410160bafcf7300016', '4028810260baf1410160bafc53350011', '402881fc60a0eea40160a0f20b1f0001', null); +INSERT INTO `t_s_interrole_interface` VALUES ('4028810260baf1410160bafcf7330017', '4028810260baf1410160bafbe0eb000f', '402881fc60a0eea40160a0f20b1f0001', null); +INSERT INTO `t_s_interrole_interface` VALUES ('4028810260baf1410160bafcf7330018', '4028810260baf1410160bafcae570013', '402881fc60a0eea40160a0f20b1f0001', null); +INSERT INTO `t_s_interrole_interface` VALUES ('4028810260baf1410160bafcf7340019', '4028810260baf1410160bafb7024000d', '402881fc60a0eea40160a0f20b1f0001', null); + +-- ---------------------------- +-- Table structure for t_s_interrole_user +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_interrole_user`; +CREATE TABLE `t_s_interrole_user` ( + `id` varchar(32) NOT NULL COMMENT 'ID', + `interrole_id` varchar(32) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + PRIMARY KEY (`id`), + UNIQUE KEY `uniq_interroleid_userid` (`interrole_id`,`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鎺ュ彛瑙掕壊鍜岀敤鎴峰叧鑱旇〃'; + +-- ---------------------------- +-- Records of t_s_interrole_user +-- ---------------------------- +INSERT INTO `t_s_interrole_user` VALUES ('402881fc60a1cbe40160a1f080770012', '402881fc60a0eea40160a0f20b1f0001', '402881fc60a1cbe40160a1f080620011'); + -- ---------------------------- -- Table structure for t_s_log -- ---------------------------- DROP TABLE IF EXISTS `t_s_log`; CREATE TABLE `t_s_log` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `broswer` varchar(100) default NULL COMMENT '娴忚鍣', + `broswer` varchar(100) DEFAULT NULL COMMENT '娴忚鍣', `logcontent` longtext NOT NULL COMMENT '鏃ュ織鍐呭', - `loglevel` smallint(6) default NULL COMMENT '鏃ュ織绾у埆', + `loglevel` smallint(6) DEFAULT NULL COMMENT '鏃ュ織绾у埆', `note` longtext COMMENT 'IP', `operatetime` datetime NOT NULL COMMENT '鎿嶄綔鏃堕棿', - `operatetype` smallint(6) default NULL COMMENT '鎿嶄綔绫诲瀷', - `userid` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - `username` varchar(10) default NULL COMMENT '鐢ㄦ埛璐﹀彿', - `realname` varchar(50) default NULL COMMENT '鐪熷疄鍚嶅瓧', - PRIMARY KEY (`ID`), - KEY `FK_oe64k4852uylhyc5a00rfwtay` USING BTREE (`userid`) + `operatetype` smallint(6) DEFAULT NULL COMMENT '鎿嶄綔绫诲瀷', + `userid` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + `username` varchar(10) DEFAULT NULL COMMENT '鐢ㄦ埛璐﹀彿', + `realname` varchar(50) DEFAULT NULL COMMENT '鐪熷疄鍚嶅瓧', + PRIMARY KEY (`ID`), + KEY `FK_oe64k4852uylhyc5a00rfwtay` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- @@ -11243,23 +11737,1192 @@ INSERT INTO `t_s_log` VALUES ('402881f15e7ed073015e7f11be640003', 'Chrome', '鐢 INSERT INTO `t_s_log` VALUES ('402881f15e7f3dd0015e7f3f7c0a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-14 15:17:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); INSERT INTO `t_s_log` VALUES ('402881f15e7f3fe6015e7f426fdb0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-14 15:20:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); INSERT INTO `t_s_log` VALUES ('402881f15e8352a6015e8353060f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 10:16:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e47fb20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 17:35:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e4cb300001', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:35:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e4de440002', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:35:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e4ed100003', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:35:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e5177b0004', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:35:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e552800005', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:36:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e57ccf0006', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:36:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e58e770007', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:36:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e5a1170008', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:36:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e5b66c0009', 'Chrome', 'admin', '2', '鏈湴', '2017-09-15 17:36:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84e5c2dd000a', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 17:36:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84ecc75b000b', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:44:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84ecddb9000c', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:44:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84ecf68c000d', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-15 17:44:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84ed6574000e', 'Chrome', 'admin', '2', '鏈湴', '2017-09-15 17:45:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84e430015e84ed72ec000f', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 17:45:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_log` VALUES ('402881f15e84efbd015e84f011b70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 17:47:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e847fb0015e84801aca0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 15:45:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e848376015e8483b9c90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-09-15 15:49:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e848376015e848486050003', 'Chrome', 'admin', '2', '鏈湴', '2017-09-15 15:50:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e848376015e8484920f0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 15:50:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e848376015e8484d3d70005', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-15 15:50:51', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e848376015e848593b80006', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '127.0.0.1', '2017-09-15 15:51:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e848376015e8485ceab0007', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '127.0.0.1', '2017-09-15 15:51:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84878d015e8487d19f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 15:54:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84878d015e84882e5f0001', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-15 15:54:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84878d015e84889a2c0002', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-15 15:54:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84878d015e8488b3180003', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-15 15:55:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84878d015e8488b8c40004', 'Chrome', 'admin', '2', '鏈湴', '2017-09-15 15:55:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84878d015e8488d6280005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 15:55:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e84e00b015e84e075c10000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-15 17:30:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e8962a1cd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-16 14:31:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e896396b90001', 'Chrome', '6666琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-16 14:32:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e89639c0d0002', 'Chrome', '6667琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-16 14:32:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e8963a0ed0003', 'Chrome', '111琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-16 14:32:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e8986dac80007', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-16 15:11:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e898787dc0009', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-16 15:11:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e89878ea5000a', 'Chrome', 'admin', '2', '鏈湴', '2017-09-16 15:11:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e896251015e89879b73000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-16 15:11:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e89dc67015e89dd5cb50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-16 16:45:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e89eb33015e89f6ee6c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-16 17:13:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838a5e9071a5015e907211c50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-17 23:25:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d353015e92d3f4c70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 10:31:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92d851da0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 10:36:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92d8942c0001', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-18 10:37:00', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92da790c0003', 'Chrome', 'admin', '2', '鏈湴', '2017-09-18 10:39:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92da8bef0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 10:39:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92da9bbd0005', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-18 10:39:13', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92db1c9d0006', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-18 10:39:46', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92dcad670007', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-18 10:41:29', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92dce01a0008', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-18 10:41:42', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92d744015e92dd15710009', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-18 10:41:56', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e92e65c015e92e70b7a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 10:52:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9300d7015e9301273d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 11:21:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9300d7015e9306cba10001', 'Chrome', '閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: \"#index#\"', '6', '鏈湴', '2017-09-18 11:27:29', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9308da015e930947ea0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 11:30:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e930b08015e930b6d430000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 11:32:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e930b08015e930c3c200006', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-09-18 11:33:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e939bf3290000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 14:10:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e939d86ab0002', 'Chrome', '瑙掕壊: 44琚坊鍔犳垚鍔', '3', '鏈湴', '2017-09-18 14:12:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e939d97c00003', 'Chrome', '瑙掕壊: 445琚洿鏂版垚鍔', '5', '鏈湴', '2017-09-18 14:12:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e939d9f610004', 'Chrome', '瑙掕壊: 445琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-18 14:12:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e939e60ad0006', 'Chrome', '閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欽DBC exception on Hibernate data access: SQLException for SQL [n/a]; SQL state [01000]; error code [1265]; Data truncated for column \'salary\' at row 1; nested exception is org.hibernate.exception.GenericJDBCException: Data truncated for column \'salary\' at row 1', '6', '鏈湴', '2017-09-18 14:13:03', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e939ef1670008', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-09-18 14:13:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a09bb10009', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 14:15:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a0bf69000a', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 14:15:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a1dd0e000c', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-09-18 14:16:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a1ff57000d', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 14:17:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a25f01000f', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-09-18 14:17:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a637910011', 'Chrome', '琛ㄥ崟鏍峰紡琛ㄦ坊鍔犳垚鍔', '3', '鏈湴', '2017-09-18 14:21:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a644aa0012', 'Chrome', '琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', '5', '鏈湴', '2017-09-18 14:21:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e939b7c015e93a64d580013', 'Chrome', '琛ㄥ崟鏍峰紡琛ㄥ垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-18 14:21:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93c2fb015e93c34da00000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 14:53:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93c2fb015e93c3922e0003', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 14:53:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93c2fb015e93c3ec440005', 'Chrome', '閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn \'dev_flag\' cannot be null', '6', '鏈湴', '2017-09-18 14:54:04', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93c2fb015e93c65d1b0008', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 14:56:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93c2fb015e93ce96a4000c', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:05:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93d6e6ac0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-18 15:14:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93dc48c30004', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:20:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93dea7880008', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:23:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93deb196000c', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:23:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93debaf6000f', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:23:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93df18400013', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:23:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93e125080017', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:25:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e93d5f3015e93e17d32001b', 'Chrome', '鐢ㄦ埛: demo鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-18 15:26:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98dc906f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-19 14:39:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98de9e2b0001', 'Chrome', 'admin', '2', '鏈湴', '2017-09-19 14:41:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98debd970002', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-19 14:41:27', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98decf710003', 'Chrome', 'scott', '2', '鏈湴', '2017-09-19 14:41:32', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98dedfb20004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-19 14:41:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98df4a370005', 'Chrome', 'admin', '2', '鏈湴', '2017-09-19 14:42:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98dbfa015e98df68a90006', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-19 14:42:11', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'demo'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e17d015e98e25a710000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-19 14:45:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e17d015e98e2bdb40001', 'Chrome', 'admin', '2', '鏈湴', '2017-09-19 14:45:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e17d015e98e2de9c0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-19 14:45:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e17d015e98e2ea8c0003', 'Chrome', 'admin', '2', '鏈湴', '2017-09-19 14:46:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e17d015e98e307b90004', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-19 14:46:09', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'demo'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e6b1015e98e731bd0000', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-19 14:50:41', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e6b1015e98e743af0001', 'Chrome', 'scott', '2', '鏈湴', '2017-09-19 14:50:46', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e98e6b1015e98e75fff0002', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-19 14:50:53', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'demo'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9deddcc00000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-20 14:16:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df470290001', 'Chrome', 'admin', '2', '鏈湴', '2017-09-20 14:23:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df48b4c0002', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-20 14:23:22', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df499840003', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:23:26', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df49d3d0004', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:23:27', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df4bae90005', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:23:35', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df4c97a0006', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:23:38', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df5593d0007', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:24:15', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9df5c0cd0008', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:24:42', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9dfec3b60009', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:34:32', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9dec80015e9e00a24a000a', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-09-20 14:36:35', '3', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9e39c0015e9e3a2d700000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-20 15:39:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9e39c0015e9e3a74b40001', 'Chrome', 'admin', '2', '鏈湴', '2017-09-20 15:39:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9e39c0015e9e3aa6ef0002', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-09-20 15:39:57', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9e39c0015e9e55bc7b0004', 'Chrome', 'scott', '2', '鏈湴', '2017-09-20 16:09:32', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f15e9e39c0015e9e55caaf0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-20 16:09:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15e9e39c0015e9ea29b070006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-20 17:33:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea25027570000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-21 10:41:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29b91280001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-21 12:04:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29c9fdd0002', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:27', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29ca4c50003', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:28', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29ca7410004', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:29', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29ca88d0005', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:29', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29cadc90006', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:30', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29cb2840007', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:31', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29cb2e80008', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:32', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea24fad015ea29cb6020009', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-09-21 12:05:32', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea30724015ea3076f570000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-21 14:02:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea4030e015ea40352470000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-21 18:37:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea4030e015ea430a9a50001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-21 19:26:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ea4030e015ea43f69670002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-21 19:42:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb77020b20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-25 13:08:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb785d9bd0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:32:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb792287b0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-25 13:46:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb792c4fa0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:46:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb793afa50004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:47:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb79419e90005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:48:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb794a8f10006', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:48:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb7956c180007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:49:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb796bee10008', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 13:51:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb79818810009', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-25 13:52:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb7a31961000a', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 14:04:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb76fca015eb7a370e7000b', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 14:04:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7ad3b015eb7ad7dc10000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-25 14:15:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7ad3b015eb7b2a5330003', 'Chrome', '111琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-25 14:21:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7ad3b015eb7b6ccba0005', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-09-25 14:26:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7ad3b015eb7c7a95c0006', 'Chrome', '瀹℃牳鎴愬姛', '5', '鏈湴', '2017-09-25 14:44:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7ad3b015eb7c86f080007', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-09-25 14:45:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7d45e015eb7d4a1780000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.113', '2017-09-25 14:58:39', '1', '8a8ab0b246dc81120146dc8181950052', null, null); +INSERT INTO `t_s_log` VALUES ('402881f15eb7d45e015eb7d4a3f40001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.113', '2017-09-25 14:58:39', '1', '8a8ab0b246dc81120146dc8181950052', null, null); +INSERT INTO `t_s_log` VALUES ('402881f15eb7d45e015eb7dba6670002', 'Chrome', '淇敼鎴愬姛', '5', '192.168.1.113', '2017-09-25 15:06:19', '1', '8a8ab0b246dc81120146dc8181950052', null, null); +INSERT INTO `t_s_log` VALUES ('402881f15eb7e45d015eb7e5524e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-25 15:16:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7e45d015eb7e5e8520001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 15:17:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7e45d015eb7e6b5720002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 15:18:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7e45d015eb7e6f21a0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 15:18:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7e45d015eb7e759a50004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-25 15:19:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15eb7e45d015eb80e3e5c0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-25 16:01:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebbedac015ebbee3b580000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-26 10:05:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebbedac015ebbeebe5f0004', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-09-26 10:05:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebbedac015ebbfc9c120005', 'Chrome', '鍖呭ご甯岄摑宸ョ▼璧勬枡绠$悊绯荤粺鎶ヤ环鍗昖1.0琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-26 10:20:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebbedac015ebbfcee5d0006', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-26 10:21:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd392d2f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-26 16:06:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd39bc8b0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:07:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd39f1f80002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:07:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd3dcc990003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:11:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd3e30720004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:12:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd3e697e0005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:12:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd3f34c50006', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:13:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd3f75080007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:13:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd38ca015ebd4072d20008', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-09-26 16:14:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd89ee015ebd8f333b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-09-26 17:40:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd89ee015ebd8ff73f0001', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-09-26 17:41:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd89ee015ebd909c530003', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-26 17:42:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f15ebd89ee015ebd90a63a0004', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-09-26 17:42:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0ea302015f0ea36ae00000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 11:31:51', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0ea302015f0ea38a930001', 'Chrome', 'admin', '2', '鏈湴', '2017-10-12 11:31:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f3bf6015f0f4001840001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 14:22:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f3bf6015f0f41500d0002', 'Chrome', 'admin', '2', '鏈湴', '2017-10-12 14:24:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f3bf6015f0f5c4cec0003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 14:53:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f3bf6015f0f5e40e50004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-12 14:55:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f6d30015f0f6d81470000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 15:12:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f6d30015f0f70aac70002', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-12 15:16:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f6d30015f0f718a970003', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-12 15:17:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f6d30015f0f743be00004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 15:19:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f74d2015f0f75850e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 15:21:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f74d2015f0f77de3e0001', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-12 15:23:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f74d2015f0f78b1630002', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-12 15:24:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f74d2015f0f7b47790004', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-12 15:27:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f74d2015f0f7d9b4d0006', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-12 15:30:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f0f74d2015f0f803d520007', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-12 15:33:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f104536015f1045a44a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 19:08:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f10fdb9015f10fe142d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-12 22:30:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f14b6ce015f14b794b30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-13 15:51:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f14b6ce015f14b8257a0001', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-13 15:52:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f14b6ce015f14baa4f80002', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-13 15:54:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f14b6ce015f14bb69380003', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-13 15:55:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f14b6ce015f14bbc7910004', 'Chrome', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '鏈湴', '2017-10-13 15:56:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f14f8fd2d0000', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded\' not supported', '6', '127.0.0.1', '2017-10-13 17:03:02', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f14fb1d990001', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded\' not supported', '6', '127.0.0.1', '2017-10-13 17:05:22', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f1504bf500002', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@46729fed; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"mobilePhone\"])', '6', '127.0.0.1', '2017-10-13 17:15:53', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f1505f3070003', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@46729fed; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"email\"])', '6', '127.0.0.1', '2017-10-13 17:17:12', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f1506e6d00004', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@46729fed; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:18:14', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f150810570005', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@46729fed; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:19:30', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f14e96c015f15086eed0006', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@46729fed; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:19:55', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f1508d8015f150972bf0000', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6db576a3; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:21:01', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f1508d8015f150a129b0001', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6db576a3; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:21:42', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f150afe015f150b9a020000', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@4f6af134; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:23:22', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f150afe015f150c3f850001', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@4f6af134; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 17:24:05', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f156a40db0000', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'null\' not supported', '6', '127.0.0.1', '2017-10-13 19:06:45', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f156f47560001', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'null\' not supported', '6', '127.0.0.1', '2017-10-13 19:12:15', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f157026120002', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'null\' not supported', '6', '127.0.0.1', '2017-10-13 19:13:12', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f1578b7540003', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6d3edf55; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:22:33', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f157ce2170004', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6d3edf55; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:27:06', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f157dc77a0005', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6d3edf55; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:28:05', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f157ff3ef0006', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6d3edf55; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:30:27', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f1582197d0007', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded\' not supported', '6', '127.0.0.1', '2017-10-13 19:32:48', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f156619015f1583ef950008', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded\' not supported', '6', '127.0.0.1', '2017-10-13 19:34:48', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f158ac3015f158b7a300000', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded;charset=UTF-8\' not supported', '6', '127.0.0.1', '2017-10-13 19:43:03', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f158fe6015f159080770000', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded;charset=UTF-8\' not supported', '6', '127.0.0.1', '2017-10-13 19:48:32', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f1592e6015f1593be240000', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded\' not supported', '6', '127.0.0.1', '2017-10-13 19:52:04', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f1592e6015f159481aa0001', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@120014b3; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:52:54', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f159664015f1596fc6f0000', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@8ed1b4e; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:55:37', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f159664015f1599130d0001', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@8ed1b4e; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 19:57:54', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f159dc3015f159e4c380000', '鍏跺畠', '閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type \'application/x-www-form-urlencoded\' not supported', '6', '127.0.0.1', '2017-10-13 20:03:36', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f159dc3015f15a23c3a0001', '鍏跺畠', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not deserialize instance of java.lang.String out of START_ARRAY token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@7a4c0965; line: 1, column: 2] (through reference chain: org.jeecgframework.web.system.pojo.base.TSUser[\"devFlag\"])', '6', '127.0.0.1', '2017-10-13 20:07:54', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f159dc3015f15a634320003', '鍏跺畠', '閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn \'dev_flag\' cannot be null', '6', '127.0.0.1', '2017-10-13 20:12:14', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75f2473f7015f2474d90a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-16 17:12:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a297b8c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-17 19:48:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a2cff420001', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', '6', '鏈湴', '2017-10-17 19:51:52', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a2d15fa0002', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', '6', '鏈湴', '2017-10-17 19:51:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a2f4bff0006', 'Chrome', '鐢ㄦ埛: scott12鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-17 19:54:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a3026bc0007', 'Chrome', '鐢ㄦ埛锛歴cott12鍒犻櫎鎴愬姛', '4', '192.168.1.103', '2017-10-17 19:55:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a30a97f000d', 'Chrome', '鐢ㄦ埛锛歴cott12鍒犻櫎鎴愬姛', '4', '192.168.1.103', '2017-10-17 19:55:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a30efe6000e', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', '6', '鏈湴', '2017-10-17 19:56:11', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a3356cb0010', 'Chrome', '瑙掕壊: 鏅氱敤鎴疯鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-10-17 19:58:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a34659c0014', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-10-17 19:59:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a3470a60015', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-10-17 20:00:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2a2923015f2a3479680016', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-10-17 20:00:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e25f7e40000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-18 14:22:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e268f070001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 14:23:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e2844010002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 14:25:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e28fb3c0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 14:25:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e299b510004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 14:26:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e29a8940005', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.user_msg\' doesn\'t exist', '6', '鏈湴', '2017-10-18 14:26:42', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e29b7d30006', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.user_msg\' doesn\'t exist', '6', '鏈湴', '2017-10-18 14:26:46', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e29b7f60007', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.user_msg\' doesn\'t exist', '6', '鏈湴', '2017-10-18 14:26:46', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2e2a18f60008', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 14:27:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2eaaf6be0009', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-18 16:47:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2eac1a61000a', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 16:49:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2e2562015f2eaf9830000b', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 16:53:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2eb093015f2eb0de220000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-18 16:54:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2eb093015f2ec2d00e0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 17:14:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2eb093015f2ec5c8dc0002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-18 17:17:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2ee7ba015f2ee8691a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-18 17:55:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2f27f4015f2f28e87a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-18 19:05:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f2f27f4015f2f28e9730001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-18 19:05:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f351a87015f351f41370000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-19 22:52:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f351a87015f351f424f0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-19 22:52:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f351a87015f351fc34d0003', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2017-10-19 22:53:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f351a87015f3520089f0005', 'Chrome', 'admin', '2', '鏈湴', '2017-10-19 22:53:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f351a87015f3520204b0006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-19 22:53:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f3522ef9b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-19 22:56:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f352427350001', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-19 22:58:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f3524aea50002', 'Chrome', 'admin', '2', '鏈湴', '2017-10-19 22:58:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f3524f9160003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-19 22:58:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f352549420004', 'Chrome', 'admin', '2', '鏈湴', '2017-10-19 22:59:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f3525862c0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-19 22:59:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f35262f5c0008', 'Chrome', '鐢ㄦ埛: lisi鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-19 23:00:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f35267bab000b', 'Chrome', '鐢ㄦ埛: qinfeng鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-19 23:00:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f3526855e000c', 'Chrome', 'admin', '2', '鏈湴', '2017-10-19 23:00:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f352254015f352db85a0011', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-10-19 23:08:29', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881e75f38b92d015f38b972400000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-20 15:39:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f38b92d015f38b9a8b90001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-20 15:40:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f38bae1015f38bb3be30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-20 15:41:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9a760b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:43:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9cd8bf0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:46:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9d22f70002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:46:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9d3ab40003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:46:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9d8cf90004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:46:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9e8e8c0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:47:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9ef6a70006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:48:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3f9474015f3f9f4c2a0007', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-21 23:48:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3fa35d015f3fa55f990000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-21 23:55:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3fa35d015f3fa5ceaf0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-21 23:55:51', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f3fb201015f3fb30c170000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-22 00:10:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4294c6015f4295ec960000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-22 13:37:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4294c6015f429bbc0a0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-22 13:43:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f43e572015f43e5c3570000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-22 19:44:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f46f47f015f46f4cb660000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-23 09:59:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4812b8015f4812fcfa0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-23 15:12:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4812b8015f4813f9a90001', 'Chrome', '閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', '6', '鏈湴', '2017-10-23 15:13:09', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4812b8015f4815c1320004', 'Chrome', 'admin', '2', '鏈湴', '2017-10-23 15:15:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4812b8015f4815d66a0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-23 15:15:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4812b8015f4871695c0006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-23 16:55:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4882f6015f488370340000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-23 17:14:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4882f6015f48dd45310001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-23 18:53:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4c91a8015f4c91f90e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-24 12:09:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4c91a8015f4c9377b10001', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-24 12:10:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4c91a8015f4c93d40c0002', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-24 12:11:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4c91a8015f4c940ff30003', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-24 12:11:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f4c91a8015f4dad554a0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-24 17:18:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f4ecef4015f4ed794b20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-24 22:44:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f4f0581015f4f05f1530000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-24 23:35:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f51e181015f51e1d2d60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-25 12:54:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f52b59d015f52b5e8b90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-10-25 16:46:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5328dc015f532d4a260000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-25 18:56:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5328dc015f5338f5910001', 'Chrome', 'admin', '2', '鏈湴', '2017-10-25 19:09:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5328dc015f533905b60002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-25 19:09:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f53428a015f5342d7740000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-25 19:20:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f53ddbd015f53dffefc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-25 22:11:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f562c8f015f562cecce0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 08:55:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f562c8f015f56a6e0760001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 11:08:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f562c8f015f56b600880002', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-10-26 11:24:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f56f1704a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 12:29:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f56fd27d70007', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-10-26 12:42:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f57650260000d', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 14:35:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f579e43ad000e', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-10-26 15:38:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f579ec470000f', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 15:39:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f57a000cb0010', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 15:40:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f57a0c80a0011', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-10-26 15:41:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f57a0d55d0012', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-10-26 15:41:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f56f125015f57a12d790013', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 15:41:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57e00ee90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 16:50:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57effa630001', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:07:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57f016980002', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:07:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57f0cc1d0003', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:08:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57f1ac070004', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:09:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57f1eba70005', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:09:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57f28f510006', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:10:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f57f2ad160007', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-26 17:10:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f586bbbaf0008', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 19:22:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f57df85015f590dea070009', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-26 22:20:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5bd262015f5bd342c70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 11:14:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5bd262015f5c81ae5e0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 14:25:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5bd262015f5cbfeaa00002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 15:33:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cd775350000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 15:59:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdc673b0001', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:04:29', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdca2f30002', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:04:44', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdcc7940003', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:04:53', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdcd0c80004', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:04:56', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdcdbde0005', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:04:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdcdfc00006', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:04:59', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd1d820007', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:15', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd22af0008', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:17', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd24920009', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:17', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd256a000a', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:17', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd2630000b', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:18', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd26f0000c', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:18', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd2872000d', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:18', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cdd6782000e', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:05:34', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cde0c89000f', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:06:16', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cde13510010', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:06:18', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cde20000011', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:06:21', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cde22790012', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:06:22', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cde31b20013', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:06:26', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5cde45490014', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:06:31', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5ce00f040015', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:08:28', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5ce0b0b40016', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:09:10', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5ce0e4e10017', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:09:23', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cd69f015f5ce1739d0018', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column \'cgrSql\' in \'where clause\'', '6', '鏈湴', '2017-10-27 16:09:59', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cfc72015f5cfccc920000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 16:39:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5cfc72015f5d3e5d350001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 17:51:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5dabd0015f5dad070e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 19:52:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f5dabd0015f5dae8d490001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-27 19:54:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f639cd1015f639d30cd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-28 23:32:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f639cd1015f639e87e90001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-28 23:34:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6b3f44015f6b3fab290000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 11:07:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c0b95015f6c0cf8550000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 14:51:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c0b95015f6c0d45870002', 'Chrome', 'admin', '2', '鏈湴', '2017-10-30 14:52:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c0b95015f6c0d59ab0003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 14:52:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c1067015f6c10f0530000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 14:56:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c1067015f6c14f24f0001', 'MSIE 7.0', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 15:00:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c233b015f6c23bf810000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 15:16:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c233b015f6c246fc30006', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-10-30 15:17:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c233b015f6c3e8be10007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-30 15:45:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c233b015f6c3f85fc0008', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-30 15:47:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c4581015f6c4686800000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 15:54:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c4581015f6c47e1530001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 15:56:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c51fb015f6c5274d60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 16:07:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c51fb015f6c52ff7d0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 16:08:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c57c4015f6c58c1e80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 16:14:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c8a5d015f6c8ac9bf0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 17:09:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c8f3e015f6c9300140000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 17:18:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c952a015f6c95a6290000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 17:21:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6c9720015f6c97bade0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 17:23:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6ccfc3015f6cd04f9b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 18:25:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f6cd60c015f6cd6bfa90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 18:32:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f6d4b7f015f6d4be38f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 20:40:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f6d4b7f015f6d4c602a0001', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-30 20:40:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f6d4b7f015f6d4cb4530002', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-30 20:41:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f6d4b7f015f6d70dacc0003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 21:20:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f6d75d2015f6d7625dc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 21:26:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f6d75d2015f6dab5b780001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-30 22:24:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f70329cf90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 10:11:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f70347a560001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 10:13:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f7034d9040002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 10:13:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f7035a9840003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 10:14:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f70382a030004', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-31 10:17:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f704c092b0005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-31 10:39:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f704ce78d0006', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-31 10:40:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f704d44190007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-31 10:40:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f703238015f704e2f8d0008', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-31 10:41:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f705527015f7055d4010000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 10:49:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f705527015f7070a1ce0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-10-31 11:19:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f705527015f70aa6ab00002', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-10-31 12:22:17', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f705527015f70ac7fc00003', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\' at line 1', '6', '鏈湴', '2017-10-31 12:24:33', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f705527015f70aca2510004', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\' at line 1', '6', '鏈湴', '2017-10-31 12:24:42', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f705527015f70acb1540005', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\' at line 1', '6', '鏈湴', '2017-10-31 12:24:46', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f70c6aa015f70c707bd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 12:53:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f70ce6d015f70cfec9b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 13:03:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f70ce6d015f7104fa3c0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 14:01:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f70ce6d015f710509290002', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-10-31 14:01:16', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f70ce6d015f710626000003', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-10-31 14:02:29', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f70ce6d015f710674f10004', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-10-31 14:02:49', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f710f3e015f710fd8880000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 14:13:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f710f3e015f712e16410001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 14:46:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71620e015f716352c30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 15:44:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f717445015f7174d15f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 16:03:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71ae41015f71aeb72e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 17:06:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71ae41015f71b8540c0001', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-10-31 17:17:06', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71ae41015f71b896fd0002', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-10-31 17:17:23', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71c271015f71c2e2860000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 17:28:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71d2a1015f71d319100000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 17:46:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71d2a1015f71e73cc10001', 'Chrome', '鎿嶄綔鎴愬姛锛', '5', '鏈湴', '2017-10-31 18:08:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71d2a1015f71e73ccd0002', 'Chrome', '鎿嶄綔鎴愬姛锛', '5', '鏈湴', '2017-10-31 18:08:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f71fe6e015f71fed4160000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 18:34:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f724fbfa60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 20:02:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f72508b3a0001', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-31 20:03:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f7250d6920002', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-10-31 20:03:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f7250df360003', 'Chrome', 'admin', '2', '鏈湴', '2017-10-31 20:03:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f7250f2b10004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 20:03:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f725817dc0005', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\' at line 1', '6', '鏈湴', '2017-10-31 20:11:36', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f726199910006', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\' at line 1', '6', '鏈湴', '2017-10-31 20:21:59', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f72619c960007', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\' at line 1', '6', '鏈湴', '2017-10-31 20:22:00', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f724f62015f72daf53d0008', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-10-31 22:34:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f756759015f7567b0fd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-01 10:27:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f756759015f759694080001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 11:18:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f765da2015f765edc620000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 14:57:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f765da2015f766189f10001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:00:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f765da2015f76694a370002', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:08:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f765da2015f766ea5680003', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:14:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f765da2015f7673dfc20004', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:20:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f767e7b015f767ede550000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 15:32:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f767e7b015f767f8b940001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:33:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7680df015f7681468a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 15:35:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7680df015f76817aa00001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:35:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7680df015f768283da0002', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:36:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7680df015f76869f310003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-01 15:40:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7680df015f76875d5e0004', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 15:41:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f76c7aa015f76c8c7840000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 16:53:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f76c7aa015f76d272bd0001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-11-01 17:03:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f774068015f774120cf0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 19:04:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f774068015f7741f93d0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 19:05:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f774e71015f774ed1830000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 19:19:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f77dcf2015f77de1d330000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-01 21:56:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7a3908015f7a395fe30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-02 08:55:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7a553a015f7a56bd160000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-02 09:27:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7a553a015f7ac56bbe0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-02 11:27:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7b9336015f7b9388d30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-02 15:13:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7b9336015f7be986a10001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-02 16:47:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7fbaea015f7fbba3080000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 10:35:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7fef7d015f7ff014cc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 11:32:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f7ff25f015f7ff2dfbe0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 11:35:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8024c8015f80339a770000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 12:46:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8024c8015f80af60c10001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 15:01:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f80c35c015f80c3c4910000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 15:23:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f811a32015f812672b40000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 17:11:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f811a32015f8162e54b0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-03 18:17:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f81a599015f81a5f2430000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-03 19:30:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f28ce015f8f2929a00000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 10:29:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f2b77015f8f2bdc460000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 10:32:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f2b77015f8f2dfb820001', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-06 10:34:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f2b77015f8f2e5ecf0002', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-06 10:35:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f2b77015f8f2ec30d0003', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-06 10:35:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f2b77015f8f2f3b9f0004', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-06 10:35:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f2b77015f8f306dc20005', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-06 10:37:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f33cb015f8f3425340000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 10:41:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f8f3b71a10000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 10:49:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f8f3ed9fb0001', 'Chrome', '瀹℃牳鎴愬姛', '5', '鏈湴', '2017-11-06 10:53:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f8f753c390002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 11:52:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f8fe6841f0003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 13:56:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f909a17ce0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 17:12:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f90c3dc640005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 17:57:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f91009e290006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 19:04:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f9100ae1a0007', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@48e517ff; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:04:21', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f8f3b0e015f9100b40b0008', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@48e517ff; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:04:23', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f91017e015f91020ceb0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 19:05:51', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f91017e015f910254ee0002', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@69ad07c1; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:06:10', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f91017e015f9103a54a0003', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@128caae0; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:07:36', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f91017e015f9113f7250004', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@1ef340f7; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:25:25', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f91017e015f91140f2b0005', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@1ef340f7; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:25:31', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f911f6c015f9120fdf20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 19:39:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f911f6c015f9122d1310002', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-11-06 19:41:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f911f6c015f9123aedb0003', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@25a505e3; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:42:35', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f911f6c015f912b8fb70004', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@37557212; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:51:12', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f911f6c015f912bab2f0005', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@37557212; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:51:19', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f912cf9015f912e0af50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 19:53:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f912cf9015f912e47140001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 11:02:39\': not a valid representation (error: Can not parse date \"2017-11-06 11:02:39\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@4feb9d4c; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 19:54:10', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91d1df015f91d22ef80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 22:53:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91d1df015f91d340550001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@2cb19152; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 22:54:21', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91d5a3015f91d6024d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 22:57:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91d5a3015f91d62d260001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@8faa02c; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 22:57:33', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e01d015f91e135340000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:09:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e01d015f91e1653a0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:09:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e2ae015f91e327b50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:11:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e2ae015f91e35edf0001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@37e6d61e; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 23:11:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e2ae015f91e4d3f60002', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@b3fa785; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 23:13:33', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e56e015f91e638c50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:15:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91e56e015f91e664950001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@5df84011; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 23:15:16', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91ec86015f91ed44680000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:22:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91ec86015f91ed72a30001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@2a9efa0d; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 23:22:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91ee61015f91ef44760000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:24:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91ee61015f91ef7c9e0001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@64a77092; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-06 23:25:12', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91fab4015f91fd5bdf0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:40:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91fab4015f920144700003', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-06 23:44:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f91fab4015f92014d100004', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-06 23:44:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f920a16015f920b04060000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-06 23:55:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f921288015f92134d310000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 00:04:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f92166e015f9216dbf10000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 00:08:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f943fed015f94414d7e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 10:13:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9447fabb0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 10:21:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448a1820003', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448a9210004', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448af450005', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448b51f0006', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448bb300007', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448c2a70008', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448c86e0009', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:21:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f9448ce14000a', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:22:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f944702015f94492cb1000c', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:22:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f945079015f9450d39f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 10:30:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f945079015f945119990001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@4ba0fc54; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-07 10:31:03', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f945079015f94518ed60004', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:31:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f945079015f9451948c0005', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 10:31:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9458e7015f945aa8260000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 10:41:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9458e7015f945b07840001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@5d64b48d; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-07 10:41:54', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f945db2015f945e6d2f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 10:45:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f945db2015f945ebfcb0001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@41e6404b; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-07 10:45:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f946e55015f946ef1320000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:03:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f946e55015f946f3ab00001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@49ae09a9; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-07 11:03:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f946e55015f9475720c0002', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@38bc42f0; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-07 11:10:45', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f947c53015f947d926e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:19:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f947c53015f947dc9bc0001', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-06 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-06 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@66b180e7; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"createDate\"])', '6', '鏈湴', '2017-11-07 11:19:52', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f947fc7015f948038610000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:22:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f947fc7015f9480da000002', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 11:23:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f947fc7015f9480e06e0003', 'Chrome', '榛戝悕鍗曞垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-07 11:23:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f948375015f9483ecd70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:26:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f948375015f948457e70002', 'Chrome', '閿欒寮傚父: ParseException,閿欒鎻忚堪锛歎nparseable date: \"2017-11-06\"', '6', '鏈湴', '2017-11-07 11:27:02', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f94878e015f9488e4310000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:32:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f949b19015f949b7af60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:52:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f949dc0015f949eae770000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:55:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f94a099015f94a138830000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 11:58:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f94a099015f94b025110004', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of java.util.Date from String value \'2017-11-11 14:53:22\': not a valid representation (error: Can not parse date \"2017-11-11 14:53:22\": not compatible with any of standard forms (\"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ\", \"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'\", \"EEE, dd MMM yyyy HH:mm:ss zzz\", \"yyyy-MM-dd\"))\n at [Source: org.apache.catalina.connector.CoyoteInputStream@6336f7ca; line: 2, column: 3] (through reference chain: com.jeecg.black.entity.TsBlackListEntity[\"updateDate\"])', '6', '鏈湴', '2017-11-07 12:14:52', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f95cc6d015f95ccccb20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 17:25:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f95cea8015f95cf0c110000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 17:28:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f95fdad015f95fe290a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 18:19:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f95fdad015f95fecc730001', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -5', '6', '鏈湴', '2017-11-07 18:20:24', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9601be015f960215f70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 18:23:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9601be015f960248a70001', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -5', '6', '鏈湴', '2017-11-07 18:24:12', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9601be015f960698f70002', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -5', '6', '鏈湴', '2017-11-07 18:28:55', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f960856015f9608ee890000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 18:31:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f960856015f96091a7c0001', 'Chrome', '閿欒寮傚父: IOException,閿欒鎻忚堪锛歋tream closed', '6', '鏈湴', '2017-11-07 18:31:39', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9613f5015f9614974c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 18:44:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9613f5015f9614f45c0001', 'Chrome', '閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -5', '6', '鏈湴', '2017-11-07 18:44:36', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9613f5015f961a49300002', 'Chrome', '閿欒寮傚父: ConnectException,閿欒鎻忚堪锛欳onnection refused: connect', '6', '鏈湴', '2017-11-07 18:50:25', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9622a8015f9623315c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 19:00:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f962d3b015f962e6db90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 19:12:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96c048015f96c0df9e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 21:52:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96c048015f96c0e0ca0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 21:52:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96c048015f96c146070002', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 21:52:49', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96c048015f96c2c3bc0003', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 21:54:27', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96c8fc015f96c958fe0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 22:01:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96ce1a015f96cebdac0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 22:07:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96ce1a015f96cfa7550001', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:08:32', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96ce1a015f96cfd6800002', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:08:44', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96ce1a015f96d01acf0003', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:09:01', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96ce1a015f96d23f400004', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:11:22', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96d616015f96d6fd4e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 22:16:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96dbf4015f96dc582f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 22:22:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96dbf4015f96dcb8f90001', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:22:48', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96dbf4015f96dcc2480002', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:22:50', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96e2cf015f96ea533b0000', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2017-11-07 22:37:40', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('4028838d5f96ee06015f96ee62a70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 22:42:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96fbaf015f96fc3d9c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 22:57:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f96fbaf015f96fc90070002', 'Chrome', '閿欒寮傚父: JsonMappingException,閿欒鎻忚堪锛欳an not construct instance of com.jeecg.demo.page.JformOrderMainPage, problem: no suitable creator method found to deserialize from JSON Number\n at [Source: org.apache.catalina.connector.CoyoteInputStream@2ab6e77; line: 1, column: 1]', '6', '鏈湴', '2017-11-07 22:57:35', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f970252015f9702b08d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 23:04:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f970f51015f970fd5a90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 23:18:38', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f9711cf015f9712650b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 23:21:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f9715cc015f97170dac0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 23:26:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f97184a015f9718aed20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 23:28:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5f9719e3015f971a404a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-07 23:30:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9921dc015f99229a000000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-08 08:58:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9a735c015f9a73f7a60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-08 15:06:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9a9382015f9a93e2900000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-08 15:41:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9a9382015f9a9f48fd0001', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-08 15:54:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9a9382015f9aa027e40002', 'Chrome', '鎿嶄綔鎴愬姛锛', '5', '鏈湴', '2017-11-08 15:55:08', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9b18e6015f9b19731d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-08 18:07:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9fd8ad015f9fd904600000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-09 16:15:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9fdefc015f9fe092870000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-09 16:23:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75f9ff3b9015f9ff433920000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-09 16:45:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa0127c015fa012fd380000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-09 17:18:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa0127c015fa02495770001', 'Chrome', '閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like \'%123123123%\' ]', '6', '鏈湴', '2017-11-09 17:37:53', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa0127c015fa02495780002', 'Chrome', '閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like \'%123123123%\' ]', '6', '鏈湴', '2017-11-09 17:37:53', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fa156c3015fa1577c630000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-09 23:13:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa3bf1c015fa3bfd2de0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-10 10:26:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa3bf1c015fa3c06b820001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-10 10:26:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa3bf1c015fa3d985640002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-10 10:54:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa4273f015fa428ea290000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-10 12:21:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa48e5b015fa49049950000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-10 14:14:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa48e5b015fa492c4560001', 'Chrome', '閿欒寮傚父: MalformedJwtException,閿欒鎻忚堪锛欽WT strings must contain exactly 2 period characters. Found: 0', '6', '鏈湴', '2017-11-10 14:16:42', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fa4a9e1015fa4ab1fc60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-10 14:43:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5faa2c23015faa2c97f60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-11 16:22:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5faba17b015faba1cf770000', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-11 23:10:27', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('4028838d5faba17b015faf06a6160001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-12 14:59:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5faba17b015fafab2f3e0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-12 17:59:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb319a0015fb319e9170000', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 09:58:59', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb319a0015fb31a0d470001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 09:59:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb319a0015fb34528060002', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 10:46:14', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb319a0015fb34529c70003', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 10:46:15', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb319a0015fb3576ff10004', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:06:12', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb319a0015fb35a6bb60005', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:09:28', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb36183015fb361dfad0000', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:17:34', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb36183015fb3626f4f0001', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:18:13', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb36183015fb3628cfb0002', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:18:21', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb36374015fb363ba860000', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:19:36', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb36374015fb3663f520001', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:22:23', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb3671e015fb3679c7d0000', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"home\" not met for actual request parameters: ', '6', '鏈湴', '2017-11-13 11:23:50', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('402881e75fb36ea6015fb36fbb1b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 11:32:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb378170c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 11:41:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb3f2ff2f0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 13:56:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb3ff53c00002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 14:09:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb4016db60003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 14:11:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb40776ec0004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 14:18:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb4084c540005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 14:19:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb40cc4080006', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 14:24:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb377bb015fb40ce0200007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 14:24:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb4b028015fb4b094110000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 17:23:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb57967015fb579d57e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 21:03:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb59732015fb597976c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 21:35:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb59732015fb59ce4b40001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 21:41:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb59732015fb59e718d0005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 21:43:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb59f24015fb5a09c5f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 21:45:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb59f24015fb5a2d2c60001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 21:47:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb59f24015fb5a3b7ba0002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 21:48:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb5a866015fb5a8ce790000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 21:54:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb5ac58015fb5acbc6d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 21:58:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb5b5dd015fb5b6440f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 22:09:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb5bba4015fb5bbfe380000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 22:15:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb5bba4015fb5c99b7b0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-13 22:30:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fb5cace015fb5cb2e6c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-13 22:31:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb86a314d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 10:44:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb87e66080001', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"configDatagrid\" not met for actual request parameters: isCheckbox={}, querymode={}, hasPeizhi={}, createBy={}, updateDate={}, isPagination={}, jformCategory={}, id={}, jformType={}, content={}, jformVersion={}, tableName={}, createDate={}, isDbSynch={}', '6', '鏈湴', '2017-11-14 11:06:52', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb87e78bd0002', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"configDatagrid\" not met for actual request parameters: isCheckbox={}, querymode={}, hasPeizhi={}, createBy={}, isPagination={}, updateDate={}, jformCategory={}, jformVersion={}, content={}, jformType={}, id={}, tableName={}, isDbSynch={}, createDate={}', '6', '鏈湴', '2017-11-14 11:06:57', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb882415e0003', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\nand null 脗聽 \'\'\' at line 2', '6', '鏈湴', '2017-11-14 11:11:05', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb883a0650004', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:12:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb883a9700005', 'Chrome', 'admin', '2', '鏈湴', '2017-11-14 11:12:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb883be430006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 11:12:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb891c9490007', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:28:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89207240008', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:28:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb8922afc0009', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:28:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89267b0000a', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:28:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb892aa2d000b', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:29:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb8930a72000c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:29:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89328d7000d', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:29:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb893f59f000e', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:30:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89444c4000f', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:30:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89471bb0010', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:30:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb894f7960011', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:31:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89568730012', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:32:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb895c3f10013', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:32:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89636310014', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:32:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb897ac000015', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:34:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb897e9580016', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:34:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89817c70017', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:34:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb8983c670018', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:35:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb898a87a0019', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:35:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb8997e79001a', 'Chrome', 'admin', '2', '鏈湴', '2017-11-14 11:36:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb8998ca7001b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 11:36:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb899f262001c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:36:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89a363e001d', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:37:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89a3d2c001e', 'Chrome', 'admin', '2', '鏈湴', '2017-11-14 11:37:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb89a4b88001f', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 11:37:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb8ac7c960020', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-14 11:57:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb9217bba0021', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 14:05:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb922b69c0022', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-14 14:06:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb864c7015fb94941030023', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"configDatagrid\" not met for actual request parameters: isCheckbox={}, querymode={}, hasPeizhi={}, createBy={}, updateDate={}, isPagination={}, jformCategory={}, id={}, jformType={}, content={}, jformVersion={}, tableName={}, createDate={}, isDbSynch={}', '6', '鏈湴', '2017-11-14 14:48:26', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb96e87015fb96f22480000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-14 15:29:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb97056015fb970c7410000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 15:31:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fb986d9015fb987330d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-14 15:56:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fbb20d5015fbb21a8880000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-14 23:24:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fbb20d5015fbb21ccea0001', 'Chrome', '寮鍚换鍔msSendTaskCronTrigger', '5', '鏈湴', '2017-11-14 23:24:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fc3d596015fc3d632dc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-16 15:58:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fc3dbb1015fc3dcc8f90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-16 16:05:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fc41f4f015fc429cfce0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-16 17:29:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fc91fa3015fc920079a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-17 16:37:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fc9a0a7015fc9a0ff580000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-17 18:58:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fc9a0a7015fca14af110001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-17 21:04:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fcea2af015fcea3775b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-18 18:19:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fcea2af015fcf46cc690001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-18 21:17:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fd799dd015fd79a3d230000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-20 12:05:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fd9e18b015fd9e210800000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-20 22:43:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fd9e18b015fd9e414520001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-20 22:45:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fd9e18b015fd9e463880002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-20 22:45:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fd9e18b015fd9e4d2cf0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-20 22:46:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fd9e18b015fd9e541ce0004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-20 22:46:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fd9e18b015fda00dbe40005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-20 23:16:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fda019e015fda0226210000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-20 23:18:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fda1c52015fda1ca7d80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-20 23:47:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca104015fdca17e1b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 11:31:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca104015fdca29d7a0001', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-21 11:32:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca104015fdca342640002', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-21 11:33:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca4c7015fdca577440000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 11:35:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca4c7015fdcabd22f0001', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-21 11:42:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca4c7015fdcae026b0002', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-21 11:45:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdca4c7015fdcb29b060003', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-21 11:50:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdcbbf1015fdcbc4bc90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 12:00:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdcc537015fdcc5a71d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 12:11:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdcd0b4015fdcd10bb80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 12:23:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdcd0b4015fdcd6b9390001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 12:29:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdcd0b4015fdcdafc5e0002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 12:34:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdce030015fdce0a2240000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 12:40:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdce030015fdce1059a0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 12:40:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdce030015fdce5dea00002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 12:46:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdce030015fdce607cf0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 12:46:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdce030015fdd2c37e30004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 14:03:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd39ab015fdd3a78300000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 14:18:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd39ab015fdd3bf98b0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:20:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd39ab015fdd3c57560002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:20:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd39ab015fdd3d5abc0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:21:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd39ab015fdd50b30f0004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:42:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd568c015fdd583f660000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 14:51:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd568c015fdd5a205d0001', 'Chrome', '鍋滄浠诲姟smsSendTaskCronTrigger', '5', '鏈湴', '2017-11-21 14:53:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd568c015fdd5b536e0002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:54:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd568c015fdd5cfa6c0003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:56:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd568c015fdd5e3d580004', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 14:57:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd677d460000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 15:07:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd6988e10001', 'Chrome', '閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like \'%12%\' ]', '6', '鏈湴', '2017-11-21 15:10:01', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd6988e30002', 'Chrome', '閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like \'%12%\' ]', '6', '鏈湴', '2017-11-21 15:10:01', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd6997900003', 'Chrome', '閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like \'%99%\' ]', '6', '鏈湴', '2017-11-21 15:10:05', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd6997a10004', 'Chrome', '閿欒寮傚父: QuerySyntaxException,閿欒鎻忚堪锛欽eecgListDemoEntity is not mapped [from JeecgListDemoEntity where 1!=1 or name like \'%99%\' ]', '6', '鏈湴', '2017-11-21 15:10:05', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd720c9d0005', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 15:19:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd728fdd0006', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 15:19:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd72ecc30007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 15:20:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd6727015fdd73a54a0008', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-21 15:21:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fdd9d32015fdd9d8a620000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 16:06:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fdee68f015fdee6fbf20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 22:06:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fdeeaea015fdeec228b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 22:12:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fdeeaea015fdeedd8a70002', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-21 22:14:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fdf0c12015fdf0d0d4f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 22:48:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838d5fdf0c12015fdf0d0f830001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-21 22:48:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe13aa9015fe14002580000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-22 09:03:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe13aa9015fe14076950001', 'Chrome', 'admin', '2', '鏈湴', '2017-11-22 09:03:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe13aa9015fe14082d10002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-22 09:03:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe78cd3ac0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-23 14:24:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe794ca9c0001', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"configDatagrid\" not met for actual request parameters: jformType={2}, tableName={}, isDbSynch={}', '6', '鏈湴', '2017-11-23 14:33:28', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7b9290d0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 15:13:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7ccb09f0004', 'Chrome', '閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', '6', '鏈湴', '2017-11-23 15:34:32', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d24db20005', 'Chrome', 'admin', '2', '鏈湴', '2017-11-23 15:40:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d2ca350006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 15:41:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d2f95a0007', 'Chrome', '鐢ㄦ埛: scott瀵嗙爜閲嶇疆鎴愬姛', '5', '鏈湴', '2017-11-23 15:41:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d346590008', 'Chrome', 'admin', '2', '鏈湴', '2017-11-23 15:41:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d35c260009', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-11-23 15:41:49', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d4aa8a000a', 'Chrome', 'scott', '2', '鏈湴', '2017-11-23 15:43:15', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d4babd000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 15:43:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d5ea4b001e', 'Chrome', 'admin', '2', '鏈湴', '2017-11-23 15:44:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7d60207001f', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-11-23 15:44:43', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7f44abc0020', 'Chrome', '婵娲绘垚鍔', '5', '鏈湴', '2017-11-23 16:17:47', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7f495500021', 'Chrome', 'scott', '2', '鏈湴', '2017-11-23 16:18:06', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881e75fe78c65015fe7f4a49b0022', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 16:18:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe7fbf9015fe7fc48240000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-23 16:26:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe7fbf9015fe830a86e0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 17:23:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe85f07015fe85f89800000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 18:14:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fe85f07015fe88348520001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-23 18:53:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fed327a015fed33abb50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-24 16:45:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fed5eee015fed5f9c700000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-24 17:33:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fed5eee015fed6151b60001', 'Chrome', 'admin', '2', '鏈湴', '2017-11-24 17:34:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fed5eee015fed6177050002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-24 17:35:08', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e75fed7847015fed7897ed0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-24 18:00:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e76001e2a5016001e3b9f30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-28 17:09:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e76001e2a5016001e42af50011', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-28 17:10:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760029cac0160029d03910000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-28 20:32:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6002d28d016002d2e97b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-11-28 21:31:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6002eff2016002f081490000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-28 22:03:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e60030af001600315ad930000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-28 22:44:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e76005d010016005dbebb10000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-29 11:39:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e76005d010016005e181dd0001', 'Chrome', '寮鍚换鍔msSendTaskCronTrigger', '5', '鏈湴', '2017-11-29 11:45:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600618bc016006199c910000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-29 12:47:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600618bc0160061abd560001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-29 12:48:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600618bc0160061b9f2d0002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-29 12:49:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760061c170160061c936b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-29 12:50:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760061c170160061d53d50001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-29 12:51:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760061c170160061dd3d20002', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '鏈湴', '2017-11-29 12:51:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760061c170160061e21f40003', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-29 12:52:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760061c1701600621387a0005', 'Chrome', 'e1fe9925bc315c60addea1b98eb1cb1349547719琚垹闄ゆ垚鍔', '4', '鏈湴', '2017-11-29 12:55:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e760061c170160062832a10007', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-11-29 13:03:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600ab6ac01600ab726ca0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-30 10:17:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600c161e01600c16a7bc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-30 16:41:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600c4fdc01600c504eb30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-30 17:44:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600c4fdc01600c572ae40001', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"configDatagrid\" not met for actual request parameters: jformType={}, tableName={}, isDbSynch={}', '6', '鏈湴', '2017-11-30 17:52:07', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600c733701600c73ffa30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-30 18:23:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600c733701600c7478d80001', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-11-30 18:24:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e7600c9a4a01600c9aa9070000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-11-30 19:05:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f16015f22c016015f2de670000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-02 14:38:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f16015f22c016015f307020001', 'Chrome', '閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions \"configDatagrid\" not met for actual request parameters: jformType={}, tableName={}, isDbSynch={}', '6', '鏈湴', '2017-12-02 14:38:56', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f16016a4ad016016a504510000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-12-02 17:53:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1601f57d001601f58abcc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-04 10:26:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1601f57d001601f5b794d0001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-04 10:29:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1601f62f701601f636ba90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-04 10:38:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1601f6f4701601f6fa6e40000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-04 10:51:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1601f6f4701601f705b620001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-04 10:52:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f160207d540160207de23a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-04 15:46:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f160207d5401602087d5de0001', 'Chrome', 'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', '3', '鏈湴', '2017-12-04 15:57:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f160207d5401602089037f0002', 'Chrome', 'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', '3', '鏈湴', '2017-12-04 15:58:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6021e55a016021e661a90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-04 22:20:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1602491f601602492c6d50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-05 10:48:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1602491f6016024939a230001', 'Chrome', '鑷畾涔夋ā鏉挎洿鏂版垚鍔', '5', '鏈湴', '2017-12-05 10:49:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f1602491f60160249610530012', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-05 10:51:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602623acd30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-05 18:06:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f0160263b1c3c0011', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-05 18:31:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f0160263c01490019', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-05 18:32:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f0160263f109c002a', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-05 18:35:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f0160263f2fb80032', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-05 18:36:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602641cc990033', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:38:54', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602641ccad0034', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:38:54', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602641e3a70035', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:39:00', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602641e3e30036', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:39:00', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f0160264202930037', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:39:08', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f0160264202d50038', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:39:08', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602644b5d40039', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:42:05', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026232f01602644db05003a', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:42:14', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602645b1050000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-05 18:43:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602645d5ee0001', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:43:19', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602645d5ee0002', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '127.0.0.1', '2017-12-05 18:43:19', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602646ab4f0003', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '127.0.0.1', '2017-12-05 18:44:13', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e602645600160264722e50004', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:44:44', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e602645600160264784900005', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:45:09', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e60264560016026478d600006', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '鏈湴', '2017-12-05 18:45:11', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e602645600160264f7f6f000f', 'Chrome', 'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', '3', '鏈湴', '2017-12-05 18:53:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e602645600160264f933b0010', 'Chrome', 'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', '3', '鏈湴', '2017-12-05 18:53:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652d14b0011', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652d1580012', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652d1630013', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652d16d0014', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652d1760015', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652eb3e0016', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652eb4a0017', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652eb600018', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602652eb6c0019', 'Chrome', '鍒犻櫎鎴愬姛', '4', '鏈湴', '2017-12-05 18:57:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026456001602653af7a001c', 'Chrome', '鎿嶄綔鎴愬姛锛', '5', '鏈湴', '2017-12-05 18:58:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026cb46016026cba9d50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-05 21:09:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026cf76016026d03cba0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-05 21:14:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026d8120e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-05 21:23:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da357c0017', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da358c0018', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da359e0019', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da35ac001a', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da35be001b', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da35cf001c', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026da453f001d', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:25:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dc23de001e', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:27:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dc3bdd001f', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:27:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dc54d70020', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-05 21:27:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd0fba0029', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd0fc9002a', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd0fd7002b', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd0fe4002c', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd0ff1002d', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd1002002e', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd1013002f', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e6026d7ae016026dd1c500030', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-05 21:28:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab77602a0cc201602a0d23900000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-06 12:19:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602aeae101602aee6cbe0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-06 16:25:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602b1e4501602b1f14e90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-06 17:19:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602b1e4501602b21f492000d', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-06 17:22:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602b1e4501602b21fecf000e', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-06 17:22:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602b1e4501602b2207de000f', 'Chrome', '璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', '4', '鏈湴', '2017-12-06 17:22:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ec96f01602eca26310000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 10:24:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee89ce70000', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 10:58:04', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee8cf910001', 'Chrome', 'demo', '2', '鏈湴', '2017-12-07 10:58:17', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee8db8f0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 10:58:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee94a100003', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 10:58:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee957130004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 10:58:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee963070005', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 10:58:55', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ee980c80006', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 10:59:02', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ef1f8d70007', 'Chrome', 'demo', '2', '鏈湴', '2017-12-07 11:08:18', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ef206380008', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 11:08:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ef6536a0009', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 11:13:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602ef69c4c000a', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 11:13:21', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602eff882b000b', 'Chrome', 'demo', '2', '鏈湴', '2017-12-07 11:23:06', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602eff9847000c', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 11:23:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f0006e0000d', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 11:23:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f002453000e', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 11:23:46', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f1321bc000f', 'Chrome', 'demo', '2', '鏈湴', '2017-12-07 11:44:31', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f132d870010', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 11:44:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f13f9710011', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 11:45:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f14056f0012', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 11:45:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f141df50013', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 11:45:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f1439630014', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 11:45:42', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f23ad050015', 'Chrome', 'demo', '2', '鏈湴', '2017-12-07 12:02:35', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f23bc130016', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 12:02:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f241f230017', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '鏈湴', '2017-12-07 12:03:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f2646880018', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 12:05:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f2658610019', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 12:05:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f267f83001a', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 12:05:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f269b31001b', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 12:05:47', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f2d6e4a001c', 'Chrome', 'demo', '2', '鏈湴', '2017-12-07 12:13:14', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f2d7bb6001d', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 12:13:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f35f5e7001e', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 12:22:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f360588001f', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-07 12:22:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f36152c0020', 'Chrome', 'admin', '2', '鏈湴', '2017-12-07 12:22:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f5602ee58e01602f362cf70021', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-07 12:22:47', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde7016033fe3bc00000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-12-08 10:39:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde7016033ffe6540001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-08 10:41:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde70160340032420002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-08 10:41:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde701603401567a0003', 'MSIE 7.0', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-08 10:43:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde70160341f212a0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-08 11:15:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde70160342265670006', 'Chrome', 'admin', '2', '鏈湴', '2017-12-08 11:19:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde70160342280ff0007', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-08 11:19:24', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde701603422d0100008', 'Chrome', 'demo', '2', '鏈湴', '2017-12-08 11:19:44', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('4028ab776033fde701603422d9f30009', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-08 11:19:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e9603a07a701603a08cc0c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-09 14:49:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e9603a07a701603a186b210001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-09 15:06:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e960439a240160439aa65b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-11 11:24:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e960439a240160439ba39a0002', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-11 11:26:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e960439a240160439baa480003', 'Chrome', 'admin', '2', '鏈湴', '2017-12-11 11:26:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e960439a240160439bb4c80004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-11 11:26:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96044fb72016044fbec8c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-11 17:50:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d988016048da14db0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-12 11:52:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d988016048dac1410001', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'脗聽 \'\'\r\n and this_.STATUS=\'N\'\' at line 3', '6', '鏈湴', '2017-12-12 11:53:04', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d988016048faf0cb000c', 'Chrome', '娣诲姞鎴愬姛', '3', '鏈湴', '2017-12-12 12:28:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d988016048fb2aa9000d', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-12 12:28:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d988016048fb4b71000e', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-12 12:28:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d98801604976a1af000f', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-12 14:43:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96048d98801604984e2780010', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-12 14:58:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e9604a016f01604a022b4c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-12 17:15:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881e96053fb2e016053fb9ee10000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-14 15:44:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460686c8e0160686d3a880000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-18 15:01:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606883d401606884aa130000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-18 15:26:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606883d4016068903a8d0001', 'Chrome', '閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', '6', '鏈湴', '2017-12-18 15:39:30', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cc445bc0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-12-19 11:14:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cc589f20001', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:16:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cc5a4920002', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-19 11:16:20', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606ccfada00003', 'Chrome', 'demo', '2', '鏈湴', '2017-12-19 11:27:17', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606ccfba3d0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 11:27:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd07a5e0006', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2017-12-19 11:28:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd0cbe20008', 'Chrome', '鎿嶄綔 褰曞叆鎴愬姛', '3', '鏈湴', '2017-12-19 11:28:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd1266e000a', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:28:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd14366000b', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-19 11:29:01', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd17534000c', 'Chrome', 'demo', '2', '鏈湴', '2017-12-19 11:29:14', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd18205000d', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 11:29:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd1c640000e', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-19 11:29:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd1fb29000f', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:29:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd21e0c0010', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-19 11:29:57', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd253480011', 'Chrome', 'demo', '2', '鏈湴', '2017-12-19 11:30:11', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd25f490012', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 11:30:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd302140013', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-19 11:30:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd30b230014', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:30:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd325e60015', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-19 11:31:05', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd3600a0016', 'Chrome', 'demo', '2', '鏈湴', '2017-12-19 11:31:20', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd36b380017', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 11:31:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd3d9fc0018', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:31:51', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd3e7030019', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 11:31:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd3f2bd001a', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:31:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606cd40a89001b', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-19 11:32:03', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606ce09ad3001c', 'Chrome', 'demo', '2', '鏈湴', '2017-12-19 11:45:47', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606ce0a712001d', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 11:45:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606ce0efdf001e', 'Chrome', 'admin', '2', '鏈湴', '2017-12-19 11:46:08', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4606cc3d501606ce10c2b001f', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-19 11:46:16', '1', '402880e74d75c4dd014d75d44af30005', 'demo', 'real demo'); +INSERT INTO `t_s_log` VALUES ('402881f4606d028201606d02e81c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-19 12:23:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46071e96f016071e9ce370000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-20 11:13:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460732a790160732af50a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-20 17:04:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46077dd3d016077ddaf100000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-21 14:58:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4607848670160784b52a80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-21 16:58:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4607bfd2601607bfdcbae0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-22 10:11:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4607bfd2601607bfe09bd0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-22 10:12:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4607c47f101607c48562e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-22 11:33:23', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4607dbe4501607dbf42df0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-22 18:22:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4607dedb301607dee0d970000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-22 19:14:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609210ac01609211a1da0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:05:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609212db0160921372e60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:07:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609217d3016092186bbf0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:12:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609217d301609218ca5c0001', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-26 17:13:06', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f460921a540160921ab2040000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:15:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460921a540160921ad3f00001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:15:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460921a540160921ae46a0002', 'Chrome', 'admin', '2', '鏈湴', '2017-12-26 17:15:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460921a540160921b0ed70003', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-26 17:15:34', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f460921e1d0160921edcd90000', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-26 17:19:44', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f460921e1d0160921f00f20001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:19:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609226fd0160922907190000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 17:30:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609226fd0160922953140001', 'Chrome', '鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', '1', '鏈湴', '2017-12-26 17:31:09', '1', '8a8ab0b246dc81120146dc81819d0053', 'scott', '寮犱唬娴'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929a33710000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 19:34:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929ab2e90002', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2017-12-26 19:35:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929b00240003', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-26 19:35:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929b2c5d0004', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-26 19:35:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929b57220005', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-26 19:35:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929b96cc000a', 'Chrome', 'admin', '2', '鏈湴', '2017-12-26 19:35:58', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929ba3fe000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 19:36:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609299ad0160929bf4ae000d', 'Chrome', '閿欒寮傚父: SocketException,閿欒鎻忚堪锛欳onnection reset by peer: socket write error', '6', '鏈湴', '2017-12-26 19:36:22', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ac0b2b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 19:53:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ac80240001', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-26 19:54:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ac863e0002', 'Chrome', 'admin', '2', '鏈湴', '2017-12-26 19:54:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ac94bd0003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 19:54:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ad2bf00004', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-26 19:55:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ad33890005', 'Chrome', 'admin', '2', '鏈湴', '2017-12-26 19:55:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46092ab9c016092ad402c0006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-26 19:55:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46095bda0016095be20e20000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-27 10:12:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46095d823016095d88b6f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2017-12-27 10:41:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460976e200160977b06760000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-27 18:18:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f46097c356016097c3d58b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-27 19:38:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609b500901609b50bb710000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-28 12:10:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609b500901609b553e850001', 'MSIE 7.0', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-28 12:15:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f4609b500901609b56242a0002', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-28 12:16:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e609d41fd01609d425a4f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-28 21:14:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028838e609d41fd0160a029bedb0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 10:46:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460a03ff50160a0408ee70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 11:11:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460a045420160a04675d30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 11:17:40', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460a049100160a04a028e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 11:21:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460a058de0160a05982f70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 11:38:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f460a058de0160a05a3add0001', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2017-12-29 11:39:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e421f70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 18:49:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e502020001', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-29 18:50:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e508f10002', 'Chrome', 'admin', '2', '鏈湴', '2017-12-29 18:50:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e5121f0003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 18:50:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e5e10b0004', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-29 18:51:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e5e7da0005', 'Chrome', 'admin', '2', '鏈湴', '2017-12-29 18:51:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e5f3cc0006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 18:51:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e6363a0007', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-29 18:51:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e63c760008', 'Chrome', 'admin', '2', '鏈湴', '2017-12-29 18:51:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e64fad0009', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 18:51:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e75c45000a', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2017-12-29 18:53:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e89e1b000b', 'Chrome', 'admin', '2', '鏈湴', '2017-12-29 18:54:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a1e3590160a1e8ad88000c', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 18:54:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a2097da90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 19:30:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a209daf40004', 'Chrome', 'admin', '2', '鏈湴', '2017-12-29 19:30:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a209e9850005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 19:30:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a20a37e10006', 'Chrome', '閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSInterfaceEntity#402881fc60a1cbe40160a1ee17750009]', '6', '鏈湴', '2017-12-29 19:31:06', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a20ad08d0009', 'Chrome', '鐢ㄦ埛: 11111娣诲姞鎴愬姛', '3', '鏈湴', '2017-12-29 19:31:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a20c03fe000a', 'Chrome', '绫诲瀷: 鑱旂郴浜鸿鍒犻櫎 鎴愬姛', '4', '鏈湴', '2017-12-29 19:33:04', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a20c0abb000b', 'Chrome', '绫诲瀷: 鎶ヤ环鍛樿鍒犻櫎 鎴愬姛', '4', '鏈湴', '2017-12-29 19:33:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a20c11cf000c', 'Chrome', '绫诲瀷鍒嗙粍: 浜哄憳绫诲瀷 琚垹闄 鎴愬姛', '4', '鏈湴', '2017-12-29 19:33:08', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a209160160a21064b1000e', 'Chrome', '绫诲瀷: 鎺ュ彛鐢ㄦ埛琚坊鍔犳垚鍔', '3', '鏈湴', '2017-12-29 19:37:51', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260a214ad0160a216faff0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2017-12-29 19:45:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('8a7ee81b60b0da150160b0dab0a90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-01 16:33:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baa3f70160baa52f400000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-03 14:11:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260bae9150160baea4c010000', 'Chrome', '閿欒寮傚父: SocketTimeoutException,閿欒鎻忚堪锛歝onnect timed out', '6', '鏈湴', '2018-01-03 15:26:43', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf2c7060000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-03 15:36:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf32fd90001', 'Chrome', '閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSInterfaceEntity#402881fc60a1cbe40160a1ee17750009]', '6', '鏈湴', '2018-01-03 15:36:27', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf4cf880002', 'Chrome', '閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSInterfaceEntity#402881fc60a1cbe40160a1ee17750009]', '6', '鏈湴', '2018-01-03 15:38:14', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf52a470003', 'Chrome', '閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSInterfaceEntity#402881fc60a1cbe40160a1ee17750009]', '6', '鏈湴', '2018-01-03 15:38:37', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf5552f0004', 'Chrome', '閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSInterfaceEntity#402881fc60a1cbe40160a1ee17750009]', '6', '鏈湴', '2018-01-03 15:38:48', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf72a960005', 'Chrome', '鐢ㄦ埛: test鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-03 15:40:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf782670006', 'Chrome', '鐢ㄦ埛: test瀵嗙爜閲嶇疆鎴愬姛', '5', '鏈湴', '2018-01-03 15:41:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf8ac1a0007', 'Chrome', '閿欒寮傚父: ObjectNotFoundException,閿欒鎻忚堪锛歂o row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSInterfaceEntity#402881fc60a1cbe40160a1ee17750009]', '6', '鏈湴', '2018-01-03 15:42:27', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160baf9cece000a', 'Chrome', 'admin', '2', '鏈湴', '2018-01-03 15:43:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafa84a0000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-03 15:44:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafb0527000c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-03 15:45:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafb702b000e', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-03 15:45:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafbe0f30010', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-03 15:45:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafc533c0012', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-03 15:46:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafcae5e0014', 'Chrome', '鑿滃崟 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-03 15:46:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafcc92d0015', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-03 15:46:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bafcffb5001a', 'Chrome', 'admin', '2', '鏈湴', '2018-01-03 15:47:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260baf1410160bb006b19001b', 'Chrome', '閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', '6', '鏈湴', '2018-01-03 15:50:55', '3', null, null, null); +INSERT INTO `t_s_log` VALUES ('4028810260c3f7e20160c3f862ae0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 09:38:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c3ffbb0160c406e3160000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 09:54:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c40cad0160c40d18390000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 10:01:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c40e270160c40e811a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 10:02:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c40e270160c40f92c80001', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 10:04:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c40e270160c41ac0e0000b', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 10:16:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c4233a5b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 10:25:31', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c42386850002', 'Chrome', 'admin', '2', '鏈湴', '2018-01-05 10:25:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c42392c30003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 10:25:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c434f68e0004', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 10:44:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c4354f1a0005', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 10:45:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c43556850006', 'Chrome', 'admin', '2', '鏈湴', '2018-01-05 10:45:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c435623b0007', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 10:45:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c444761e0008', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 11:01:49', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c4453285000a', 'Chrome', '鑱屽姟绠$悊娣诲姞鎴愬姛', '3', '鏈湴', '2018-01-05 11:02:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c446ccd7000e', 'Chrome', '鐢ㄦ埛: cgspy鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 11:04:22', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c4490e0a0011', 'Chrome', '缁勭粐鏈烘瀯 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-05 11:06:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c4497b860013', 'Chrome', '缁勭粐鏈烘瀯 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-05 11:07:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c44bb7ad0015', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 11:09:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c44bbe650016', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 11:09:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c44bc7530017', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 11:09:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c44bffc80019', 'Chrome', '缁勭粐鏈烘瀯 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-05 11:10:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c44c1eda001b', 'Chrome', '缁勭粐鏈烘瀯 褰曞叆鎴愬姛', '3', '鏈湴', '2018-01-05 11:10:11', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c4591532001c', 'Chrome', 'JeecgDemo渚嬪瓙: 99999琚洿鏂版垚鍔', '5', '鏈湴', '2018-01-05 11:24:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c422c30160c460d2ef001d', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2018-01-05 11:32:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c4782bfb0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 11:58:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47b36f50001', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:01:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47b57250002', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:01:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47b62990003', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:01:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47b68e20004', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:01:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47b80760005', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:01:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47b943e0006', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47ba3ca0007', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47bb3b70008', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47bc1090009', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47bcd18000a', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47bd6f4000b', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c477460160c47bdd25000c', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-05 12:02:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c59ea50160c59f3dcd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 17:20:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c59ea50160c5a091290003', 'Chrome', '鐢ㄦ埛: cgspy鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 17:22:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c5d0b60160c5d279690000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 18:16:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c60a090160c60aa2140000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 19:17:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c620400160c6239c470000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 19:45:10', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c620400160c62587b90002', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-05 19:47:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c620400160c6258f080003', 'Chrome', 'admin', '2', '鏈湴', '2018-01-05 19:47:18', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('4028810260c620400160c6259b280004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-05 19:47:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660d3ab450160d3abb4540000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-08 10:48:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660d47fe50160d48063980000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-08 14:41:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660d534660160d53ad35b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-08 18:04:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660d58cba0160d58d21d40000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-08 19:34:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660d90abd0160d90b2bc30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2018-01-09 11:51:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660da9c820160da9cef7c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-09 19:10:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660da9c820160da9d696e0001', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-09 19:10:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660da9c820160da9e0fa60002', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-09 19:11:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660daab560160daac050c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-09 19:26:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660df574b0160df57bf6b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-10 17:12:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660df5c6b0160df5cda780000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-10 17:18:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660df87b70160df8814c80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-10 18:05:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660df87b70160df88942d0001', 'Chrome', '閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', '6', '鏈湴', '2018-01-10 18:05:58', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660df87b70160df88c4a50002', 'Chrome', '閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', '6', '鏈湴', '2018-01-10 18:06:10', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660df87b70160df88ce6a0003', 'Chrome', '閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', '6', '鏈湴', '2018-01-10 18:06:13', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e320d50160e32182da0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-11 10:51:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e320d50160e321b9590001', 'Chrome', '閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', '6', '鏈湴', '2018-01-11 10:52:06', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e320d50160e325178f0003', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-11 10:55:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e320d50160e3252dca0004', 'Chrome', 'admin', '2', '鏈湴', '2018-01-11 10:55:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e320d50160e3253c5a0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-11 10:55:56', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e320d50160e326eb180006', 'Chrome', '鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-11 10:57:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e32f0d0160e32f81c80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-11 11:07:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e32f0d0160e3b973c00001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-11 13:37:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9998e0160e99a33b40000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-12 17:01:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9998e0160e99ad59a0001', 'Chrome', '閿欒寮傚父: NoSuchElementException,閿欒鎻忚堪锛歎nable to validate object', '6', '鏈湴', '2018-01-12 17:02:06', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9998e0160e99c7e3c0002', 'Chrome', '閿欒寮傚父: NoSuchElementException,閿欒鎻忚堪锛歎nable to validate object', '6', '鏈湴', '2018-01-12 17:03:55', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9a8cc0160e9a933a90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-12 17:17:48', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9a8cc0160e9a97d9e0001', 'Chrome', '閿欒寮傚父: NoSuchElementException,閿欒鎻忚堪锛歎nable to validate object', '6', '鏈湴', '2018-01-12 17:18:07', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9d1050160e9d16ee30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-12 18:01:44', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9d1050160e9d1b08f0001', 'Chrome', '閿欒寮傚父: NoSuchElementException,閿欒鎻忚堪锛歎nable to validate object', '6', '鏈湴', '2018-01-12 18:02:01', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660e9d1050160e9eb098d0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-12 18:29:42', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660f879b80160f87a0b5c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2018-01-15 14:20:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fcf1b00160fcf5f7490000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 11:14:26', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fcf1b00160fcf643600001', 'Chrome', '閿欒寮傚父: ConnectException,閿欒鎻忚堪锛欳onnection refused: connect', '6', '鏈湴', '2018-01-16 11:14:45', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fcf1b00160fd0002ac0002', 'Chrome', '閿欒寮傚父: NoSuchElementException,閿欒鎻忚堪锛歎nable to validate object', '6', '鏈湴', '2018-01-16 11:25:24', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fcf1b00160fd0110ee0003', 'Chrome', '閿欒寮傚父: NoSuchElementException,閿欒鎻忚堪锛歎nable to validate object', '6', '鏈湴', '2018-01-16 11:26:33', '3', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fcf1b00160fdde13a00004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 15:27:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fded8e0160fdedea880000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 15:45:15', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe2edd0160fe2f30e90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 16:56:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe2fd70160fe304a370000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 16:57:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe32c3fd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '127.0.0.1', '2018-01-16 17:00:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3cfc2a0005', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:11:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3d096f000a', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:11:41', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3d682e000d', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:12:05', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3e72a0000e', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:13:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3e7cf6000f', 'Chrome', 'admin', '2', '鏈湴', '2018-01-16 17:13:16', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3e8d590010', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 17:13:20', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe3fd97a0014', 'Chrome', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:14:45', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4008b40015', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-16 17:14:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4016980016', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-16 17:15:01', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe401ecf0017', 'Chrome', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-16 17:15:03', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe43bbc00018', 'Chrome', '璇█ 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:19:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4425660019', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:19:27', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe442c14001a', 'Chrome', 'admin', '2', '鏈湴', '2018-01-16 17:19:28', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe443fb3001b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 17:19:33', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe45356d001c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:20:36', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe458642001d', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:20:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe458ceb001e', 'Chrome', 'admin', '2', '鏈湴', '2018-01-16 17:20:59', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe459932001f', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 17:21:02', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe48dafa0020', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:24:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe49549d0021', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:25:06', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4a5c1f0022', 'Chrome', '濉艰鍒欒〃鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-16 17:26:14', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4a98dd0023', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2018-01-16 17:26:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4b066b0024', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2018-01-16 17:26:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4bde1f0025', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2018-01-16 17:27:53', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe4edee10026', 'Chrome', '淇敼鎴愬姛', '5', '鏈湴', '2018-01-16 17:31:09', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe54ec360027', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 17:37:46', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f660fe326b0160fe55187d0028', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-16 17:37:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66101dc82016101dd13900000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-17 10:05:21', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f661020b690161020bd1630000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-17 10:56:24', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66102bfdd016102c0336d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-17 14:13:25', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66102bfdd016102c1a2ac0003', 'Chrome', '鐢ㄦ埛: scott鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-17 14:15:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f661213ba50161213c0b650000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 12:17:19', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f661213ba50161213e09d50001', 'Chrome', 'admin', '2', '鏈湴', '2018-01-23 12:19:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b01612149aeed0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 12:32:13', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b01612149f29a0001', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:30', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a05bf0002', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a16700003', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:39', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a26d90004', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:43', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a34130005', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:47', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a41f70006', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:50', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a50270007', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:54', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a5d9c0008', 'Chrome', '鑿滃崟鍒犻櫎鎴愬姛', '4', '鏈湴', '2018-01-23 12:32:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a82fa0009', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-23 12:33:07', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214a990b000a', 'Chrome', 'admin', '2', '鏈湴', '2018-01-23 12:33:12', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214aab6e000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 12:33:17', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214d08c3000c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-23 12:35:52', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214d1a30000d', 'Chrome', 'admin', '2', '鏈湴', '2018-01-23 12:35:57', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214d283b000e', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 12:36:00', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214e8db6000f', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '鏈湴', '2018-01-23 12:37:32', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214e96080010', 'Chrome', 'admin', '2', '鏈湴', '2018-01-23 12:37:34', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121494b0161214ea0ec0011', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 12:37:37', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121565e01612156d71f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 12:46:35', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_log` VALUES ('402881f66121565e016121bb741a0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '鏈湴', '2018-01-23 14:36:29', '1', '8a8ab0b246dc81120146dc8181950052', 'admin', '绠$悊鍛'); -- ---------------------------- -- Table structure for t_s_muti_lang @@ -11267,22 +12930,23 @@ INSERT INTO `t_s_log` VALUES ('402881f15e84efbd015e84f011b70000', 'Chrome', '鐢 DROP TABLE IF EXISTS `t_s_muti_lang`; CREATE TABLE `t_s_muti_lang` ( `id` varchar(32) NOT NULL COMMENT '涓婚敭', - `lang_key` varchar(50) default NULL COMMENT '璇█涓婚敭', - `lang_context` varchar(500) default NULL COMMENT '鍐呭', - `lang_code` varchar(50) default NULL COMMENT '璇█', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹紪鍙', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄鍚', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹紪鍙', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄鍚', - PRIMARY KEY (`id`), - UNIQUE KEY `uniq_langkey_langcode` USING BTREE (`lang_key`,`lang_code`) + `lang_key` varchar(50) DEFAULT NULL COMMENT '璇█涓婚敭', + `lang_context` varchar(500) DEFAULT NULL COMMENT '鍐呭', + `lang_code` varchar(50) DEFAULT NULL COMMENT '璇█', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹紪鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄鍚', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹紪鍙', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄鍚', + PRIMARY KEY (`id`), + UNIQUE KEY `uniq_langkey_langcode` (`lang_key`,`lang_code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_muti_lang -- ---------------------------- +INSERT INTO `t_s_muti_lang` VALUES ('000000005ffb6cd7015ffb729aeb0004', 'common.refreshType', '鍒锋柊瀛楀吀缂撳瓨', 'zh-cn', '2017-11-27 11:08:33', 'admin', '绠$悊鍛', '2017-11-28 21:06:13', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('01ca201223b14e3e86c13904a9ae5ca2', 'common.password', '瀵嗙爜', 'zh-cn', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('02916620f68b4845ba09773de6799706', 'please.select.department', 'Please select a department', 'en', '2014-07-04 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-04 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('0ab1a1fddf14420fa0dbcbfb5d2e9e85', 'common.strong', 'Strong', 'en', '2014-07-04 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-04 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); @@ -11367,8 +13031,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('297e2010477674e7014776e5ffae0005', 'iconnam INSERT INTO `t_s_muti_lang` VALUES ('297e2010477674e7014776e6eecd0007', 'iconname.rang2to10', 'Icon name should be 2-10 characters and should not empty', 'en', '2014-07-27 16:19:11', '8a8ab0b246dc81120146dc8181950052', 'admin', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a01477784810a000f', 'operate.name', '椤甸潰鎺т欢鍚嶇О', 'zh-cn', '2014-07-27 19:11:18', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:28:39', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a0147778a170d0011', 'operate.name', 'Page Element Name', 'en', '2014-07-27 19:17:24', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:30:10', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a01477791affe0014', 'operate.manage', 'Page access control', 'en', '2014-07-27 19:25:42', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:21:45', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a01477791eea00016', 'operate.manage', '椤甸潰鎺т欢鏉冮檺閰嶇疆', 'zh-cn', '2014-07-27 19:25:58', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:22:00', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a01477791affe0014', 'operate.manage', 'Page access rule', 'en', '2014-07-27 19:25:42', '8a8ab0b246dc81120146dc8181950052', 'admin', '2017-10-26 17:09:53', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a01477791eea00016', 'operate.manage', '椤甸潰鎺т欢鏉冮檺瑙勫垯', 'zh-cn', '2014-07-27 19:25:58', '8a8ab0b246dc81120146dc8181950052', 'admin', '2017-10-26 17:09:36', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a01477796ccde0018', 'operatename.rang2to20', '鎿嶄綔鍚嶇О鑼冨洿2~20浣嶅瓧绗', 'zh-cn', '2014-07-27 19:31:17', '8a8ab0b246dc81120146dc8181950052', 'admin', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a014777979ab6001a', 'operatename.rang2to20', 'Operate name should be 2-20 characters', 'en', '2014-07-27 19:32:10', '8a8ab0b246dc81120146dc8181950052', 'admin', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('297e20104777447a014777991ef9001c', 'operatestatus.number', '蹇呴』涓烘暟瀛', 'zh-cn', '2014-07-27 19:33:49', '8a8ab0b246dc81120146dc8181950052', 'admin', null, null, null); @@ -11421,6 +13085,9 @@ INSERT INTO `t_s_muti_lang` VALUES ('297e201048b7e5c60148b8024884000a', 'common. INSERT INTO `t_s_muti_lang` VALUES ('297e201048b7e5c60148b802773e000c', 'common.type.name', 'Type Name', 'en', '2014-09-28 00:47:22', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('297e201048b803ec0148b80d34360001', 'common.type.view', '鏌ョ湅绫诲瀷', 'zh-cn', '2014-09-28 00:59:06', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('297e201048b803ec0148b80d6da10003', 'common.type.view', 'Type View', 'en', '2014-09-28 00:59:20', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('297e7ae15f324756015f3277e5ed0002', 'common.superquery', '楂樼骇鏌ヨ', 'zh-cn', '2017-10-19 10:30:39', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('297e7ae160974c6f0160974db0e50001', 'common.advancedQuery', '楂樼骇鏌ヨ鏋勯犲櫒', 'zh-cn', '2017-12-27 17:28:59', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('297e7ae160c514780160c529accc0003', 'common.user.type', '鐢ㄦ埛绫诲瀷', 'zh-cn', '2018-01-05 15:12:11', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('2a609258aef344bbbcf0c766d922e449', 'common.phone', 'Phone', 'en', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('2bad4a20100e456aac2f6be3d1cc85ac', 'common.real.name', 'Real Name', 'en', '2014-07-03 18:39:42', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('2c948a855611e7c8015611ea72800001', 'menu.funiconstyle', '鑿滃崟鍥炬爣鏍峰紡', 'zh-cn', '2016-07-22 17:23:13', 'admin', '绠$悊鍛', '2016-07-22 17:24:24', 'admin', '绠$悊鍛'); @@ -11497,8 +13164,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('402880e74c5e73f5014c5e80548f0001', 'user.re INSERT INTO `t_s_muti_lang` VALUES ('402880e74c5e73f5014c5e809f9d0003', 'user.report', 'newReport', 'en', '2015-03-28 11:50:30', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('402880e74c6084c9014c609276500002', 'common.start', '鍚姩', 'zh-cn', '2015-03-28 21:29:13', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('402880e74c6084c9014c60929d5b0004', 'start', 'common.start', 'en', '2015-03-28 21:29:23', 'admin', '绠$悊鍛', null, null, null); -INSERT INTO `t_s_muti_lang` VALUES ('402880e74c7a776c014c7a8121980004', 'operate.manage.data', '鏁版嵁鏉冮檺鎺у埗', 'zh-cn', '2015-04-02 22:20:25', 'admin', '绠$悊鍛', null, null, null); -INSERT INTO `t_s_muti_lang` VALUES ('402880e74c7a776c014c7a817cd30006', 'operate.manage.data', 'Data access control', 'en', '2015-04-02 22:20:48', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('402880e74c7a776c014c7a8121980004', 'operate.manage.data', '鏁版嵁鏉冮檺瑙勫垯', 'zh-cn', '2015-04-02 22:20:25', 'admin', '绠$悊鍛', '2017-10-26 17:10:42', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('402880e74c7a776c014c7a817cd30006', 'operate.manage.data', 'Data access rule', 'en', '2015-04-02 22:20:48', 'admin', '绠$悊鍛', '2017-10-26 17:10:35', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402880e74c7a776c014c7a8c8c860010', 'operation.type', 'rule type', 'en', '2015-04-02 22:32:53', 'admin', '绠$悊鍛', '2015-04-02 22:34:48', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402880e74c7a776c014c7a8cb6290012', 'operation.type', '瑙勫垯绫诲瀷', 'zh-cn', '2015-04-02 22:33:04', 'admin', '绠$悊鍛', '2015-04-02 22:34:06', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402880e74d762a40014d76332b370003', 'rolescope.rang2to8.notnull', 'Role need 2~8 bits', 'en', '2015-05-21 19:19:34', 'admin', '绠$悊鍛', null, null, null); @@ -11573,9 +13240,9 @@ INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c73014729386dce0019', 'confirm INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c7301472938c6f9001b', 'confirm.delete.this.record', 'Delete this record, Confirm?', 'en', '2014-07-12 14:18:12', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 14:18:12', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c7301472939f98b001d', 'menu.list', '鑿滃崟鍒楄〃', 'zh-cn', '2014-07-12 14:19:31', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 14:19:31', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293a157d001f', 'menu.list', 'Menu List', 'en', '2014-07-12 14:19:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 14:19:38', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293ab7a10021', 'operate.button.list', '绮剧粏鍖栨潈闄愭帶鍒', 'zh-cn', '2014-07-12 14:20:19', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:25:39', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293aefc40023', 'operate.button.list', 'Fine access control', 'en', '2014-07-12 14:20:34', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:25:56', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293b76f80025', 'select.all', '鍏ㄩ', 'zh-cn', '2014-07-12 14:21:08', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 14:21:08', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293ab7a10021', 'operate.button.list', '绯荤粺鏉冮檺涓績', 'zh-cn', '2014-07-12 14:20:19', '8a8ab0b246dc81120146dc8181950052', 'admin', '2017-10-26 17:08:39', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293aefc40023', 'operate.button.list', 'Authority center', 'en', '2014-07-12 14:20:34', '8a8ab0b246dc81120146dc8181950052', 'admin', '2017-10-26 17:07:45', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293b76f80025', 'select.all', '鍏 閫', 'zh-cn', '2014-07-12 14:21:08', '8a8ab0b246dc81120146dc8181950052', 'admin', '2018-01-05 10:44:53', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028810347292c730147293b8dc60027', 'select.all', 'Select All', 'en', '2014-07-12 14:21:14', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 14:21:14', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('40288103472948880147294b26420002', 'button.setting', '椤甸潰鎺т欢鏉冮檺', 'zh-cn', '2014-07-12 14:38:16', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 22:12:27', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('40288103472948880147294b432a0004', 'button.setting', 'Page control config', 'en', '2014-07-12 14:38:24', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-02 20:06:10', 'admin', '绠$悊鍛'); @@ -11882,6 +13549,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('402881fa470fe9260147100f73140067', 'permiss INSERT INTO `t_s_muti_lang` VALUES ('402881fa470fe9260147100fa9270069', 'permission.name', '鏉冮檺鍚嶇О', 'zh-cn', '2014-07-07 17:02:48', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-07 16:42:54', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('402881fa470fe9260147101199f1006f', 'permission.collection', 'Permission Collection', 'en', '2014-07-07 17:04:55', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-07 16:42:54', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('402881fa470fe92601471011bb380071', 'permission.collection', '鏉冮檺闆嗗悎', 'zh-cn', '2014-07-07 17:05:03', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-07 16:42:54', '4028818d46f764fb0146f7661cb60052', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('402881fc60b9b9f60160ba2fbf890002', 'excelDepartImport', '缁勭粐鏈烘瀯瀵煎叆', 'zh-cn', '2018-01-03 12:03:00', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('402881fc60b9b9f60160ba3006ae0004', 'excelDepartImport', 'excelDepartImport', 'en', '2018-01-03 12:03:18', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('402882b54e3eaa5b014e3ebde5d1000b', 'menu.online.template', 'Online琛ㄥ崟鏍峰紡', 'zh-cn', '2015-06-29 17:55:09', 'admin', '绠$悊鍛', '2015-10-15 10:43:08', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402882b54e943804014e944151e30001', 'form.template.style', '鑷畾涔夎〃鍗曢鏍', 'zh-cn', '2015-07-16 08:26:26', 'admin', '绠$悊鍛', '2015-07-16 15:06:03', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402882b54e943804014e944196d10003', 'form.template.style', 'Custom Template Style', 'en', '2015-07-16 08:26:43', 'admin', '绠$悊鍛', '2015-07-16 15:05:52', 'admin', '绠$悊鍛'); @@ -11940,8 +13609,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533051360153305c60c90008', 'form.te INSERT INTO `t_s_muti_lang` VALUES ('4028ef815335c1da015335c8647d0003', 'self.defined.form', 'use defined form', 'en', '2016-03-02 13:23:58', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533a788e01533a7a53180005', 'form.tb.db.table.name', 'table', 'en', '2016-03-03 11:16:48', 'admin', '绠$悊鍛', '2016-03-03 11:17:56', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533a788e01533a7ba98c0008', 'form.tb.db.key', 'db source', 'en', '2016-03-03 11:18:16', 'admin', '绠$悊鍛', null, null, null); -INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08b1ca0001', 'system.version.number', '3.7.1', 'zh-cn', '2016-03-03 18:31:56', 'admin', '绠$悊鍛', '2016-06-29 11:50:18', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.7.1', 'en', '2016-03-03 18:32:08', 'admin', '绠$悊鍛', '2016-06-29 11:50:12', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08b1ca0001', 'system.version.number', '3.7.2', 'zh-cn', '2016-03-03 18:31:56', 'admin', '绠$悊鍛', '2016-06-29 11:50:18', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.7.2', 'en', '2016-03-03 18:32:08', 'admin', '绠$悊鍛', '2016-06-29 11:50:12', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef8154753f26015475436db30001', 'common.returntxttype', 'return type', 'en', '2016-05-03 14:17:13', 'admin', '绠$悊鍛', '2016-05-03 14:41:57', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef8154753f26015475438dd00003', 'common.returntxttype', '杩斿洖绫诲瀷', 'zh-cn', '2016-05-03 14:17:22', 'admin', '绠$悊鍛', '2016-05-03 14:42:06', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028efa2523a030601523a55381d0004', 'self.defined.form', '鑷畾涔夎〃鍗', 'zh-cn', '2016-01-13 17:33:29', 'admin', '绠$悊鍛', null, null, null); @@ -11952,7 +13621,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4a15aa60003', 'common. INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4a190580005', 'common.calendar', 'Calendar', 'en', '2014-06-23 01:31:01', 'admin', '绠$悊鍛', '2014-06-23 01:31:01', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4a2dc220007', 'common.map', '鍦板浘', 'zh-cn', '2014-06-23 01:32:26', 'admin', '绠$悊鍛', '2014-06-23 01:32:26', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4a2f24e0009', 'common.map', 'Map', 'en', '2014-06-23 01:32:31', 'admin', '绠$悊鍛', '2014-06-23 01:32:31', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4aff7ea000b', 'common.please.select', '---璇烽夋嫨---', 'zh-cn', '2014-06-23 01:46:45', 'admin', '绠$悊鍛', '2014-06-23 01:46:45', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4aff7ea000b', 'common.please.select', '-- 璇烽夋嫨 --', 'zh-cn', '2014-06-23 01:46:45', 'admin', '绠$悊鍛', '2017-11-06 10:37:16', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4b03310000d', 'common.please.select', 'Please Select', 'en', '2014-06-23 01:47:00', 'admin', '绠$悊鍛', '2014-06-23 02:01:20', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4b8af79000f', 'common.please.input.keyword', '璇疯緭鍏ュ叧閿瓧', 'zh-cn', '2014-06-23 01:56:16', 'admin', '绠$悊鍛', '2014-06-23 01:56:16', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4b8f7aa0011', 'common.please.input.keyword', 'Keyword', 'en', '2014-06-23 01:56:34', 'admin', '绠$悊鍛', '2014-06-23 01:56:34', 'admin', '绠$悊鍛'); @@ -11960,7 +13629,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4ba979a0013', 'common. INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4bade820015', 'common.please.input.query.keyword', 'Query keyword', 'en', '2014-06-23 01:58:39', 'admin', '绠$悊鍛', '2014-06-23 01:58:39', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4bee05c0018', 'common.query', '鏌ヨ', 'zh-cn', '2014-06-23 02:03:02', 'admin', '绠$悊鍛', '2015-11-30 12:37:53', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4bf0575001a', 'common.query', 'See', 'en', '2014-06-23 02:03:11', 'admin', '绠$悊鍛', '2015-10-27 22:47:21', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4bf4239001c', 'common.reset', '閲嶇疆', 'zh-cn', '2014-06-23 02:03:27', 'admin', '绠$悊鍛', '2014-06-23 02:03:27', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4bf4239001c', 'common.reset', '閲 缃', 'zh-cn', '2014-06-23 02:03:27', 'admin', '绠$悊鍛', '2018-01-05 10:45:16', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc4d46c481da0146c4bf638a001e', 'common.reset', 'Reset', 'en', '2014-06-23 02:03:35', 'admin', '绠$悊鍛', '2014-06-23 02:03:35', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc5346c18cdc0146c19fa9370004', 'common.navegation', '瀵艰埅鑿滃崟', 'zh-cn', '2014-06-22 11:30:04', 'admin', '绠$悊鍛', '2014-06-22 11:30:04', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028fc5346c18cdc0146c1a0a4d50006', 'common.navegation', 'Navegation', 'en', '2014-06-22 11:31:09', 'admin', '绠$悊鍛', '2014-06-22 11:31:09', 'admin', '绠$悊鍛'); @@ -12105,7 +13774,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d1f24c0b000b', 'role.ma INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d1f35861000f', 'role.manage', 'Role Manage', 'en', '2014-06-25 15:35:24', 'admin', '绠$悊鍛', '2014-06-25 15:35:24', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d1f8e1610015', 'icon.manage', '绯荤粺鍥炬爣', 'zh-cn', '2014-06-25 15:41:27', 'admin', '绠$悊鍛', '2015-10-15 11:37:26', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d1fbc5bf0017', 'icon.manage', 'System Icon', 'en', '2014-06-25 15:44:36', 'admin', '绠$悊鍛', '2015-10-15 11:37:41', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d1fffdb40019', 'department.manage', '缁勭粐鏈烘瀯', 'zh-cn', '2014-06-25 15:49:13', 'admin', '绠$悊鍛', '2015-10-15 10:57:18', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d1fffdb40019', 'department.manage', '缁勭粐鏈烘瀯绠$悊', 'zh-cn', '2014-06-25 15:49:13', 'admin', '绠$悊鍛', '2018-01-16 17:18:59', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab00846d1bb660146d20cbafe001b', 'department.manage', 'Org Manage', 'en', '2014-06-25 16:03:08', 'admin', '绠$悊鍛', '2014-06-25 16:03:08', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab01b46b7bff40146b7c2eb6f0001', 'common.dash_board', '棣栭〉', 'zh-cn', '2014-06-20 13:32:23', 'admin', '绠$悊鍛', '2014-06-20 14:58:43', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab01b46b7bff40146b7c38f560003', 'common.dash_board', 'Dashboard', 'en', '2014-06-20 13:33:05', 'admin', '绠$悊鍛', '2014-06-20 14:58:51', 'admin', '绠$悊鍛'); @@ -12262,6 +13931,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('e1fb12b3993b4d1ea35bd536801ada1f', 'common. INSERT INTO `t_s_muti_lang` VALUES ('e547fec1826c4811b6d759f2d81153f8', 'common.password.reset', 'Password Reset', 'en', '2014-07-03 18:39:42', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('f9f74528bde04a0f9e25e29cbc87d9fb', 'fill.realname', '濉啓涓汉鐪熷疄濮撳悕', 'zh-cn', '2014-07-04 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-04 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('fa07850cb8ed4c268cc91ffd31e7ace1', 'common.password', 'Password', 'en', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('ff8080816002af43016002bcc25b0002', 'common.refreshType', 'Refresh dictionary cache', 'en', '2017-11-28 21:06:53', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d000', 'common.querybuilder', '楂樼骇鏌ヨ', 'zh-cn', '2015-04-28 10:26:41', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-04-28 10:30:20', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d001', 'common.code.range', '缂栫爜鑼冨洿鍦2~8浣嶅瓧绗', 'zh-cn', '2015-06-01 10:21:46', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-01 10:22:49', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d002', 'common.code.range', 'The coding in the range of 2~8 characters', 'en', '2015-06-01 10:29:43', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-01 10:30:54', 'admin', 'admin'); @@ -12469,15 +14139,15 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba87c37d001487c499a4d1114', 'common. -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice`; CREATE TABLE `t_s_notice` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_title` varchar(255) default NULL COMMENT '閫氱煡鏍囬', + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_title` varchar(255) DEFAULT NULL COMMENT '閫氱煡鏍囬', `notice_content` longtext COMMENT '閫氱煡鍏憡鍐呭', - `notice_type` varchar(2) default NULL COMMENT '閫氱煡鍏憡绫诲瀷锛1锛氶氱煡锛2:鍏憡锛', - `notice_level` varchar(2) default NULL COMMENT '閫氬憡鎺堟潈绾у埆锛1:鍏ㄥ憳锛2锛氳鑹诧紝3锛氱敤鎴凤級', - `notice_term` datetime default NULL COMMENT '闃呰鏈熼檺', - `create_user` varchar(32) default NULL COMMENT '鍒涘缓鑰', - `create_time` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - PRIMARY KEY (`id`) + `notice_type` varchar(2) DEFAULT NULL COMMENT '閫氱煡鍏憡绫诲瀷锛1锛氶氱煡锛2:鍏憡锛', + `notice_level` varchar(2) DEFAULT NULL COMMENT '閫氬憡鎺堟潈绾у埆锛1:鍏ㄥ憳锛2锛氳鑹诧紝3锛氱敤鎴凤級', + `notice_term` datetime DEFAULT NULL COMMENT '闃呰鏈熼檺', + `create_user` varchar(32) DEFAULT NULL COMMENT '鍒涘缓鑰', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氱煡鍏憡琛'; -- ---------------------------- @@ -12492,12 +14162,12 @@ INSERT INTO `t_s_notice` VALUES ('402881855b90f0d5015b90fb8721000e', '222', '

-- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_role`; CREATE TABLE `t_s_notice_authority_role` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_id` varchar(36) default NULL COMMENT '閫氬憡ID', - `role_id` varchar(32) default NULL COMMENT '鎺堟潈瑙掕壊ID', - PRIMARY KEY (`id`), - KEY `index_noteid` USING BTREE (`notice_id`), - KEY `index_roleid` USING BTREE (`role_id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_id` varchar(36) DEFAULT NULL COMMENT '閫氬憡ID', + `role_id` varchar(32) DEFAULT NULL COMMENT '鎺堟潈瑙掕壊ID', + PRIMARY KEY (`id`), + KEY `index_noteid` (`notice_id`) USING BTREE, + KEY `index_roleid` (`role_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氬憡鎺堟潈瑙掕壊琛'; -- ---------------------------- @@ -12510,12 +14180,12 @@ INSERT INTO `t_s_notice_authority_role` VALUES ('402880f25b0da07e015b0dc68e87005 -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_user`; CREATE TABLE `t_s_notice_authority_user` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_id` varchar(36) default NULL COMMENT '閫氬憡ID', - `user_id` varchar(32) default NULL COMMENT '鎺堟潈鐢ㄦ埛ID', - PRIMARY KEY (`id`), - KEY `index_noticeid` USING BTREE (`notice_id`), - KEY `index_userid` USING BTREE (`user_id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_id` varchar(36) DEFAULT NULL COMMENT '閫氬憡ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '鎺堟潈鐢ㄦ埛ID', + PRIMARY KEY (`id`), + KEY `index_noticeid` (`notice_id`) USING BTREE, + KEY `index_userid` (`user_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氬憡鎺堟潈鐢ㄦ埛琛'; -- ---------------------------- @@ -12527,17 +14197,17 @@ CREATE TABLE `t_s_notice_authority_user` ( -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_read_user`; CREATE TABLE `t_s_notice_read_user` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_id` varchar(36) default NULL COMMENT '閫氬憡ID', - `user_id` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - `is_read` smallint(2) NOT NULL default '0' COMMENT '鏄惁宸查槄璇', - `del_flag` smallint(2) NOT NULL default '0' COMMENT '鏄惁宸插垹闄', - `create_time` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - PRIMARY KEY (`id`), - KEY `notice_id_index` USING BTREE (`notice_id`), - KEY `user_id_index` USING BTREE (`user_id`), - KEY `index_delflag` USING BTREE (`del_flag`), - KEY `index_isread` USING BTREE (`is_read`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_id` varchar(36) DEFAULT NULL COMMENT '閫氬憡ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + `is_read` smallint(2) NOT NULL DEFAULT '0' COMMENT '鏄惁宸查槄璇', + `del_flag` smallint(2) NOT NULL DEFAULT '0' COMMENT '鏄惁宸插垹闄', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`), + KEY `notice_id_index` (`notice_id`), + KEY `user_id_index` (`user_id`), + KEY `index_delflag` (`del_flag`), + KEY `index_isread` (`is_read`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氬憡宸茶鐢ㄦ埛琛'; -- ---------------------------- @@ -12569,19 +14239,19 @@ INSERT INTO `t_s_notice_read_user` VALUES ('402881855b90f0d5015b90fb87ac0017', ' DROP TABLE IF EXISTS `t_s_operation`; CREATE TABLE `t_s_operation` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `operationcode` varchar(50) default NULL COMMENT '椤甸潰鎺т欢code', - `operationicon` varchar(100) default NULL COMMENT '鍥炬爣', - `operationname` varchar(50) default NULL COMMENT '椤甸潰鍚嶅瓧', - `status` smallint(6) default NULL COMMENT '鐘舵', - `functionid` varchar(32) default NULL COMMENT '鑿滃崟ID', - `iconid` varchar(32) default NULL COMMENT '鍥炬爣ID', - `operationtype` smallint(6) default NULL COMMENT '瑙勫垯绫诲瀷锛1/绂佺敤 0/闅愯棌', - PRIMARY KEY (`ID`), - KEY `FK_pceuy41wr2fjbcilyc7mk3m1f` USING BTREE (`functionid`), - KEY `FK_ny5de7922l39ta2pkhyspd5f` USING BTREE (`iconid`), - CONSTRAINT `t_s_operation_ibfk_1` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`), - CONSTRAINT `t_s_operation_ibfk_2` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`iconid`) REFER `jeecg/t_s_icon`(`I'; + `operationcode` varchar(50) DEFAULT NULL COMMENT '椤甸潰鎺т欢code', + `operationicon` varchar(100) DEFAULT NULL COMMENT '鍥炬爣', + `operationname` varchar(50) DEFAULT NULL COMMENT '椤甸潰鍚嶅瓧', + `status` smallint(6) DEFAULT NULL COMMENT '鐘舵', + `functionid` varchar(32) DEFAULT NULL COMMENT '鑿滃崟ID', + `iconid` varchar(32) DEFAULT NULL COMMENT '鍥炬爣ID', + `operationtype` smallint(6) DEFAULT NULL COMMENT '瑙勫垯绫诲瀷锛1/绂佺敤 0/闅愯棌', + PRIMARY KEY (`ID`), + KEY `FK_pceuy41wr2fjbcilyc7mk3m1f` (`functionid`), + KEY `FK_ny5de7922l39ta2pkhyspd5f` (`iconid`), + CONSTRAINT `FK_ny5de7922l39ta2pkhyspd5f` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`), + CONSTRAINT `FK_pceuy41wr2fjbcilyc7mk3m1f` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_operation @@ -12608,6 +14278,27 @@ INSERT INTO `t_s_operation` VALUES ('402881855ab8c48a015ab8c945a70008', 'contact INSERT INTO `t_s_operation` VALUES ('402881855ab8c48a015ab8caa347000a', 'GO_RETURN_PRICE', null, '鍚堝悓瀹氶噾', '0', '402880f25a9833f5015a9843218f000c', '8a8ab0b246dc81120146dc8180460000', '0'); INSERT INTO `t_s_operation` VALUES ('402881855ab8c48a015ab8d331b1001e', 'content', null, '闅愯棌瀹℃壒鎰忚', '0', '402881855ab8c48a015ab8d1f96f001b', '8a8ab0b246dc81120146dc8180460000', '0'); INSERT INTO `t_s_operation` VALUES ('402881875b1a8040015b1a84fd800001', 'phone', null, '鍒楄〃闅愯棌鎵嬫満鍙', '0', '4028f6815af5e479015af5f08dc4001a', '8a8ab0b246dc81120146dc8180460000', '0'); +INSERT INTO `t_s_operation` VALUES ('402881f4606cc3d501606cd0cbdb0007', 'jeecgdemo_add', null, '涓汉浠嬬粛', '0', '402881f4606cc3d501606cd07a520005', '8a8ab0b246dc81120146dc8180460000', '0'); + +-- ---------------------------- +-- Table structure for t_s_password_resetkey +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_password_resetkey`; +CREATE TABLE `t_s_password_resetkey` ( + `id` varchar(36) NOT NULL, + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `username` varchar(100) DEFAULT NULL COMMENT '鐢ㄦ埛鍚', + `email` varchar(100) DEFAULT NULL COMMENT '閭鍦板潃', + `is_reset` int(11) DEFAULT NULL COMMENT '鏄惁宸查噸缃', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of t_s_password_resetkey +-- ---------------------------- +INSERT INTO `t_s_password_resetkey` VALUES ('4028838d5f352254015f352d23910010', null, null, '2017-10-19 23:07:51', 'scott', 'zhangdaiscott@163.com', '1'); -- ---------------------------- -- Table structure for t_s_region @@ -12618,7 +14309,7 @@ CREATE TABLE `t_s_region` ( `NAME` varchar(50) NOT NULL COMMENT '鍩庡競鍚', `PID` varchar(10) NOT NULL COMMENT '鐖禝D', `NAME_EN` varchar(100) NOT NULL COMMENT '鑻辨枃鍚', - PRIMARY KEY (`ID`) + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -16151,24 +17842,27 @@ INSERT INTO `t_s_region` VALUES ('999', '瀹佹睙鍖', '91', 'Ningjiang Qu'); DROP TABLE IF EXISTS `t_s_role`; CREATE TABLE `t_s_role` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `rolecode` varchar(10) default NULL COMMENT '瑙掕壊缂栫爜', + `rolecode` varchar(10) DEFAULT NULL COMMENT '瑙掕壊缂栫爜', `rolename` varchar(100) NOT NULL COMMENT '瑙掕壊鍚嶅瓧', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - PRIMARY KEY (`ID`) + `depart_ag_id` varchar(32) DEFAULT NULL COMMENT '閮ㄩ棬鏉冮檺缁処D', + `role_type` varchar(2) DEFAULT NULL COMMENT '绫诲瀷1閮ㄩ棬瑙掕壊/0绯荤粺瑙掕壊', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_role -- ---------------------------- -INSERT INTO `t_s_role` VALUES ('402880e74d75c4dd014d75d3c5f40001', 'demo', 'demo', '绠$悊鍛', '2017-03-01 21:54:06', 'admin', null, null, null); -INSERT INTO `t_s_role` VALUES ('402881875b19f141015b19fb1d490019', 'dep_jingli', '缁忕悊瑙掕壊', null, null, null, '绠$悊鍛', '2017-03-29 20:12:19', 'admin'); -INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc8181870050', 'admin', '绠$悊鍛', '绠$悊鍛', '2017-09-05 09:56:11', 'admin', null, null, null); -INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc81818b0051', 'manager', '鏅氱敤鎴', '绠$悊鍛', '2016-05-29 17:42:19', 'admin', null, null, null); +INSERT INTO `t_s_role` VALUES ('402880e74d75c4dd014d75d3c5f40001', 'demo', 'demo', null, null, '绠$悊鍛', '2017-03-01 21:54:06', 'admin', null, null, null); +INSERT INTO `t_s_role` VALUES ('402881875b19f141015b19fb1d490019', 'dep_jingli', '缁忕悊瑙掕壊', null, null, null, null, null, '绠$悊鍛', '2017-03-29 20:12:19', 'admin'); +INSERT INTO `t_s_role` VALUES ('402881f4609299ad0160929d12600019', '999', '888', '402881f4609299ad0160929bd4ac000c', '1', null, null, null, '绠$悊鍛', '2017-12-26 19:37:35', 'admin'); +INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc8181870050', 'admin', '绠$悊鍛', null, null, '绠$悊鍛', '2017-09-05 09:56:11', 'admin', null, null, null); +INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc81818b0051', 'manager', '鏅氱敤鎴', null, null, '绠$悊鍛', '2016-05-29 17:42:19', 'admin', null, null, null); -- ---------------------------- -- Table structure for t_s_role_function @@ -16176,21 +17870,22 @@ INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc81818b0051', 'manager', ' DROP TABLE IF EXISTS `t_s_role_function`; CREATE TABLE `t_s_role_function` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `operation` varchar(1000) default NULL COMMENT '椤甸潰鎺т欢鏉冮檺缂栫爜', - `functionid` varchar(32) default NULL COMMENT '鑿滃崟ID', - `roleid` varchar(32) default NULL COMMENT '瑙掕壊ID', - `datarule` varchar(1000) default NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯ID', - PRIMARY KEY (`ID`), - KEY `FK_fvsillj2cxyk5thnuu625urab` USING BTREE (`functionid`), - KEY `FK_9dww3p4w8jwvlrgwhpitsbfif` USING BTREE (`roleid`), - CONSTRAINT `t_s_role_function_ibfk_1` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`), - CONSTRAINT `t_s_role_function_ibfk_2` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`roleid`) REFER `jeecg/t_s_role`(`I'; + `operation` varchar(1000) DEFAULT NULL COMMENT '椤甸潰鎺т欢鏉冮檺缂栫爜', + `functionid` varchar(32) DEFAULT NULL COMMENT '鑿滃崟ID', + `roleid` varchar(32) DEFAULT NULL COMMENT '瑙掕壊ID', + `datarule` varchar(1000) DEFAULT NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯ID', + PRIMARY KEY (`ID`), + KEY `FK_fvsillj2cxyk5thnuu625urab` (`functionid`), + KEY `FK_9dww3p4w8jwvlrgwhpitsbfif` (`roleid`), + CONSTRAINT `FK_9dww3p4w8jwvlrgwhpitsbfif` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`), + CONSTRAINT `FK_fvsillj2cxyk5thnuu625urab` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_role_function -- ---------------------------- INSERT INTO `t_s_role_function` VALUES ('40284a815bb75d7b015bb760d9130003', null, '40284a815bb75d7b015bb7607ba00001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('40288018605416db01605421917c0003', null, '40288018605416db0160542132600001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e55bcd2bfb015bcd3cb49f0003', null, '402881ea5bc9abd3015bc9b2ebe10001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880ec5cbe667c015cbe67bcc50006', null, '4028ef8155fd32e40155fd344cddd3', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880ec5cc39343015cc3ac24dd0003', null, '8a8ab0b246dc81120146dc8180df001f', '402880e74d75c4dd014d75d3c5f40001', null); @@ -16242,20 +17937,11 @@ INSERT INTO `t_s_role_function` VALUES ('402880ef5b002b87015b004d332d000c', null INSERT INTO `t_s_role_function` VALUES ('402880ef5b002b87015b004d332d000d', null, '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880f05c10b1a8015c10b27b170003', null, '4028911b5c0bf9b9015c0c034d8e0013', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b0da07e015b0da46ac30009', null, '4028f6815b0b1017015b0b1265cf0002', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7760003', null, '4028ef81535fff5101536001bb8d0005', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7780004', null, '4028ef815378741f01537879315e0009', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7790005', null, '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7790006', null, '4028ef815373fb53015373fef1c50003', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7790007', null, '4028ef815378741f0153787764cc0004', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7790008', null, '402880e74d76e784014d76f5cc2e0014', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b7790009', null, '4028948150f5ba6a0150f5d0b0200004', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b779000a', null, '4028948150f5ba6a0150f5d34aca000a', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370b779000b', null, '4028ef815373fb53015373ff521d0005', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b137015015b1370c1ff000c', null, '402880e448a28b750148a290c0e50001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b182dcf015b1839b06f0007', null, '8a8ab0b246dc81120146dc8180ce0019', '402880e74d75c4dd014d75d3c5f40001', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b182dcf015b1839b0730008', '402880f25b182dcf015b1839762c0005,402880f25b182dcf015b184c4885001b,', '8a8ab0b246dc81120146dc818106002d', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('402880f25b182dcf015b1839b0730008', '', '8a8ab0b246dc81120146dc818106002d', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b182dcf015b185e0a9c0028', null, '4028f6815af3ce54015af3d1ad610001', '402880e74d75c4dd014d75d3c5f40001', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b182dcf015b18611d570031', '402880f25b182dcf015b187b464a004b,', '4028f6815af5ca04015af5cbf9300001', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('402880f25b182dcf015b18611d570031', '402880f25b182dcf015b1860f334002f,402880f25b182dcf015b18632e970036,402880f25b182dcf015b187b464a004b,', '4028f6815af5ca04015af5cbf9300001', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b18e3ab015b1902224b0004', '402880f25a980e2a015a981e9e460008,402881855ab8c48a015ab8c945a70008,', '402880f25a980e2a015a981dc8de0005', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b18e3ab015b1902224e0005', null, '402889fb486e848101486e8de3d60005', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b18e3ab015b191afdaa000c', '402880f25a9833f5015a9844ed14000f,402881855ab8c48a015ab8caa347000a,', '402880f25a9833f5015a9843218f000c', '402880e74d75c4dd014d75d3c5f40001', null); @@ -16269,7 +17955,7 @@ INSERT INTO `t_s_role_function` VALUES ('402880f25b19976c015b19a1f5eb0015', null INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1d71e5a90004', null, '402881855ab8c48a015ab8d133050018', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1d71e5ab0005', '402881855ab8c48a015ab8d331b1001e,', '402881855ab8c48a015ab8d1f96f001b', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1d747dfe000d', null, '402880e74d76e784014d76f5505a0012', '402880e74d75c4dd014d75d3c5f40001', null); -INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1d74a94b000e', '402880f25b1d5a3a015b1d901da00028,402880f25b1d5a3a015b1d941094002e,402880f25b1d5a3a015b1d97b13d0039,402880f25b1df029015b1e19a8890027,402880f25b1df029015b1e19e0d00029,', '402880e74d76e784014d76f5cc2e0014', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1d74a94b000e', '', '402880e74d76e784014d76f5cc2e0014', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1d781ada0017', '402880f25b1d5a3a015b1d77ff6a0015,', '402880f25b1d5a3a015b1d772c2b0013', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1db9fee40057', null, '402880e74d76e784014d76f5cc2e0014', '8a8ab0b246dc81120146dc81818b0051', null); INSERT INTO `t_s_role_function` VALUES ('402880f25b1d5a3a015b1db9fee60058', null, '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc81818b0051', null); @@ -16289,6 +17975,11 @@ INSERT INTO `t_s_role_function` VALUES ('402880f95e56755d015e567876ec000a', null INSERT INTO `t_s_role_function` VALUES ('402880f95e56755d015e567876ec000b', null, '4028ef815378741f01537879315e0009', '402881875b19f141015b19fb1d490019', null); INSERT INTO `t_s_role_function` VALUES ('402880f95e56755d015e567876ed000c', null, '402880e74d76e784014d76f5505a0012', '402881875b19f141015b19fb1d490019', null); INSERT INTO `t_s_role_function` VALUES ('402880f95e56755d015e567876ed000d', null, '4028ef815373fb53015373ff521d0005', '402881875b19f141015b19fb1d490019', null); +INSERT INTO `t_s_role_function` VALUES ('4028810260a209160160a209d57a0001', null, '402881fc60a07a350160a07da5720005', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028810260a209160160a209d57d0002', null, '402881fc60a07a350160a07cf68e0001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028810260a209160160a209d57d0003', null, '402881fc60a07a350160a07d4f860003', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028810260c422c30160c423823d0001', null, '297e7ae160baa7ec0160baa977980001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028810260c620400160c62536540001', null, '402881fc60c0d2d50160c0d860b00001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881855afb59f7015afc6123c7000e', null, '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881855afbcdf7015afc6123c7000e', null, '8a8ab0b246dc81120146dc8180e30021', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881855b04244f015b0426380a0003', null, '4028808848845c0f014884649488000c', '8a8ab0b246dc81120146dc8181870050', null); @@ -16313,8 +18004,23 @@ INSERT INTO `t_s_role_function` VALUES ('402881875b19f141015b19fbb1af0021', null INSERT INTO `t_s_role_function` VALUES ('402881875b246b3f015b246ce6d70003', null, '8a8ab0b246dc81120146dc8180e70023', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402881e45e5bc4e3015e5bc767790010', null, '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc81818b0051', null); INSERT INTO `t_s_role_function` VALUES ('402881e55de5aead015de64419c50006', null, '402881e55de5aead015de643eaed0004', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881e75f6c0b95015f6c0d40390001', null, '402881ef5f5c650e015f5c67ddd20001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881e960439a240160439b572b0001', null, '297edb626033bbcb016033fd0a190001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881f15e6f6706015e6f6858710001', null, '402881e45e6b867a015e6c539b8a000d', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f15e848376015e848480f20001', null, '297e7ae15e7e8929015e7e9bb4910002', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f15e896251015e89871a4f0008', null, '297e7ae15e84b2cd015e84b4a1a00001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f15e92d744015e92da72aa0002', null, '297e7ae15e84b2cd015e84b4a1a00451', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f4606cc3d501606cd117ea0009', '', '402881f4606cc3d501606cd07a520005', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('402881f4609299ad0160929b92410006', null, '297e7ae160909a6f016090a05e590003', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f4609299ad0160929b92450007', null, '297e7ae160909a6f016090a112a50007', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f4609299ad0160929b92450008', null, '297e7ae160909a6f016090a0d3c80005', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f4609299ad0160929b92450009', null, '402881f4609299ad0160929ab2e00001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881f46095bda0016095be7d5b0001', null, '4028ef8155fd32e40155fd344cdd0003', '402881f4609299ad0160929d12600019', null); +INSERT INTO `t_s_role_function` VALUES ('402881f46095bda0016095be7d5f0002', null, '4028ef8155fd32e40155fd33c6670001', '402881f4609299ad0160929d12600019', null); +INSERT INTO `t_s_role_function` VALUES ('4028838d5f351a87015f352003750004', null, '4028838d5f351a87015f351fc33d0002', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ab776033fde701603422432b0005', null, '4028ef81574ae99701574aeb97bd0003', '402880e74d75c4dd014d75d3c5f40001', '4028ef81574ae99701574aed26530005,'); INSERT INTO `t_s_role_function` VALUES ('4028b29a5d86c6e5015d871225700009', null, '4028b29a5d86c6e5015d8711a0000007', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('ff8080815ffd3b5d015ffd3f36800003', null, 'ff8080815ffd3b5d015ffd3e74b40001', '8a8ab0b246dc81120146dc8181870050', null); -- ---------------------------- -- Table structure for t_s_role_org @@ -16322,9 +18028,9 @@ INSERT INTO `t_s_role_function` VALUES ('4028b29a5d86c6e5015d871225700009', null DROP TABLE IF EXISTS `t_s_role_org`; CREATE TABLE `t_s_role_org` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `org_id` varchar(32) default NULL COMMENT '鏈烘瀯ID', - `role_id` varchar(32) default NULL COMMENT '瑙掕壊ID', - PRIMARY KEY (`ID`) + `org_id` varchar(32) DEFAULT NULL COMMENT '鏈烘瀯ID', + `role_id` varchar(32) DEFAULT NULL COMMENT '瑙掕壊ID', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -16337,27 +18043,26 @@ CREATE TABLE `t_s_role_org` ( DROP TABLE IF EXISTS `t_s_role_user`; CREATE TABLE `t_s_role_user` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `roleid` varchar(32) default NULL COMMENT '瑙掕壊ID', - `userid` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - PRIMARY KEY (`ID`), - KEY `FK_n2ucxeorvpjy7qhnmuem01kbx` USING BTREE (`roleid`), - KEY `FK_d4qb5xld2pfb0bkjx9iwtolda` USING BTREE (`userid`), - CONSTRAINT `t_s_role_user_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`), - CONSTRAINT `t_s_role_user_ibfk_2` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`userid`) REFER `jeecg/t_s_user`(`i'; + `roleid` varchar(32) DEFAULT NULL COMMENT '瑙掕壊ID', + `userid` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + PRIMARY KEY (`ID`), + KEY `FK_n2ucxeorvpjy7qhnmuem01kbx` (`roleid`), + KEY `FK_d4qb5xld2pfb0bkjx9iwtolda` (`userid`), + CONSTRAINT `FK_d4qb5xld2pfb0bkjx9iwtolda` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`), + CONSTRAINT `FK_n2ucxeorvpjy7qhnmuem01kbx` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_role_user -- ---------------------------- -INSERT INTO `t_s_role_user` VALUES ('402880ec5d78d2cc015d78d6d4260006', '402880e74d75c4dd014d75d3c5f40001', '402880e74d75c4dd014d75d44af30005'); -INSERT INTO `t_s_role_user` VALUES ('402880f35a4121cf015a4122dd410002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181a60055'); INSERT INTO `t_s_role_user` VALUES ('402881855c1c4ab8015c1c4d36ca0002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181950052'); -INSERT INTO `t_s_role_user` VALUES ('402881855c1c4ab8015c1c4d512f0005', '8a8ab0b246dc81120146dc81818b0051', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `t_s_role_user` VALUES ('402881875988e889015988ec36940003', '402880e74d75c4dd014d75d3c5f40001', '402881875988e889015988ec36770001'); -INSERT INTO `t_s_role_user` VALUES ('402881875b19f141015b19fe80f8002d', '402881875b19f141015b19fb1d490019', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_role_user` VALUES ('402881f15e93d5f3015e93e17d2c001a', '402880e74d75c4dd014d75d3c5f40001', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_role_user` VALUES ('402881f66102bfdd016102c1a2a60002', '8a8ab0b246dc81120146dc81818b0051', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_role_user` VALUES ('4028838d5f352254015f35262f550007', '402881875b19f141015b19fb1d490019', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_role_user` VALUES ('4028838d5f352254015f35267ba6000a', '402881875b19f141015b19fb1d490019', '8a8c82a35de421ab015de4228d400003'); INSERT INTO `t_s_role_user` VALUES ('4028ef815500fa15015500fbc3c50002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181a10054'); INSERT INTO `t_s_role_user` VALUES ('4028ef81563ae5be01563ae92de10004', '402880e74d75c4dd014d75d3c5f40001', '4028ef81563ae5be01563ae92d7f0002'); -INSERT INTO `t_s_role_user` VALUES ('8a8c82a35de421ab015de4228d5c0005', '402881875b19f141015b19fb1d490019', '8a8c82a35de421ab015de4228d400003'); -- ---------------------------- -- Table structure for t_s_sms @@ -16365,25 +18070,25 @@ INSERT INTO `t_s_role_user` VALUES ('8a8c82a35de421ab015de4228d5c0005', '4028818 DROP TABLE IF EXISTS `t_s_sms`; CREATE TABLE `t_s_sms` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `es_title` varchar(32) default NULL COMMENT '娑堟伅鏍囬', - `es_type` varchar(1) default NULL COMMENT '娑堟伅绫诲瀷', - `es_sender` varchar(50) default NULL COMMENT '鍙戦佷汉', - `es_receiver` varchar(50) default NULL COMMENT '鎺ユ敹浜', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `es_title` varchar(32) DEFAULT NULL COMMENT '娑堟伅鏍囬', + `es_type` varchar(1) DEFAULT NULL COMMENT '娑堟伅绫诲瀷', + `es_sender` varchar(50) DEFAULT NULL COMMENT '鍙戦佷汉', + `es_receiver` varchar(50) DEFAULT NULL COMMENT '鎺ユ敹浜', `es_content` longtext COMMENT '鍐呭', - `es_sendtime` datetime default NULL COMMENT '鍙戦佹椂闂', - `remark` varchar(500) default NULL COMMENT '澶囨敞', - `es_status` varchar(1) default NULL COMMENT '鍙戦佺姸鎬', - PRIMARY KEY (`id`), - KEY `index_type` USING BTREE (`es_type`), - KEY `index_receiver` USING BTREE (`es_receiver`), - KEY `index_sendtime` USING BTREE (`es_sendtime`), - KEY `index_status` USING BTREE (`es_status`) + `es_sendtime` datetime DEFAULT NULL COMMENT '鍙戦佹椂闂', + `remark` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `es_status` varchar(1) DEFAULT NULL COMMENT '鍙戦佺姸鎬', + PRIMARY KEY (`id`), + KEY `index_type` (`es_type`), + KEY `index_receiver` (`es_receiver`), + KEY `index_sendtime` (`es_sendtime`), + KEY `index_status` (`es_status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -16392,8 +18097,8 @@ CREATE TABLE `t_s_sms` ( INSERT INTO `t_s_sms` VALUES ('402880e74dc2f361014dc2f8411e0001', '绠$悊鍛', 'admin', '2015-06-05 17:05:59', '绠$悊鍛', 'admin', '2015-11-19 22:30:39', '娑堟伅鎺ㄩ佹祴璇333', '2', null, '411944058@qq.com', '寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', '2015-06-05 17:06:01', '璁よ瘉澶辫触閿欒鐨勭敤鎴峰悕鎴栬呭瘑鐮', '3'); INSERT INTO `t_s_sms` VALUES ('402880ea533647b00153364e74770001', '绠$悊鍛', 'admin', '2016-03-02 15:50:24', '绠$悊鍛', 'admin', '2017-03-10 18:31:47', '鍙戜釜闂', '3', 'admin', 'admin', '浣犲ソ', '2016-03-02 00:00:00', null, '2'); INSERT INTO `t_s_sms` VALUES ('402880ee5a17e711015a17f3188e013f', '绠$悊鍛', 'admin', '2017-02-07 17:41:31', '绠$悊鍛', 'admin', '2017-03-10 11:37:05', '娑堟伅鎺ㄩ佹祴璇333', '2', null, '411944058@qq.com', '寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, '2'); -INSERT INTO `t_s_sms` VALUES ('402880f05ab649b4015ab64b9cd80012', '绠$悊鍛', 'admin', '2017-03-10 11:38:13', '绠$悊鍛', 'admin', '2017-07-31 17:24:54', '娑堟伅鎺ㄩ佹祴璇333', '2', null, '411944058@qq.com', '寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, '1'); -INSERT INTO `t_s_sms` VALUES ('402880f05ab7b035015ab7c4462c0004', '绠$悊鍛', 'admin', '2017-03-10 18:29:37', null, null, null, '娑堟伅鎺ㄩ佹祴璇333', '2', null, '411944058@qq.com', '寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, '1'); +INSERT INTO `t_s_sms` VALUES ('402880f05ab649b4015ab64b9cd80012', '绠$悊鍛', 'admin', '2017-03-10 11:38:13', '绠$悊鍛', 'admin', '2017-07-31 17:24:54', '娑堟伅鎺ㄩ佹祴璇333', '2', null, '411944058@qq.com', '寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', '2017-11-16 15:58:15', null, '3'); +INSERT INTO `t_s_sms` VALUES ('402880f05ab7b035015ab7c4462c0004', '绠$悊鍛', 'admin', '2017-03-10 18:29:37', null, null, null, '娑堟伅鎺ㄩ佹祴璇333', '2', null, '411944058@qq.com', '寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', '2017-11-16 15:58:15', null, '3'); -- ---------------------------- -- Table structure for t_s_sms_sql @@ -16401,15 +18106,15 @@ INSERT INTO `t_s_sms` VALUES ('402880f05ab7b035015ab7c4462c0004', '绠$悊鍛', ' DROP TABLE IF EXISTS `t_s_sms_sql`; CREATE TABLE `t_s_sms_sql` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `sql_name` varchar(32) default NULL COMMENT 'SQL鍚嶇О', - `sql_content` varchar(1000) default NULL COMMENT 'SQL鍐呭', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - PRIMARY KEY (`id`) + `sql_name` varchar(32) DEFAULT NULL COMMENT 'SQL鍚嶇О', + `sql_content` varchar(1000) DEFAULT NULL COMMENT 'SQL鍐呭', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -16423,16 +18128,16 @@ INSERT INTO `t_s_sms_sql` VALUES ('8a71b40e4a386269014a3865f9a90001', 'SQL-鏌 DROP TABLE IF EXISTS `t_s_sms_template`; CREATE TABLE `t_s_sms_template` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `template_type` varchar(1) default NULL COMMENT '妯℃澘绫诲瀷', - `template_name` varchar(50) default NULL COMMENT '妯℃澘鍚嶇О', - `template_content` varchar(1000) default NULL COMMENT '妯℃澘鍐呭', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - PRIMARY KEY (`id`) + `template_type` varchar(1) DEFAULT NULL COMMENT '妯℃澘绫诲瀷', + `template_name` varchar(50) DEFAULT NULL COMMENT '妯℃澘鍚嶇О', + `template_content` varchar(1000) DEFAULT NULL COMMENT '妯℃澘鍐呭', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -16446,17 +18151,17 @@ INSERT INTO `t_s_sms_template` VALUES ('8a71b40e4a386269014a38701cff0005', '1', DROP TABLE IF EXISTS `t_s_sms_template_sql`; CREATE TABLE `t_s_sms_template_sql` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `code` varchar(32) default NULL COMMENT '閰嶇疆CODE', - `name` varchar(32) default NULL COMMENT '閰嶇疆鍚嶇О', - `sql_id` varchar(32) default NULL COMMENT '涓氬姟SQLID', - `template_id` varchar(32) default NULL COMMENT '娑堟伅妯℃湰ID', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - PRIMARY KEY (`id`) + `code` varchar(32) DEFAULT NULL COMMENT '閰嶇疆CODE', + `name` varchar(32) DEFAULT NULL COMMENT '閰嶇疆鍚嶇О', + `sql_id` varchar(32) DEFAULT NULL COMMENT '涓氬姟SQLID', + `template_id` varchar(32) DEFAULT NULL COMMENT '娑堟伅妯℃湰ID', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -16470,27 +18175,27 @@ INSERT INTO `t_s_sms_template_sql` VALUES ('8a71b40e4a386269014a3871f5ee0008', ' DROP TABLE IF EXISTS `t_s_timetask`; CREATE TABLE `t_s_timetask` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `CREATE_BY` varchar(32) default NULL COMMENT '鍒涘缓浜', - `CREATE_DATE` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `CREATE_NAME` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕瀛', + `CREATE_BY` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `CREATE_DATE` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `CREATE_NAME` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕瀛', `CRON_EXPRESSION` varchar(100) NOT NULL COMMENT 'cron琛ㄨ揪寮', `IS_EFFECT` varchar(1) NOT NULL COMMENT '鏄惁鐢熸晥 0/鏈敓鏁,1/鐢熸晥', `IS_START` varchar(1) NOT NULL COMMENT '鏄惁杩愯0鍋滄,1杩愯', `TASK_DESCRIBE` varchar(50) NOT NULL COMMENT '浠诲姟鎻忚堪', `TASK_ID` varchar(100) NOT NULL COMMENT '浠诲姟ID', `CLASS_NAME` varchar(300) NOT NULL COMMENT '浠诲姟绫诲悕', - `RUN_SERVER_IP` varchar(15) NOT NULL default '鏈湴' COMMENT '浠诲姟杩愯鏈嶅姟鍣↖P', - `RUN_SERVER` varchar(300) NOT NULL default '鏈湴' COMMENT '杩滅▼涓绘満锛堝煙鍚/IP+椤圭洰璺緞锛', - `UPDATE_BY` varchar(32) default NULL COMMENT '淇敼浜', - `UPDATE_DATE` datetime default NULL COMMENT '淇敼鏃堕棿', - `UPDATE_NAME` varchar(32) default NULL COMMENT '淇敼浜哄悕绉', - PRIMARY KEY (`ID`) + `RUN_SERVER_IP` varchar(15) NOT NULL DEFAULT '鏈湴' COMMENT '浠诲姟杩愯鏈嶅姟鍣↖P', + `RUN_SERVER` varchar(300) NOT NULL DEFAULT '鏈湴' COMMENT '杩滅▼涓绘満锛堝煙鍚/IP+椤圭洰璺緞锛', + `UPDATE_BY` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `UPDATE_DATE` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `UPDATE_NAME` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕绉', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_timetask -- ---------------------------- -INSERT INTO `t_s_timetask` VALUES ('402880e74c79dd47014c79de88f70001', 'admin', '2015-04-02 19:22:49', '绠$悊鍛', '0 0/1 * * * ?', '1', '0', '娑堟伅涓棿浠跺畾鏃朵换鍔', 'smsSendTaskCronTrigger', 'org.jeecgframework.web.system.sms.util.task.SmsSendTask', '鏈湴', '鏈湴', 'admin', '2017-09-07 19:49:28', '绠$悊鍛'); +INSERT INTO `t_s_timetask` VALUES ('402880e74c79dd47014c79de88f70001', 'admin', '2015-04-02 19:22:49', '绠$悊鍛', '0 0/1 * * * ?', '1', '1', '娑堟伅涓棿浠跺畾鏃朵换鍔', 'smsSendTaskCronTrigger', 'org.jeecgframework.web.system.sms.util.task.SmsSendTask', '鏈湴', '鏈湴', 'admin', '2017-11-29 11:45:53', '绠$悊鍛'); -- ---------------------------- -- Table structure for t_s_type @@ -16498,18 +18203,18 @@ INSERT INTO `t_s_timetask` VALUES ('402880e74c79dd47014c79de88f70001', 'admin', DROP TABLE IF EXISTS `t_s_type`; CREATE TABLE `t_s_type` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `typecode` varchar(50) default NULL COMMENT '瀛楀吀缂栫爜', - `typename` varchar(50) default NULL COMMENT '瀛楀吀鍚嶇О', - `typepid` varchar(32) default NULL COMMENT '鏃犵敤瀛楁', - `typegroupid` varchar(32) default NULL COMMENT '瀛楀吀缁処D', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(36) default NULL COMMENT '鍒涘缓鐢ㄦ埛', - PRIMARY KEY (`ID`), - KEY `FK_nw2b22gy7plh7pqows186odmq` USING BTREE (`typepid`), - KEY `FK_3q40mr4ebtd0cvx79matl39x1` USING BTREE (`typegroupid`), - CONSTRAINT `t_s_type_ibfk_1` FOREIGN KEY (`typegroupid`) REFERENCES `t_s_typegroup` (`ID`), - CONSTRAINT `t_s_type_ibfk_2` FOREIGN KEY (`typepid`) REFERENCES `t_s_type` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`typegroupid`) REFER `jeecg/t_s_typ'; + `typecode` varchar(50) DEFAULT NULL COMMENT '瀛楀吀缂栫爜', + `typename` varchar(50) DEFAULT NULL COMMENT '瀛楀吀鍚嶇О', + `typepid` varchar(32) DEFAULT NULL COMMENT '鏃犵敤瀛楁', + `typegroupid` varchar(32) DEFAULT NULL COMMENT '瀛楀吀缁処D', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(36) DEFAULT NULL COMMENT '鍒涘缓鐢ㄦ埛', + PRIMARY KEY (`ID`), + KEY `FK_nw2b22gy7plh7pqows186odmq` (`typepid`), + KEY `FK_3q40mr4ebtd0cvx79matl39x1` (`typegroupid`), + CONSTRAINT `FK_3q40mr4ebtd0cvx79matl39x1` FOREIGN KEY (`typegroupid`) REFERENCES `t_s_typegroup` (`ID`), + CONSTRAINT `FK_nw2b22gy7plh7pqows186odmq` FOREIGN KEY (`typepid`) REFERENCES `t_s_type` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_type @@ -16517,6 +18222,23 @@ CREATE TABLE `t_s_type` ( INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baab5c000b', '1', 'common.company', null, '297e201047e95ee30147e9ba56ce0009', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baef97000d', '2', 'common.department', null, '297e201047e95ee30147e9ba56ce0009', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9bb1210000f', '3', 'common.position', null, '297e201047e95ee30147e9ba56ce0009', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297e7ae160c514780160c52ac2160007', '1', '绯荤粺鐢ㄦ埛', null, '297e7ae160c514780160c52a7d960005', '2018-01-05 15:13:22', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297e7ae160c514780160c52ae0f40009', '2', '鎺ュ彛鐢ㄦ埛', null, '297e7ae160c514780160c52a7d960005', '2018-01-05 15:13:30', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297e7ae160c5883b0160c5908885000b', '1', '楂樼骇宸ョ▼甯', null, '297e7ae160c536500160c57da86d0002', '2018-01-05 17:04:32', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297e7ae160c5883b0160c590a927000d', '2', '涓骇宸ョ▼甯', null, '297e7ae160c536500160c57da86d0002', '2018-01-05 17:04:40', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297e7ae160c5883b0160c590c8fe000f', '3', '鍒濈骇宸ョ▼甯', null, '297e7ae160c536500160c57da86d0002', '2018-01-05 17:04:48', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020dc42730055', 'M', '涓诲瓙琛', null, '297edb626020600f016020db76e20053', '2017-12-04 17:29:54', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020dc7fb70057', 'S', '鍗曡〃', null, '297edb626020600f016020db76e20053', null, null); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020e28459005c', 'Y', '鏄', null, '297edb626020600f016020e214df005a', '2017-12-04 17:36:44', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020e2ea8f005e', 'N', '鍚', null, '297edb626020600f016020e214df005a', '2017-12-04 17:37:10', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020e6d8970063', 'n', 'int绫诲瀷', null, '297edb626020600f016020e673be0061', '2017-12-04 17:41:28', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020e72aa30065', 'c', '瀛楃涓茬被鍨', null, '297edb626020600f016020e673be0061', '2017-12-04 17:41:49', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020e796f70067', 'd', '鏃堕棿绫诲瀷', null, '297edb626020600f016020e673be0061', '2017-12-04 17:42:17', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020e9df39006b', 'select', '涓嬫媺妗', null, '297edb626020600f016020e9561e0069', '2017-12-04 17:44:46', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020ea2196006d', 'input', '杈撳叆妗', null, '297edb626020600f016020e9561e0069', '2017-12-04 17:45:03', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020eab7e0006f', 'popup', '寮瑰嚭妗', null, '297edb626020600f016020e9561e0069', '2017-12-04 17:45:42', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020ec39a90071', 'date', '鏃ユ湡', null, '297edb626020600f016020e9561e0069', '2017-12-04 17:47:20', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('297edb626020600f016020edb8bc0073', 'datetime', '鏃堕棿', null, '297edb626020600f016020e9561e0069', '2017-12-04 17:48:58', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db1e025002d', 'Y', '鏄', null, '2c90ac564c9d1734014c9db1a167002b', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db20b0d002f', 'N', '鍚', null, '2c90ac564c9d1734014c9db1a167002b', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('40284a815c1c18f7015c1c270f2b000c', '1', '鏄', null, '40284a815c1c18f7015c1c26c0bc000a', '2017-05-18 23:22:21', '绠$悊鍛'); @@ -16524,6 +18246,7 @@ INSERT INTO `t_s_type` VALUES ('40284a815c1c18f7015c1c272ecf000e', '0', '鍚', n INSERT INTO `t_s_type` VALUES ('402880884883eff4014884180bf80029', '1', '钄疯枃涓冩潙', null, '402880884883eff401488415cbb60027', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402880cd4dbd4baa014dbd9c184f0003', 'WXTP', '鍥剧墖', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402880ec5cc40078015cc41b28ce0005', 'bdfl_include', '瀵煎叆琛ㄥ崟', null, '402881e54dcb624a014dcbf4912b000e', '2017-06-20 14:05:33', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028810260a209160160a21064a5000d', '2', '鎺ュ彛鐢ㄦ埛', null, '402881ee5f9ed537015f9edb53b90003', '2017-12-29 19:37:51', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bb1b520004', 'cigong', '杈炲伐', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bc55b10006', 'jicigong', '鎬ヨ緸宸', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bca0680008', 'citui', '杈為', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '绠$悊鍛'); @@ -16548,6 +18271,8 @@ INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca705b2b40008', 'column', ' INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7061fb7000a', 'pie', '楗煎浘', null, '402881e64ca6fd1b014ca7044c370004', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e736c4e80008', 'en', 'common.english', null, '402881e946e71f5f0146e73619bb0002', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e740dcad0012', 'zh-cn', 'common.chinese', null, '402881e946e71f5f0146e73619bb0002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881ee60dea94b0160def83a810001', 'only', '鍞竴鏍¢獙', null, '4028838850c35b6a0150c37251e00002', '2018-01-10 15:28:18', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881fc60a11e1e0160a1275ae80001', '1', '绯荤粺鐢ㄦ埛', null, '402881ee5f9ed537015f9edb53b90003', '2017-12-29 15:23:19', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c372e3b10005', '*', '闈炵┖', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3abef800019', 'n', '鏁板瓧', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3ac17f9001b', 's', '瀛楁瘝', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); @@ -16639,18 +18364,24 @@ INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000008', 'WXWDYS', ' DROP TABLE IF EXISTS `t_s_typegroup`; CREATE TABLE `t_s_typegroup` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `typegroupcode` varchar(50) default NULL COMMENT '瀛楀吀鍒嗙粍缂栫爜', - `typegroupname` varchar(50) default NULL COMMENT '瀛楀吀鍒嗙粍鍚嶇О', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(36) default NULL COMMENT '鍒涘缓鐢ㄦ埛', - PRIMARY KEY (`ID`), - KEY `index_typegroupcode` USING BTREE (`typegroupcode`) + `typegroupcode` varchar(50) DEFAULT NULL COMMENT '瀛楀吀鍒嗙粍缂栫爜', + `typegroupname` varchar(50) DEFAULT NULL COMMENT '瀛楀吀鍒嗙粍鍚嶇О', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(36) DEFAULT NULL COMMENT '鍒涘缓鐢ㄦ埛', + PRIMARY KEY (`ID`), + KEY `index_typegroupcode` (`typegroupcode`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_typegroup -- ---------------------------- INSERT INTO `t_s_typegroup` VALUES ('297e201047e95ee30147e9ba56ce0009', 'orgtype', 'common.org.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('297e7ae160c514780160c52a7d960005', 'user_type', '鐢ㄦ埛绫诲瀷', '2018-01-05 15:13:04', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('297e7ae160c536500160c57da86d0002', 'job_level', '鑱屽姟绾у埆', '2018-01-05 16:43:55', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('297edb626020600f016020db76e20053', 'sel_type', '鏌ヨ绫诲瀷', '2017-12-04 17:29:02', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('297edb626020600f016020e214df005a', 'is_main', '鏄惁涓昏〃', '2017-12-04 17:36:16', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('297edb626020600f016020e673be0061', 'field_type', '瀛楁绫诲瀷', '2017-12-04 17:41:02', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('297edb626020600f016020e9561e0069', 's_type', '鎺т欢绫诲瀷', '2017-12-04 17:44:11', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('2c90ac564c9d1734014c9db1a167002b', 'sf_yn', '鏄惁YN', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('40284a815c1c18f7015c1c26c0bc000a', 'dev_flag', '寮鍙戞潈闄', '2017-05-18 23:22:01', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('402880884883eff401488415cbb60027', 'smsTplType', '妯℃澘绫诲瀷', '2016-09-04 22:19:12', '绠$悊鍛'); @@ -16660,6 +18391,7 @@ INSERT INTO `t_s_typegroup` VALUES ('402881e54dcb624a014dcbf4912b000e', 'bdfl', INSERT INTO `t_s_typegroup` VALUES ('402881e55af64f07015af68356550004', 'widgetType', '鎺т欢绫诲瀷', '2017-03-22 22:54:47', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('402881e64ca6fd1b014ca7044c370004', 'tblx', '鍥捐〃绫诲瀷', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('402881e946e71f5f0146e73619bb0002', 'lang', 'common.mutilang', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('402881ee5f9ed537015f9edb53b90003', 'pms_usertype', '鐢ㄦ埛绫诲瀷', null, null); INSERT INTO `t_s_typegroup` VALUES ('4028838850c35b6a0150c37251e00002', 'dataType', '鏍¢獙瑙勫垯', '2016-09-04 22:19:12', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('402889f647f797e30147f79e7ca60003', 'bpm_status', '涓氬姟BPM娴佽浆鐘舵', '2017-02-23 15:17:53', '绠$悊鍛'); INSERT INTO `t_s_typegroup` VALUES ('4028ab8c5134f1ed0151350f08d90003', 'units', '甯哥敤鍗曚綅', '2016-09-04 22:19:12', '绠$悊鍛'); @@ -16690,37 +18422,50 @@ INSERT INTO `t_s_typegroup` VALUES ('jglongjbtstypegourp2015060400001', 'weixin' DROP TABLE IF EXISTS `t_s_user`; CREATE TABLE `t_s_user` ( `id` varchar(32) NOT NULL COMMENT 'id', - `email` varchar(50) default NULL COMMENT '閭', - `mobilePhone` varchar(30) default NULL COMMENT '鎵嬫満鍙', - `officePhone` varchar(20) default NULL COMMENT '鍔炲叕搴ф満', - `signatureFile` varchar(100) default NULL COMMENT '绛惧悕鏂囦欢', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `portrait` varchar(100) default NULL, - `imsign` varchar(255) default NULL, - `dev_flag` varchar(2) NOT NULL default '0' COMMENT '寮鍙戞潈闄愭爣蹇', - PRIMARY KEY (`id`), - KEY `FK_2cuji5h6yorrxgsr8ojndlmal` USING BTREE (`id`), - KEY `index_dev_flag` USING BTREE (`dev_flag`), - CONSTRAINT `t_s_user_ibfk_1` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 587776 kB; (`id`) REFER `jeecg/t_s_base_user`(`'; + `email` varchar(50) DEFAULT NULL COMMENT '閭', + `mobilePhone` varchar(30) DEFAULT NULL COMMENT '鎵嬫満鍙', + `officePhone` varchar(20) DEFAULT NULL COMMENT '鍔炲叕搴ф満', + `signatureFile` varchar(100) DEFAULT NULL COMMENT '绛惧悕鏂囦欢', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `portrait` varchar(100) DEFAULT NULL, + `imsign` varchar(255) DEFAULT NULL, + `dev_flag` varchar(2) NOT NULL DEFAULT '0' COMMENT '寮鍙戞潈闄愭爣蹇', + `user_type` varchar(2) DEFAULT NULL COMMENT '鐢ㄦ埛绫诲瀷', + `person_type` varchar(2) DEFAULT NULL COMMENT '浜哄憳绫诲瀷', + `sex` varchar(2) DEFAULT NULL COMMENT '鎬у埆', + `emp_no` varchar(36) DEFAULT NULL COMMENT '宸ュ彿', + `citizen_no` varchar(20) DEFAULT NULL COMMENT '韬唤璇佸彿', + `fax` varchar(50) DEFAULT NULL COMMENT '浼犵湡', + `address` varchar(1000) DEFAULT NULL COMMENT '鑱旂郴鍦板潃', + `post` varchar(10) DEFAULT NULL COMMENT '閭紪', + `memo` varchar(255) DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`), + KEY `FK_2cuji5h6yorrxgsr8ojndlmal` (`id`), + KEY `index_dev_flag` (`dev_flag`) USING BTREE, + CONSTRAINT `FK_2cuji5h6yorrxgsr8ojndlmal` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_user -- ---------------------------- -INSERT INTO `t_s_user` VALUES ('402880e74d75c4dd014d75d44af30005', '', '', '', null, '绠$悊鍛', '2017-07-25 16:22:11', 'admin', '绠$悊鍛', '2015-05-21 17:35:56', 'admin', '20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, '0'); -INSERT INTO `t_s_user` VALUES ('402881875988e889015988ec36770001', '', '', '', null, '绠$悊鍛', '2017-01-10 23:08:33', 'admin', '绠$悊鍛', '2017-01-10 23:08:18', 'admin', null, null, '0'); -INSERT INTO `t_s_user` VALUES ('4028ef81538330cd01538333b7bc0001', 'zhangdaiscott@163.com', '13426432323', '991', null, '绠$悊鍛', '2017-03-29 20:16:01', 'admin', '绠$悊鍛', '2016-03-17 14:11:58', 'admin', null, null, '0'); -INSERT INTO `t_s_user` VALUES ('4028ef81563ae5be01563ae92d7f0002', '', '', '', null, '绠$悊鍛', '2016-07-30 16:26:20', 'admin', '绠$悊鍛', '2016-07-30 16:26:15', 'admin', null, null, '0'); -INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc8181950052', '', '', '', 'images/renfang/qm/licf.gif', '绠$悊鍛', '2017-06-12 21:50:18', 'admin', null, '2016-07-20 16:26:15', null, 'upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', '杩欏浼欏緢浣犲ソ', '1'); -INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc81819d0053', 'zhangdaiscott@163.com', '13426430000', '7496661', null, '绠$悊鍛', '2017-05-19 00:04:08', 'admin', null, '2016-03-17 14:11:58', null, null, null, '1'); -INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc8181a10054', '', '', '', null, '绠$悊鍛', '2016-06-01 15:07:57', 'admin', null, '2016-07-10 16:26:15', null, null, null, '0'); -INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc8181a60055', '', '', '', null, '绠$悊鍛', '2017-02-21 15:18:10', 'admin', null, '2016-09-30 16:26:15', null, null, null, '0'); -INSERT INTO `t_s_user` VALUES ('8a8c82a35de421ab015de4228d400003', '', '', '', null, '绠$悊鍛', '2017-09-06 09:45:02', 'admin', '绠$悊鍛', '2017-08-15 12:24:15', 'admin', null, null, '0'); +INSERT INTO `t_s_user` VALUES ('402880e74d75c4dd014d75d44af30005', '', '', '', null, '绠$悊鍛', '2017-09-18 15:26:21', 'admin', '绠$悊鍛', '2015-05-21 17:35:56', 'admin', '20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, '0', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('402881875988e889015988ec36770001', '', '', '', null, '绠$悊鍛', '2017-01-10 23:08:33', 'admin', '绠$悊鍛', '2017-01-10 23:08:18', 'admin', null, null, '0', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('402881e75f159dc3015f15a76fa80004', null, null, null, null, null, null, null, null, null, null, null, null, '1', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('402881e75f15a91c015f15a9bd550000', null, null, null, null, null, null, null, null, null, null, null, null, '1', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('402881e75f15a91c015f15aa5bb50001', null, null, null, null, null, null, null, null, null, null, null, null, '1', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('402881fc60a1cbe40160a1f080620011', '13552579746@163.com', '13552579746', '', null, null, null, null, '绠$悊鍛', '2017-12-29 19:03:01', 'admin', null, null, '0', '2', '1', '0', '', '', '', '', '', ''); +INSERT INTO `t_s_user` VALUES ('4028ef81538330cd01538333b7bc0001', 'lisi@163.com', '13426432323', '991', null, '绠$悊鍛', '2017-10-19 23:00:15', 'admin', '绠$悊鍛', '2016-03-17 14:11:58', 'admin', null, null, '0', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('4028ef81563ae5be01563ae92d7f0002', '', '', '', null, '绠$悊鍛', '2016-07-30 16:26:20', 'admin', '绠$悊鍛', '2016-07-30 16:26:15', 'admin', null, null, '0', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc8181950052', '', '', '', 'images/renfang/qm/licf.gif', '绠$悊鍛', '2017-06-12 21:50:18', 'admin', null, '2016-07-20 16:26:15', null, 'upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', '杩欏浼欏緢浣犲ソ', '1', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc81819d0053', 'zhangdaiscott@163.com', '13426430000', '7496661', null, '绠$悊鍛', '2018-01-16 17:12:05', 'admin', null, '2016-03-17 14:11:58', null, null, null, '1', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc8181a10054', '', '', '', null, '绠$悊鍛', '2016-06-01 15:07:57', 'admin', null, '2016-07-10 16:26:15', null, null, null, '0', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('8a8ab0b246dc81120146dc8181a60055', '1@1.com', '', '', null, '绠$悊鍛', '2018-01-05 17:22:02', 'admin', null, '2016-09-30 16:26:15', null, null, null, '0', '1', null, null, null, null, null, null, null, null); +INSERT INTO `t_s_user` VALUES ('8a8c82a35de421ab015de4228d400003', '418799587@qq.com', '', '', null, '绠$悊鍛', '2017-10-19 23:00:35', 'admin', '绠$悊鍛', '2017-08-15 12:24:15', 'admin', null, null, '0', '1', null, null, null, null, null, null, null, null); -- ---------------------------- -- Table structure for t_s_user_org @@ -16728,24 +18473,103 @@ INSERT INTO `t_s_user` VALUES ('8a8c82a35de421ab015de4228d400003', '', '', '', n DROP TABLE IF EXISTS `t_s_user_org`; CREATE TABLE `t_s_user_org` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `user_id` varchar(32) default NULL COMMENT '鐢ㄦ埛id', - `org_id` varchar(32) default NULL COMMENT '閮ㄩ棬id', - PRIMARY KEY (`ID`), - KEY `index_user_id` USING BTREE (`user_id`), - KEY `index_org_id` USING BTREE (`org_id`) + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛id', + `org_id` varchar(32) DEFAULT NULL COMMENT '閮ㄩ棬id', + PRIMARY KEY (`ID`), + KEY `index_user_id` (`user_id`), + KEY `index_org_id` (`org_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_user_org -- ---------------------------- -INSERT INTO `t_s_user_org` VALUES ('402880ec5d78d2cc015d78d6d3f10004', '402880e74d75c4dd014d75d44af30005', '402880e6487e661a01487e6b504e0001'); -INSERT INTO `t_s_user_org` VALUES ('402880ec5d78d2cc015d78d6d3f40005', '402880e74d75c4dd014d75d44af30005', '402880f15986303c0159864816180002'); -INSERT INTO `t_s_user_org` VALUES ('402880f35a4121cf015a4122dd1b0001', '8a8ab0b246dc81120146dc8181a60055', '8a8ab0b246dc81120146dc8180a20016'); +INSERT INTO `t_s_user_org` VALUES ('4028810260c59ea50160c5a0910a0002', '8a8ab0b246dc81120146dc8181a60055', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('402881855c1c4ab8015c1c4d36a30001', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc8180ba0017'); -INSERT INTO `t_s_user_org` VALUES ('402881855c1c4ab8015c1c4d51140004', '8a8ab0b246dc81120146dc81819d0053', '402880e6487e661a01487e6b504e0001'); INSERT INTO `t_s_user_org` VALUES ('402881875988e889015988ec36880002', '402881875988e889015988ec36770001', '8a8ab0b246dc81120146dc8180ba0017'); INSERT INTO `t_s_user_org` VALUES ('402881875988e889015988ec64590005', '402881875988e889015988ec36770001', '8a8ab0b246dc81120146dc8180a20016'); -INSERT INTO `t_s_user_org` VALUES ('402881875b19f141015b19fe80e5002c', '4028ef81538330cd01538333b7bc0001', '402880e447e9a9570147e9b762e30009'); +INSERT INTO `t_s_user_org` VALUES ('402881f15e93d5f3015e93e17d0d0018', '402880e74d75c4dd014d75d44af30005', '402880e6487e661a01487e6b504e0001'); +INSERT INTO `t_s_user_org` VALUES ('402881f15e93d5f3015e93e17d0f0019', '402880e74d75c4dd014d75d44af30005', '402880f15986303c0159864816180002'); +INSERT INTO `t_s_user_org` VALUES ('402881f66102bfdd016102c1a29d0001', '8a8ab0b246dc81120146dc81819d0053', '402880e6487e661a01487e6b504e0001'); +INSERT INTO `t_s_user_org` VALUES ('4028838d5f352254015f35262f340006', '4028ef81538330cd01538333b7bc0001', '402880e447e9a9570147e9b762e30009'); +INSERT INTO `t_s_user_org` VALUES ('4028838d5f352254015f35267b920009', '8a8c82a35de421ab015de4228d400003', '8a8ab0b246dc81120146dc8180ba0017'); INSERT INTO `t_s_user_org` VALUES ('4028ef815500fa15015500fbc3290001', '8a8ab0b246dc81120146dc8181a10054', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae92dc20003', '4028ef81563ae5be01563ae92d7f0002', '8a8ab0b246dc81120146dc8180a20016'); -INSERT INTO `t_s_user_org` VALUES ('8a8c82a35de421ab015de4228d520004', '8a8c82a35de421ab015de4228d400003', '8a8ab0b246dc81120146dc8180ba0017'); + +-- ---------------------------- +-- Table structure for t_s_user_position_rel +-- ---------------------------- +DROP TABLE IF EXISTS `t_s_user_position_rel`; +CREATE TABLE `t_s_user_position_rel` ( + `ID` varchar(32) NOT NULL COMMENT 'id', + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛id', + `position_id` varchar(32) DEFAULT NULL COMMENT '鑱屽姟id', + `company_id` varchar(32) DEFAULT NULL COMMENT '鍏徃ID', + PRIMARY KEY (`ID`), + UNIQUE KEY `uniq_userid_positionid_companyid` (`user_id`,`position_id`,`company_id`), + KEY `idx_userid_companyid` (`user_id`,`company_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绯荤粺鐢ㄦ埛-宀椾綅-鍏徃鍏宠仈琛'; + +-- ---------------------------- +-- Records of t_s_user_position_rel +-- ---------------------------- + +-- ---------------------------- +-- Procedure structure for delete_jeecgDemo_createDate +-- ---------------------------- +DROP PROCEDURE IF EXISTS `delete_jeecgDemo_createDate`; +DELIMITER ;; +CREATE DEFINER=`root`@`localhost` PROCEDURE `delete_jeecgDemo_createDate`(IN `createDate` date) +BEGIN + delete from jeecg_demo where create_date >= createDate; +END +;; +DELIMITER ; + +-- ---------------------------- +-- Procedure structure for formDataList +-- ---------------------------- +DROP PROCEDURE IF EXISTS `formDataList`; +DELIMITER ;; +CREATE DEFINER=`root`@`localhost` PROCEDURE `formDataList`(tableName varchar(50),dbFields varchar(500),whereSql varchar(1000)) +BEGIN + declare exe_sql varchar(2000); + SET exe_sql = CONCAT("select ",dbFields," from ",tableName,whereSql); + set @v_sql=exe_sql; + prepare stmt from @v_sql; + EXECUTE stmt; + deallocate prepare stmt; +END +;; +DELIMITER ; + +-- ---------------------------- +-- Procedure structure for replaceOrgCode +-- ---------------------------- +DROP PROCEDURE IF EXISTS `replaceOrgCode`; +DELIMITER ;; +CREATE DEFINER=`root`@`localhost` PROCEDURE `replaceOrgCode`() +BEGIN +DECLARE code_length int DEFAULT 0 ; +DECLARE new_code VARCHAR(500); +DECLARE org_id VARCHAR(500); +DECLARE old_code VARCHAR(500); +DECLARE code_length_index int DEFAULT 1; +DECLARE b int default 0; +DECLARE pro CURSOR for select id,org_code,LENGTH(org_code) from t_s_depart; +DECLARE CONTINUE HANDLER FOR NOT FOUND SET b = 1; +OPEN pro; +FETCH pro into org_id,old_code,code_length; + while b<>1 do + set code_length_index=1; + set new_code=''; + while code_length_index4.0.0 org.jeecgframework jeecg - 3.7.1 + 3.7.2 war UTF-8 3.6.2 - 1.6-SNAPSHOT + 1.6.1 16.0.1 4.0.9.RELEASE @@ -40,7 +40,7 @@ 1.6.1 1.6.1 1.2.16 - 0.5.4 + 1.1.0 1.7.0 3.2.1 1.2 @@ -69,11 +69,11 @@ 1.4 0.2.9 5.1.27 - 4.0 - --> - + 10.2.0.5.0 @@ -99,6 +99,8 @@ 2.2 7.6.14.v20131031 + 1.6.2.RELEASE + 2.9.0 8080 UTF-8 @@ -106,7 +108,7 @@ - nexus-aliyun + aliyun aliyun Repository http://maven.aliyun.com/nexus/content/groups/public @@ -359,18 +361,18 @@ ${mysql.version} runtime - com.microsoft.sqlserver sqljdbc4 ${sqlserver.version} - --> - + + com.oracle @@ -493,11 +495,11 @@ ${json-lib.version} jdk15 - + com.google.code.gson gson @@ -870,11 +872,6 @@ kisso 3.6.11 - - com.alibaba - fastjson - 1.2.15 - + + + org.springframework.data + spring-data-redis + ${spring-data-redis.version} + + + redis.clients + jedis + ${jedis.version} + + + + + commons-net + commons-net + 3.6 + + + + + io.springfox + springfox-swagger2 + 2.4.0 + + + com.fasterxml.jackson.core + jackson-core + 2.5.1 + + + com.fasterxml.jackson.core + jackson-databind + 2.5.1 + + + com.fasterxml.jackson.core + jackson-annotations + 2.5.1 + + + + + io.jsonwebtoken + jjwt + 0.9.0 + + @@ -966,7 +1011,22 @@ - + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + %regex[^plug-in.+(?:(?<!(?:-|\.)min)\.js)] + ,%regex[^plug-in/accordion.+(?:(?<!(?:-|\.)min)\.css)] + ,%regex[^plug-in/bootstrap.+(?:(?<!(?:-|\.)min)\.css)] + ,%regex[^plug-in/easyui/themes/black.+(?:(?<!(?:-|\.)min)\.css)] + ,%regex[^plug-in/easyui/themes/default.+(?:(?<!(?:-|\.)min)\.css)] + ,%regex[^plug-in/Validform.+(?:(?<!(?:-|\.)min)\.css)] + + + + org.codehaus.mojo @@ -1022,8 +1082,62 @@ - - + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + jeecg diff --git a/src/main/java/com/jeecg/black/controller/TsBlackListController.java b/src/main/java/com/jeecg/black/controller/TsBlackListController.java index 5ff4d38b..015d3697 100644 --- a/src/main/java/com/jeecg/black/controller/TsBlackListController.java +++ b/src/main/java/com/jeecg/black/controller/TsBlackListController.java @@ -1,69 +1,58 @@ package com.jeecg.black.controller; -import com.jeecg.black.entity.TsBlackListEntity; -import com.jeecg.black.service.TsBlackListServiceI; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; + +import java.io.IOException; import java.util.ArrayList; import java.util.List; -import java.text.SimpleDateFormat; +import java.util.Map; +import java.util.Set; + import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; +import javax.validation.ConstraintViolation; +import javax.validation.Validator; +import org.apache.commons.lang3.StringUtils; import org.apache.log4j.Logger; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Controller; -import org.springframework.ui.ModelMap; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.ResponseBody; -import org.springframework.web.servlet.ModelAndView; - +import org.jeecgframework.core.beanvalidator.BeanValidators; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; -import org.jeecgframework.core.common.model.common.TreeChildCount; import org.jeecgframework.core.common.model.json.AjaxJson; import org.jeecgframework.core.common.model.json.DataGrid; import org.jeecgframework.core.constant.Globals; -import org.jeecgframework.core.util.StringUtil; -import org.jeecgframework.tag.core.easyui.TagUtil; -import org.jeecgframework.web.system.pojo.base.TSDepart; -import org.jeecgframework.web.system.service.SystemService; +import org.jeecgframework.core.util.ExceptionUtil; import org.jeecgframework.core.util.MyBeanUtils; - -import java.io.OutputStream; -import org.jeecgframework.core.util.BrowserUtils; -import org.jeecgframework.poi.excel.ExcelExportUtil; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; import org.jeecgframework.poi.excel.ExcelImportUtil; import org.jeecgframework.poi.excel.entity.ExportParams; import org.jeecgframework.poi.excel.entity.ImportParams; -import org.jeecgframework.poi.excel.entity.TemplateExportParams; import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; -import org.jeecgframework.poi.excel.entity.vo.TemplateExcelConstants; -import org.apache.poi.hssf.usermodel.HSSFWorkbook; -import org.jeecgframework.core.util.ResourceUtil; -import java.io.IOException; -import org.springframework.web.bind.annotation.RequestMethod; -import org.springframework.web.multipart.MultipartFile; -import org.springframework.web.multipart.MultipartHttpServletRequest; -import java.util.Map; -import java.util.HashMap; -import org.jeecgframework.core.util.ExceptionUtil; - -import org.springframework.http.ResponseEntity; +import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.system.enums.InterfaceEnum; +import org.jeecgframework.web.system.pojo.base.InterfaceRuleDto; +import org.jeecgframework.web.system.service.SystemService; +import org.jeecgframework.web.system.util.InterfaceUtil; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.http.MediaType; import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; -import org.springframework.web.bind.annotation.ResponseStatus; -import org.springframework.http.HttpHeaders; -import org.springframework.http.HttpStatus; -import org.jeecgframework.core.beanvalidator.BeanValidators; -import java.util.Set; -import javax.validation.ConstraintViolation; -import javax.validation.Validator; -import java.net.URI; -import org.springframework.http.MediaType; -import org.springframework.web.util.UriComponentsBuilder; +import org.springframework.web.multipart.MultipartFile; +import org.springframework.web.multipart.MultipartHttpServletRequest; +import org.springframework.web.servlet.ModelAndView; + +import com.jeecg.black.entity.TsBlackListEntity; +import com.jeecg.black.service.TsBlackListServiceI; /** * @Title: Controller @@ -75,6 +64,7 @@ import org.springframework.web.util.UriComponentsBuilder; */ @Controller @RequestMapping("/tsBlackListController") +@Api(value = "娴嬭瘯鐢ㄩ粦鍚嶅崟鏈嶅姟", description = "娴嬭瘯鐢ㄩ粦鍚嶅崟鏈嶅姟鎺ュ彛", tags = "sysBlackAPI") public class TsBlackListController extends BaseController { /** * Logger for this class @@ -336,71 +326,117 @@ public class TsBlackListController extends BaseController { return j; } + + @ApiOperation(value = "榛戝悕鍗曞垪琛ㄦ暟鎹", produces = "application/json", httpMethod = "GET") @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List list() { - List listTsBlackLists=tsBlackListService.getList(TsBlackListEntity.class); - return listTsBlackLists; + public ResponseMessage> list(HttpServletRequest request, HttpServletResponse response) { + InterfaceRuleDto interfaceRuleDto = InterfaceUtil.getInterfaceRuleDto(request, InterfaceEnum.blacklist_list); + if(interfaceRuleDto==null){ + return Result.error("鎮ㄦ病鏈夎鎺ュ彛鐨勬潈闄愶紒"); + } + CriteriaQuery query=new CriteriaQuery(TsBlackListEntity.class); + InterfaceUtil.installCriteriaQuery(query, interfaceRuleDto, InterfaceEnum.blacklist_list); + query.add(); + List listTsBlackLists = this.tsBlackListService.getListByCriteriaQuery(query, false); + return Result.success(listTsBlackLists); } - + + @ApiOperation(value = "鏍规嵁ID鑾峰彇榛戝悕鍗曚俊鎭", notes = "鏍规嵁ID鑾峰彇榛戝悕鍗曚俊鎭", httpMethod = "GET", produces = "application/json") @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { - TsBlackListEntity task = tsBlackListService.get(TsBlackListEntity.class, id); - if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + public ResponseMessage get(@PathVariable("id") String id,HttpServletRequest request) { + InterfaceRuleDto interfaceRuleDto = InterfaceUtil.getInterfaceRuleDto(request, InterfaceEnum.blacklist_get); + if(interfaceRuleDto==null){ + return Result.error("鎮ㄦ病鏈夎鎺ュ彛鐨勬潈闄愶紒"); } - return new ResponseEntity(task, HttpStatus.OK); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + TsBlackListEntity task = tsBlackListService.get(TsBlackListEntity.class, id); + return Result.success(task); } + @ApiOperation(value = "鍒涘缓榛戝悕鍗") @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody TsBlackListEntity tsBlackList, UriComponentsBuilder uriBuilder) { - //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + public ResponseMessage create(@RequestBody TsBlackListEntity tsBlackList,HttpServletRequest request) { + InterfaceRuleDto interfaceRuleDto = InterfaceUtil.getInterfaceRuleDto(request, InterfaceEnum.blacklist_add); + if(interfaceRuleDto==null){ + return Result.error("鎮ㄦ病鏈夎鎺ュ彛鐨勬潈闄愶紒"); + } + logger.info("create[{}]" + GsonUtil.toJson(tsBlackList)); + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥1000閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(tsBlackList); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.errorValid(BeanValidators.extractPropertyAndMessage(failures)); } - - //淇濆瓨 - try{ + + // 楠岃瘉 +// if (StringUtils.isEmpty(tsBlackList.getIp())) { +// return Result.error("IP涓嶈兘涓虹┖"); +// } + // 淇濆瓨 + try { tsBlackListService.save(tsBlackList); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("榛戝悕鍗曚繚瀛樺け璐"); } - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = tsBlackList.getId(); - URI uri = uriBuilder.path("/rest/tsBlackListController/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(tsBlackList); } - @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody TsBlackListEntity tsBlackList) { - //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + @ApiOperation(value = "鏇存柊榛戝悕鍗", notes = "鏇存柊榛戝悕鍗") + @RequestMapping(method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + public ResponseMessage update(@RequestBody TsBlackListEntity tsBlackList,HttpServletRequest request) { + InterfaceRuleDto interfaceRuleDto = InterfaceUtil.getInterfaceRuleDto(request, InterfaceEnum.blacklist_edit); + if(interfaceRuleDto==null){ + return Result.error("鎮ㄦ病鏈夎鎺ュ彛鐨勬潈闄愶紒"); + } + logger.info("update[{}]" + GsonUtil.toJson(tsBlackList)); + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥1000閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(tsBlackList); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.errorValid(BeanValidators.extractPropertyAndMessage(failures)); } - //淇濆瓨 - try{ + // 楠岃瘉 + if (StringUtils.isEmpty(tsBlackList.getId())) { + return Result.error("ID涓嶈兘涓虹┖"); + } + + // 鏇存柊 + try { tsBlackListService.saveOrUpdate(tsBlackList); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("榛戝悕鍗曟洿鏂板け璐"); } - - //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success(tsBlackList); } + @ApiOperation(value = "鍒犻櫎榛戝悕鍗") @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) - @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - tsBlackListService.deleteEntityById(TsBlackListEntity.class, id); + @ResponseBody + public ResponseMessage delete(@PathVariable("id") String id,HttpServletRequest request) { + InterfaceRuleDto interfaceRuleDto = InterfaceUtil.getInterfaceRuleDto(request, InterfaceEnum.blacklist_delete); + if(interfaceRuleDto==null){ + return Result.error("鎮ㄦ病鏈夎鎺ュ彛鐨勬潈闄愶紒"); + } + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + tsBlackListService.deleteEntityById(TsBlackListEntity.class, id); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("榛戝悕鍗曞垹闄ゅけ璐"); + } + + return Result.success(); } } diff --git a/src/main/java/com/jeecg/black/entity/TsBlackListEntity.java b/src/main/java/com/jeecg/black/entity/TsBlackListEntity.java index efe3305d..a8a169e1 100644 --- a/src/main/java/com/jeecg/black/entity/TsBlackListEntity.java +++ b/src/main/java/com/jeecg/black/entity/TsBlackListEntity.java @@ -1,21 +1,14 @@ package com.jeecg.black.entity; -import java.math.BigDecimal; -import java.util.Date; -import java.lang.String; -import java.lang.Double; -import java.lang.Integer; -import java.math.BigDecimal; -import javax.xml.soap.Text; -import java.sql.Blob; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; -import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; + +import org.codehaus.jackson.map.annotate.JsonDeserialize; import org.hibernate.annotations.GenericGenerator; -import javax.persistence.SequenceGenerator; +import org.jeecgframework.core.common.controller.CustomJsonDateDeserializer; import org.jeecgframework.poi.excel.annotation.Excel; /** @@ -122,6 +115,7 @@ public class TsBlackListEntity implements java.io.Serializable { *鏂规硶: 璁剧疆java.util.Date *@param: java.util.Date 鍒涘缓鏃ユ湡 */ + @JsonDeserialize(using = CustomJsonDateDeserializer.class) public void setCreateDate(java.util.Date createDate){ this.createDate = createDate; } @@ -165,6 +159,7 @@ public class TsBlackListEntity implements java.io.Serializable { */ @Column(name ="UPDATE_DATE",nullable=true,length=20) + @JsonDeserialize(using = CustomJsonDateDeserializer.class) public java.util.Date getUpdateDate(){ return this.updateDate; } diff --git a/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java b/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java index 6728e986..17043c47 100644 --- a/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java +++ b/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java @@ -1,11 +1,15 @@ package com.jeecg.demo.controller; import java.io.IOException; -import java.util.*; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; -import javax.xml.ws.Response; import net.sf.json.JSONArray; import org.apache.log4j.Logger; @@ -18,7 +22,13 @@ import org.jeecgframework.core.common.model.json.DataGrid; import org.jeecgframework.core.common.model.json.TreeGrid; import org.jeecgframework.core.constant.Globals; import org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil; -import org.jeecgframework.core.util.*; +import org.jeecgframework.core.util.DateUtils; +import org.jeecgframework.core.util.JSONHelper; +import org.jeecgframework.core.util.MutiLangUtil; +import org.jeecgframework.core.util.MyClassLoader; +import org.jeecgframework.core.util.NumberComparator; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.tag.core.easyui.TagUtil; import org.jeecgframework.tag.vo.datatable.SortDirection; import org.jeecgframework.tag.vo.easyui.ComboTreeModel; @@ -35,7 +45,6 @@ import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; -import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.servlet.ModelAndView; @@ -262,6 +271,13 @@ public class JeecgFormDemoController extends BaseController { public AjaxJson saveUploadFile(String documentTitle,String filename,String swfpath){ AjaxJson ajaxJson = new AjaxJson(); try { + + if(StringUtil.isEmpty(filename)){ + ajaxJson.setSuccess(false); + ajaxJson.setMsg("鏈笂浼犳枃浠"); + return ajaxJson; + } + TSTypegroup tsTypegroup=systemService.getTypeGroup("fieltype","鏂囨。鍒嗙被"); TSType tsType = systemService.getType("files","闄勪欢", tsTypegroup); TSDocument document = new TSDocument(); @@ -328,14 +344,15 @@ public class JeecgFormDemoController extends BaseController { Map attributes = new HashMap(); TSTypegroup tsTypegroup=systemService.getTypeGroup("fieltype","鏂囨。鍒嗙被"); TSType tsType = systemService.getType("files","闄勪欢", tsTypegroup); - String fileKey = oConvertUtils.getString(request.getParameter("fileKey"));// 鏂囦欢ID + + String documentId = oConvertUtils.getString(request.getParameter("documentId"));// 鏂囦欢ID String documentTitle = oConvertUtils.getString(request.getParameter("documentTitle"));// 鏂囦欢鏍囬 - if (StringUtil.isNotEmpty(fileKey)) { - document.setId(fileKey); - document = systemService.getEntity(TSDocument.class, fileKey); + if (StringUtil.isNotEmpty(documentId)) { + document.setId(documentId); + document = systemService.getEntity(TSDocument.class, documentId); document.setDocumentTitle(documentTitle); - } + document.setSubclassname(MyClassLoader.getPackPath(document)); document.setCreatedate(DateUtils.gettimestamp()); document.setTSType(tsType); diff --git a/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java b/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java index ba2e85ad..82809b4a 100644 --- a/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java +++ b/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java @@ -56,6 +56,7 @@ import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartHttpServletRequest; import org.springframework.web.servlet.ModelAndView; + import com.jeecg.demo.dao.JeecgMinidaoDao; import com.jeecg.demo.entity.JeecgDemoEntity; import com.jeecg.demo.entity.JeecgDemoPage; @@ -132,6 +133,15 @@ public class JeecgListDemoController extends BaseController { return new ModelAndView("com/jeecg/demo/taglist_mysearch"); } + /** + * 鑷畾涔夋煡璇㈡潯浠朵簩 + */ + @RequestMapping(params = "mysearchListDemo2") + public ModelAndView mysearchListDemo2(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/taglist_mysearch2"); + } + + /** * 缁煎悎鎶ヨ〃 椤甸潰璺宠浆 * @@ -141,7 +151,27 @@ public class JeecgListDemoController extends BaseController { public ModelAndView broswerStatisticTabs(HttpServletRequest request) { return new ModelAndView("com/jeecg/demo/reportDemo"); } - + + /** + * 澶氭潯浠跺姩鎬佹煡璇emo + * @param request + * @return + */ + @RequestMapping(params = "querysBuilder") + public ModelAndView querysBuilder(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/querysBuilderDemo"); + } + + /** + * 澶氭潯浠跺姩鎬佹煡璇㈠脊妗嗗紡閫夋嫨 + * @param request + * @return + */ + @RequestMapping(params = "goFormQuerysBuilder") + public ModelAndView goFormQuerysBuilder(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/form_querysBuilder"); + } + /** * 缁煎悎鎶ヨ〃 datagrid @@ -322,6 +352,11 @@ public class JeecgListDemoController extends BaseController { @RequestMapping(params = "datagrid") public void datagrid(JeecgDemoEntity jeecgDemo,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { CriteriaQuery cq = new CriteriaQuery(JeecgDemoEntity.class, dataGrid); + if(oConvertUtils.isNotEmpty(dataGrid.getSqlbuilder())) { + if(dataGrid.getSqlbuilder().indexOf("鈮") > 0) { + dataGrid.setSqlbuilder(dataGrid.getSqlbuilder().replace("鈮", "<=")); + } + } //鏌ヨ鏉′欢缁勮鍣 org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jeecgDemo, request.getParameterMap()); try{ @@ -346,7 +381,7 @@ public class JeecgListDemoController extends BaseController { } //dataGrid.setFooter("extField,salary,age,name:鍚堣"); dataGrid.setFooter("salary,age,name:鍚堣"); - TagUtil.datagrid(response, dataGrid,extMap); + TagUtil.datagrid(response, dataGrid, extMap); } @RequestMapping(params = "addTab") @@ -367,6 +402,18 @@ public class JeecgListDemoController extends BaseController { return new ModelAndView("com/jeecg/demo/jeecgDemo-check"); } + + /** + * 鑷畾涔夋煡璇 + * @param request + * @return + */ + @RequestMapping(params = "goBuilderDemo") + public ModelAndView goBuilderDemo( HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/superQueryDemo"); + + } + @RequestMapping(params = "doCheck") @ResponseBody @@ -555,7 +602,7 @@ public class JeecgListDemoController extends BaseController { */ @RequestMapping(params = "upload") public ModelAndView upload(HttpServletRequest req) { - req.setAttribute("controller_name","JeecgListDemoController"); + req.setAttribute("controller_name","jeecgListDemoController"); return new ModelAndView("common/upload/pub_excel_upload"); } diff --git a/src/main/java/com/jeecg/demo/controller/JformOrderMainController.java b/src/main/java/com/jeecg/demo/controller/JformOrderMainController.java new file mode 100644 index 00000000..290e42e4 --- /dev/null +++ b/src/main/java/com/jeecg/demo/controller/JformOrderMainController.java @@ -0,0 +1,981 @@ +package com.jeecg.demo.controller; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; + +import java.io.IOException; +import java.net.URI; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.validation.ConstraintViolation; +import javax.validation.Validator; + +import org.apache.commons.collections.CollectionUtils; +import org.apache.log4j.Logger; +import org.apache.poi.ss.formula.functions.T; +import org.jeecgframework.core.beanvalidator.BeanValidators; +import org.jeecgframework.core.common.controller.BaseController; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; +import org.jeecgframework.core.common.model.json.AjaxJson; +import org.jeecgframework.core.common.model.json.DataGrid; +import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.ExceptionUtil; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.ReflectHelper; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.poi.excel.ExcelImportUtil; +import org.jeecgframework.poi.excel.entity.ExportParams; +import org.jeecgframework.poi.excel.entity.ImportParams; +import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; +import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.cgform.entity.upload.CgUploadEntity; +import org.jeecgframework.web.cgform.service.config.CgFormFieldServiceI; +import org.jeecgframework.web.system.pojo.base.TSDepart; +import org.jeecgframework.web.system.service.SystemService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.http.HttpHeaders; +import org.springframework.http.HttpStatus; +import org.springframework.http.MediaType; +import org.springframework.http.ResponseEntity; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.ResponseStatus; +import org.springframework.web.multipart.MultipartFile; +import org.springframework.web.multipart.MultipartHttpServletRequest; +import org.springframework.web.servlet.ModelAndView; +import org.springframework.web.util.UriComponentsBuilder; + +import com.alibaba.fastjson.JSONObject; +import com.jeecg.demo.entity.JformOrderCustomerEntity; +import com.jeecg.demo.entity.JformOrderMainEntity; +import com.jeecg.demo.entity.JformOrderTicketEntity; +import com.jeecg.demo.page.JformOrderCustomerPage; +import com.jeecg.demo.page.JformOrderMainPage; +import com.jeecg.demo.service.JformOrderMainServiceI; +/** + * @Title: Controller + * @Description: 璁㈠崟涓讳俊鎭 + * @author onlineGenerator + * @date 2017-09-17 11:49:08 + * @version V1.0 + * + */ +@Controller +@RequestMapping("/jformOrderMainController") +@Api(value="orderMainRest",description="涓瀵瑰璁㈠崟绠$悊",tags="JformOrderMainController") +public class JformOrderMainController extends BaseController { + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(JformOrderMainController.class); + + @Autowired + private JformOrderMainServiceI jformOrderMainService; + @Autowired + private SystemService systemService; + @Autowired + private Validator validator; + @Autowired + private CgFormFieldServiceI cgFormFieldService; + + /** + * 璁㈠崟涓讳俊鎭垪琛 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "list") + public ModelAndView list(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderMainList"); + } + + /** + * 璁㈠崟涓讳俊鎭垪琛 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "mainlist") + public ModelAndView mainlist(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderMainListBase"); + } + + /** + * 璁㈠崟涓讳俊鎭垪琛 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "customerlist") + public ModelAndView customerlist(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderCustomerListBase"); + } + + /** + * easyui AJAX璇锋眰鏁版嵁 + * + * @param request + * @param response + * @param dataGrid + * @param user + */ + + @RequestMapping(params = "datagrid") + public void datagrid(JformOrderMainEntity jformOrderMain,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { + CriteriaQuery cq = new CriteriaQuery(JformOrderMainEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jformOrderMain); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + this.jformOrderMainService.getDataGridReturn(cq, true); + TagUtil.datagrid(response, dataGrid); + } + + /** + * easyui AJAX璇锋眰鏁版嵁 + * + * @param request + * @param response + * @param dataGrid + * @param user + */ + + @RequestMapping(params = "customerDatagrid") + public void customerDatagrid(JformOrderCustomerEntity jformCustomer,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { + CriteriaQuery cq = new CriteriaQuery(JformOrderCustomerEntity.class, dataGrid); + if(jformCustomer.getFkId() == null || "".equals(jformCustomer.getFkId())){ + }else{ + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jformCustomer); + cq.add(); + this.jformOrderMainService.getDataGridReturn(cq, true); + } + TagUtil.datagrid(response, dataGrid); + } + + /** + * 鍒犻櫎璁㈠崟涓讳俊鎭 + * + * @return + */ + @RequestMapping(params = "doDel") + @ResponseBody + public AjaxJson doDel(JformOrderMainEntity jformOrderMain, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + jformOrderMain = systemService.getEntity(JformOrderMainEntity.class, jformOrderMain.getId()); + String message = "璁㈠崟涓讳俊鎭垹闄ゆ垚鍔"; + try{ + jformOrderMainService.delMain(jformOrderMain); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "璁㈠崟涓讳俊鎭垹闄ゅけ璐"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 鎵归噺鍒犻櫎璁㈠崟涓讳俊鎭 + * + * @return + */ + @RequestMapping(params = "doBatchDel") + @ResponseBody + public AjaxJson doBatchDel(String ids,HttpServletRequest request){ + AjaxJson j = new AjaxJson(); + String message = "璁㈠崟涓讳俊鎭垹闄ゆ垚鍔"; + try{ + for(String id:ids.split(",")){ + JformOrderMainEntity jformOrderMain = systemService.getEntity(JformOrderMainEntity.class, + id + ); + jformOrderMainService.delMain(jformOrderMain); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + } + }catch(Exception e){ + e.printStackTrace(); + message = "璁㈠崟涓讳俊鎭垹闄ゅけ璐"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 娣诲姞璁㈠崟涓讳俊鎭 + * + * @param ids + * @return + */ + @RequestMapping(params = "doAdd") + @ResponseBody + public AjaxJson doAdd(JformOrderMainEntity jformOrderMain,JformOrderMainPage jformOrderMainPage, HttpServletRequest request) { + List jformOrderCustomerList = jformOrderMainPage.getJformOrderCustomerList(); + List jformOrderTicketList = jformOrderMainPage.getJformOrderTicketList(); + AjaxJson j = new AjaxJson(); + String message = "娣诲姞鎴愬姛"; + try{ + jformOrderMainService.addMain(jformOrderMain, jformOrderCustomerList,jformOrderTicketList); + systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "璁㈠崟涓讳俊鎭坊鍔犲け璐"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + j.setObj(jformOrderMain); + return j; + } + /** + * 鏇存柊璁㈠崟涓讳俊鎭 + * + * @param ids + * @return + */ + @RequestMapping(params = "doUpdate") + @ResponseBody + public AjaxJson doUpdate(JformOrderMainEntity jformOrderMain,JformOrderMainPage jformOrderMainPage, HttpServletRequest request) { + List jformOrderCustomerList = jformOrderMainPage.getJformOrderCustomerList(); + List jformOrderTicketList = jformOrderMainPage.getJformOrderTicketList(); + AjaxJson j = new AjaxJson(); + String message = "鏇存柊鎴愬姛"; + try{ + jformOrderMainService.updateMain(jformOrderMain, jformOrderCustomerList,jformOrderTicketList); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "鏇存柊璁㈠崟涓讳俊鎭け璐"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 璁㈠崟涓讳俊鎭柊澧為〉闈㈣烦杞 + * + * @return + */ + @RequestMapping(params = "goAdd") + public ModelAndView goAdd(JformOrderMainEntity jformOrderMain, HttpServletRequest req) { + if (StringUtil.isNotEmpty(jformOrderMain.getId())) { + jformOrderMain = jformOrderMainService.getEntity(JformOrderMainEntity.class, jformOrderMain.getId()); + req.setAttribute("jformOrderMainPage", jformOrderMain); + } + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderMain-add"); + } + + /** + * 璁㈠崟涓讳俊鎭紪杈戦〉闈㈣烦杞 + * + * @return + */ + @RequestMapping(params = "goUpdate") + public ModelAndView goUpdate(JformOrderMainEntity jformOrderMain, HttpServletRequest req) { + if (StringUtil.isNotEmpty(jformOrderMain.getId())) { + jformOrderMain = jformOrderMainService.getEntity(JformOrderMainEntity.class, jformOrderMain.getId()); + req.setAttribute("jformOrderMainPage", jformOrderMain); + } + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderMain-update"); + } + + + /** + * 鍔犺浇鏄庣粏鍒楄〃[JformOrderMain瀛愯〃] + * + * @return + */ + @RequestMapping(params = "jformOrderCustomerList") + public ModelAndView jformOrderCustomerList(JformOrderMainEntity jformOrderMain, HttpServletRequest req) { + + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = jformOrderMain.getId(); + //=================================================================================== + //鏌ヨ-JformOrderMain瀛愯〃 + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + try{ + List jformOrderCustomerEntityList = systemService.findHql(hql0,id0); + req.setAttribute("jformOrderCustomerList", jformOrderCustomerEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderCustomerList"); + } + /** + * 鍔犺浇鏄庣粏鍒楄〃[JformOrderMain瀛愯〃] + * + * @return + */ + @RequestMapping(params = "jformOrderTicketList") + public ModelAndView jformOrderTicketList(JformOrderMainEntity jformOrderMain, HttpServletRequest req) { + + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id1 = jformOrderMain.getId(); + //=================================================================================== + //鏌ヨ-JformOrderMain瀛愯〃 + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + try{ + List jformOrderTicketEntityList = systemService.findHql(hql1,id1); + req.setAttribute("jformOrderTicketList", jformOrderTicketEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + return new ModelAndView("com/jeecg/demo/orderOne2Many/jformOrderTicketList"); + } + + /** + * 瀵煎嚭excel + * + * @param request + * @param response + */ + @RequestMapping(params = "exportXls") + public String exportXls(JformOrderMainEntity jformOrderMain,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid,ModelMap map) { + CriteriaQuery cq = new CriteriaQuery(JformOrderMainEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jformOrderMain); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + List list=this.jformOrderMainService.getListByCriteriaQuery(cq, false); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(JformOrderMainEntity entity:list){ + try{ + JformOrderMainPage page=new JformOrderMainPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + List jformOrderCustomerEntityList = systemService.findHql(hql0,id0); + page.setJformOrderCustomerList(jformOrderCustomerEntityList); + Object id1 = entity.getId(); + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + List jformOrderTicketEntityList = systemService.findHql(hql1,id1); + page.setJformOrderTicketList(jformOrderTicketEntityList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + map.put(NormalExcelConstants.FILE_NAME,"璁㈠崟涓讳俊鎭"); + map.put(NormalExcelConstants.CLASS,JformOrderMainPage.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("璁㈠崟涓讳俊鎭垪琛", "瀵煎嚭浜:Jeecg", + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,pageList); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + + /** + * 閫氳繃excel瀵煎叆鏁版嵁 + * @param request + * @param + * @return + */ + @RequestMapping(params = "importExcel", method = RequestMethod.POST) + @ResponseBody + public AjaxJson importExcel(HttpServletRequest request, HttpServletResponse response) { + AjaxJson j = new AjaxJson(); + MultipartHttpServletRequest multipartRequest = (MultipartHttpServletRequest) request; + Map fileMap = multipartRequest.getFileMap(); + for (Map.Entry entity : fileMap.entrySet()) { + MultipartFile file = entity.getValue();// 鑾峰彇涓婁紶鏂囦欢瀵硅薄 + ImportParams params = new ImportParams(); + params.setTitleRows(2); + params.setHeadRows(2); + params.setNeedSave(true); + try { + List list = ExcelImportUtil.importExcel(file.getInputStream(), JformOrderMainPage.class, params); + JformOrderMainEntity entity1=null; + for (JformOrderMainPage page : list) { + entity1=new JformOrderMainEntity(); + MyBeanUtils.copyBeanNotNull2Bean(page,entity1); + jformOrderMainService.addMain(entity1, page.getJformOrderCustomerList(),page.getJformOrderTicketList()); + } + j.setMsg("鏂囦欢瀵煎叆鎴愬姛锛"); + } catch (Exception e) { + j.setMsg("鏂囦欢瀵煎叆澶辫触锛"); + logger.error(ExceptionUtil.getExceptionMessage(e)); + }finally{ + try { + file.getInputStream().close(); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + return j; + } + /** + * 瀵煎嚭excel 浣挎ā鏉 + */ + @RequestMapping(params = "exportXlsByT") + public String exportXlsByT(ModelMap map) { + map.put(NormalExcelConstants.FILE_NAME,"璁㈠崟涓讳俊鎭"); + map.put(NormalExcelConstants.CLASS,JformOrderMainPage.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("璁㈠崟涓讳俊鎭垪琛", "瀵煎嚭浜:"+ ResourceUtil.getSessionUser().getRealName(), + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,new ArrayList()); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + /** + * 瀵煎叆鍔熻兘璺宠浆 + * + * @return + */ + @RequestMapping(params = "upload") + public ModelAndView upload(HttpServletRequest req) { + req.setAttribute("controller_name", "jformOrderMainController"); + return new ModelAndView("common/upload/pub_excel_upload"); + } + + + @RequestMapping(method = RequestMethod.GET) + @ResponseBody + @ApiOperation(value="璁㈠崟鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + + public List list() { + List list= jformOrderMainService.getList(JformOrderMainEntity.class); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(JformOrderMainEntity entity:list){ + try{ + JformOrderMainPage page=new JformOrderMainPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + Object id1 = entity.getId(); + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + List jformOrderCustomerOldList = this.jformOrderMainService.findHql(hql0,id0); + page.setJformOrderCustomerList(jformOrderCustomerOldList); + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + List jformOrderTicketOldList = this.jformOrderMainService.findHql(hql1,id1); + page.setJformOrderTicketList(jformOrderTicketOldList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + return pageList; + + } + + @RequestMapping(value = "/{id}", method = RequestMethod.GET) + @ResponseBody + @ApiOperation(value="鏍规嵁ID鑾峰彇璁㈠崟淇℃伅",notes="鏍规嵁ID鑾峰彇璁㈠崟淇℃伅",httpMethod="GET",produces="application/json") + public ResponseEntity get(@PathVariable("id") String id) { + JformOrderMainEntity task = jformOrderMainService.get(JformOrderMainEntity.class, id); + if (task == null) { + return new ResponseEntity(HttpStatus.NOT_FOUND); + } + + JformOrderMainPage page = new JformOrderMainPage(); + try { + MyBeanUtils.copyBeanNotNull2Bean(task, page); + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + List jformOrderCustomerOldList = this.jformOrderMainService.findHql(hql0,id); + page.setJformOrderCustomerList(jformOrderCustomerOldList); + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + List jformOrderTicketOldList = this.jformOrderMainService.findHql(hql1,id); + page.setJformOrderTicketList(jformOrderTicketOldList); + } catch (Exception e) { + e.printStackTrace(); + } + return new ResponseEntity(page, HttpStatus.OK); + + } + + @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + @ApiOperation(value="鍒涘缓璁㈠崟") + public ResponseEntity create(@ApiParam(value="璁㈠崟淇℃伅")@RequestBody JformOrderMainPage jformOrderMainPage, UriComponentsBuilder uriBuilder) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(jformOrderMainPage); + if (!failures.isEmpty()) { + return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + } + + //淇濆瓨 + List jformOrderCustomerList = jformOrderMainPage.getJformOrderCustomerList(); + List jformOrderTicketList = jformOrderMainPage.getJformOrderTicketList(); + + JformOrderMainEntity jformOrderMain = new JformOrderMainEntity(); + try{ + + MyBeanUtils.copyBeanNotNull2Bean(jformOrderMainPage,jformOrderMain); + + }catch(Exception e){ + logger.info(e.getMessage()); + } + jformOrderMainService.addMain(jformOrderMain, jformOrderCustomerList,jformOrderTicketList); + + //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. + String id = jformOrderMainPage.getId(); + URI uri = uriBuilder.path("/rest/jformOrderMainController/" + id).build().toUri(); + HttpHeaders headers = new HttpHeaders(); + headers.setLocation(uri); + + return new ResponseEntity(headers, HttpStatus.CREATED); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + @ApiOperation(value="鏇存柊璁㈠崟",notes="鏇存柊璁㈠崟") + public ResponseEntity update(@ApiParam(value="璁㈠崟淇℃伅")@RequestBody JformOrderMainPage jformOrderMainPage) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(jformOrderMainPage); + if (!failures.isEmpty()) { + return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + } + + //淇濆瓨 + List jformOrderCustomerList = jformOrderMainPage.getJformOrderCustomerList(); + List jformOrderTicketList = jformOrderMainPage.getJformOrderTicketList(); + + JformOrderMainEntity jformOrderMain = new JformOrderMainEntity(); + try{ + + MyBeanUtils.copyBeanNotNull2Bean(jformOrderMainPage,jformOrderMain); + + }catch(Exception e){ + logger.info(e.getMessage()); + } + jformOrderMainService.updateMain(jformOrderMain, jformOrderCustomerList,jformOrderTicketList); + + //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. + return new ResponseEntity(HttpStatus.NO_CONTENT); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) + @ResponseStatus(HttpStatus.NO_CONTENT) + @ApiOperation(value="鍒犻櫎璁㈠崟") + public void delete(@PathVariable("id") String id) { + JformOrderMainEntity jformOrderMain = jformOrderMainService.get(JformOrderMainEntity.class, id); + jformOrderMainService.delMain(jformOrderMain); + } + /** + * 鑾峰彇鏂囦欢闄勪欢淇℃伅 + * + * @param id jformOrderMain涓婚敭id + */ + @RequestMapping(params = "getFiles") + @ResponseBody + public AjaxJson getFiles(String id){ + List uploadBeans = cgFormFieldService.findByProperty(CgUploadEntity.class, "cgformId", id); + List> files = new ArrayList>(0); + for(CgUploadEntity b:uploadBeans){ + String title = b.getAttachmenttitle();//闄勪欢鍚 + String fileKey = b.getId();//闄勪欢涓婚敭 + String path = b.getRealpath();//闄勪欢璺緞 + String field = b.getCgformField();//琛ㄥ崟涓綔涓洪檮浠舵帶浠剁殑瀛楁 + Map file = new HashMap(); + file.put("title", title); + file.put("fileKey", fileKey); + file.put("path", path); + file.put("field", field==null?"":field); + files.add(file); + } + AjaxJson j = new AjaxJson(); + j.setObj(files); + return j; + } + + /** + * 涓昏彍鍗昒RL璺宠浆锛堜富瀵艰埅锛屽姛鑳芥ā鍧楀叆鍙o級 + * @param request + * @return + */ + @RequestMapping(params = "orderList") + public ModelAndView orderList(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/orderDemo/jform-order-list"); + } + + /** + * 娣诲姞璁㈠崟URL璺宠浆 + * @param request + * @return + */ + @RequestMapping(params = "goAddOrder") + public ModelAndView addOrder(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/orderDemo/jform-order-add"); + } + + /** + * 缂栬緫璁㈠崟URL璺宠浆 + * @param jformOrderMain + * @param request + * @return + */ + @RequestMapping(params = "goEditOrder") + public ModelAndView editOrder(JformOrderMainEntity jformOrderMain,HttpServletRequest request) { + if (StringUtil.isNotEmpty(jformOrderMain.getId())) { + //鑾峰彇鍙傛暟 + String fkId = jformOrderMain.getId(); + jformOrderMain = jformOrderMainService.getEntity(JformOrderMainEntity.class, fkId); + request.setAttribute("order", jformOrderMain); + } + return new ModelAndView("com/jeecg/demo/orderDemo/jform-order-edit"); + } + + + /** + * 鑾峰彇瀹㈡埛鍒楄〃鏁版嵁锛岄傜敤浜庤鍗曠紪杈戦〉闈紙鍏ㄩ儴鏁版嵁锛屾棤鍒嗛〉锛 + * @param jformOrderCustomerEntity + * @param req + * @return + */ + @ResponseBody + @RequestMapping(params = "customerList") + public JSONObject customerList(JformOrderCustomerEntity jformOrderCustomerEntity) { + String id0 = jformOrderCustomerEntity.getFkId(); + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + return dataFactory(hql0,id0,jformOrderCustomerEntity); + } + /** + * 鑾峰彇鏈虹エ鍒楄〃鏁版嵁锛岄傜敤浜庤鍗曠紪杈戦〉闈紙鍏ㄩ儴鏁版嵁锛屾棤鍒嗛〉锛 + * @param jformOrderTicketEntity + * @param req + * @return + */ + @ResponseBody + @RequestMapping(params = "ticketList") + public JSONObject ticketList(JformOrderTicketEntity jformOrderTicketEntity) { + String id1 = jformOrderTicketEntity.getFckId(); + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + return dataFactory(hql1,id1,jformOrderTicketEntity); + } + + + /** + * 璁㈠崟鍒楄〃 锛堝甫鍒嗛〉锛 + * @param jformOrderMain + * @param request + * @param dataGrid + * @return + */ + @ResponseBody + @RequestMapping(params = "orderDataGrid") + public JSONObject fgrid(JformOrderMainEntity jformOrderMain,HttpServletRequest request, DataGrid dataGrid) { + return dataFatory(JformOrderMainEntity.class, jformOrderMain, request, dataGrid); + } + + /** + * 瀹㈡埛鍒楄〃 锛堝甫鍒嗛〉锛 + * @param jformCustomer + * @param request + * @param dataGrid + * @return + */ + @ResponseBody + @RequestMapping(params = "customerDataGrid") + public JSONObject customerFGrid(JformOrderCustomerEntity jformCustomer,HttpServletRequest request, DataGrid dataGrid) { + JSONObject jo = null; + if(jformCustomer.getFkId() == null || "".equals(jformCustomer.getFkId())){ + + }else{ + jo = dataFatory(JformOrderCustomerEntity.class, jformCustomer, request, dataGrid); + } + return jo; + } + + /** + * FineUI 鏁版嵁灏佽锛岄傜敤浜庤鍗曞垪琛紙甯﹀垎椤碉級 + * @param clazz + * @param object + * @param request + * @param response + * @param dataGrid + * @return + * json鏍煎紡鍒楄〃鏁版嵁 + */ + public JSONObject dataFatory(Class clazz,Object object,HttpServletRequest request, DataGrid dataGrid){ + String pageIndex = request.getParameter("pageIndex"); + if (StringUtil.isNotEmpty(pageIndex)) { + dataGrid.setPage(Integer.valueOf(pageIndex)+1); + } + String pageSize = request.getParameter("pageSize"); + if (StringUtil.isNotEmpty(pageSize)) { + dataGrid.setRows(Integer.valueOf(pageSize)); + } + String databaseSorting = request.getParameter("databaseSorting"); + if (null != databaseSorting && Boolean.valueOf(databaseSorting)) { + String sortField = request.getParameter("sortField"); + if (StringUtil.isNotEmpty(sortField)) { + dataGrid.setField(sortField); + } + String sortDirection = request.getParameter("sortDirection"); + if (StringUtil.isNotEmpty(sortDirection)) { + dataGrid.setSort(sortDirection); + } + } + + CriteriaQuery cq = new CriteriaQuery(clazz, dataGrid); + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, object); + JSONObject jo = null; + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + cq.add(); + this.jformOrderMainService.getDataGridReturn(cq, true); + String[] fieldNames = ReflectHelper.getFiledName(object); + jo = new JSONObject(); + jo.put("recordCount", dataGrid.getTotal()); + jo.put("fields", fieldNames); + List data = new ArrayList(); + for(Object entity:dataGrid.getResults()){ + String[] values = new String[fieldNames.length]; + for(int i=0;i ticketList = systemService.findHql(hql,id); + String[] fieldNames = ReflectHelper.getFiledName(object); + jo = new JSONObject(); + jo.put("recordCount", ticketList.size()); + jo.put("fields", fieldNames); + List data = new ArrayList(); + for(Object entity: ticketList){ + String[] values = new String[fieldNames.length]; + for(int i=0;i jformOrderCustomerList = jformOrderMainPage.getJformOrderCustomerList(); + AjaxJson j = new AjaxJson(); + String message = "鏇存柊鎴愬姛"; + try{ + jformOrderMainService.updateCustomers(jformOrderCustomerList); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + j.setSuccess(false); + message = "鏇存柊澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 琛岀紪杈戜繚瀛樻搷浣 + * @param page + * @return + */ + @RequestMapping(params = "saveRows") + @ResponseBody + public AjaxJson saveRows(JformOrderCustomerPage page){ + String message = "鎿嶄綔鎴愬姛锛"; + List demos=page.getDemos(); + AjaxJson j = new AjaxJson(); + if(CollectionUtils.isNotEmpty(demos)){ + for(JformOrderCustomerEntity jeecgDemo:demos){ + if (StringUtil.isNotEmpty(jeecgDemo.getId())) { + JformOrderCustomerEntity t =this.systemService.get(JformOrderCustomerEntity.class, jeecgDemo.getId()); + try { + MyBeanUtils.copyBeanNotNull2Bean(jeecgDemo, t); + systemService.saveOrUpdate(t); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + } catch (Exception e) { + e.printStackTrace(); + } + } else { + try { + //jeecgDemo.setStatus("0"); + systemService.save(jeecgDemo); + systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); + } catch (Exception e) { + e.printStackTrace(); + } + + } + } + } + return j; + } + + /** + * 鏍戦夋嫨椤甸潰璺宠浆 + * @param req + * @return + */ + @RequestMapping(params = "departSelect") + public String departSelect(HttpServletRequest req) { + req.setAttribute("defaultName", req.getParameter("name")); + return "com/jeecg/demo/orderOne2Many/departSelect"; + } + + /** + * 鏍戝姞杞 + * @param request + * @param response + * @return + */ + @RequestMapping(params = "getDepartInfo3") + @ResponseBody + public AjaxJson getDepartInfo3(HttpServletRequest request, HttpServletResponse response){ + AjaxJson j = new AjaxJson(); + net.sf.json.JSONArray jsonArray = new net.sf.json.JSONArray(); + //String parentid = request.getParameter("parentid"); + String sql = "select id,departname as name,ifnull(parentdepartid,0) as ppp_id,org_code as code from t_s_depart where 1=1 "; + List> dateList = this.systemService.findForJdbc(sql); + Map> dataMap = new HashMap>(); + //TODO 涓嶅簲璇ユ瘡娆¢兘闇瑕佹煡璇 寤鸿浠庣紦瀛樹腑鍙栧埌鎵鏈夌殑list + String name = request.getParameter("name"); + if(oConvertUtils.isNotEmpty(name)){ + for (Map map : dateList) { + String temp = map.get("name").toString(); + String id = map.get("id").toString(); + if(temp.indexOf(name)>=0){ + Object pid = map.get("ppp_id"); + if(temp.equals(name)){ + map.put("checked", true); + } + //鍒ゆ柇鏄惁鏈夊瓙鑺傜偣 鍙敤isleaf鍒ゆ柇 + sql = "select count(1) from t_s_depart t where t.parentdepartid = ?"; + long count = this.systemService.getCountForJdbcParam(sql, new Object[]{id}); + if(count>0){ + map.put("isParent",true); + } + dataMap.put(id, map); + upwardQueryParents(dataMap, dateList, pid==null?"":pid.toString()); + } + } + jsonArray = net.sf.json.JSONArray.fromObject(dataMap.values()); + }else{ + jsonArray = net.sf.json.JSONArray.fromObject(dateList); + } + + j.setMsg(jsonArray.toString().replace("ppp_id", "pId")); + return j; + } + + /** + * 鑾峰彇瀛愯妭鐐 + * @param request + * @param response + * @return + */ + @RequestMapping(params = "getSubContent") + @ResponseBody + public AjaxJson getSubContent(HttpServletRequest request, HttpServletResponse response){ + + AjaxJson j = new AjaxJson(); + String parentid = request.getParameter("parentid"); + List tSDeparts = new ArrayList(); + StringBuffer hql = new StringBuffer(" from TSDepart t where 1=1 "); + if(oConvertUtils.isNotEmpty(parentid)){ + TSDepart dePart = this.systemService.getEntity(TSDepart.class, parentid); + hql.append(" and TSPDepart = ?"); + tSDeparts = this.systemService.findHql(hql.toString(), dePart); + } + //TODO 涓嶅簲璇ユ瘡娆¢兘闇瑕佹煡璇 寤鸿浠庣紦瀛樹腑鍙栧埌鎵鏈夌殑list 鍐嶇瓫閫 + List> dateList = new ArrayList>(); + if(tSDeparts.size()>0){ + Map map = null; + String sql = null; + Object[] params = null; + for(TSDepart depart:tSDeparts){ + map = new HashMap(); + map.put("id", depart.getId()); + map.put("name", depart.getDepartname()); + + map.put("code",depart.getOrgCode()); + + TSDepart pdepart = depart.getTSPDepart(); + if(pdepart!=null){ + map.put("pId", pdepart.getId()); + } else{ + map.put("pId", "0"); + } + //鏍规嵁id鍒ゆ柇鏄惁鏈夊瓙鑺傜偣 + sql = "select count(1) from t_s_depart t where t.parentdepartid = ?"; + params = new Object[]{depart.getId()}; + long count = this.systemService.getCountForJdbcParam(sql, params); + if(count>0){ + map.put("isParent",true); + } + dateList.add(map); + } + } + net.sf.json.JSONArray jsonArray = net.sf.json.JSONArray.fromObject(dateList); + j.setMsg(jsonArray.toString()); + return j; + } + + /** + * 鍚戜笂鏌ユ壘鐖惰妭鐐 + */ + private void upwardQueryParents(Map> dataMap,List> dateList,String pid){ + String pid_next = null; + for (Map map : dateList) { + String id = map.get("id").toString(); + if(pid.equals(id)){ + pid_next = map.get("ppp_id").toString(); + dataMap.put(id, map); + break; + } + } + if(pid_next!=null && !pid_next.equals("0")){ + upwardQueryParents(dataMap, dateList, pid_next); + } + } + +} diff --git a/src/main/java/com/jeecg/demo/controller/JfromOrderController.java b/src/main/java/com/jeecg/demo/controller/JfromOrderController.java new file mode 100644 index 00000000..c63189bb --- /dev/null +++ b/src/main/java/com/jeecg/demo/controller/JfromOrderController.java @@ -0,0 +1,498 @@ +package com.jeecg.demo.controller; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.validation.ConstraintViolation; +import javax.validation.Validator; + +import org.apache.commons.lang3.StringUtils; +import org.apache.log4j.Logger; +import org.hibernate.criterion.Restrictions; +import org.jeecgframework.core.beanvalidator.BeanValidators; +import org.jeecgframework.core.common.controller.BaseController; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; +import org.jeecgframework.core.common.model.json.AjaxJson; +import org.jeecgframework.core.common.model.json.DataGrid; +import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.ExceptionUtil; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import org.jeecgframework.p3.core.util.oConvertUtils; +import org.jeecgframework.poi.excel.ExcelImportUtil; +import org.jeecgframework.poi.excel.entity.ExportParams; +import org.jeecgframework.poi.excel.entity.ImportParams; +import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; +import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.system.service.SystemService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.http.HttpStatus; +import org.springframework.http.MediaType; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.ResponseStatus; +import org.springframework.web.multipart.MultipartFile; +import org.springframework.web.multipart.MultipartHttpServletRequest; +import org.springframework.web.servlet.ModelAndView; +import org.springframework.web.util.UriComponentsBuilder; + +import com.alibaba.fastjson.JSONArray; +import com.jeecg.demo.entity.JfromOrderEntity; +import com.jeecg.demo.entity.JfromOrderLineEntity; +import com.jeecg.demo.page.JfromOrderPage; +import com.jeecg.demo.service.JfromOrderServiceI; +import com.jeecg.superquery.util.SuperQueryUtil; + +/** + * @Title: Controller + * @Description: 璁㈠崟鍒楄〃 + * @author onlineGenerator + * @date 2017-12-14 13:36:56 + * @version V1.0 + * + */ +@Api(value="JfromOrder",description="璁㈠崟鍒楄〃",tags="jfromOrderController") +@Controller +@RequestMapping("/jfromOrderController") +public class JfromOrderController extends BaseController { + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(JfromOrderController.class); + + @Autowired + private JfromOrderServiceI jfromOrderService; + @Autowired + private SystemService systemService; + @Autowired + private Validator validator; + + /** + * 璁㈠崟鍒楄〃鍒楄〃 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "list") + public ModelAndView list(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/jfromOrderList"); + } + + /** + * easyui AJAX璇锋眰鏁版嵁 + * + * @param request + * @param response + * @param dataGrid + * @param user + */ + + @RequestMapping(params = "datagrid") + public void datagrid(JfromOrderEntity jfromOrder,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { + CriteriaQuery cq = new CriteriaQuery(JfromOrderEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jfromOrder); + try{ + + String sql = SuperQueryUtil.getComplxSuperQuerySQL(request); + if(oConvertUtils.isNotEmpty(sql)) { + cq.add(Restrictions.sqlRestriction(" id in ("+sql+")")); + } + + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + }catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + cq.add(); + this.jfromOrderService.getDataGridReturn(cq, true); + TagUtil.datagrid(response, dataGrid); + } + + /** + * 鍒犻櫎璁㈠崟鍒楄〃 + * + * @return + */ + @RequestMapping(params = "doDel") + @ResponseBody + public AjaxJson doDel(JfromOrderEntity jfromOrder, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + jfromOrder = systemService.getEntity(JfromOrderEntity.class, jfromOrder.getId()); + String message = "璁㈠崟鍒楄〃鍒犻櫎鎴愬姛"; + try{ + jfromOrderService.delMain(jfromOrder); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "璁㈠崟鍒楄〃鍒犻櫎澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 鎵归噺鍒犻櫎璁㈠崟鍒楄〃 + * + * @return + */ + @RequestMapping(params = "doBatchDel") + @ResponseBody + public AjaxJson doBatchDel(String ids,HttpServletRequest request){ + AjaxJson j = new AjaxJson(); + String message = "璁㈠崟鍒楄〃鍒犻櫎鎴愬姛"; + try{ + for(String id:ids.split(",")){ + JfromOrderEntity jfromOrder = systemService.getEntity(JfromOrderEntity.class, + id + ); + jfromOrderService.delMain(jfromOrder); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + } + }catch(Exception e){ + e.printStackTrace(); + message = "璁㈠崟鍒楄〃鍒犻櫎澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 娣诲姞璁㈠崟鍒楄〃 + * + * @param ids + * @return + */ + @RequestMapping(params = "doAdd") + @ResponseBody + public AjaxJson doAdd(JfromOrderEntity jfromOrder,JfromOrderPage jfromOrderPage, HttpServletRequest request) { + List jfromOrderLineList = jfromOrderPage.getJfromOrderLineList(); + AjaxJson j = new AjaxJson(); + String message = "娣诲姞鎴愬姛"; + try{ + jfromOrderService.addMain(jfromOrder, jfromOrderLineList); + systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "璁㈠崟鍒楄〃娣诲姞澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + /** + * 鏇存柊璁㈠崟鍒楄〃 + * + * @param ids + * @return + */ + @RequestMapping(params = "doUpdate") + @ResponseBody + public AjaxJson doUpdate(JfromOrderEntity jfromOrder,JfromOrderPage jfromOrderPage, HttpServletRequest request) { + List jfromOrderLineList = jfromOrderPage.getJfromOrderLineList(); + AjaxJson j = new AjaxJson(); + String message = "鏇存柊鎴愬姛"; + try{ + jfromOrderService.updateMain(jfromOrder, jfromOrderLineList); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "鏇存柊璁㈠崟鍒楄〃澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 璁㈠崟鍒楄〃鏂板椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "goAdd") + public ModelAndView goAdd(JfromOrderEntity jfromOrder, HttpServletRequest req) { + if (StringUtil.isNotEmpty(jfromOrder.getId())) { + jfromOrder = jfromOrderService.getEntity(JfromOrderEntity.class, jfromOrder.getId()); + req.setAttribute("jfromOrderPage", jfromOrder); + } + return new ModelAndView("com/jeecg/demo/jfromOrder-add"); + } + + /** + * 璁㈠崟鍒楄〃缂栬緫椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "goUpdate") + public ModelAndView goUpdate(JfromOrderEntity jfromOrder, HttpServletRequest req) { + if (StringUtil.isNotEmpty(jfromOrder.getId())) { + jfromOrder = jfromOrderService.getEntity(JfromOrderEntity.class, jfromOrder.getId()); + req.setAttribute("jfromOrderPage", jfromOrder); + } + return new ModelAndView("com/jeecg/demo/jfromOrder-update"); + } + + + /** + * 鍔犺浇鏄庣粏鍒楄〃[璁㈠崟琛ㄤ綋] + * + * @return + */ + @RequestMapping(params = "jfromOrderLineList") + public ModelAndView jfromOrderLineList(JfromOrderEntity jfromOrder, HttpServletRequest req) { + + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = jfromOrder.getId(); + //=================================================================================== + //鏌ヨ-璁㈠崟琛ㄤ綋 + String hql0 = "from JfromOrderLineEntity where 1 = 1 AND oRDERID = ? "; + try{ + List jfromOrderLineEntityList = systemService.findHql(hql0,id0); + req.setAttribute("jfromOrderLineList", jfromOrderLineEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + return new ModelAndView("com/jeecg/demo/jfromOrderLineList"); + } + + /** + * 瀵煎嚭excel + * + * @param request + * @param response + */ + @RequestMapping(params = "exportXls") + public String exportXls(JfromOrderEntity jfromOrder,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid,ModelMap map) { + CriteriaQuery cq = new CriteriaQuery(JfromOrderEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jfromOrder); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + List list=this.jfromOrderService.getListByCriteriaQuery(cq, false); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(JfromOrderEntity entity:list){ + try{ + JfromOrderPage page=new JfromOrderPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + String hql0 = "from JfromOrderLineEntity where 1 = 1 AND oRDERID = ? "; + List jfromOrderLineEntityList = systemService.findHql(hql0,id0); + page.setJfromOrderLineList(jfromOrderLineEntityList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + map.put(NormalExcelConstants.FILE_NAME,"璁㈠崟鍒楄〃"); + map.put(NormalExcelConstants.CLASS,JfromOrderPage.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("璁㈠崟鍒楄〃鍒楄〃", "瀵煎嚭浜:Jeecg", + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,pageList); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + + /** + * 閫氳繃excel瀵煎叆鏁版嵁 + * @param request + * @param + * @return + */ + @RequestMapping(params = "importExcel", method = RequestMethod.POST) + @ResponseBody + public AjaxJson importExcel(HttpServletRequest request, HttpServletResponse response) { + AjaxJson j = new AjaxJson(); + MultipartHttpServletRequest multipartRequest = (MultipartHttpServletRequest) request; + Map fileMap = multipartRequest.getFileMap(); + for (Map.Entry entity : fileMap.entrySet()) { + MultipartFile file = entity.getValue();// 鑾峰彇涓婁紶鏂囦欢瀵硅薄 + ImportParams params = new ImportParams(); + params.setTitleRows(2); + params.setHeadRows(2); + params.setNeedSave(true); + try { + List list = ExcelImportUtil.importExcel(file.getInputStream(), JfromOrderPage.class, params); + JfromOrderEntity entity1=null; + for (JfromOrderPage page : list) { + entity1=new JfromOrderEntity(); + MyBeanUtils.copyBeanNotNull2Bean(page,entity1); + jfromOrderService.addMain(entity1, page.getJfromOrderLineList()); + } + j.setMsg("鏂囦欢瀵煎叆鎴愬姛锛"); + } catch (Exception e) { + j.setMsg("鏂囦欢瀵煎叆澶辫触锛"); + logger.error(ExceptionUtil.getExceptionMessage(e)); + }finally{ + try { + file.getInputStream().close(); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + return j; + } + /** + * 瀵煎嚭excel 浣挎ā鏉 + */ + @RequestMapping(params = "exportXlsByT") + public String exportXlsByT(ModelMap map) { + map.put(NormalExcelConstants.FILE_NAME,"璁㈠崟鍒楄〃"); + map.put(NormalExcelConstants.CLASS,JfromOrderPage.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("璁㈠崟鍒楄〃鍒楄〃", "瀵煎嚭浜:"+ ResourceUtil.getSessionUser().getRealName(), + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,new ArrayList()); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + /** + * 瀵煎叆鍔熻兘璺宠浆 + * + * @return + */ + @RequestMapping(params = "upload") + public ModelAndView upload(HttpServletRequest req) { + req.setAttribute("controller_name", "jfromOrderController"); + return new ModelAndView("common/upload/pub_excel_upload"); + } + + + @RequestMapping(method = RequestMethod.GET) + @ResponseBody + @ApiOperation(value="璁㈠崟鍒楄〃鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + public ResponseMessage> list() { + List list= jfromOrderService.getList(JfromOrderEntity.class); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(JfromOrderEntity entity:list){ + try{ + JfromOrderPage page=new JfromOrderPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + String hql0 = "from JfromOrderLineEntity where 1 = 1 AND oRDERID = ? "; + List jfromOrderLineOldList = this.jfromOrderService.findHql(hql0,id0); + page.setJfromOrderLineList(jfromOrderLineOldList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + return Result.success(pageList); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.GET) + @ResponseBody + @ApiOperation(value="鏍规嵁ID鑾峰彇璁㈠崟鍒楄〃淇℃伅",notes="鏍规嵁ID鑾峰彇璁㈠崟鍒楄〃淇℃伅",httpMethod="GET",produces="application/json") + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { + JfromOrderEntity task = jfromOrderService.get(JfromOrderEntity.class, id); + if (task == null) { + return Result.error("鏍规嵁ID鑾峰彇璁㈠崟鍒楄〃淇℃伅涓虹┖"); + } + JfromOrderPage page = new JfromOrderPage(); + try { + MyBeanUtils.copyBeanNotNull2Bean(task, page); + Object id0 = task.getId(); + String hql0 = "from JfromOrderLineEntity where 1 = 1 AND oRDERID = ? "; + List jfromOrderLineOldList = this.jfromOrderService.findHql(hql0,id0); + page.setJfromOrderLineList(jfromOrderLineOldList); + } catch (Exception e) { + e.printStackTrace(); + } + return Result.success(page); + } + + @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + @ApiOperation(value="鍒涘缓璁㈠崟鍒楄〃") + public ResponseMessage create(@ApiParam(name="璁㈠崟鍒楄〃瀵硅薄")@RequestBody JfromOrderPage jfromOrderPage, UriComponentsBuilder uriBuilder) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(jfromOrderPage); + if (!failures.isEmpty()) { + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); + } + + //淇濆瓨 + List jfromOrderLineList = jfromOrderPage.getJfromOrderLineList(); + + JfromOrderEntity jfromOrder = new JfromOrderEntity(); + try{ + MyBeanUtils.copyBeanNotNull2Bean(jfromOrderPage,jfromOrder); + }catch(Exception e){ + logger.info(e.getMessage()); + return Result.error("淇濆瓨璁㈠崟鍒楄〃澶辫触"); + } + jfromOrderService.addMain(jfromOrder, jfromOrderLineList); + + return Result.success(jfromOrder); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + @ApiOperation(value="鏇存柊璁㈠崟鍒楄〃",notes="鏇存柊璁㈠崟鍒楄〃") + public ResponseMessage update(@RequestBody JfromOrderPage jfromOrderPage) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(jfromOrderPage); + if (!failures.isEmpty()) { + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); + } + + //淇濆瓨 + List jfromOrderLineList = jfromOrderPage.getJfromOrderLineList(); + + JfromOrderEntity jfromOrder = new JfromOrderEntity(); + try{ + MyBeanUtils.copyBeanNotNull2Bean(jfromOrderPage,jfromOrder); + }catch(Exception e){ + logger.info(e.getMessage()); + return Result.error("璁㈠崟鍒楄〃鏇存柊澶辫触"); + } + jfromOrderService.updateMain(jfromOrder, jfromOrderLineList); + + //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. + return Result.success(); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) + @ResponseStatus(HttpStatus.NO_CONTENT) + @ApiOperation(value="鍒犻櫎璁㈠崟鍒楄〃") + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + JfromOrderEntity jfromOrder = jfromOrderService.get(JfromOrderEntity.class, id); + jfromOrderService.delMain(jfromOrder); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("璁㈠崟鍒楄〃鍒犻櫎澶辫触"); + } + + return Result.success(); + } +} diff --git a/src/main/java/com/jeecg/demo/entity/JformOrderCustomerEntity.java b/src/main/java/com/jeecg/demo/entity/JformOrderCustomerEntity.java new file mode 100644 index 00000000..a36e6137 --- /dev/null +++ b/src/main/java/com/jeecg/demo/entity/JformOrderCustomerEntity.java @@ -0,0 +1,171 @@ +package com.jeecg.demo.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: JformOrderMain瀛愯〃 + * @author onlineGenerator + * @date 2017-09-17 11:49:08 + * @version V1.0 + * + */ +@Entity +@Table(name = "jform_order_customer", schema = "") +@SuppressWarnings("serial") +public class JformOrderCustomerEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**瀹㈡埛鍚*/ + @Excel(name="瀹㈡埛鍚",width=15) + private java.lang.String name; + /**鍗曚环*/ + @Excel(name="鍗曚环",width=15) + private java.lang.Double money; + /**鎬у埆*/ + @Excel(name="鎬у埆",width=15,dicCode="sex") + private java.lang.String sex; + /**鐢佃瘽*/ + @Excel(name="鐢佃瘽",width=15) + private java.lang.String telphone; + /**韬唤璇佹壂鎻忎欢*/ + @Excel(name="韬唤璇佹壂鎻忎欢",width=15) + private java.lang.String sfPic; + /**澶栭敭*/ + private java.lang.String fkId; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀹㈡埛鍚 + */ + + @Column(name ="NAME",nullable=true,length=100) + public java.lang.String getName(){ + return this.name; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀹㈡埛鍚 + */ + public void setName(java.lang.String name){ + this.name = name; + } + + /** + *鏂规硶: 鍙栧緱java.lang.Double + *@return: java.lang.Double 鍗曚环 + */ + + @Column(name ="MONEY",nullable=true,scale=2,length=10) + public java.lang.Double getMoney(){ + return this.money; + } + + /** + *鏂规硶: 璁剧疆java.lang.Double + *@param: java.lang.Double 鍗曚环 + */ + public void setMoney(java.lang.Double money){ + this.money = money; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎬у埆 + */ + + @Column(name ="SEX",nullable=true,length=4) + public java.lang.String getSex(){ + return this.sex; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎬у埆 + */ + public void setSex(java.lang.String sex){ + this.sex = sex; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鐢佃瘽 + */ + + @Column(name ="TELPHONE",nullable=true,length=32) + public java.lang.String getTelphone(){ + return this.telphone; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鐢佃瘽 + */ + public void setTelphone(java.lang.String telphone){ + this.telphone = telphone; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 韬唤璇佹壂鎻忎欢 + */ + + @Column(name ="SF_PIC",nullable=true,length=500) + public java.lang.String getSfPic(){ + return this.sfPic; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 韬唤璇佹壂鎻忎欢 + */ + public void setSfPic(java.lang.String sfPic){ + this.sfPic = sfPic; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶栭敭 + */ + + @Column(name ="FK_ID",nullable=false,length=36) + public java.lang.String getFkId(){ + return this.fkId; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶栭敭 + */ + public void setFkId(java.lang.String fkId){ + this.fkId = fkId; + } + +} diff --git a/src/main/java/com/jeecg/demo/entity/JformOrderMainEntity.java b/src/main/java/com/jeecg/demo/entity/JformOrderMainEntity.java new file mode 100644 index 00000000..ce76350a --- /dev/null +++ b/src/main/java/com/jeecg/demo/entity/JformOrderMainEntity.java @@ -0,0 +1,151 @@ +package com.jeecg.demo.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 璁㈠崟涓讳俊鎭 + * @author onlineGenerator + * @date 2017-09-17 11:49:08 + * @version V1.0 + * + */ +@Entity +@Table(name = "jform_order_main", schema = "") +@SuppressWarnings("serial") +public class JformOrderMainEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**璁㈠崟鍙*/ + @Excel(name="璁㈠崟鍙",width=15) + private java.lang.String orderCode; + /**璁㈠崟鏃ユ湡*/ + @Excel(name="璁㈠崟鏃ユ湡",width=15,format = "yyyy-MM-dd") + private java.util.Date orderDate; + /**璁㈠崟閲戦*/ + @Excel(name="璁㈠崟閲戦",width=15) + private java.lang.Double orderMoney; + /**澶囨敞*/ + @Excel(name="澶囨敞",width=15) + private java.lang.String content; + /**璁㈠崟鎵弿浠*/ + @Excel(name="璁㈠崟鎵弿浠",width=15,dicCode="sex") + private java.lang.String ctype; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璁㈠崟鍙 + */ + + @Column(name ="ORDER_CODE",nullable=true,length=50) + public java.lang.String getOrderCode(){ + return this.orderCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璁㈠崟鍙 + */ + public void setOrderCode(java.lang.String orderCode){ + this.orderCode = orderCode; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 璁㈠崟鏃ユ湡 + */ + + @Column(name ="ORDER_DATE",nullable=true,length=20) + public java.util.Date getOrderDate(){ + return this.orderDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 璁㈠崟鏃ユ湡 + */ + public void setOrderDate(java.util.Date orderDate){ + this.orderDate = orderDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.Double + *@return: java.lang.Double 璁㈠崟閲戦 + */ + + @Column(name ="ORDER_MONEY",nullable=true,scale=3,length=10) + public java.lang.Double getOrderMoney(){ + return this.orderMoney; + } + + /** + *鏂规硶: 璁剧疆java.lang.Double + *@param: java.lang.Double 璁㈠崟閲戦 + */ + public void setOrderMoney(java.lang.Double orderMoney){ + this.orderMoney = orderMoney; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶囨敞 + */ + + @Column(name ="CONTENT",nullable=true,length=500) + public java.lang.String getContent(){ + return this.content; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶囨敞 + */ + public void setContent(java.lang.String content){ + this.content = content; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璁㈠崟鎵弿浠 + */ + + @Column(name ="CTYPE",nullable=true,length=500) + public java.lang.String getCtype(){ + return this.ctype; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璁㈠崟鎵弿浠 + */ + public void setCtype(java.lang.String ctype){ + this.ctype = ctype; + } + +} diff --git a/src/main/java/com/jeecg/demo/entity/JformOrderTicketEntity.java b/src/main/java/com/jeecg/demo/entity/JformOrderTicketEntity.java new file mode 100644 index 00000000..ba4a3500 --- /dev/null +++ b/src/main/java/com/jeecg/demo/entity/JformOrderTicketEntity.java @@ -0,0 +1,108 @@ +package com.jeecg.demo.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: JformOrderMain瀛愯〃 + * @author onlineGenerator + * @date 2017-09-17 11:49:08 + * @version V1.0 + * + */ +@Entity +@Table(name = "jform_order_ticket", schema = "") +@SuppressWarnings("serial") +public class JformOrderTicketEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鑸彮鍙*/ + @Excel(name="鑸彮鍙",width=15) + private java.lang.String ticketCode; + /**鑸彮鏃堕棿*/ + @Excel(name="鑸彮鏃堕棿",width=15,format = "yyyy-MM-dd") + private java.util.Date tickectDate; + /**澶栭敭*/ + private java.lang.String fckId; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鑸彮鍙 + */ + + @Column(name ="TICKET_CODE",nullable=false,length=100) + public java.lang.String getTicketCode(){ + return this.ticketCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鑸彮鍙 + */ + public void setTicketCode(java.lang.String ticketCode){ + this.ticketCode = ticketCode; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鑸彮鏃堕棿 + */ + + @Column(name ="TICKECT_DATE",nullable=true,length=10) + public java.util.Date getTickectDate(){ + return this.tickectDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鑸彮鏃堕棿 + */ + public void setTickectDate(java.util.Date tickectDate){ + this.tickectDate = tickectDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶栭敭 + */ + + @Column(name ="FCK_ID",nullable=false,length=36) + public java.lang.String getFckId(){ + return this.fckId; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶栭敭 + */ + public void setFckId(java.lang.String fckId){ + this.fckId = fckId; + } + +} diff --git a/src/main/java/com/jeecg/demo/entity/JfromOrderEntity.java b/src/main/java/com/jeecg/demo/entity/JfromOrderEntity.java new file mode 100644 index 00000000..2b594549 --- /dev/null +++ b/src/main/java/com/jeecg/demo/entity/JfromOrderEntity.java @@ -0,0 +1,362 @@ +package com.jeecg.demo.entity; +import java.math.BigDecimal; +import java.util.Date; +import java.lang.String; +import java.lang.Double; +import java.lang.Integer; +import java.math.BigDecimal; +import javax.xml.soap.Text; +import java.sql.Blob; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.GenerationType; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import javax.persistence.SequenceGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 璁㈠崟鍒楄〃 + * @author onlineGenerator + * @date 2017-12-14 13:36:56 + * @version V1.0 + * + */ +@Entity +@Table(name = "jfrom_order", schema = "") +@SuppressWarnings("serial") +public class JfromOrderEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**娴佺▼鐘舵*/ + private java.lang.String bpmStatus; + /**鏀惰揣浜*/ + @Excel(name="鏀惰揣浜",width=15) + private java.lang.String receiverName; + /**鑱旂郴鐢佃瘽*/ + @Excel(name="鑱旂郴鐢佃瘽",width=15) + private java.lang.String receiverMobile; + /**鏀惰揣鐪*/ + @Excel(name="鏀惰揣鐪",width=15) + private java.lang.String receiverState; + /**鏀惰揣甯*/ + @Excel(name="鏀惰揣甯",width=15) + private java.lang.String receiverCity; + /**鏀惰揣鍖*/ + @Excel(name="鏀惰揣鍖",width=15) + private java.lang.String receiverDistrict; + /**鏀惰揣鍦板潃*/ + @Excel(name="鏀惰揣鍦板潃",width=15) + private java.lang.String receiverAddress; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + + @Column(name ="UPDATE_DATE",nullable=true,length=20) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 娴佺▼鐘舵 + */ + + @Column(name ="BPM_STATUS",nullable=true,length=32) + public java.lang.String getBpmStatus(){ + return this.bpmStatus; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 娴佺▼鐘舵 + */ + public void setBpmStatus(java.lang.String bpmStatus){ + this.bpmStatus = bpmStatus; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣浜 + */ + + @Column(name ="RECEIVER_NAME",nullable=true,length=56) + public java.lang.String getReceiverName(){ + return this.receiverName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣浜 + */ + public void setReceiverName(java.lang.String receiverName){ + this.receiverName = receiverName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鑱旂郴鐢佃瘽 + */ + + @Column(name ="RECEIVER_MOBILE",nullable=true,length=32) + public java.lang.String getReceiverMobile(){ + return this.receiverMobile; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鑱旂郴鐢佃瘽 + */ + public void setReceiverMobile(java.lang.String receiverMobile){ + this.receiverMobile = receiverMobile; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣鐪 + */ + + @Column(name ="RECEIVER_STATE",nullable=true,length=32) + public java.lang.String getReceiverState(){ + return this.receiverState; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣鐪 + */ + public void setReceiverState(java.lang.String receiverState){ + this.receiverState = receiverState; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣甯 + */ + + @Column(name ="RECEIVER_CITY",nullable=true,length=32) + public java.lang.String getReceiverCity(){ + return this.receiverCity; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣甯 + */ + public void setReceiverCity(java.lang.String receiverCity){ + this.receiverCity = receiverCity; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣鍖 + */ + + @Column(name ="RECEIVER_DISTRICT",nullable=true,length=32) + public java.lang.String getReceiverDistrict(){ + return this.receiverDistrict; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣鍖 + */ + public void setReceiverDistrict(java.lang.String receiverDistrict){ + this.receiverDistrict = receiverDistrict; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣鍦板潃 + */ + + @Column(name ="RECEIVER_ADDRESS",nullable=true,length=128) + public java.lang.String getReceiverAddress(){ + return this.receiverAddress; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣鍦板潃 + */ + public void setReceiverAddress(java.lang.String receiverAddress){ + this.receiverAddress = receiverAddress; + } + +} diff --git a/src/main/java/com/jeecg/demo/entity/JfromOrderLineEntity.java b/src/main/java/com/jeecg/demo/entity/JfromOrderLineEntity.java new file mode 100644 index 00000000..70ee85db --- /dev/null +++ b/src/main/java/com/jeecg/demo/entity/JfromOrderLineEntity.java @@ -0,0 +1,340 @@ +package com.jeecg.demo.entity; +import java.math.BigDecimal; +import java.util.Date; +import java.lang.String; +import java.lang.Double; +import java.lang.Integer; +import java.math.BigDecimal; +import javax.xml.soap.Text; +import java.sql.Blob; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.GenerationType; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import javax.persistence.SequenceGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 璁㈠崟琛ㄤ綋 + * @author onlineGenerator + * @date 2017-12-14 13:36:56 + * @version V1.0 + * + */ +@Entity +@Table(name = "jfrom_order_line", schema = "") +@SuppressWarnings("serial") +public class JfromOrderLineEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**娴佺▼鐘舵*/ + private java.lang.String bpmStatus; + /**璁㈠崟ID*/ + private java.lang.String orderid; + /**鍟嗗搧鍚嶇О*/ + @Excel(name="鍟嗗搧鍚嶇О",width=15) + private java.lang.String itemName; + /**鍟嗗搧鏁伴噺*/ + @Excel(name="鍟嗗搧鏁伴噺",width=15) + private java.lang.Integer qty; + /**鍟嗗搧浠锋牸*/ + @Excel(name="鍟嗗搧浠锋牸",width=15) + private java.math.BigDecimal price; + /**閲戦*/ + @Excel(name="閲戦",width=15) + private java.math.BigDecimal amount; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + + @Column(name ="UPDATE_DATE",nullable=true,length=20) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 娴佺▼鐘舵 + */ + + @Column(name ="BPM_STATUS",nullable=true,length=32) + public java.lang.String getBpmStatus(){ + return this.bpmStatus; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 娴佺▼鐘舵 + */ + public void setBpmStatus(java.lang.String bpmStatus){ + this.bpmStatus = bpmStatus; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璁㈠崟ID + */ + + @Column(name ="ORDERID",nullable=true,length=36) + public java.lang.String getOrderid(){ + return this.orderid; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璁㈠崟ID + */ + public void setOrderid(java.lang.String orderid){ + this.orderid = orderid; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍟嗗搧鍚嶇О + */ + + @Column(name ="ITEM_NAME",nullable=true,length=128) + public java.lang.String getItemName(){ + return this.itemName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍟嗗搧鍚嶇О + */ + public void setItemName(java.lang.String itemName){ + this.itemName = itemName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.Integer + *@return: java.lang.Integer 鍟嗗搧鏁伴噺 + */ + + @Column(name ="QTY",nullable=true,length=32) + public java.lang.Integer getQty(){ + return this.qty; + } + + /** + *鏂规硶: 璁剧疆java.lang.Integer + *@param: java.lang.Integer 鍟嗗搧鏁伴噺 + */ + public void setQty(java.lang.Integer qty){ + this.qty = qty; + } + + /** + *鏂规硶: 鍙栧緱java.math.BigDecimal + *@return: java.math.BigDecimal 鍟嗗搧浠锋牸 + */ + + @Column(name ="PRICE",nullable=true,length=32) + public java.math.BigDecimal getPrice(){ + return this.price; + } + + /** + *鏂规硶: 璁剧疆java.math.BigDecimal + *@param: java.math.BigDecimal 鍟嗗搧浠锋牸 + */ + public void setPrice(java.math.BigDecimal price){ + this.price = price; + } + + /** + *鏂规硶: 鍙栧緱java.math.BigDecimal + *@return: java.math.BigDecimal 閲戦 + */ + + @Column(name ="AMOUNT",nullable=true,length=32) + public java.math.BigDecimal getAmount(){ + return this.amount; + } + + /** + *鏂规硶: 璁剧疆java.math.BigDecimal + *@param: java.math.BigDecimal 閲戦 + */ + public void setAmount(java.math.BigDecimal amount){ + this.amount = amount; + } + +} diff --git a/src/main/java/com/jeecg/demo/page/JformOrderCustomerPage.java b/src/main/java/com/jeecg/demo/page/JformOrderCustomerPage.java new file mode 100644 index 00000000..81003dfd --- /dev/null +++ b/src/main/java/com/jeecg/demo/page/JformOrderCustomerPage.java @@ -0,0 +1,23 @@ +package com.jeecg.demo.page; + +import java.util.List; + +import com.jeecg.demo.entity.JformOrderCustomerEntity; + +/** + * 璁㈠崟瀹㈡埛淇℃伅 琛岀紪杈戠敤鍒 + */ +public class JformOrderCustomerPage { + private List demos; + + public List getDemos() { + return demos; + } + + public void setDemos(List demos) { + this.demos = demos; + } + + + +} diff --git a/src/main/java/com/jeecg/demo/page/JformOrderMainPage.java b/src/main/java/com/jeecg/demo/page/JformOrderMainPage.java new file mode 100644 index 00000000..a576ea6c --- /dev/null +++ b/src/main/java/com/jeecg/demo/page/JformOrderMainPage.java @@ -0,0 +1,152 @@ + +package com.jeecg.demo.page; +import java.util.ArrayList; +import java.util.List; + +import org.jeecgframework.poi.excel.annotation.Excel; +import org.jeecgframework.poi.excel.annotation.ExcelCollection; + +import com.jeecg.demo.entity.JformOrderCustomerEntity; +import com.jeecg.demo.entity.JformOrderTicketEntity; + +/** + * @Title: Entity + * @Description: 璁㈠崟涓讳俊鎭 + * @author onlineGenerator + * @date 2017-09-17 11:49:08 + * @version V1.0 + * + */ +public class JformOrderMainPage implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**璁㈠崟鍙*/ + @Excel(name="璁㈠崟鍙") + private java.lang.String orderCode; + /**璁㈠崟鏃ユ湡*/ + @Excel(name="璁㈠崟鏃ユ湡",format = "yyyy-MM-dd") + private java.util.Date orderDate; + /**璁㈠崟閲戦*/ + @Excel(name="璁㈠崟閲戦") + private java.lang.Double orderMoney; + /**澶囨敞*/ + @Excel(name="澶囨敞") + private java.lang.String content; + /**璁㈠崟鎵弿浠*/ + @Excel(name="璁㈠崟鎵弿浠") + private java.lang.String ctype; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璁㈠崟鍙 + */ + public java.lang.String getOrderCode(){ + return this.orderCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璁㈠崟鍙 + */ + public void setOrderCode(java.lang.String orderCode){ + this.orderCode = orderCode; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 璁㈠崟鏃ユ湡 + */ + public java.util.Date getOrderDate(){ + return this.orderDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 璁㈠崟鏃ユ湡 + */ + public void setOrderDate(java.util.Date orderDate){ + this.orderDate = orderDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.Double + *@return: java.lang.Double 璁㈠崟閲戦 + */ + public java.lang.Double getOrderMoney(){ + return this.orderMoney; + } + + /** + *鏂规硶: 璁剧疆java.lang.Double + *@param: java.lang.Double 璁㈠崟閲戦 + */ + public void setOrderMoney(java.lang.Double orderMoney){ + this.orderMoney = orderMoney; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶囨敞 + */ + public java.lang.String getContent(){ + return this.content; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶囨敞 + */ + public void setContent(java.lang.String content){ + this.content = content; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璁㈠崟鎵弿浠 + */ + public java.lang.String getCtype(){ + return this.ctype; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璁㈠崟鎵弿浠 + */ + public void setCtype(java.lang.String ctype){ + this.ctype = ctype; + } + + /**淇濆瓨-JformOrderMain瀛愯〃*/ + + @ExcelCollection(name="璁㈠崟瀹㈡埛淇℃伅") + + private List jformOrderCustomerList = new ArrayList(); + public List getJformOrderCustomerList() { + return jformOrderCustomerList; + } + public void setJformOrderCustomerList(List jformOrderCustomerList) { + this.jformOrderCustomerList = jformOrderCustomerList; + } + /**淇濆瓨-JformOrderMain瀛愯〃*/ + + @ExcelCollection(name="璁㈠崟鏈虹エ淇℃伅") + + private List jformOrderTicketList = new ArrayList(); + public List getJformOrderTicketList() { + return jformOrderTicketList; + } + public void setJformOrderTicketList(List jformOrderTicketList) { + this.jformOrderTicketList = jformOrderTicketList; + } +} diff --git a/src/main/java/com/jeecg/demo/page/JfromOrderPage.java b/src/main/java/com/jeecg/demo/page/JfromOrderPage.java new file mode 100644 index 00000000..71186c14 --- /dev/null +++ b/src/main/java/com/jeecg/demo/page/JfromOrderPage.java @@ -0,0 +1,320 @@ + +package com.jeecg.demo.page; +import com.jeecg.demo.entity.JfromOrderEntity; +import com.jeecg.demo.entity.JfromOrderLineEntity; + +import java.math.BigDecimal; +import java.util.Date; +import java.util.List; +import java.util.ArrayList; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.GenerationType; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import javax.persistence.SequenceGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; +import org.jeecgframework.poi.excel.annotation.ExcelCollection; + +/** + * @Title: Entity + * @Description: 璁㈠崟鍒楄〃 + * @author onlineGenerator + * @date 2017-12-14 13:36:56 + * @version V1.0 + * + */ +public class JfromOrderPage implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**娴佺▼鐘舵*/ + private java.lang.String bpmStatus; + /**鏀惰揣浜*/ + @Excel(name="鏀惰揣浜") + private java.lang.String receiverName; + /**鑱旂郴鐢佃瘽*/ + @Excel(name="鑱旂郴鐢佃瘽") + private java.lang.String receiverMobile; + /**鏀惰揣鐪*/ + @Excel(name="鏀惰揣鐪") + private java.lang.String receiverState; + /**鏀惰揣甯*/ + @Excel(name="鏀惰揣甯") + private java.lang.String receiverCity; + /**鏀惰揣鍖*/ + @Excel(name="鏀惰揣鍖") + private java.lang.String receiverDistrict; + /**鏀惰揣鍦板潃*/ + @Excel(name="鏀惰揣鍦板潃") + private java.lang.String receiverAddress; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 娴佺▼鐘舵 + */ + public java.lang.String getBpmStatus(){ + return this.bpmStatus; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 娴佺▼鐘舵 + */ + public void setBpmStatus(java.lang.String bpmStatus){ + this.bpmStatus = bpmStatus; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣浜 + */ + public java.lang.String getReceiverName(){ + return this.receiverName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣浜 + */ + public void setReceiverName(java.lang.String receiverName){ + this.receiverName = receiverName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鑱旂郴鐢佃瘽 + */ + public java.lang.String getReceiverMobile(){ + return this.receiverMobile; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鑱旂郴鐢佃瘽 + */ + public void setReceiverMobile(java.lang.String receiverMobile){ + this.receiverMobile = receiverMobile; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣鐪 + */ + public java.lang.String getReceiverState(){ + return this.receiverState; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣鐪 + */ + public void setReceiverState(java.lang.String receiverState){ + this.receiverState = receiverState; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣甯 + */ + public java.lang.String getReceiverCity(){ + return this.receiverCity; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣甯 + */ + public void setReceiverCity(java.lang.String receiverCity){ + this.receiverCity = receiverCity; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣鍖 + */ + public java.lang.String getReceiverDistrict(){ + return this.receiverDistrict; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣鍖 + */ + public void setReceiverDistrict(java.lang.String receiverDistrict){ + this.receiverDistrict = receiverDistrict; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏀惰揣鍦板潃 + */ + public java.lang.String getReceiverAddress(){ + return this.receiverAddress; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏀惰揣鍦板潃 + */ + public void setReceiverAddress(java.lang.String receiverAddress){ + this.receiverAddress = receiverAddress; + } + + /**淇濆瓨-璁㈠崟琛ㄤ綋*/ + @ExcelCollection(name="璁㈠崟琛ㄤ綋") + private List jfromOrderLineList = new ArrayList(); + public List getJfromOrderLineList() { + return jfromOrderLineList; + } + public void setJfromOrderLineList(List jfromOrderLineList) { + this.jfromOrderLineList = jfromOrderLineList; + } +} diff --git a/src/main/java/com/jeecg/demo/service/JformOrderMainServiceI.java b/src/main/java/com/jeecg/demo/service/JformOrderMainServiceI.java new file mode 100644 index 00000000..feebc5df --- /dev/null +++ b/src/main/java/com/jeecg/demo/service/JformOrderMainServiceI.java @@ -0,0 +1,50 @@ +package com.jeecg.demo.service; +import com.jeecg.demo.entity.JformOrderMainEntity; +import com.jeecg.demo.entity.JformOrderCustomerEntity; +import com.jeecg.demo.entity.JformOrderTicketEntity; + +import java.util.List; +import org.jeecgframework.core.common.service.CommonService; +import java.io.Serializable; + +public interface JformOrderMainServiceI extends CommonService{ + + public void delete(T entity); + /** + * 娣诲姞涓瀵瑰 + * + */ + public void addMain(JformOrderMainEntity jformOrderMain, + List jformOrderCustomerList,List jformOrderTicketList) ; + /** + * 淇敼涓瀵瑰 + * + */ + public void updateMain(JformOrderMainEntity jformOrderMain, + List jformOrderCustomerList,List jformOrderTicketList); + public void delMain (JformOrderMainEntity jformOrderMain); + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(JformOrderMainEntity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(JformOrderMainEntity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(JformOrderMainEntity t); + /** + * 鏇存柊瀹㈡埛鍒楄〃 + * @param jformOrderCustomerList + */ + public void updateCustomers(List jformOrderCustomerList); +} diff --git a/src/main/java/com/jeecg/demo/service/JfromOrderServiceI.java b/src/main/java/com/jeecg/demo/service/JfromOrderServiceI.java new file mode 100644 index 00000000..6f902b8e --- /dev/null +++ b/src/main/java/com/jeecg/demo/service/JfromOrderServiceI.java @@ -0,0 +1,44 @@ +package com.jeecg.demo.service; +import com.jeecg.demo.entity.JfromOrderEntity; +import com.jeecg.demo.entity.JfromOrderLineEntity; + +import java.util.List; +import org.jeecgframework.core.common.service.CommonService; +import java.io.Serializable; + +public interface JfromOrderServiceI extends CommonService{ + + public void delete(T entity); + /** + * 娣诲姞涓瀵瑰 + * + */ + public void addMain(JfromOrderEntity jfromOrder, + List jfromOrderLineList) ; + /** + * 淇敼涓瀵瑰 + * + */ + public void updateMain(JfromOrderEntity jfromOrder, + List jfromOrderLineList); + public void delMain (JfromOrderEntity jfromOrder); + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(JfromOrderEntity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(JfromOrderEntity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(JfromOrderEntity t); +} diff --git a/src/main/java/com/jeecg/demo/service/impl/JformOrderMainServiceImpl.java b/src/main/java/com/jeecg/demo/service/impl/JformOrderMainServiceImpl.java new file mode 100644 index 00000000..501ccb4b --- /dev/null +++ b/src/main/java/com/jeecg/demo/service/impl/JformOrderMainServiceImpl.java @@ -0,0 +1,225 @@ +package com.jeecg.demo.service.impl; +import com.jeecg.demo.service.JformOrderMainServiceI; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import com.jeecg.demo.entity.JformOrderMainEntity; +import com.jeecg.demo.entity.JformOrderCustomerEntity; +import com.jeecg.demo.entity.JformOrderTicketEntity; + +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import java.util.List; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; +import java.util.ArrayList; +import java.util.UUID; +import java.io.Serializable; + + +@Service("jformOrderMainService") +@Transactional +public class JformOrderMainServiceImpl extends CommonServiceImpl implements JformOrderMainServiceI { + + public void delete(T entity) { + super.delete(entity); + //鎵ц鍒犻櫎鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doDelSql((JformOrderMainEntity)entity); + } + + public void addMain(JformOrderMainEntity jformOrderMain, + List jformOrderCustomerList,List jformOrderTicketList){ + //淇濆瓨涓讳俊鎭 + this.save(jformOrderMain); + + /**淇濆瓨-JformOrderMain瀛愯〃*/ + for(JformOrderCustomerEntity jformOrderCustomer:jformOrderCustomerList){ + //澶栭敭璁剧疆 + jformOrderCustomer.setFkId(jformOrderMain.getId()); + this.save(jformOrderCustomer); + } + /**淇濆瓨-JformOrderMain瀛愯〃*/ + for(JformOrderTicketEntity jformOrderTicket:jformOrderTicketList){ + //澶栭敭璁剧疆 + jformOrderTicket.setFckId(jformOrderMain.getId()); + this.save(jformOrderTicket); + } + //鎵ц鏂板鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doAddSql(jformOrderMain); + } + + + public void updateMain(JformOrderMainEntity jformOrderMain, + List jformOrderCustomerList,List jformOrderTicketList) { + //淇濆瓨涓昏〃淇℃伅 + if(StringUtil.isNotEmpty(jformOrderMain.getId())){ + try { + JformOrderMainEntity temp = findUniqueByProperty(JformOrderMainEntity.class, "id", jformOrderMain.getId()); + MyBeanUtils.copyBeanNotNull2Bean(jformOrderMain, temp); + this.saveOrUpdate(temp); + } catch (Exception e) { + e.printStackTrace(); + } + }else{ + this.saveOrUpdate(jformOrderMain); + } + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = jformOrderMain.getId(); + Object id1 = jformOrderMain.getId(); + //=================================================================================== + //1.鏌ヨ鍑烘暟鎹簱鐨勬槑缁嗘暟鎹-JformOrderMain瀛愯〃 + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + List jformOrderCustomerOldList = this.findHql(hql0,id0); + //2.绛涢夋洿鏂版槑缁嗘暟鎹-JformOrderMain瀛愯〃 + + //TODO author锛歑ueLin for: 瀹㈡埛鏁版嵁鍏ㄥ垹瀹宻ize == 0 + if(jformOrderCustomerList != null){// && jformOrderCustomerList.size() > 0 + + for(JformOrderCustomerEntity oldE : jformOrderCustomerOldList){ + boolean isUpdate = false; + for(JformOrderCustomerEntity sendE : jformOrderCustomerList){ + //闇瑕佹洿鏂扮殑鏄庣粏鏁版嵁-JformOrderMain瀛愯〃 + if(oldE.getId().equals(sendE.getId())){ + try { + MyBeanUtils.copyBeanNotNull2Bean(sendE,oldE); + this.saveOrUpdate(oldE); + } catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + isUpdate = true; + break; + } + } + if(!isUpdate){ + //濡傛灉鏁版嵁搴撳瓨鍦ㄧ殑鏄庣粏锛屽墠鍙版病鏈変紶閫掕繃鏉ュ垯鏄垹闄-JformOrderMain瀛愯〃 + super.delete(oldE); + } + } + //3.鎸佷箙鍖栨柊澧炵殑鏁版嵁-JformOrderMain瀛愯〃 + for(JformOrderCustomerEntity jformOrderCustomer:jformOrderCustomerList){ + if(oConvertUtils.isEmpty(jformOrderCustomer.getId())){ + //澶栭敭璁剧疆 + jformOrderCustomer.setFkId(jformOrderMain.getId()); + this.save(jformOrderCustomer); + } + } + } + //=================================================================================== + //1.鏌ヨ鍑烘暟鎹簱鐨勬槑缁嗘暟鎹-JformOrderMain瀛愯〃 + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + List jformOrderTicketOldList = this.findHql(hql1,id1); + //2.绛涢夋洿鏂版槑缁嗘暟鎹-JformOrderMain瀛愯〃 + + //TODO author锛歑ueLin for: 鏈虹エ淇℃伅鍏ㄥ垹瀹 size == 0 + if(jformOrderTicketList != null){// && jformOrderTicketList.size() > 0 + + for(JformOrderTicketEntity oldE : jformOrderTicketOldList){ + boolean isUpdate = false; + for(JformOrderTicketEntity sendE : jformOrderTicketList){ + //闇瑕佹洿鏂扮殑鏄庣粏鏁版嵁-JformOrderMain瀛愯〃 + if(oldE.getId().equals(sendE.getId())){ + try { + MyBeanUtils.copyBeanNotNull2Bean(sendE,oldE); + this.saveOrUpdate(oldE); + } catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + isUpdate= true; + break; + } + } + if(!isUpdate){ + //濡傛灉鏁版嵁搴撳瓨鍦ㄧ殑鏄庣粏锛屽墠鍙版病鏈変紶閫掕繃鏉ュ垯鏄垹闄-JformOrderMain瀛愯〃 + super.delete(oldE); + } + + } + //3.鎸佷箙鍖栨柊澧炵殑鏁版嵁-JformOrderMain瀛愯〃 + for(JformOrderTicketEntity jformOrderTicket:jformOrderTicketList){ + if(oConvertUtils.isEmpty(jformOrderTicket.getId())){ + //澶栭敭璁剧疆 + jformOrderTicket.setFckId(jformOrderMain.getId()); + this.save(jformOrderTicket); + } + } + } + //鎵ц鏇存柊鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doUpdateSql(jformOrderMain); + } + + + public void delMain(JformOrderMainEntity jformOrderMain) { + //鍒犻櫎涓昏〃淇℃伅 + this.delete(jformOrderMain); + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = jformOrderMain.getId(); + Object id1 = jformOrderMain.getId(); + //=================================================================================== + //鍒犻櫎-JformOrderMain瀛愯〃 + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + List jformOrderCustomerOldList = this.findHql(hql0,id0); + this.deleteAllEntitie(jformOrderCustomerOldList); + //=================================================================================== + //鍒犻櫎-JformOrderMain瀛愯〃 + String hql1 = "from JformOrderTicketEntity where 1 = 1 AND fCK_ID = ? "; + List jformOrderTicketOldList = this.findHql(hql1,id1); + this.deleteAllEntitie(jformOrderTicketOldList); + } + + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(JformOrderMainEntity t){ + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(JformOrderMainEntity t){ + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(JformOrderMainEntity t){ + return true; + } + + /** + * 鏇挎崲sql涓殑鍙橀噺 + * @param sql + * @return + */ + public String replaceVal(String sql,JformOrderMainEntity t){ + sql = sql.replace("#{id}",String.valueOf(t.getId())); + sql = sql.replace("#{order_code}",String.valueOf(t.getOrderCode())); + sql = sql.replace("#{order_date}",String.valueOf(t.getOrderDate())); + sql = sql.replace("#{order_money}",String.valueOf(t.getOrderMoney())); + sql = sql.replace("#{content}",String.valueOf(t.getContent())); + sql = sql.replace("#{ctype}",String.valueOf(t.getCtype())); + sql = sql.replace("#{UUID}",UUID.randomUUID().toString()); + return sql; + } + + /** + * 鏇存柊鐢ㄦ埛鏁版嵁 + * @param jformOrderCustomerList + */ + public void updateCustomers(List jformOrderCustomerList){ + for(JformOrderCustomerEntity jformOrderCustomer:jformOrderCustomerList){ + this.saveOrUpdate(jformOrderCustomer); + } + } +} \ No newline at end of file diff --git a/src/main/java/com/jeecg/demo/service/impl/JfromOrderServiceImpl.java b/src/main/java/com/jeecg/demo/service/impl/JfromOrderServiceImpl.java new file mode 100644 index 00000000..fb1b5008 --- /dev/null +++ b/src/main/java/com/jeecg/demo/service/impl/JfromOrderServiceImpl.java @@ -0,0 +1,169 @@ +package com.jeecg.demo.service.impl; +import com.jeecg.demo.service.JfromOrderServiceI; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import com.jeecg.demo.entity.JfromOrderEntity; +import com.jeecg.demo.entity.JfromOrderLineEntity; + +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import java.util.List; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; +import java.util.ArrayList; +import java.util.UUID; +import java.io.Serializable; + + +@Service("jfromOrderService") +@Transactional +public class JfromOrderServiceImpl extends CommonServiceImpl implements JfromOrderServiceI { + + public void delete(T entity) { + super.delete(entity); + //鎵ц鍒犻櫎鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doDelSql((JfromOrderEntity)entity); + } + + public void addMain(JfromOrderEntity jfromOrder, + List jfromOrderLineList){ + //淇濆瓨涓讳俊鎭 + this.save(jfromOrder); + + /**淇濆瓨-璁㈠崟琛ㄤ綋*/ + for(JfromOrderLineEntity jfromOrderLine:jfromOrderLineList){ + //澶栭敭璁剧疆 + jfromOrderLine.setOrderid(jfromOrder.getId()); + this.save(jfromOrderLine); + } + //鎵ц鏂板鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doAddSql(jfromOrder); + } + + + public void updateMain(JfromOrderEntity jfromOrder, + List jfromOrderLineList) { + //淇濆瓨涓昏〃淇℃伅 + if(StringUtil.isNotEmpty(jfromOrder.getId())){ + try { + JfromOrderEntity temp = findUniqueByProperty(JfromOrderEntity.class, "id", jfromOrder.getId()); + MyBeanUtils.copyBeanNotNull2Bean(jfromOrder, temp); + this.saveOrUpdate(temp); + } catch (Exception e) { + e.printStackTrace(); + } + }else{ + this.saveOrUpdate(jfromOrder); + } + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = jfromOrder.getId(); + //=================================================================================== + //1.鏌ヨ鍑烘暟鎹簱鐨勬槑缁嗘暟鎹-璁㈠崟琛ㄤ綋 + String hql0 = "from JfromOrderLineEntity where 1 = 1 AND oRDERID = ? "; + List jfromOrderLineOldList = this.findHql(hql0,id0); + //2.绛涢夋洿鏂版槑缁嗘暟鎹-璁㈠崟琛ㄤ綋 + if(jfromOrderLineList!=null&&jfromOrderLineList.size()>0){ + for(JfromOrderLineEntity oldE:jfromOrderLineOldList){ + boolean isUpdate = false; + for(JfromOrderLineEntity sendE:jfromOrderLineList){ + //闇瑕佹洿鏂扮殑鏄庣粏鏁版嵁-璁㈠崟琛ㄤ綋 + if(oldE.getId().equals(sendE.getId())){ + try { + MyBeanUtils.copyBeanNotNull2Bean(sendE,oldE); + this.saveOrUpdate(oldE); + } catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + isUpdate= true; + break; + } + } + if(!isUpdate){ + //濡傛灉鏁版嵁搴撳瓨鍦ㄧ殑鏄庣粏锛屽墠鍙版病鏈変紶閫掕繃鏉ュ垯鏄垹闄-璁㈠崟琛ㄤ綋 + super.delete(oldE); + } + + } + //3.鎸佷箙鍖栨柊澧炵殑鏁版嵁-璁㈠崟琛ㄤ綋 + for(JfromOrderLineEntity jfromOrderLine:jfromOrderLineList){ + if(oConvertUtils.isEmpty(jfromOrderLine.getId())){ + //澶栭敭璁剧疆 + jfromOrderLine.setOrderid(jfromOrder.getId()); + this.save(jfromOrderLine); + } + } + } + //鎵ц鏇存柊鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doUpdateSql(jfromOrder); + } + + + public void delMain(JfromOrderEntity jfromOrder) { + //鍒犻櫎涓昏〃淇℃伅 + this.delete(jfromOrder); + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = jfromOrder.getId(); + //=================================================================================== + //鍒犻櫎-璁㈠崟琛ㄤ綋 + String hql0 = "from JfromOrderLineEntity where 1 = 1 AND oRDERID = ? "; + List jfromOrderLineOldList = this.findHql(hql0,id0); + this.deleteAllEntitie(jfromOrderLineOldList); + } + + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(JfromOrderEntity t){ + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(JfromOrderEntity t){ + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(JfromOrderEntity t){ + return true; + } + + /** + * 鏇挎崲sql涓殑鍙橀噺 + * @param sql + * @return + */ + public String replaceVal(String sql,JfromOrderEntity t){ + sql = sql.replace("#{id}",String.valueOf(t.getId())); + sql = sql.replace("#{create_name}",String.valueOf(t.getCreateName())); + sql = sql.replace("#{create_by}",String.valueOf(t.getCreateBy())); + sql = sql.replace("#{create_date}",String.valueOf(t.getCreateDate())); + sql = sql.replace("#{update_name}",String.valueOf(t.getUpdateName())); + sql = sql.replace("#{update_by}",String.valueOf(t.getUpdateBy())); + sql = sql.replace("#{update_date}",String.valueOf(t.getUpdateDate())); + sql = sql.replace("#{sys_org_code}",String.valueOf(t.getSysOrgCode())); + sql = sql.replace("#{sys_company_code}",String.valueOf(t.getSysCompanyCode())); + sql = sql.replace("#{bpm_status}",String.valueOf(t.getBpmStatus())); + sql = sql.replace("#{receiver_name}",String.valueOf(t.getReceiverName())); + sql = sql.replace("#{receiver_mobile}",String.valueOf(t.getReceiverMobile())); + sql = sql.replace("#{receiver_state}",String.valueOf(t.getReceiverState())); + sql = sql.replace("#{receiver_city}",String.valueOf(t.getReceiverCity())); + sql = sql.replace("#{receiver_district}",String.valueOf(t.getReceiverDistrict())); + sql = sql.replace("#{receiver_address}",String.valueOf(t.getReceiverAddress())); + sql = sql.replace("#{UUID}",UUID.randomUUID().toString()); + return sql; + } +} \ No newline at end of file diff --git a/src/main/java/com/jeecg/p3/demo/dao/JeecgP3demoDao.java b/src/main/java/com/jeecg/p3/demo/dao/JeecgP3demoDao.java index 2ff2f402..e58003ee 100644 --- a/src/main/java/com/jeecg/p3/demo/dao/JeecgP3demoDao.java +++ b/src/main/java/com/jeecg/p3/demo/dao/JeecgP3demoDao.java @@ -49,6 +49,9 @@ public interface JeecgP3demoDao{ @Sql("DELETE from jeecg_p3demo WHERE ID = :jeecgP3demo.id") public void delete(@Param("jeecgP3demo") JeecgP3demoEntity jeecgP3demo); + + @ResultType(JeecgP3demoEntity.class) + MiniDaoPage getAllByOrder(@Param("jeecgP3demo")JeecgP3demoEntity query,@Param("page") int page,@Param("rows") int rows,@Param("sortName") String sort,@Param("sortOrder") String order); } diff --git a/src/main/java/com/jeecg/p3/demo/service/JeecgP3demoService.java b/src/main/java/com/jeecg/p3/demo/service/JeecgP3demoService.java index 169b3df4..461c65e0 100644 --- a/src/main/java/com/jeecg/p3/demo/service/JeecgP3demoService.java +++ b/src/main/java/com/jeecg/p3/demo/service/JeecgP3demoService.java @@ -21,5 +21,7 @@ public interface JeecgP3demoService { public MiniDaoPage getAll(JeecgP3demoEntity jeecgP3demo,int page,int rows); public void delete(JeecgP3demoEntity jeecgP3demo); - + + public MiniDaoPage getAllByOrder(JeecgP3demoEntity query, int offset, int limit, String sort,String order); + } diff --git a/src/main/java/com/jeecg/p3/demo/service/impl/JeecgP3demoServiceImpl.java b/src/main/java/com/jeecg/p3/demo/service/impl/JeecgP3demoServiceImpl.java index de75dca9..7e864c8b 100644 --- a/src/main/java/com/jeecg/p3/demo/service/impl/JeecgP3demoServiceImpl.java +++ b/src/main/java/com/jeecg/p3/demo/service/impl/JeecgP3demoServiceImpl.java @@ -47,4 +47,11 @@ public class JeecgP3demoServiceImpl implements JeecgP3demoService { jeecgP3demoDao.delete(jeecgP3demo); } + + @Override + public MiniDaoPage getAllByOrder(JeecgP3demoEntity query, int page, int rows, String sort, + String order) { + return jeecgP3demoDao.getAllByOrder(query,page,rows,sort,order); + } + } diff --git a/src/main/java/com/jeecg/p3/demo/sql/JeecgP3demoDao_getAllByOrder.sql b/src/main/java/com/jeecg/p3/demo/sql/JeecgP3demoDao_getAllByOrder.sql new file mode 100644 index 00000000..c5692113 --- /dev/null +++ b/src/main/java/com/jeecg/p3/demo/sql/JeecgP3demoDao_getAllByOrder.sql @@ -0,0 +1,3 @@ +SELECT * FROM jeecg_p3demo jp where 1=1 +<#include "JeecgP3demoDao_condition.sql"> +ORDER BY ${sortName} ${sortOrder} \ No newline at end of file diff --git a/src/main/java/com/jeecg/p3/demo/web/JeecgP3demoController.java b/src/main/java/com/jeecg/p3/demo/web/JeecgP3demoController.java index 51e39a62..830989a8 100644 --- a/src/main/java/com/jeecg/p3/demo/web/JeecgP3demoController.java +++ b/src/main/java/com/jeecg/p3/demo/web/JeecgP3demoController.java @@ -6,6 +6,7 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.velocity.VelocityContext; +import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.minidao.pojo.MiniDaoPage; import org.jeecgframework.p3.core.common.utils.AjaxJson; import org.jeecgframework.p3.core.page.SystemTools; @@ -33,7 +34,43 @@ import com.jeecg.p3.demo.service.JeecgP3demoService; public class JeecgP3demoController extends BaseController{ @Autowired private JeecgP3demoService jeecgP3demoService; + + @RequestMapping(params="dataList") + @ResponseBody + public MiniDaoPage dataList(JeecgP3demoEntity query, + @RequestParam(required = false, value = "offset", defaultValue = "1") int offset, + @RequestParam(required = false, value = "limit", defaultValue = "10") int limit, + String sort,String order){ + MiniDaoPage list = null; + if(StringUtil.isNotEmpty(sort)){ + list = jeecgP3demoService.getAllByOrder(query,offset,limit,sort,order); + }else{ + //鍒嗛〉鏁版嵁 + list = jeecgP3demoService.getAll(query,offset,limit); + } + + return list; + } + /** + * 鍒楄〃椤甸潰 + * @return + */ + @RequestMapping(params = "bootstrapList",method = {RequestMethod.GET,RequestMethod.POST}) + public void bootstrapList(@ModelAttribute JeecgP3demoEntity query,HttpServletRequest request,HttpServletResponse response, + @RequestParam(required = false, value = "pageNo", defaultValue = "1") int pageNo, + @RequestParam(required = false, value = "pageSize", defaultValue = "10") int pageSize) throws Exception{ + try { + LOG.info(request, " back list"); + VelocityContext velocityContext = new VelocityContext(); + velocityContext.put("jeecgP3demo",query); + String viewName = "demo/p3/jeecgP3demo-bootstrap-list.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } catch (Exception e) { + e.printStackTrace(); + } + } + /** * 鍒楄〃椤甸潰 * @return diff --git a/src/main/java/com/jeecg/superquery/controller/SuperQueryMainController.java b/src/main/java/com/jeecg/superquery/controller/SuperQueryMainController.java new file mode 100644 index 00000000..79df3294 --- /dev/null +++ b/src/main/java/com/jeecg/superquery/controller/SuperQueryMainController.java @@ -0,0 +1,897 @@ +package com.jeecg.superquery.controller; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.validation.ConstraintViolation; +import javax.validation.Validator; + +import org.apache.commons.lang3.StringUtils; +import org.apache.log4j.Logger; +import org.hibernate.criterion.Restrictions; +import org.jeecgframework.core.beanvalidator.BeanValidators; +import org.jeecgframework.core.common.controller.BaseController; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; +import org.jeecgframework.core.common.model.json.AjaxJson; +import org.jeecgframework.core.common.model.json.DataGrid; +import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.ApplicationContextUtil; +import org.jeecgframework.core.util.ExceptionUtil; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import org.jeecgframework.p3.core.util.oConvertUtils; +import org.jeecgframework.poi.excel.ExcelImportUtil; +import org.jeecgframework.poi.excel.entity.ExportParams; +import org.jeecgframework.poi.excel.entity.ImportParams; +import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; +import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.system.service.MutiLangServiceI; +import org.jeecgframework.web.system.service.SystemService; +import org.jeecgframework.web.system.service.UserService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.http.HttpStatus; +import org.springframework.http.MediaType; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.ResponseStatus; +import org.springframework.web.multipart.MultipartFile; +import org.springframework.web.multipart.MultipartHttpServletRequest; +import org.springframework.web.servlet.ModelAndView; +import org.springframework.web.util.UriComponentsBuilder; + +import com.alibaba.fastjson.JSONArray; +import com.jeecg.superquery.entity.SuperQueryFieldEntity; +import com.jeecg.superquery.entity.SuperQueryHistoryEntity; +import com.jeecg.superquery.entity.SuperQueryMainEntity; +import com.jeecg.superquery.entity.SuperQueryTableEntity; +import com.jeecg.superquery.page.SuperQueryMainPage; +import com.jeecg.superquery.service.SuperQueryMainServiceI; +import com.jeecg.superquery.util.SuperQueryUtil; + +/** + * @Title: Controller + * @Description: 楂樼骇鏌ヨ + * @author onlineGenerator + * @date 2017-12-04 18:10:18 + * @version V1.0 + * + */ +@Api(value="SuperQueryMain",description="楂樼骇鏌ヨ",tags="superQueryMainController") +@Controller +@RequestMapping("/superQueryMainController") +public class SuperQueryMainController extends BaseController { + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(SuperQueryMainController.class); + + @Autowired + private SuperQueryMainServiceI superQueryMainService; + @Autowired + private SystemService systemService; + @Autowired + private Validator validator; + @Autowired + private UserService userService; + + /** + * 楂樼骇鏌ヨ鍒楄〃 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "list") + public ModelAndView list(HttpServletRequest request) { + return new ModelAndView("com/jeecg/superquery/superQueryMainList"); + } + //楂樼骇鏌ヨ + //TODO + @RequestMapping(params = "queryBuilder") + public ModelAndView queryBuilder(HttpServletRequest request) { + return new ModelAndView("com/jeecg/superquery/queryBuilder"); + } + + + /** + * easyui AJAX璇锋眰鏁版嵁 + * + * @param request + * @param response + * @param dataGrid + * @param user + */ + + @RequestMapping(params = "datagrid") + public void datagrid(SuperQueryMainEntity superQueryMain,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { + CriteriaQuery cq = new CriteriaQuery(SuperQueryMainEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, superQueryMain); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + + String sql = SuperQueryUtil.getComplxSuperQuerySQL(request); + if(oConvertUtils.isNotEmpty(sql)) { + cq.add(Restrictions.sqlRestriction(" id in ("+sql+")")); + } + + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + this.superQueryMainService.getDataGridReturn(cq, true); + TagUtil.datagrid(response, dataGrid); + } + + /** + * 鍒犻櫎楂樼骇鏌ヨ + * + * @return + */ + @RequestMapping(params = "doDel") + @ResponseBody + public AjaxJson doDel(SuperQueryMainEntity superQueryMain, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + superQueryMain = systemService.getEntity(SuperQueryMainEntity.class, superQueryMain.getId()); + String message = "楂樼骇鏌ヨ鍒犻櫎鎴愬姛"; + try{ + superQueryMainService.delMain(superQueryMain); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "楂樼骇鏌ヨ鍒犻櫎澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 鎵归噺鍒犻櫎楂樼骇鏌ヨ + * + * @return + */ + @RequestMapping(params = "doBatchDel") + @ResponseBody + public AjaxJson doBatchDel(String ids,HttpServletRequest request){ + AjaxJson j = new AjaxJson(); + String message = "楂樼骇鏌ヨ鍒犻櫎鎴愬姛"; + try{ + for(String id:ids.split(",")){ + SuperQueryMainEntity superQueryMain = systemService.getEntity(SuperQueryMainEntity.class, + id + ); + superQueryMainService.delMain(superQueryMain); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + } + }catch(Exception e){ + e.printStackTrace(); + message = "楂樼骇鏌ヨ鍒犻櫎澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 娣诲姞楂樼骇鏌ヨ + * + * @param ids + * @return + */ + @RequestMapping(params = "doAdd") + @ResponseBody + public AjaxJson doAdd(SuperQueryMainEntity superQueryMain,SuperQueryMainPage superQueryMainPage, HttpServletRequest request) { + List superQueryTableList = superQueryMainPage.getSuperQueryTableList(); + List superQueryFieldList = superQueryMainPage.getSuperQueryFieldList(); + AjaxJson j = new AjaxJson(); + String message = "娣诲姞鎴愬姛"; + try{ + superQueryMainService.addMain(superQueryMain, superQueryTableList,superQueryFieldList); + systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "楂樼骇鏌ヨ娣诲姞澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + /** + * 鏇存柊楂樼骇鏌ヨ + * + * @param ids + * @return + */ + @RequestMapping(params = "doUpdate") + @ResponseBody + public AjaxJson doUpdate(SuperQueryMainEntity superQueryMain,SuperQueryMainPage superQueryMainPage, HttpServletRequest request) { + List superQueryTableList = superQueryMainPage.getSuperQueryTableList(); + List superQueryFieldList = superQueryMainPage.getSuperQueryFieldList(); + AjaxJson j = new AjaxJson(); + String message = "鏇存柊鎴愬姛"; + try{ + superQueryMainService.updateMain(superQueryMain, superQueryTableList,superQueryFieldList); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "鏇存柊楂樼骇鏌ヨ澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 楂樼骇鏌ヨ鏂板椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "goAdd") + public ModelAndView goAdd(SuperQueryMainEntity superQueryMain, HttpServletRequest req) { + if (StringUtil.isNotEmpty(superQueryMain.getId())) { + superQueryMain = superQueryMainService.getEntity(SuperQueryMainEntity.class, superQueryMain.getId()); + req.setAttribute("superQueryMainPage", superQueryMain); + + } + /* String hql2="select tableName from SuperQueryTableEntity"; + List superQueryTableList=systemService.findHql(hql2); + req.setAttribute("superQueryTableList", superQueryTableList);*/ + return new ModelAndView("com/jeecg/superquery/superQueryMain-add"); + } + + /** + * 楂樼骇鏌ヨ缂栬緫椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "goUpdate") + public ModelAndView goUpdate(SuperQueryMainEntity superQueryMain, HttpServletRequest req) { + if (StringUtil.isNotEmpty(superQueryMain.getId())) { + superQueryMain = superQueryMainService.getEntity(SuperQueryMainEntity.class, superQueryMain.getId()); + req.setAttribute("superQueryMainPage", superQueryMain); + } + return new ModelAndView("com/jeecg/superquery/superQueryMain-update"); + } + + + /** + * 鍔犺浇鏄庣粏鍒楄〃[琛ㄩ泦鍚圿 + * + * @return + */ + @RequestMapping(params = "superQueryTableList") + public ModelAndView superQueryTableList(SuperQueryMainEntity superQueryMain, HttpServletRequest req) { + + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = superQueryMain.getId(); + //=================================================================================== + //鏌ヨ-琛ㄩ泦鍚 + String hql0 = "from SuperQueryTableEntity where 1 = 1 AND mAIN_ID = ? "; + try{ + List superQueryTableEntityList = systemService.findHql(hql0,id0); + req.setAttribute("superQueryTableList", superQueryTableEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + return new ModelAndView("com/jeecg/superquery/superQueryTableList"); + } + /** + * 鍔犺浇鏄庣粏鍒楄〃[瀛楁閰嶇疆] + * + * @return + */ + @RequestMapping(params = "superQueryFieldList") + public ModelAndView superQueryFieldList(SuperQueryMainEntity superQueryMain, HttpServletRequest req) { + + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id1 = superQueryMain.getId(); + //=================================================================================== + //鏌ヨ-瀛楁閰嶇疆 + String hql1 = "from SuperQueryFieldEntity where 1 = 1 AND mAIN_ID = ? "; + try{ + List superQueryFieldEntityList = systemService.findHql(hql1,id1); + req.setAttribute("superQueryFieldList", superQueryFieldEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + return new ModelAndView("com/jeecg/superquery/superQueryFieldList"); + } + + /** + * 瀵煎嚭excel + * + * @param request + * @param response + */ + @RequestMapping(params = "exportXls") + public String exportXls(SuperQueryMainEntity superQueryMain,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid,ModelMap map) { + CriteriaQuery cq = new CriteriaQuery(SuperQueryMainEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, superQueryMain); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + List list=this.superQueryMainService.getListByCriteriaQuery(cq, false); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(SuperQueryMainEntity entity:list){ + try{ + SuperQueryMainPage page=new SuperQueryMainPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + String hql0 = "from SuperQueryTableEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryTableEntityList = systemService.findHql(hql0,id0); + page.setSuperQueryTableList(superQueryTableEntityList); + Object id1 = entity.getId(); + String hql1 = "from SuperQueryFieldEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryFieldEntityList = systemService.findHql(hql1,id1); + page.setSuperQueryFieldList(superQueryFieldEntityList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + map.put(NormalExcelConstants.FILE_NAME,"楂樼骇鏌ヨ"); + map.put(NormalExcelConstants.CLASS,SuperQueryMainPage.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("楂樼骇鏌ヨ鍒楄〃", "瀵煎嚭浜:Jeecg", + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,pageList); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + + /** + * 閫氳繃excel瀵煎叆鏁版嵁 + * @param request + * @param + * @return + */ + @RequestMapping(params = "importExcel", method = RequestMethod.POST) + @ResponseBody + public AjaxJson importExcel(HttpServletRequest request, HttpServletResponse response) { + AjaxJson j = new AjaxJson(); + MultipartHttpServletRequest multipartRequest = (MultipartHttpServletRequest) request; + Map fileMap = multipartRequest.getFileMap(); + for (Map.Entry entity : fileMap.entrySet()) { + MultipartFile file = entity.getValue();// 鑾峰彇涓婁紶鏂囦欢瀵硅薄 + ImportParams params = new ImportParams(); + params.setTitleRows(2); + params.setHeadRows(2); + params.setNeedSave(true); + try { + List list = ExcelImportUtil.importExcel(file.getInputStream(), SuperQueryMainPage.class, params); + SuperQueryMainEntity entity1=null; + for (SuperQueryMainPage page : list) { + entity1=new SuperQueryMainEntity(); + MyBeanUtils.copyBeanNotNull2Bean(page,entity1); + superQueryMainService.addMain(entity1, page.getSuperQueryTableList(),page.getSuperQueryFieldList()); + } + j.setMsg("鏂囦欢瀵煎叆鎴愬姛锛"); + } catch (Exception e) { + j.setMsg("鏂囦欢瀵煎叆澶辫触锛"); + logger.error(ExceptionUtil.getExceptionMessage(e)); + }finally{ + try { + file.getInputStream().close(); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + return j; + } + /** + * 瀵煎嚭excel 浣挎ā鏉 + */ + @SuppressWarnings( "rawtypes" ) + @RequestMapping(params = "exportXlsByT") + public String exportXlsByT(ModelMap map) { + map.put(NormalExcelConstants.FILE_NAME,"楂樼骇鏌ヨ"); + map.put(NormalExcelConstants.CLASS,SuperQueryMainPage.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("楂樼骇鏌ヨ鍒楄〃", "瀵煎嚭浜:"+ ResourceUtil.getSessionUser().getRealName(), + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,new ArrayList()); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + /** + * 瀵煎叆鍔熻兘璺宠浆 + * + * @return + */ + @RequestMapping(params = "upload") + public ModelAndView upload(HttpServletRequest req) { + req.setAttribute("controller_name", "superQueryMainController"); + return new ModelAndView("common/upload/pub_excel_upload"); + } + + + @RequestMapping(method = RequestMethod.GET) + @ResponseBody + @ApiOperation(value="楂樼骇鏌ヨ鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + public ResponseMessage> list() { + List list= superQueryMainService.getList(SuperQueryMainEntity.class); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(SuperQueryMainEntity entity:list){ + try{ + SuperQueryMainPage page=new SuperQueryMainPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + Object id1 = entity.getId(); + String hql0 = "from SuperQueryTableEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryTableOldList = this.superQueryMainService.findHql(hql0,id0); + page.setSuperQueryTableList(superQueryTableOldList); + String hql1 = "from SuperQueryFieldEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryFieldOldList = this.superQueryMainService.findHql(hql1,id1); + page.setSuperQueryFieldList(superQueryFieldOldList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + return Result.success(pageList); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.GET) + @ResponseBody + @ApiOperation(value="鏍规嵁ID鑾峰彇楂樼骇鏌ヨ淇℃伅",notes="鏍规嵁ID鑾峰彇楂樼骇鏌ヨ淇℃伅",httpMethod="GET",produces="application/json") + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { + SuperQueryMainEntity task = superQueryMainService.get(SuperQueryMainEntity.class, id); + if (task == null) { + return Result.error("鏍规嵁ID鑾峰彇楂樼骇鏌ヨ淇℃伅涓虹┖"); + } + SuperQueryMainPage page = new SuperQueryMainPage(); + try { + MyBeanUtils.copyBeanNotNull2Bean(task, page); + Object id0 = task.getId(); + Object id1 = task.getId(); + String hql0 = "from SuperQueryTableEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryTableOldList = this.superQueryMainService.findHql(hql0,id0); + page.setSuperQueryTableList(superQueryTableOldList); + String hql1 = "from SuperQueryFieldEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryFieldOldList = this.superQueryMainService.findHql(hql1,id1); + page.setSuperQueryFieldList(superQueryFieldOldList); + } catch (Exception e) { + e.printStackTrace(); + } + return Result.success(page); + } + + @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + @ApiOperation(value="鍒涘缓楂樼骇鏌ヨ") + public ResponseMessage create(@ApiParam(name="楂樼骇鏌ヨ瀵硅薄")@RequestBody SuperQueryMainPage superQueryMainPage, UriComponentsBuilder uriBuilder) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(superQueryMainPage); + if (!failures.isEmpty()) { + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); + } + + //淇濆瓨 + List superQueryTableList = superQueryMainPage.getSuperQueryTableList(); + List superQueryFieldList = superQueryMainPage.getSuperQueryFieldList(); + + SuperQueryMainEntity superQueryMain = new SuperQueryMainEntity(); + try{ + MyBeanUtils.copyBeanNotNull2Bean(superQueryMainPage,superQueryMain); + }catch(Exception e){ + logger.info(e.getMessage()); + return Result.error("淇濆瓨楂樼骇鏌ヨ澶辫触"); + } + superQueryMainService.addMain(superQueryMain, superQueryTableList,superQueryFieldList); + + return Result.success(superQueryMain); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + @ApiOperation(value="鏇存柊楂樼骇鏌ヨ",notes="鏇存柊楂樼骇鏌ヨ") + public ResponseMessage update(@RequestBody SuperQueryMainPage superQueryMainPage) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(superQueryMainPage); + if (!failures.isEmpty()) { + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); + } + + //淇濆瓨 + List superQueryTableList = superQueryMainPage.getSuperQueryTableList(); + List superQueryFieldList = superQueryMainPage.getSuperQueryFieldList(); + + SuperQueryMainEntity superQueryMain = new SuperQueryMainEntity(); + try{ + MyBeanUtils.copyBeanNotNull2Bean(superQueryMainPage,superQueryMain); + }catch(Exception e){ + logger.info(e.getMessage()); + return Result.error("楂樼骇鏌ヨ鏇存柊澶辫触"); + } + superQueryMainService.updateMain(superQueryMain, superQueryTableList,superQueryFieldList); + + //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. + return Result.success(); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) + @ResponseStatus(HttpStatus.NO_CONTENT) + @ApiOperation(value="鍒犻櫎楂樼骇鏌ヨ") + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + SuperQueryMainEntity superQueryMain = superQueryMainService.get(SuperQueryMainEntity.class, id); + superQueryMainService.delMain(superQueryMain); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("楂樼骇鏌ヨ鍒犻櫎澶辫触"); + } + + return Result.success(); + } + + //TODO + /** + * 楂樼骇鏌ヨ鍣ㄩ椤 + * @param request + * @return + */ + @RequestMapping(params = "querysBuilder" ,method = { RequestMethod.GET, RequestMethod.POST } ) + public ModelAndView querysBuilder(HttpServletRequest request) { + return new ModelAndView("com/jeecg/superquery/querysBuilder"); + } + + + /*** + * Ztree 涓诲瓙琛ㄦ暟鎹 result list> + * + * @param depatr + * @param response + * @param request + * @return + */ + @RequestMapping(params = "getTreeData", method = { RequestMethod.GET, RequestMethod.POST }) + @ResponseBody + public AjaxJson getTreeData(SuperQueryTableEntity table, HttpServletResponse response, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + try { + String queryCode = request.getParameter("queryCode"); + String hql = " select a FROM SuperQueryTableEntity a ,SuperQueryMainEntity b WHERE a.mainId=b.id and b.queryCode=?"; + //String query="select * FROM super_query_main a ,super_query_table b where a.id=b.main_id and a.query_code=?"; + List findHql = systemService.findHql(hql, queryCode); + // 瀹氫箟涓涓猰ap闆嗗悎鐢ㄤ簬鍒嗙粍 + Map> mapList = new HashMap>(); + for (Iterator it = findHql.iterator(); it.hasNext();) { + // 灏嗗惊鐜鍙栫殑缁撴灉鏀惧叆瀵硅薄涓 + SuperQueryTableEntity tab = (SuperQueryTableEntity) it.next(); + // 濡傛灉鍦ㄨ繖涓猰ap涓寘鍚湁鐩稿悓鐨勯敭锛岃繖鍒涘缓涓涓泦鍚堝皢鍏跺瓨璧锋潵 + if (mapList.containsKey(tab.getMainId())) { + List syn = mapList.get(tab.getMainId()); + syn.add(tab); + // 濡傛灉娌℃湁鍖呭惈鐩稿悓鐨勯敭锛屽湪鍒涘缓涓涓泦鍚堜繚瀛樻暟鎹 + } else { + List syns = new ArrayList(); + syns.add(tab); + mapList.put(tab.getMainId(), syns); + } + } + + // 閬嶅巻map + List> json = new ArrayList>(); + for (Map.Entry> m : mapList.entrySet()) { + List value = m.getValue(); + Map map = null; + String id = ""; + for (SuperQueryTableEntity superQueryTableEntity : value) { + map = new HashMap(); + map.put("id", superQueryTableEntity.getId()); + map.put("chkDisabled", false); + map.put("click", true); + map.put("name", superQueryTableEntity.getInstruction()); + map.put("nocheck", false); + map.put("struct", "TREE"); + map.put("title", superQueryTableEntity.getTableName()); + map.put("queryCode", queryCode); + if (superQueryTableEntity.getIsMain().equals("Y")) { + map.put("parentId", "0"); + map.put("level", 1); + map.put("icon", "plug-in/easyui/themes/metrole/images/icon_tree_folder.png"); + id = superQueryTableEntity.getId(); + } else { + map.put("parentId", id); + map.put("level", 2); + map.put("icon", "plug-in/easyui/themes/metrole/images/tag.png"); + } + json.add(map); + } + j.setObj(json); + } + } catch (Exception e) { + e.printStackTrace(); + } + return j; + } + + /** + * 鏍规嵁tableName鑾峰彇涓嬫媺妗嗙殑鍊 + * @param request + * @param response + * @return + */ + @ResponseBody + @RequestMapping(params = "getTextByTabelName" , method = { RequestMethod.GET, RequestMethod.POST }) + public AjaxJson getTextById(HttpServletRequest request,HttpServletResponse response) { + AjaxJson json=new AjaxJson(); + String tableName = request.getParameter("tableName"); + String sql=" SELECT table_name, `name`, txt,ctype,stype,dict_code,dict_table ,dict_text,main_id from super_query_field where table_name= ? GROUP BY `name`,txt"; + List> findForJdbc = systemService.findForJdbc(sql,tableName); + json.setObj(findForJdbc); + return json; + } + + /** + * 淇濆瓨鏌ヨ鍘嗗彶璁板綍 + * @param param + * @param request + * @param response + * @return + */ + @ResponseBody + @RequestMapping(params = "saveHistory" , method = { RequestMethod.GET, RequestMethod.POST }) + public AjaxJson saveHistory(@RequestParam Map param, HttpServletRequest request,HttpServletResponse response) { + AjaxJson ajaxJson=new AjaxJson(); + String queryCode = request.getParameter("queryCode"); + try { + if(StringUtil.isNotEmpty(param)){ + String name = param.get("name").toString(); + String userId = ResourceUtil.getSessionUser().getId(); + String [] obj=new String[]{name,userId,queryCode}; + List list = systemService.findHql("from SuperQueryHistoryEntity where historyName=? and userId=? and queryCode = ?", obj); + if(list != null && list.size() > 0 ){ + ajaxJson.setSuccess(false); + }else{ + String json=param.get("json").toString(); + String substring = json.substring(json.indexOf("[")+1, json.length()-1); + SuperQueryHistoryEntity historyEntity=new SuperQueryHistoryEntity(); + historyEntity.setHistoryName(name); + historyEntity.setRecord(substring ); + historyEntity.setUserId(userId); + historyEntity.setQueryCode(queryCode); + systemService.save(historyEntity); + ajaxJson.setSuccess(true); + } + } + } catch (Exception e) { + e.printStackTrace(); + ajaxJson.setSuccess(false); + } + return ajaxJson; + } + + /** + * 鑾峰彇褰撳墠鐢ㄦ埛鐧婚檰鐨勬煡璇㈠巻鍙茶褰 + * 骞朵笖鏄変腑涔嬪悗鐨勬煡璇㈣褰曚笅鐨勫巻鍙茶褰 + */ + @ResponseBody + @RequestMapping(params= "getHistoryByUserId", method = RequestMethod.POST ) + public AjaxJson getHistoryByUserId( HttpServletRequest request,HttpServletResponse response) { + AjaxJson json=new AjaxJson(); + String queryCode = request.getParameter("queryCode"); + try { + Listlist=new ArrayList(); + String userId = ResourceUtil.getSessionUser().getId(); + String hql="from SuperQueryHistoryEntity where user_id=? and queryCode=?"; + String[] param=new String[]{userId,queryCode}; + List findHql = systemService.findHql(hql, param); + if(findHql != null && findHql.size() >0){ + for (SuperQueryHistoryEntity superQueryHistoryEntity : findHql) { + list.add(superQueryHistoryEntity.getHistoryName()); + } + String[] array = new String[list.size()]; + String[] s=list.toArray(array); + json.setSuccess(true); + json.setObj(s); + } + } catch (Exception e) { + e.printStackTrace(); + json.setSuccess(false); + } + return json; + } + /** + * 鐐瑰嚮涓鏉″巻鍙茶褰 鑾峰彇璇︾粏淇℃伅 + */ + @ResponseBody + @RequestMapping(params= "getHistoryByText", method = RequestMethod.POST ) + public AjaxJson getHistoryById( HttpServletRequest request,HttpServletResponse response) { + AjaxJson json=new AjaxJson(); + String record=""; + try { + String name = request.getParameter("name"); + String userId = ResourceUtil.getSessionUser().getId(); + String[] arr=new String[]{name,userId}; + String hql=" from SuperQueryHistoryEntity where history_name=? and user_id=?"; + List findHql = systemService.findHql(hql, arr); + if(findHql != null && findHql.size() >0){ + for (SuperQueryHistoryEntity history : findHql) { + record = history.getRecord(); + } + json.setSuccess(true); + json.setObj(record); + } + } catch (Exception e) { + e.printStackTrace(); + json.setSuccess(false); + } + return json; + } + + /*** + * 淇敼鍘嗗彶璁板綍鍚嶇О + */ + @ResponseBody + @RequestMapping(params= "updateHistoryByName", method = RequestMethod.POST ) + public AjaxJson updateHistoryByName( HttpServletRequest request,HttpServletResponse response) { + AjaxJson json=new AjaxJson(); + try { + if(StringUtil.isNotEmpty(request.getParameter("name"))){ + String name = request.getParameter("name");//淇敼鍚庣殑鍚嶇О + String userId=ResourceUtil.getSessionUser().getId(); + String [] par=new String []{name,userId}; + String hql="from SuperQueryHistoryEntity where history_name=? and userId=?"; + List historyList = systemService.findHql(hql, par); + if(historyList!=null&&historyList.size()>0){ + json.setSuccess(false); + }else{ + String nodeName = request.getParameter("nodeName");//瑕佷慨鏀圭殑鍚嶇О + String sql = "update super_query_history set history_name="+"'"+name+"' where user_id="+"'"+userId+"' and history_name="+"'"+nodeName+"'"; + int updateByName = systemService.updateBySqlString(sql); + if(updateByName==1){ + json.setSuccess(true); + } + } + } + } catch (Exception e) { + e.printStackTrace(); + json.setSuccess(false); + json.setMsg("淇敼澶辫触"); + } + return json; + } + + + /** + * 鍘嗗彶鏌ヨ璁板綍鍒犻櫎 byName + */ + + @ResponseBody + @RequestMapping(params= "deleteHistoryByName", method = RequestMethod.POST ) + public AjaxJson deleteHistoryByName( HttpServletRequest request,HttpServletResponse response) { + AjaxJson json=new AjaxJson(); + try { + if(StringUtil.isNotEmpty(request.getParameter("name"))){ + String name = request.getParameter("name"); + String userId=ResourceUtil.getSessionUser().getId(); + String sql = "delete from super_query_history where history_name="+"'"+name+"' and user_id="+"'"+userId+"'"; + int deletebyName = systemService.updateBySqlString(sql); + if(deletebyName==1){ + json.setSuccess(true); + } + } + } catch (Exception e) { + e.printStackTrace(); + json.setSuccess(false); + json.setMsg("鍒犻櫎澶辫触"); + } + return json; + } + + /** + * 鏍规嵁filed閫変腑鐨勫兼煡璇㈠瓧娈电被鍨 + * @param field 瀛楁Value + * @param mainId 涓昏〃ID + * @param request + * @param response + * @return + */ + @ResponseBody + @RequestMapping(params = "getFieldType" , method = { RequestMethod.GET, RequestMethod.POST }) + public AjaxJson getFieldType(String field,String mainId, HttpServletRequest request,HttpServletResponse response) { + AjaxJson json = new AjaxJson(); + try { + // step.1 鑾峰彇mainId鍜屽瓧娈靛悕绉版煡璇㈡暟鎹 + String sql = "select stype,`name`,txt,dict_table,dict_code,dict_text from super_query_field where `name`=? AND main_id = ?"; + List> page = systemService.findForJdbc(sql,field,mainId); + if(page.size()>0) { + json.setObj(page); + } + } catch(Exception e) { + e.printStackTrace(); + json.setSuccess(false); + } + return json; + } + + /** + * 鏍规嵁鏁版嵁瀛楀吀CODE鏌ヨTYPE + * @param typegroup 鏁版嵁瀛楀吀CODE + * @param request + * @param response + * @return + */ + @RequestMapping(params = "getSelectType",method = {RequestMethod.GET,RequestMethod.POST}) + @ResponseBody + public AjaxJson getSelectType(String typegroup,HttpServletRequest request,HttpServletResponse response) { + AjaxJson json = new AjaxJson(); + try { + //step.1 鏍规嵁鏁版嵁瀛楀吀Code鏌ヨ缁撴灉 + String sql = "select t.typecode,t.typename from t_s_type t where typegroupid = (select tg.id from t_s_typegroup tg where tg.typegroupcode=?)"; + List> selectType = systemService.findForJdbc(sql,typegroup); + //step.2 鏍规嵁鏌ヨ鐨勭粨鏋滃垽鏂槸鍚︽槸鍥介檯鍖栬瑷锛屾槸鐨勮瘽杞崲 + List> listMap = new ArrayList>(); + MutiLangServiceI mutiLangService = ApplicationContextUtil.getContext().getBean(MutiLangServiceI.class); + if(selectType.size()>0) { + for (Map map : selectType) { + Map mutiMap = new HashMap(); + mutiMap.put("typecode", map.get("typecode")); + mutiMap.put("typename", mutiLangService.getLang(map.get("typename").toString())); + listMap.add(mutiMap); + } + json.setObj(listMap); + } + } catch(Exception e) { + e.printStackTrace(); + json.setSuccess(false); + } + return json; + } + + /** + * 鏍规嵁QueryCode鏌ヨMainID + * @param queryCode 琛ㄧ紪鐮 + * @param request + * @param response + * @return + */ + @RequestMapping(params = "getMainIdByQueryCode",method = {RequestMethod.GET,RequestMethod.POST}) + @ResponseBody + public AjaxJson getMainIdByQueryCode(String queryCode,HttpServletRequest request,HttpServletResponse response) { + AjaxJson json = new AjaxJson(); + try { + String sql = "select id from super_query_main where query_code = ?"; + List> main = systemService.findForJdbc(sql, queryCode); + if(main != null && main.size() > 0) { + json.setObj(main.get(0).get("id")); + } + } catch(Exception e) { + e.printStackTrace(); + json.setSuccess(false); + } + return json; + } +} diff --git a/src/main/java/com/jeecg/superquery/entity/SuperQueryFieldEntity.java b/src/main/java/com/jeecg/superquery/entity/SuperQueryFieldEntity.java new file mode 100644 index 00000000..eee1ae60 --- /dev/null +++ b/src/main/java/com/jeecg/superquery/entity/SuperQueryFieldEntity.java @@ -0,0 +1,415 @@ +package com.jeecg.superquery.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 瀛楁閰嶇疆 + * @author onlineGenerator + * @date 2017-12-04 18:10:18 + * @version V1.0 + * + */ +@Entity +@Table(name = "super_query_field", schema = "") +@SuppressWarnings("serial") +public class SuperQueryFieldEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**搴忓彿*/ + @Excel(name="搴忓彿",width=15) + private java.lang.String seq; + /**琛ㄥ悕*/ + @Excel(name="琛ㄥ悕",width=15) + private java.lang.String tableName; + /**瀛楁鍚*/ + @Excel(name="瀛楁鍚",width=15) + private java.lang.String name; + /**瀛楁鏂囨湰*/ + @Excel(name="瀛楁鏂囨湰",width=15) + private java.lang.String txt; + /**瀛楁绫诲瀷*/ + @Excel(name="瀛楁绫诲瀷",width=15,dicCode="field_type") + private java.lang.String ctype; + /**鎺т欢绫诲瀷*/ + @Excel(name="鎺т欢绫诲瀷",width=15,dicCode="s_type") + private java.lang.String stype; + /**瀛楀吀Table*/ + @Excel(name="瀛楀吀Table",width=15) + private java.lang.String dictTable; + /**瀛楀吀Code*/ + @Excel(name="瀛楀吀Code",width=15) + private java.lang.String dictCode; + /**瀛楀吀Text*/ + @Excel(name="瀛楀吀Text",width=15) + private java.lang.String dictText; + /**澶栭敭*/ + private java.lang.String mainId; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + + @Column(name ="UPDATE_DATE",nullable=true,length=20) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 搴忓彿 + */ + + @Column(name ="SEQ",nullable=true,length=32) + public java.lang.String getSeq(){ + return this.seq; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 搴忓彿 + */ + public void setSeq(java.lang.String seq){ + this.seq = seq; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 琛ㄥ悕 + */ + + @Column(name ="TABLE_NAME",nullable=true,length=32) + public java.lang.String getTableName(){ + return this.tableName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 琛ㄥ悕 + */ + public void setTableName(java.lang.String tableName){ + this.tableName = tableName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀛楁鍚 + */ + + @Column(name ="NAME",nullable=true,length=32) + public java.lang.String getName(){ + return this.name; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀛楁鍚 + */ + public void setName(java.lang.String name){ + this.name = name; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀛楁鏂囨湰 + */ + + @Column(name ="TXT",nullable=true,length=32) + public java.lang.String getTxt(){ + return this.txt; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀛楁鏂囨湰 + */ + public void setTxt(java.lang.String txt){ + this.txt = txt; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀛楁绫诲瀷 + */ + + @Column(name ="CTYPE",nullable=true,length=32) + public java.lang.String getCtype(){ + return this.ctype; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀛楁绫诲瀷 + */ + public void setCtype(java.lang.String ctype){ + this.ctype = ctype; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎺т欢绫诲瀷 + */ + + @Column(name ="STYPE",nullable=true,length=32) + public java.lang.String getStype(){ + return this.stype; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎺т欢绫诲瀷 + */ + public void setStype(java.lang.String stype){ + this.stype = stype; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀛楀吀Table + */ + + @Column(name ="DICT_TABLE",nullable=true,length=32) + public java.lang.String getDictTable(){ + return this.dictTable; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀛楀吀Table + */ + public void setDictTable(java.lang.String dictTable){ + this.dictTable = dictTable; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀛楀吀Code + */ + + @Column(name ="DICT_CODE",nullable=true,length=32) + public java.lang.String getDictCode(){ + return this.dictCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀛楀吀Code + */ + public void setDictCode(java.lang.String dictCode){ + this.dictCode = dictCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瀛楀吀Text + */ + + @Column(name ="DICT_TEXT",nullable=true,length=32) + public java.lang.String getDictText(){ + return this.dictText; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瀛楀吀Text + */ + public void setDictText(java.lang.String dictText){ + this.dictText = dictText; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶栭敭 + */ + + @Column(name ="MAIN_ID",nullable=true,length=32) + public java.lang.String getMainId(){ + return this.mainId; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶栭敭 + */ + public void setMainId(java.lang.String mainId){ + this.mainId = mainId; + } + +} diff --git a/src/main/java/com/jeecg/superquery/entity/SuperQueryHistoryEntity.java b/src/main/java/com/jeecg/superquery/entity/SuperQueryHistoryEntity.java new file mode 100644 index 00000000..af19c83b --- /dev/null +++ b/src/main/java/com/jeecg/superquery/entity/SuperQueryHistoryEntity.java @@ -0,0 +1,285 @@ +package com.jeecg.superquery.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 楂樼骇鏌ヨ鍘嗗彶璁板綍 + * @author onlineGenerator + * @date + * @version V1.0 + * + */ +@Entity +@Table(name = "super_query_history", schema = "") +@SuppressWarnings("serial") +public class SuperQueryHistoryEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**鐢ㄦ埛id*/ + @Excel(name="鐢ㄦ埛id",width=15) + private java.lang.String userId; + /**鏌ヨ瑙勫垯缂栫爜*/ + @Excel(name="鏌ヨ瑙勫垯缂栫爜",width=15) + private java.lang.String queryCode; + /**鏌ヨ绫诲瀷*/ + @Excel(name="鏌ヨ绫诲瀷",width=15,dicCode="sel_type") + private java.lang.String queryType; + /**璇存槑*/ + @Excel(name="璁板綍",width=15) + private java.lang.String record; + + @Excel(name="鍚嶇О",width=15) + private java.lang.String historyName; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + + @Column(name ="UPDATE_DATE",nullable=true,length=50) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ瑙勫垯缂栫爜 + */ + + @Column(name ="QUERY_CODE",nullable=true,length=50) + public java.lang.String getQueryCode(){ + return this.queryCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ瑙勫垯缂栫爜 + */ + public void setQueryCode(java.lang.String queryCode){ + this.queryCode = queryCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ绫诲瀷 + */ + + @Column(name ="QUERY_TYPE",nullable=true,length=50) + public java.lang.String getQueryType(){ + return this.queryType; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ绫诲瀷 + */ + public void setQueryType(java.lang.String queryType){ + this.queryType = queryType; + } + + @Column(name ="user_id",nullable=true,length=50) + public java.lang.String getUserId() { + return userId; + } + + public void setUserId(java.lang.String userId) { + this.userId = userId; + } + + @Column(name ="record",nullable=true,length=255) + public java.lang.String getRecord() { + return record; + } + + public void setRecord(java.lang.String record) { + this.record = record; + } + + @Column(name ="history_name",nullable=true,length=255) + public java.lang.String getHistoryName() { + return historyName; + } + + public void setHistoryName(java.lang.String historyName) { + this.historyName = historyName; + } + +} diff --git a/src/main/java/com/jeecg/superquery/entity/SuperQueryMainEntity.java b/src/main/java/com/jeecg/superquery/entity/SuperQueryMainEntity.java new file mode 100644 index 00000000..54d32671 --- /dev/null +++ b/src/main/java/com/jeecg/superquery/entity/SuperQueryMainEntity.java @@ -0,0 +1,290 @@ +package com.jeecg.superquery.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 楂樼骇鏌ヨ + * @author onlineGenerator + * @date 2017-12-04 18:10:18 + * @version V1.0 + * + */ +@Entity +@Table(name = "super_query_main", schema = "") +@SuppressWarnings("serial") +public class SuperQueryMainEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**鏌ヨ瑙勫垯鍚嶇О*/ + @Excel(name="鏌ヨ瑙勫垯鍚嶇О",width=15) + private java.lang.String queryName; + /**鏌ヨ瑙勫垯缂栫爜*/ + @Excel(name="鏌ヨ瑙勫垯缂栫爜",width=15) + private java.lang.String queryCode; + /**鏌ヨ绫诲瀷*/ + @Excel(name="鏌ヨ绫诲瀷",width=15,dicCode="sel_type") + private java.lang.String queryType; + /**璇存槑*/ + @Excel(name="璇存槑",width=15) + private java.lang.String content; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + + @Column(name ="UPDATE_DATE",nullable=true,length=20) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ瑙勫垯鍚嶇О + */ + + @Column(name ="QUERY_NAME",nullable=true,length=50) + public java.lang.String getQueryName(){ + return this.queryName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ瑙勫垯鍚嶇О + */ + public void setQueryName(java.lang.String queryName){ + this.queryName = queryName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ瑙勫垯缂栫爜 + */ + + @Column(name ="QUERY_CODE",nullable=true,length=50) + public java.lang.String getQueryCode(){ + return this.queryCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ瑙勫垯缂栫爜 + */ + public void setQueryCode(java.lang.String queryCode){ + this.queryCode = queryCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ绫诲瀷 + */ + + @Column(name ="QUERY_TYPE",nullable=true,length=50) + public java.lang.String getQueryType(){ + return this.queryType; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ绫诲瀷 + */ + public void setQueryType(java.lang.String queryType){ + this.queryType = queryType; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璇存槑 + */ + + @Column(name ="CONTENT",nullable=true,length=32) + public java.lang.String getContent(){ + return this.content; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璇存槑 + */ + public void setContent(java.lang.String content){ + this.content = content; + } + +} diff --git a/src/main/java/com/jeecg/superquery/entity/SuperQueryTableEntity.java b/src/main/java/com/jeecg/superquery/entity/SuperQueryTableEntity.java new file mode 100644 index 00000000..46dbe8ec --- /dev/null +++ b/src/main/java/com/jeecg/superquery/entity/SuperQueryTableEntity.java @@ -0,0 +1,324 @@ +package com.jeecg.superquery.entity; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 琛ㄩ泦鍚 + * @author onlineGenerator + * @date 2017-12-04 18:10:17 + * @version V1.0 + * + */ +@Entity +@Table(name = "super_query_table", schema = "") +@SuppressWarnings("serial") +public class SuperQueryTableEntity implements java.io.Serializable { + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**搴忓彿*/ + @Excel(name="搴忓彿",width=15) + private java.lang.String seq; + /**琛ㄥ悕*/ + @Excel(name="琛ㄥ悕",width=15) + private java.lang.String tableName; + /**璇存槑*/ + @Excel(name="璇存槑",width=15) + private java.lang.String instruction; + /**鏄惁鏄富琛*/ + @Excel(name="鏄惁鏄富琛",width=15,dicCode="is_main") + private java.lang.String isMain; + /**澶栭敭瀛楁*/ + @Excel(name="澶栭敭瀛楁",width=15) + private java.lang.String fkField; + /**澶栭敭id*/ + private java.lang.String mainId; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + + @Column(name ="UPDATE_DATE",nullable=true,length=20) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 搴忓彿 + */ + + @Column(name ="SEQ",nullable=true,length=32) + public java.lang.String getSeq(){ + return this.seq; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 搴忓彿 + */ + public void setSeq(java.lang.String seq){ + this.seq = seq; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 琛ㄥ悕 + */ + + @Column(name ="TABLE_NAME",nullable=true,length=32) + public java.lang.String getTableName(){ + return this.tableName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 琛ㄥ悕 + */ + public void setTableName(java.lang.String tableName){ + this.tableName = tableName; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏄惁鏄富琛 + */ + + @Column(name ="IS_MAIN",nullable=true,length=32) + public java.lang.String getIsMain(){ + return this.isMain; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏄惁鏄富琛 + */ + public void setIsMain(java.lang.String isMain){ + this.isMain = isMain; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶栭敭瀛楁 + */ + + @Column(name ="FK_FIELD",nullable=true,length=32) + public java.lang.String getFkField(){ + return this.fkField; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶栭敭瀛楁 + */ + public void setFkField(java.lang.String fkField){ + this.fkField = fkField; + } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 澶栭敭id + */ + + @Column(name ="MAIN_ID",nullable=true,length=32) + public java.lang.String getMainId(){ + return this.mainId; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 澶栭敭id + */ + public void setMainId(java.lang.String mainId){ + this.mainId = mainId; + } + @Column(name ="instruction",nullable=true,length=32) + public java.lang.String getInstruction() { + return instruction; + } + + public void setInstruction(java.lang.String instruction) { + this.instruction = instruction; + } + + + + +} diff --git a/src/main/java/com/jeecg/superquery/page/SuperQueryMainPage.java b/src/main/java/com/jeecg/superquery/page/SuperQueryMainPage.java new file mode 100644 index 00000000..8df4a530 --- /dev/null +++ b/src/main/java/com/jeecg/superquery/page/SuperQueryMainPage.java @@ -0,0 +1,270 @@ + +package com.jeecg.superquery.page; +import com.jeecg.superquery.entity.SuperQueryFieldEntity; +import com.jeecg.superquery.entity.SuperQueryTableEntity; + +import java.util.List; +import java.util.ArrayList; + +import org.jeecgframework.poi.excel.annotation.Excel; +import org.jeecgframework.poi.excel.annotation.ExcelCollection; + +/** + * @Title: Entity + * @Description: 楂樼骇鏌ヨ + * @author onlineGenerator + * @date 2017-12-04 18:10:18 + * @version V1.0 + * + */ +public class SuperQueryMainPage implements java.io.Serializable { + /** + * + */ + private static final long serialVersionUID = 1L; + /**涓婚敭*/ + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + private java.lang.String sysCompanyCode; + /**鏌ヨ瑙勫垯鍚嶇О*/ + @Excel(name="鏌ヨ瑙勫垯鍚嶇О") + private java.lang.String queryName; + /**鏌ヨ瑙勫垯缂栫爜*/ + @Excel(name="鏌ヨ瑙勫垯缂栫爜") + private java.lang.String queryCode; + /**鏌ヨ绫诲瀷*/ + @Excel(name="鏌ヨ绫诲瀷") + private java.lang.String queryType; + /**璇存槑*/ + @Excel(name="璇存槑") + private java.lang.String content; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ瑙勫垯鍚嶇О + */ + public java.lang.String getQueryName(){ + return this.queryName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ瑙勫垯鍚嶇О + */ + public void setQueryName(java.lang.String queryName){ + this.queryName = queryName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ瑙勫垯缂栫爜 + */ + public java.lang.String getQueryCode(){ + return this.queryCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ瑙勫垯缂栫爜 + */ + public void setQueryCode(java.lang.String queryCode){ + this.queryCode = queryCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏌ヨ绫诲瀷 + */ + public java.lang.String getQueryType(){ + return this.queryType; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏌ヨ绫诲瀷 + */ + public void setQueryType(java.lang.String queryType){ + this.queryType = queryType; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 璇存槑 + */ + public java.lang.String getContent(){ + return this.content; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 璇存槑 + */ + public void setContent(java.lang.String content){ + this.content = content; + } + + /**淇濆瓨-琛ㄩ泦鍚*/ + @ExcelCollection(name="琛ㄩ泦鍚") + private List superQueryTableList = new ArrayList(); + public List getSuperQueryTableList() { + return superQueryTableList; + } + public void setSuperQueryTableList(List superQueryTableList) { + this.superQueryTableList = superQueryTableList; + } + /**淇濆瓨-瀛楁閰嶇疆*/ + @ExcelCollection(name="瀛楁閰嶇疆") + private List superQueryFieldList = new ArrayList(); + public List getSuperQueryFieldList() { + return superQueryFieldList; + } + public void setSuperQueryFieldList(List superQueryFieldList) { + this.superQueryFieldList = superQueryFieldList; + } +} diff --git a/src/main/java/com/jeecg/superquery/service/SuperQueryMainServiceI.java b/src/main/java/com/jeecg/superquery/service/SuperQueryMainServiceI.java new file mode 100644 index 00000000..74ad9e1e --- /dev/null +++ b/src/main/java/com/jeecg/superquery/service/SuperQueryMainServiceI.java @@ -0,0 +1,44 @@ +package com.jeecg.superquery.service; +import com.jeecg.superquery.entity.SuperQueryFieldEntity; +import com.jeecg.superquery.entity.SuperQueryMainEntity; +import com.jeecg.superquery.entity.SuperQueryTableEntity; + +import java.util.List; +import org.jeecgframework.core.common.service.CommonService; + +public interface SuperQueryMainServiceI extends CommonService{ + + public void delete(T entity); + /** + * 娣诲姞涓瀵瑰 + * + */ + public void addMain(SuperQueryMainEntity superQueryMain, + List superQueryTableList,List superQueryFieldList) ; + /** + * 淇敼涓瀵瑰 + * + */ + public void updateMain(SuperQueryMainEntity superQueryMain, + List superQueryTableList,List superQueryFieldList); + public void delMain (SuperQueryMainEntity superQueryMain); + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(SuperQueryMainEntity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(SuperQueryMainEntity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(SuperQueryMainEntity t); +} diff --git a/src/main/java/com/jeecg/superquery/service/impl/SuperQueryMainServiceImpl.java b/src/main/java/com/jeecg/superquery/service/impl/SuperQueryMainServiceImpl.java new file mode 100644 index 00000000..9764a906 --- /dev/null +++ b/src/main/java/com/jeecg/superquery/service/impl/SuperQueryMainServiceImpl.java @@ -0,0 +1,215 @@ +package com.jeecg.superquery.service.impl; +import com.jeecg.superquery.service.SuperQueryMainServiceI; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; + +import com.jeecg.superquery.entity.SuperQueryFieldEntity; +import com.jeecg.superquery.entity.SuperQueryMainEntity; +import com.jeecg.superquery.entity.SuperQueryTableEntity; + +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import java.util.List; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; +import java.util.UUID; + + +@Service("superQueryMainService") +@Transactional +public class SuperQueryMainServiceImpl extends CommonServiceImpl implements SuperQueryMainServiceI { + + public void delete(T entity) { + super.delete(entity); + //鎵ц鍒犻櫎鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doDelSql((SuperQueryMainEntity)entity); + } + + public void addMain(SuperQueryMainEntity superQueryMain, + List superQueryTableList,List superQueryFieldList){ + //淇濆瓨涓讳俊鎭 + this.save(superQueryMain); + + /**淇濆瓨-琛ㄩ泦鍚*/ + for(SuperQueryTableEntity superQueryTable:superQueryTableList){ + //澶栭敭璁剧疆 + superQueryTable.setMainId(superQueryMain.getId()); + this.save(superQueryTable); + } + /**淇濆瓨-瀛楁閰嶇疆*/ + for(SuperQueryFieldEntity superQueryField:superQueryFieldList){ + //澶栭敭璁剧疆 + superQueryField.setMainId(superQueryMain.getId()); + this.save(superQueryField); + } + //鎵ц鏂板鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doAddSql(superQueryMain); + } + + + public void updateMain(SuperQueryMainEntity superQueryMain, + List superQueryTableList,List superQueryFieldList) { + //淇濆瓨涓昏〃淇℃伅 + if(StringUtil.isNotEmpty(superQueryMain.getId())){ + try { + SuperQueryMainEntity temp = findUniqueByProperty(SuperQueryMainEntity.class, "id", superQueryMain.getId()); + MyBeanUtils.copyBeanNotNull2Bean(superQueryMain, temp); + this.saveOrUpdate(temp); + } catch (Exception e) { + e.printStackTrace(); + } + }else{ + this.saveOrUpdate(superQueryMain); + } + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = superQueryMain.getId(); + Object id1 = superQueryMain.getId(); + //=================================================================================== + //1.鏌ヨ鍑烘暟鎹簱鐨勬槑缁嗘暟鎹-琛ㄩ泦鍚 + String hql0 = "from SuperQueryTableEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryTableOldList = this.findHql(hql0,id0); + //2.绛涢夋洿鏂版槑缁嗘暟鎹-琛ㄩ泦鍚 + if(superQueryTableList!=null&&superQueryTableList.size()>0){ + for(SuperQueryTableEntity oldE:superQueryTableOldList){ + boolean isUpdate = false; + for(SuperQueryTableEntity sendE:superQueryTableList){ + //闇瑕佹洿鏂扮殑鏄庣粏鏁版嵁-琛ㄩ泦鍚 + if(oldE.getId().equals(sendE.getId())){ + try { + MyBeanUtils.copyBeanNotNull2Bean(sendE,oldE); + this.saveOrUpdate(oldE); + } catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + isUpdate= true; + break; + } + } + if(!isUpdate){ + //濡傛灉鏁版嵁搴撳瓨鍦ㄧ殑鏄庣粏锛屽墠鍙版病鏈変紶閫掕繃鏉ュ垯鏄垹闄-琛ㄩ泦鍚 + super.delete(oldE); + } + + } + //3.鎸佷箙鍖栨柊澧炵殑鏁版嵁-琛ㄩ泦鍚 + for(SuperQueryTableEntity superQueryTable:superQueryTableList){ + if(oConvertUtils.isEmpty(superQueryTable.getId())){ + //澶栭敭璁剧疆 + superQueryTable.setMainId(superQueryMain.getId()); + this.save(superQueryTable); + } + } + } + //=================================================================================== + //1.鏌ヨ鍑烘暟鎹簱鐨勬槑缁嗘暟鎹-瀛楁閰嶇疆 + String hql1 = "from SuperQueryFieldEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryFieldOldList = this.findHql(hql1,id1); + //2.绛涢夋洿鏂版槑缁嗘暟鎹-瀛楁閰嶇疆 + if(superQueryFieldList!=null&&superQueryFieldList.size()>0){ + for(SuperQueryFieldEntity oldE:superQueryFieldOldList){ + boolean isUpdate = false; + for(SuperQueryFieldEntity sendE:superQueryFieldList){ + //闇瑕佹洿鏂扮殑鏄庣粏鏁版嵁-瀛楁閰嶇疆 + if(oldE.getId().equals(sendE.getId())){ + try { + MyBeanUtils.copyBeanNotNull2Bean(sendE,oldE); + this.saveOrUpdate(oldE); + } catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + isUpdate= true; + break; + } + } + if(!isUpdate){ + //濡傛灉鏁版嵁搴撳瓨鍦ㄧ殑鏄庣粏锛屽墠鍙版病鏈変紶閫掕繃鏉ュ垯鏄垹闄-瀛楁閰嶇疆 + super.delete(oldE); + } + + } + //3.鎸佷箙鍖栨柊澧炵殑鏁版嵁-瀛楁閰嶇疆 + for(SuperQueryFieldEntity superQueryField:superQueryFieldList){ + if(oConvertUtils.isEmpty(superQueryField.getId())){ + //澶栭敭璁剧疆 + superQueryField.setMainId(superQueryMain.getId()); + this.save(superQueryField); + } + } + } + //鎵ц鏇存柊鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doUpdateSql(superQueryMain); + } + + + public void delMain(SuperQueryMainEntity superQueryMain) { + //鍒犻櫎涓昏〃淇℃伅 + this.delete(superQueryMain); + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = superQueryMain.getId(); + Object id1 = superQueryMain.getId(); + //=================================================================================== + //鍒犻櫎-琛ㄩ泦鍚 + String hql0 = "from SuperQueryTableEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryTableOldList = this.findHql(hql0,id0); + this.deleteAllEntitie(superQueryTableOldList); + //=================================================================================== + //鍒犻櫎-瀛楁閰嶇疆 + String hql1 = "from SuperQueryFieldEntity where 1 = 1 AND mAIN_ID = ? "; + List superQueryFieldOldList = this.findHql(hql1,id1); + this.deleteAllEntitie(superQueryFieldOldList); + } + + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(SuperQueryMainEntity t){ + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(SuperQueryMainEntity t){ + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(SuperQueryMainEntity t){ + return true; + } + + /** + * 鏇挎崲sql涓殑鍙橀噺 + * @param sql + * @return + */ + public String replaceVal(String sql,SuperQueryMainEntity t){ + sql = sql.replace("#{id}",String.valueOf(t.getId())); + sql = sql.replace("#{create_name}",String.valueOf(t.getCreateName())); + sql = sql.replace("#{create_by}",String.valueOf(t.getCreateBy())); + sql = sql.replace("#{create_date}",String.valueOf(t.getCreateDate())); + sql = sql.replace("#{update_name}",String.valueOf(t.getUpdateName())); + sql = sql.replace("#{update_by}",String.valueOf(t.getUpdateBy())); + sql = sql.replace("#{update_date}",String.valueOf(t.getUpdateDate())); + sql = sql.replace("#{sys_org_code}",String.valueOf(t.getSysOrgCode())); + sql = sql.replace("#{sys_company_code}",String.valueOf(t.getSysCompanyCode())); + sql = sql.replace("#{query_name}",String.valueOf(t.getQueryName())); + sql = sql.replace("#{query_code}",String.valueOf(t.getQueryCode())); + sql = sql.replace("#{query_type}",String.valueOf(t.getQueryType())); + sql = sql.replace("#{content}",String.valueOf(t.getContent())); + sql = sql.replace("#{UUID}",UUID.randomUUID().toString()); + return sql; + } +} \ No newline at end of file diff --git a/src/main/java/com/jeecg/superquery/util/SuperQueryUtil.java b/src/main/java/com/jeecg/superquery/util/SuperQueryUtil.java new file mode 100644 index 00000000..2ec663bf --- /dev/null +++ b/src/main/java/com/jeecg/superquery/util/SuperQueryUtil.java @@ -0,0 +1,121 @@ +package com.jeecg.superquery.util; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +import javax.servlet.http.HttpServletRequest; + +import org.apache.log4j.Logger; +import org.jeecgframework.core.util.ApplicationContextUtil; +import org.jeecgframework.p3.core.util.oConvertUtils; +import org.jeecgframework.web.system.service.SystemService; + +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.JSONArray; +import com.alibaba.fastjson.JSONObject; + +/** + * @Title: 楂樼骇鏌ヨ鏋勯犲櫒閫氱敤鏂规硶 + * @Description: 楂樼骇鏌ヨ鏋勯犲櫒 + * @date 2017-12-29 10:00:00 + * @version V1.0 + * @author LiShaoQing + * + */ +public class SuperQueryUtil { + +private static final Logger logger = Logger.getLogger(SuperQueryUtil.class); + + /** + * 鏍规嵁SqlBuilder鐨凧SON鏁版嵁鎷艰SQL璇彞 + * @param request + * @param dataGrid + * @return + */ + public static String getComplxSuperQuerySQL(HttpServletRequest request) { + SystemService systemService = ApplicationContextUtil.getContext().getBean(SystemService.class); + StringBuffer superQuerySQL = new StringBuffer(""); + //step.1 鑾峰彇DataGrid涓璖qlBuilder鐨凧SON涓 + String complexSqlbuilder = request.getParameter("complexSqlbuilder"); + if (oConvertUtils.isNotEmpty(complexSqlbuilder)) { + JSONArray array = JSON.parseArray(complexSqlbuilder); + JSONObject parseObject = array.getJSONObject(0); + //step.2閬嶅巻鑾峰彇JSON閲岀殑鏁版嵁鎷垮埌涓昏〃缂栫爜 + String queryCode = parseObject.get("queryCode").toString(); + //鑾峰彇relation鏉′欢鏄疉ND杩樻槸OR + String relation = parseObject.get("relation").toString(); + //step.3鏍规嵁queryCode鏌ヨ鏁版嵁杩斿洖涓昏〃 + String sql = "select sqt.table_name from super_query_table sqt where sqt.is_main = 'Y' and sqt.main_id = (select sqm.id from super_query_main sqm where sqm.query_code = ?)"; + List> tableName = systemService.findForJdbc(sql, queryCode); + //鏍规嵁queryCode鏌ヨ鏁版嵁搴撹繑鍥炰粠琛 + String sql1 = "select sqt.table_name,sqt.fk_field from super_query_table sqt where sqt.is_main = 'N' and sqt.main_id = (select sqm.id from super_query_main sqm where sqm.query_code = ?)"; + List> fromName = systemService.findForJdbc(sql1, queryCode); + //queryRules涓烘墍鏌ヨ鐨勬墍鏈変俊鎭 + JSONArray queryRules = (JSONArray) parseObject.get("children"); + logger.info("------" + queryRules.toString() + "------"); + //step.4 鎷兼帴涓讳粠琛 + String mainTable = "";//涓昏〃 + List fromTable = new ArrayList();//浠庤〃 + if(tableName.size() > 0) { + if(oConvertUtils.isNotEmpty(tableName.get(0).get("table_name").toString())) { + mainTable = tableName.get(0).get("table_name").toString(); + } + } + if(fromName.size() > 0) { + for (int i = 0; i < fromName.size(); i++) { + if(oConvertUtils.isNotEmpty(fromName.get(i).get("table_name").toString())) { + fromTable.add(fromName.get(i).get("table_name").toString()); + } + } + } + if(queryRules != null && queryRules.size()>0) { + //step.5 鎷兼帴鍓嶆SELECT璇彞 + superQuerySQL.append("SELECT " + mainTable + ".id FROM " + mainTable + " "); + //flag鐢ㄦ潵鍖哄垎鍗曟潯璁板綍杩樻槸澶氭潯璁板綍 + boolean flag = false; + //閬嶅巻浠庤〃杩藉姞 + if(fromTable.size() > 0) { + flag = true; + for (String s : fromTable) { + superQuerySQL.append("," + s); + } + superQuerySQL.append(" WHERE"); + //閬嶅巻鍙栧緱涓讳粠琛ㄥ叧鑱斿叧绯 + for (int i = 0; i < fromTable.size(); i++) { + if(fromName.size() > 0) { + if(i == 0) { + superQuerySQL.append(" " + mainTable + ".id = " + fromTable.get(i) + "." + fromName.get(0).get("fk_field").toString()); + } else { + superQuerySQL.append(" AND " + mainTable + ".id = " + fromTable.get(i) + "." + fromName.get(i).get("fk_field").toString()); + } + } + } + } + //step.6 鎷兼帴楂樼骇鏌ヨ鏋勯犲櫒涓殑鏉′欢 + for (int i = 0; i < queryRules.size(); i++) { + // 閬嶅巻 JSONArray鏁扮粍锛屾妸姣忎竴涓璞¤浆鎴怞SON瀵硅薄 + JSONObject rule = queryRules.getJSONObject(i); + String table = rule.getString("table"); //琛ㄥ悕 + String field = rule.getString("field"); //瀛楁 + String condition = rule.getString("condition"); //鏉′欢 + String value = rule.getString("value"); //鍊 + if(i == 0) { + if(flag) { + superQuerySQL.append(" AND("); + } else { + superQuerySQL.append(" WHERE"); + } + superQuerySQL.append(" " + table + "." + field + " " + condition + " '" + value + "' "); + } else { + superQuerySQL.append(" " + relation + " " + table + "." + field + " " + condition + " '" + value + "' "); + } + } + if(flag) { + superQuerySQL.append(")"); + } + } + } + return superQuerySQL.toString(); + } +} diff --git a/src/main/java/org/jeecgframework/core/aop/RedisCacheAspect.java b/src/main/java/org/jeecgframework/core/aop/RedisCacheAspect.java new file mode 100644 index 00000000..8453fa4e --- /dev/null +++ b/src/main/java/org/jeecgframework/core/aop/RedisCacheAspect.java @@ -0,0 +1,111 @@ +package org.jeecgframework.core.aop; + +import java.lang.reflect.Method; +import java.util.concurrent.TimeUnit; + +import org.apache.commons.lang.StringUtils; +import org.aspectj.lang.ProceedingJoinPoint; +import org.aspectj.lang.annotation.Around; +import org.aspectj.lang.annotation.Aspect; +import org.aspectj.lang.annotation.Pointcut; +import org.jeecgframework.core.annotation.Ehcache; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.data.redis.core.BoundValueOperations; +import org.springframework.data.redis.core.RedisTemplate; +import org.springframework.data.redis.serializer.JdkSerializationRedisSerializer; +import org.springframework.stereotype.Component; + +import com.alibaba.fastjson.JSON; + +/** + * redis缂撳瓨AOP + * @author Yandong + */ +//@Component +//@Aspect +public class RedisCacheAspect { + + private RedisTemplate redisTemplate; + + @Autowired + public void setRedis(RedisTemplate redisTemplate) { + this.redisTemplate = redisTemplate; + //娉涘瀷璁剧疆鎴怢ong鍚庡繀椤绘洿鏀瑰搴旂殑搴忓垪鍖栨柟妗 + redisTemplate.setValueSerializer(new JdkSerializationRedisSerializer()); + } + + @Pointcut("@annotation(org.jeecgframework.core.annotation.Ehcache)") + public void simplePointcut() {} + + + @Around("simplePointcut()") + public Object aroundLogCalls(ProceedingJoinPoint joinPoint) + throws Throwable { + String targetName = joinPoint.getTarget().getClass().toString(); + String methodName = joinPoint.getSignature().getName(); + Object[] arguments = joinPoint.getArgs(); + Class[] argTypes=new Class[arguments.length]; + if (arguments!=null && arguments.length>0) { + for (int i = 0; i < arguments.length; i++) { + argTypes[i]=arguments[i].getClass(); + } + } + Method method=joinPoint.getTarget().getClass().getMethod(methodName, argTypes); + //璇曞浘寰楀埌鏍囨敞鐨凟hcache绫 + Ehcache flag = method.getAnnotation(Ehcache.class); + if(flag==null){ + return null; + } + String cacheKey =""; + if(StringUtils.isNotBlank(flag.cacheName())){ + cacheKey=flag.cacheName(); + }else{ + cacheKey=getCacheKey(targetName, methodName, arguments); + } + + Object result=null; + BoundValueOperations valueOps = redisTemplate.boundValueOps(cacheKey); + if(flag.eternal()){ + //姘镐箙缂撳瓨 + result = valueOps.get(); + }else{ + //涓存椂缂撳瓨 + result = valueOps.get(); + valueOps.expire(20, TimeUnit.MINUTES); + } + + + if (result == null) { + if ((arguments != null) && (arguments.length != 0)) { + result = joinPoint.proceed(arguments); + } else { + result = joinPoint.proceed(); + } + + if(flag.eternal()){ + //姘镐箙缂撳瓨 + valueOps.set(result); + }else{ + //涓存椂缂撳瓨 + valueOps.set(result,20, TimeUnit.MINUTES); + } + } + return result; + } + + /** + * 鑾峰緱cache key鐨勬柟娉曪紝cache key鏄疌ache涓竴涓狤lement鐨勫敮涓鏍囪瘑 cache key鍖呮嫭 + * 鍖呭悕+绫诲悕+鏂规硶鍚嶏紝濡俢om.co.cache.service.UserServiceImpl.getAllUser + */ + private String getCacheKey(String targetName, String methodName, + Object[] arguments) { + StringBuffer sb = new StringBuffer(); + sb.append(targetName).append(".").append(methodName); + if ((arguments != null) && (arguments.length != 0)) { + for (int i = 0; i < arguments.length; i++) { + sb.append(".").append(JSON.toJSONString(arguments[i])); + } + } + return sb.toString(); + } +} diff --git a/src/main/java/org/jeecgframework/core/common/controller/CustomJsonDateDeserializer.java b/src/main/java/org/jeecgframework/core/common/controller/CustomJsonDateDeserializer.java new file mode 100644 index 00000000..9aa510de --- /dev/null +++ b/src/main/java/org/jeecgframework/core/common/controller/CustomJsonDateDeserializer.java @@ -0,0 +1,45 @@ +package org.jeecgframework.core.common.controller; + +import java.io.IOException; +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.Date; + +import org.codehaus.jackson.JsonParser; +import org.codehaus.jackson.JsonProcessingException; +import org.codehaus.jackson.map.DeserializationContext; +import org.codehaus.jackson.map.JsonDeserializer; +import org.springframework.util.StringUtils; +/** + * 瑙e喅@RequestBody鎺ユ敹json鏁版嵁锛孞ackson 鍙嶅簭鍒楀寲Date鏍煎紡 + * @author scott + * + */ +public class CustomJsonDateDeserializer extends JsonDeserializer { + private SimpleDateFormat datetimeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + private SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); + + @Override + public Date deserialize(JsonParser jp, DeserializationContext ctxt) throws IOException, JsonProcessingException { + String text = jp.getText(); + + if (StringUtils.hasText(text)) { + try { + if (text.indexOf(":") == -1 && text.length() == 10) { + return this.dateFormat.parse(text); + } else if (text.indexOf(":") > 0 && text.length() == 19) { + return this.datetimeFormat.parse(text); + } else { + throw new IllegalArgumentException("Could not parse date, date format is error "); + } + } catch (ParseException ex) { + IllegalArgumentException iae = new IllegalArgumentException("Could not parse date: " + ex.getMessage()); + iae.initCause(ex); + throw iae; + } + } else { + return null; + } + } + +} diff --git a/src/main/java/org/jeecgframework/core/common/controller/CustomObjectMapper.java b/src/main/java/org/jeecgframework/core/common/controller/CustomObjectMapper.java new file mode 100644 index 00000000..3560b797 --- /dev/null +++ b/src/main/java/org/jeecgframework/core/common/controller/CustomObjectMapper.java @@ -0,0 +1,38 @@ +package org.jeecgframework.core.common.controller; + +import java.io.IOException; +import java.text.SimpleDateFormat; +import java.util.Date; + +import org.codehaus.jackson.JsonGenerator; +import org.codehaus.jackson.JsonProcessingException; +import org.codehaus.jackson.map.JsonSerializer; +import org.codehaus.jackson.map.ObjectMapper; +import org.codehaus.jackson.map.SerializerProvider; +import org.codehaus.jackson.map.ser.CustomSerializerFactory; + +/** + * @description 瑙e喅@ResponseBody杩斿洖json鏁版嵁锛孌ATE鏍煎紡 + * @author scott + * @date 2013-5-28 + */ +public class CustomObjectMapper extends ObjectMapper { + + public CustomObjectMapper() { + CustomSerializerFactory factory = new CustomSerializerFactory(); + factory.addGenericMapping(Date.class, new JsonSerializer() { + @Override + public void serialize(Date value, JsonGenerator jsonGenerator, SerializerProvider provider) throws IOException, JsonProcessingException { + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + String dateStr = sdf.format(value); + if (dateStr.endsWith(" 00:00:00")) { + dateStr = dateStr.substring(0, 10); + } else if (dateStr.endsWith(":00")) { + dateStr = dateStr.substring(0, 16); + } + jsonGenerator.writeString(dateStr); + } + }); + this.setSerializerFactory(factory); + } +} diff --git a/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java index 8442f8d8..40d95036 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java @@ -29,6 +29,7 @@ public interface ICommonDao extends IGenericBaseCommonDao{ * 妫鏌ョ敤鎴锋槸鍚﹀瓨鍦 * */ public TSUser getUserByUserIdAndUserNameExits(TSUser user); + public TSUser findUserByAccountAndPassword(String username,String password); public String getUserRole(TSUser user); /** * 鏂囦欢涓婁紶 diff --git a/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java index 05cdc313..cfa2c570 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java @@ -69,6 +69,23 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene return null; } + /** + * 妫鏌ョ敤鎴锋槸鍚﹀瓨鍦 + * */ + public TSUser findUserByAccountAndPassword(String username,String inpassword) { + String password = PasswordUtil.encrypt(username, inpassword, PasswordUtil.getStaticSalt()); + String query = "from TSUser u where u.userName = :username and u.password=:passowrd"; + Query queryObject = getSession().createQuery(query); + queryObject.setParameter("username", username); + queryObject.setParameter("passowrd", password); + @SuppressWarnings("unchecked") + List users = queryObject.list(); + if (users != null && users.size() > 0) { + return users.get(0); + } + return null; + } + /** * admin璐︽埛鍒濆鍖 */ @@ -106,9 +123,7 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene @SuppressWarnings("unchecked") public Object uploadFile(UploadFile uploadFile) { Object object = uploadFile.getObject(); - - if(uploadFile.getFileKey()!=null && !"TSDocument".equals(object.getClass().getSimpleName())) - + if(uploadFile.getFileKey()!=null) { updateEntitie(object); } diff --git a/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java index 74b769dc..25b07082 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java @@ -5,10 +5,13 @@ import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; +import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; +import javax.lang.model.util.ElementScanner6; + import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; import org.hibernate.Criteria; @@ -702,29 +705,36 @@ public abstract class GenericBaseCommonDao criteria.setResultTransformer(CriteriaSpecification.ROOT_ENTITY); } - if (StringUtils.isNotBlank(cq.getDataGrid().getSort())) { - String []sortArr = cq.getDataGrid().getSort().split(","); + Map ordermap = cq.getOrdermap(); + if(ordermap==null){ + ordermap = new LinkedHashMap(); + } + + String sort = cq.getDataGrid().getSort(); + if (StringUtils.isNotBlank(sort)) { + String []sortArr = sort.split(","); String []orderArr = cq.getDataGrid().getOrder().split(","); - if(sortArr.length==orderArr.length){ - for(int i=0;i 0){ + for (int i = 0; i < sortArr.length; i++) { + if(SortDirection.asc.equals(SortDirection.toEnum(orderArr[0]))){ + ordermap.put(sortArr[i], SortDirection.asc); + }else{ + ordermap.put(sortArr[i], SortDirection.desc); } } - }else if(orderArr.length>0){ - for(int i=0;i0){ + cq.setOrder(ordermap); + } // 鍒ゆ柇鏄惁鏈夋帓搴忓瓧娈 diff --git a/src/main/java/org/jeecgframework/core/common/exception/GlobalExceptionResolver.java b/src/main/java/org/jeecgframework/core/common/exception/GlobalExceptionResolver.java index 0eb04e81..e50f9804 100644 --- a/src/main/java/org/jeecgframework/core/common/exception/GlobalExceptionResolver.java +++ b/src/main/java/org/jeecgframework/core/common/exception/GlobalExceptionResolver.java @@ -132,7 +132,10 @@ public class GlobalExceptionResolver implements HandlerExceptionResolver { } catch (IOException e) { e.printStackTrace(); }finally{ - pw.close(); + try { + pw.close(); + } catch (Exception e2) { + } } empty.clear(); return empty; diff --git a/src/main/java/org/jeecgframework/core/common/hibernate/qbc/CriteriaQuery.java b/src/main/java/org/jeecgframework/core/common/hibernate/qbc/CriteriaQuery.java index 8b526293..86c22d6f 100644 --- a/src/main/java/org/jeecgframework/core/common/hibernate/qbc/CriteriaQuery.java +++ b/src/main/java/org/jeecgframework/core/common/hibernate/qbc/CriteriaQuery.java @@ -2,6 +2,7 @@ package org.jeecgframework.core.common.hibernate.qbc; import java.util.ArrayList; import java.util.HashMap; +import java.util.LinkedHashMap; import java.util.List; import java.util.Map; @@ -100,7 +101,9 @@ public class CriteriaQuery { public CriteriaQuery(Class c) { this.detachedCriteria = DetachedCriteria.forClass(c); this.map = new HashMap(); - this.ordermap = new HashMap(); + + this.ordermap = new LinkedHashMap(); + } public CriteriaQuery(Class c, int curPage, String myAction, String myForm) { @@ -115,7 +118,9 @@ public class CriteriaQuery { this.curPage = curPage; this.detachedCriteria = DetachedCriteria.forClass(c); this.map = new HashMap(); - this.ordermap = new HashMap(); + + this.ordermap = new LinkedHashMap(); + } public CriteriaQuery(Class entityClass, int curPage) { @@ -136,7 +141,9 @@ public class CriteriaQuery { this.dataGrid=dg; this.pageSize=dg.getRows(); this.map = new HashMap(); - this.ordermap = new HashMap(); + + this.ordermap = new LinkedHashMap(); + } public CriteriaQuery(Class entityClass,DataTables dataTables) { this.curPage = dataTables.getDisplayStart(); @@ -149,7 +156,9 @@ public class CriteriaQuery { this.dataTables=dataTables; this.pageSize=dataTables.getDisplayLength(); this.map = new HashMap(); - this.ordermap = new HashMap(); + + this.ordermap = new LinkedHashMap(); + addJqCriteria(dataTables); } diff --git a/src/main/java/org/jeecgframework/core/common/model/common/UploadFile.java b/src/main/java/org/jeecgframework/core/common/model/common/UploadFile.java index 87766c24..52782401 100644 --- a/src/main/java/org/jeecgframework/core/common/model/common/UploadFile.java +++ b/src/main/java/org/jeecgframework/core/common/model/common/UploadFile.java @@ -41,12 +41,7 @@ public class UploadFile { public UploadFile(HttpServletRequest request, Object object) { String fileKey = oConvertUtils.getString(request.getParameter("fileKey"));// 鏂囦欢ID - - if("TSDocument".equals(object.getClass().getSimpleName()) && StringUtil.isNotEmpty(fileKey)){ - this.fileKey = fileKey; - this.multipartRequest =(MultipartHttpServletRequest) request; - - }else if (StringUtil.isNotEmpty(fileKey)) { + if (StringUtil.isNotEmpty(fileKey)) { this.fileKey = fileKey; this.request = request; } else { diff --git a/src/main/java/org/jeecgframework/core/common/model/json/DataGrid.java b/src/main/java/org/jeecgframework/core/common/model/json/DataGrid.java index e6774f7a..58fd6d69 100644 --- a/src/main/java/org/jeecgframework/core/common/model/json/DataGrid.java +++ b/src/main/java/org/jeecgframework/core/common/model/json/DataGrid.java @@ -45,6 +45,11 @@ public class DataGrid { } public void setSqlbuilder(String sqlbuilder) { + + if(sqlbuilder.indexOf("鈮") > 0) { + sqlbuilder = sqlbuilder.replace("鈮", "<="); + } + this.sqlbuilder = sqlbuilder; } diff --git a/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java b/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java index 2a41f050..3207c8ba 100644 --- a/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java +++ b/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java @@ -8,6 +8,7 @@ import java.util.Map; import javax.annotation.Resource; import javax.servlet.http.HttpServletResponse; +import org.jeecgframework.web.system.pojo.base.TSDepart; import org.hibernate.Session; import org.hibernate.criterion.DetachedCriteria; import org.jeecgframework.core.common.dao.ICommonDao; @@ -17,6 +18,7 @@ import org.jeecgframework.core.common.hibernate.qbc.PageList; import org.jeecgframework.core.common.model.common.DBTable; import org.jeecgframework.core.common.model.common.UploadFile; import org.jeecgframework.core.common.model.json.ComboTree; +import org.jeecgframework.core.common.model.json.DataGridReturn; import org.jeecgframework.core.common.model.json.ImportFile; import org.jeecgframework.core.common.model.json.TreeGrid; import org.jeecgframework.core.common.service.CommonService; @@ -24,7 +26,6 @@ import org.jeecgframework.tag.vo.datatable.DataTableReturn; import org.jeecgframework.tag.vo.easyui.Autocomplete; import org.jeecgframework.tag.vo.easyui.ComboTreeModel; import org.jeecgframework.tag.vo.easyui.TreeGridModel; -import org.jeecgframework.web.system.pojo.base.TSDepart; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/src/main/java/org/jeecgframework/core/enums/OnlineGenerateEnum.java b/src/main/java/org/jeecgframework/core/enums/OnlineGenerateEnum.java index cfef30eb..58b413c2 100644 --- a/src/main/java/org/jeecgframework/core/enums/OnlineGenerateEnum.java +++ b/src/main/java/org/jeecgframework/core/enums/OnlineGenerateEnum.java @@ -24,8 +24,11 @@ public enum OnlineGenerateEnum { ONLINE_DIV_SINGLE("div.single","DIV椋庢牸琛ㄥ崟","single","ext"), ONLINE_NOPOP_SINGLE("nopop.single","NOPOP椋庢牸琛ㄥ崟","single","ext"), - ONLINE_ROW_SINGLE("rowedit.single","琛岀紪杈戦鏍艰〃鍗","single","ext"); + ONLINE_ROW_SINGLE("rowedit.single","琛岀紪杈戦鏍艰〃鍗","single","ext"), + ONLINE_TAB_ONETOMANY("tab.onetomany","TAB椋庢牸琛ㄥ崟","onetomany","ext"); + + // ONLINE_DEFAULT_SINGLE("default.single","鐢ㄦ埛鎵╁睍椋庢牸绀轰緥","single","ext"), // ONLINE_DEFAULT_ONETOMANY("default.onetomany","鐢ㄦ埛鎵╁睍椋庢牸绀轰緥","onetomany","ext"); diff --git a/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java b/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java index 2ec13301..825abb67 100644 --- a/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java +++ b/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java @@ -15,8 +15,8 @@ public enum SysThemesEnum { ACE_STYLE("ace","main/ace_main","metro", "ACE骞抽潰椋庢牸"), ACE_LE_STYLE("acele","main/ace_main","metrole", "ACE2椋庢牸"), DIY("diy","main/diy","default","diy椋庢牸"), - HPLUS("hplus","main/hplus_main","metrole","H+椋庢牸"); - + HPLUS("hplus","main/hplus_main","metrole","H+椋庢牸"), + FINEUI_STYLE("fineui","main/fineui_main","metrole", "fineUI椋庢牸"); /** * 椋庢牸 @@ -79,7 +79,7 @@ public enum SysThemesEnum { public static SysThemesEnum toEnum(String style) { if (StringUtil.isEmpty(style)) { //榛樿椋庢牸 - return HPLUS; + return FINEUI_STYLE; } for(SysThemesEnum item : SysThemesEnum.values()) { if(item.getStyle().equals(style)) { @@ -87,7 +87,7 @@ public enum SysThemesEnum { } } //榛樿椋庢牸 - return HPLUS; + return FINEUI_STYLE; } public String toString() { diff --git a/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java b/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java index b6fa77b0..487a5468 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java @@ -7,8 +7,12 @@ import java.math.BigDecimal; import java.text.SimpleDateFormat; import java.util.Collection; import java.util.HashMap; +import java.util.HashSet; import java.util.List; import java.util.Map; +import java.util.Set; +import java.util.regex.Matcher; +import java.util.regex.Pattern; import javax.persistence.Column; @@ -90,6 +94,7 @@ public class HqlGenerateUtil { List list = JSONHelper.toList(json , QueryCondition.class); String sql=getSql(list,"",searchObj.getClass()); LogUtil.debug("DEBUG sqlbuilder:"+sql); + //TODO 姝ょ敤娉曞湪澶氳〃鍏宠仈鏌ヨ锛屼袱涓〃瀛樺湪鐩稿悓瀛楁鐨勬椂鍊欙紝浼氬瓨鍦ㄩ棶棰橈紙hibernate缁存姢鐨勫疄浣撳叧绯伙級 cq.add(Restrictions.sqlRestriction(sql)); } }catch(Exception e){ @@ -121,7 +126,7 @@ public class HqlGenerateUtil { cq.add(Restrictions.sqlRestriction("1=1")); addPreCondition = false; } - cq.add(Restrictions.sqlRestriction("("+ruleMap.get(c).getRuleValue()+")")); + cq.add(Restrictions.sqlRestriction("("+getSqlRuleValue(ruleMap.get(c).getRuleValue())+")")); } } @@ -267,6 +272,36 @@ public class HqlGenerateUtil { } } + private static String getSqlRuleValue(String sqlRule){ + try { + Set varParams = getSqlRuleParams(sqlRule); + for(String var:varParams){ + String tempValue = ResourceUtil.converRuleValue(var); + sqlRule = sqlRule.replace("#{"+var+"}",tempValue); + } + } catch (Exception e) { + e.printStackTrace(); + } + return sqlRule; + } + + private static Set getSqlRuleParams(String sql) { + if(oConvertUtils.isEmpty(sql)){ + return null; + } + Set varParams = new HashSet(); + String regex = "\\#\\{\\w+\\}"; + + Pattern p = Pattern.compile(regex); + Matcher m = p.matcher(sql); + while(m.find()){ + String var = m.group(); + varParams.add(var.substring(var.indexOf("{")+1,var.indexOf("}"))); + } + return varParams; + } + + /** * 鍒ゆ柇鏁版嵁瑙勫垯鏄笉鏄寘鍚繖涓疄浣撶被 * @@ -405,7 +440,13 @@ public class HqlGenerateUtil { */ public static String getSql(List list,String tab,Class claszz){ StringBuffer sb=new StringBuffer(); - sb.append(" 1=1 "); + + if(list.get(0).getRelation().equals("or")) { + sb.append(" 1=0 "); + } else { + sb.append(" 1=1 "); + } + for(QueryCondition c :list){ String column = invokeFindColumn(claszz,c.getField()); String type = invokeFindType(claszz,c.getField()); @@ -413,7 +454,6 @@ public class HqlGenerateUtil { c.setField(column); sb.append(tab+c);sb.append("\r\n"); if(c.getChildren()!=null){ - List list1= JSONHelper.toList(c.getChildren(), QueryCondition.class); sb.append(tab); sb.append(c.getRelation()+"( "); @@ -450,7 +490,16 @@ public class HqlGenerateUtil { String column=null; Field field; try { - field = clazz.getDeclaredField(field_name); + + //TODO 鍙兘鍚戜笂鎵句竴绾э紝鍏朵粬鍒欏け璐ャ + boolean flag = getSuperDeclaredField(clazz,field_name); + if(flag) { + field = clazz.getDeclaredField(field_name); + } else { + Class cla = clazz.getSuperclass(); + field = cla.getDeclaredField(field_name); + } + PropertyDescriptor pd = new PropertyDescriptor(field.getName(),clazz); Method getMethod = pd.getReadMethod();//鑾峰緱get鏂规硶 Column col=getMethod.getAnnotation(Column.class); @@ -526,4 +575,24 @@ public class HqlGenerateUtil { } return cq; } + + /** + * 鍒ゆ柇鏈夋病鏈塮ield瀛楁 + * @param clazz + * @param fieldName + * @return + */ + public static boolean getSuperDeclaredField(Class clazz,String fieldName) { + Field[] fields=clazz.getDeclaredFields(); + boolean b=false; + for (int i = 0; i < fields.length; i++) { + if(fields[i].getName().equals(fieldName)) + { + b=true; + break; + } + } + return b; + } + } diff --git a/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java b/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java index e3341b51..70b21b14 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java @@ -1,7 +1,15 @@ package org.jeecgframework.core.extend.hqlsearch; +import java.util.Date; +import java.util.HashSet; +import java.util.Set; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + import org.jeecgframework.core.extend.hqlsearch.parse.vo.HqlRuleEnum; +import org.jeecgframework.core.util.DateUtils; import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.web.system.pojo.base.TSDataRule; /** @@ -37,7 +45,7 @@ public class SysContextSqlConvert { HqlRuleEnum ruleEnum=HqlRuleEnum.getByValue(dataRule.getRuleConditions()); if(ruleEnum == HqlRuleEnum.SQL_RULES){ - sqlValue +=" and ("+ dataRule.getRuleValue()+")"; + sqlValue +=" and ("+ getSqlRuleValue(dataRule.getRuleValue())+")"; return sqlValue; } @@ -94,6 +102,36 @@ public class SysContextSqlConvert { return sqlValue; } + + private static String getSqlRuleValue(String sqlRule){ + try { + Set varParams = getSqlRuleParams(sqlRule); + for(String var:varParams){ + String tempValue = ResourceUtil.converRuleValue(var); + sqlRule = sqlRule.replace("#{"+var+"}",tempValue); + } + } catch (Exception e) { + e.printStackTrace(); + } + return sqlRule; + } + + private static Set getSqlRuleParams(String sql) { + if(oConvertUtils.isEmpty(sql)){ + return null; + } + Set varParams = new HashSet(); + String regex = "\\#\\{\\w+\\}"; + + Pattern p = Pattern.compile(regex); + Matcher m = p.matcher(sql); + while(m.find()){ + String var = m.group(); + varParams.add(var.substring(var.indexOf("{")+1,var.indexOf("}"))); + } + return varParams; + } + // /** // * diff --git a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java index 3ce3f515..6a2676cc 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java @@ -91,7 +91,7 @@ public class AuthInterceptor implements HandlerInterceptor { * 鍦╟ontroller鍓嶆嫤鎴 */ public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object object) throws Exception { - //update-begin--Author:taoYan Date:201706028 for锛氭敞瑙e疄鐜版帓闄ゆ嫤鎴 + //鍒ゆ柇鏄惁琚敞瑙h烦杩囨潈闄愯璇 鍏堝垽鏂被娉ㄨВ鐒跺悗鏂规硶娉ㄨВ 閮芥病鏈夊垯璧板師鏉ラ昏緫 HandlerMethod handlerMethod=(HandlerMethod)object; JAuth jauthType =handlerMethod.getBean().getClass().getAnnotation(JAuth.class); @@ -109,25 +109,23 @@ public class AuthInterceptor implements HandlerInterceptor { } } } - //update-end--Author:taoYan Date:201706028 for锛氭敞瑙e疄鐜版帓闄ゆ嫤鎴 - - //update-begin--Author:dangzhenghui Date:20170627 for锛歍ASK #2157 銆恇ug銆戞嫤鎴櫒锛岄渶瑕佸垽鏂繃鏉ョ殑璇锋眰鏄惁ajax,濡傛灉ajax鍒欒繑鍥炴棤鏉冮檺json,闈炶烦杞〉闈 + Boolean isAjax=isAjax(request,response); - //update-end--Author:dangzhenghui Date:20170627 for锛歍ASK #2157 銆恇ug銆戞嫤鎴櫒锛岄渶瑕佸垽鏂繃鏉ョ殑璇锋眰鏄惁ajax,濡傛灉ajax鍒欒繑鍥炴棤鏉冮檺json,闈炶烦杞〉闈 + String requestPath = ResourceUtil.getRequestPath(request);// 鐢ㄦ埛璁块棶鐨勮祫婧愬湴鍧 //logger.info("-----authInterceptor----requestPath------"+requestPath); //姝ラ涓锛 鍒ゆ柇鏄惁鏄帓闄ゆ嫤鎴姹傦紝鐩存帴杩斿洖TRUE - //update-begin--Author:dangzhenghui Date:20170402 for锛氬澶栨帴鍙f敼閫 api 璁剧疆涓洪粯璁ゅ澶栬矾寰勪笉鐢ㄨ繘琛岀櫥闄嗛獙璇 + if (requestPath.length()>3&&"api/".equals(requestPath.substring(0,4))) { return true; } - //update-begin--Author:end Date:20170402 for锛氬澶栨帴鍙f敼閫 api 璁剧疆涓洪粯璁ゅ澶栬矾寰勪笉鐢ㄨ繘琛岀櫥闄嗛獙璇 + if (excludeUrls.contains(requestPath)) { return true; - //update-begin--Author:zhoujf Date:20170426 for锛歍ASK #1867 銆愭敼閫犮戞潈闄愭嫤鎴櫒鏀寔妯$硦鍖归厤 + } else if(moHuContain(excludeContainUrls, requestPath)){ return true; - //update-end--Author:zhoujf Date:20170426 for锛歍ASK #1867 銆愭敼閫犮戞潈闄愭嫤鎴櫒鏀寔妯$硦鍖归厤 + } else { //姝ラ浜岋細 鏉冮檺鎺у埗锛屼紭鍏堥噸缁勮姹俇RL(鑰冭檻online璇锋眰鍓嶇紑涓鑷撮棶棰) String clickFunctionId = request.getParameter("clickFunctionId"); @@ -141,23 +139,23 @@ public class AuthInterceptor implements HandlerInterceptor { if(requestPath.equals("cgAutoListController.do?list")) { requestPath += "&id=" + request.getParameter("id"); } - //update-start--author:scott date:20170311 for锛歰nline鏂拌姹傛柟寮,鏉冮檺鎺у埗------------ + if(requestPath.endsWith("?olstylecode=")) { requestPath = requestPath.replace("?olstylecode=", ""); } //姝ラ涓夛細 鏍规嵁閲嶇粍璇锋眰URL,杩涜鏉冮檺鎺堟潈鍒ゆ柇 - if((!hasMenuAuth(requestPath,clickFunctionId,currLoginUser)) && !currLoginUser.getUserName().equals("admin")){ - //update-begin--Author:dangzhenghui Date:20170627 for锛歍ASK #2157 銆恇ug銆戞嫤鎴櫒锛岄渶瑕佸垽鏂繃鏉ョ殑璇锋眰鏄惁ajax,濡傛灉ajax鍒欒繑鍥炴棤鏉冮檺json,闈炶烦杞〉闈 + if((!(hasMenuAuth(requestPath,clickFunctionId,currLoginUser)) && !currLoginUser.getUserName().equals("admin"))){ + if(isAjax){ processAjax(response); }else { response.sendRedirect(request.getSession().getServletContext().getContextPath()+"/loginController.do?noAuth"); } - //update-end--Author:dangzhenghui Date:20170627 for锛歍ASK #2157 銆恇ug銆戞嫤鎴櫒锛岄渶瑕佸垽鏂繃鏉ョ殑璇锋眰鏄惁ajax,濡傛灉ajax鍒欒繑鍥炴棤鏉冮檺json,闈炶烦杞〉闈 + return false; } - //update-end--author:scott date:20170311 for锛歰nline鏂拌姹傛柟寮,鏉冮檺鎺у埗------------ + //瑙e喅rest椋庢牸涓 鏉冮檺澶辨晥闂 String functionId=""; @@ -168,28 +166,28 @@ public class AuthInterceptor implements HandlerInterceptor { }else { realRequestPath=uri; } - //update-begin--author:zhoujf date:20170307 for锛歍ASK #1745 銆恇ug銆戣嚜瀹氫箟琛ㄥ崟鏁版嵁鏉冮檺鎺у埗鏂瑰紡 1. 鏅氭帶浠堕氳繃鈥滄帶浠跺悕绉扳濇潵鎺у埗 2. 鍒楄〃鎺т欢锛岄氳繃鈥滄帶浠跺悕绉.琛ㄥご鈥濇潵鎺у埗 + // if(!oConvertUtils.isEmpty(clickFunctionId)){ // functionId = clickFunctionId; // }else{ - //update-begin--author:zhoujf date:20170304 for锛氳嚜瀹氫箟琛ㄥ崟椤甸潰鎺т欢鏉冮檺鎺у埗------------- + if(realRequestPath.indexOf("autoFormController/af/")>-1 && realRequestPath.indexOf("?")!=-1){ realRequestPath = realRequestPath.substring(0, realRequestPath.indexOf("?")); } - //update-end--author:scott date:20170304 for锛氳嚜瀹氫箟琛ㄥ崟椤甸潰鎺т欢鏉冮檺鎺у埗--------------- + List functions = systemService.findByProperty(TSFunction.class, "functionUrl", realRequestPath); if (functions.size()>0){ functionId = functions.get(0).getId(); } // } - //update-begin--author:zhoujf date:20170307 for锛歍ASK #1745 銆恇ug銆戣嚜瀹氫箟琛ㄥ崟鏁版嵁鏉冮檺鎺у埗鏂瑰紡 1. 鏅氭帶浠堕氳繃鈥滄帶浠跺悕绉扳濇潵鎺у埗 2. 鍒楄〃鎺т欢锛岄氳繃鈥滄帶浠跺悕绉.琛ㄥご鈥濇潵鎺у埗 + //Step.1 绗竴閮ㄥ垎澶勭悊椤甸潰琛ㄥ崟鍜屽垪琛ㄧ殑椤甸潰鎺т欢鏉冮檺锛堥〉闈㈣〃鍗曞瓧娈+椤甸潰鎸夐挳绛夋帶浠讹級 if(!oConvertUtils.isEmpty(functionId)){ - //update-begin-author:taoYan date:20170829 for:admin涓嶄綔鏁版嵁鏉冮檺鎺у埗 + if(!currLoginUser.getUserName().equals("admin")){ //鑾峰彇鑿滃崟瀵瑰簲鐨勯〉闈㈡帶鍒舵潈闄愶紙鍖呮嫭琛ㄥ崟瀛楁鍜屾搷浣滄寜閽級 - //update-begin-author:taoYan date:20170814 for:TASK #2207 銆愭潈闄恇ug銆戝涓鑹叉潈闄愶紙骞堕泦闂锛夛紝鍥犱负鏄弽鐨勬帶鍒讹紝瀵艰嚧鏈塧dmin鐨勬渶澶ф潈闄愬弽鑰屽彈灏忔潈闄愭帶鍒 - List operations = systemService.getOperationsByUserIdAndFunctionId(currLoginUser.getId(), functionId); + + List operations = systemService.getOperationsByUserIdAndFunctionId(currLoginUser, functionId); request.setAttribute(Globals.NOAUTO_OPERATIONCODES, operations); if(operations==null){ request.setAttribute(Globals.OPERATIONCODES, null); @@ -201,15 +199,13 @@ public class AuthInterceptor implements HandlerInterceptor { request.setAttribute(Globals.OPERATIONCODES, operationCodes); } } - //update-end-author:taoYan date:20170829 for:admin涓嶄綔鏁版嵁鏉冮檺鎺у埗 + //Set operationCodes = systemService.getOperationCodesByUserIdAndFunctionId(currLoginUser.getId(), functionId); //request.setAttribute(Globals.OPERATIONCODES, operationCodes); //} //if(!oConvertUtils.isEmpty(functionId)){ - //update-begin--Author:scott Date:20170330 for锛歔online琛ㄥ崟鎸夐挳\閾炬帴鏉冮檺]jeecg 缁熶竴瑙勫垯閲囩敤鍙嶇殑鎺у埗锛屾巿鏉冪殑杩涜鎸夐挳鎴栬呭瓧娈 闅愯棌\绂佺敤-------------------- - // List allOperation=this.systemService.findByProperty(TSOperation.class, "TSFunction.id", functionId); // List newall = new ArrayList(); // if(allOperation.size()>0){ @@ -217,10 +213,9 @@ public class AuthInterceptor implements HandlerInterceptor { // //s=s.replaceAll(" ", ""); // newall.add(s); // } -// //---author:jg_xugj----start-----date:20151210--------for锛#781 銆恛racle鍏煎銆戝吋瀹归棶棰榝un.operation!='' 鍦╫racle 鏁版嵁涓嬩笉姝g‘ + // String hasOperSql="SELECT operation FROM t_s_role_function fun, t_s_role_user role WHERE " + // "fun.functionid='"+functionId+"' AND fun.operation is not null AND fun.roleid=role.roleid AND role.userid='"+currLoginUser.getId()+"' "; -// //---author:jg_xugj----end-----date:20151210--------for锛#781 銆恛racle鍏煎銆戝吋瀹归棶棰榝un.operation!='' 鍦╫racle 鏁版嵁涓嬩笉姝g‘ // List hasOperList = this.systemService.findListbySql(hasOperSql); // for(String operationIds:hasOperList){ // for(String operationId:operationIds.split(",")){ @@ -246,8 +241,7 @@ public class AuthInterceptor implements HandlerInterceptor { } } request.setAttribute(Globals.NOAUTO_OPERATIONCODES, newall);*/ - //update-end--Author:scott Date:20170330 for锛歔online琛ㄥ崟鎸夐挳鏉冮檺\閾炬帴]jeecg 缁熶竴瑙勫垯閲囩敤鍙嶇殑鎺у埗锛屾巿鏉冪殑杩涜鎸夐挳鎴栬呭瓧娈 闅愯棌\绂佺敤-------------------- - //update-end-author:taoYan date:20170814 for:TASK #2207 銆愭潈闄恇ug銆戝涓鑹叉潈闄愶紙骞堕泦闂锛夛紝鍥犱负鏄弽鐨勬帶鍒讹紝瀵艰嚧鏈塧dmin鐨勬渶澶ф潈闄愬弽鑰屽彈灏忔潈闄愭帶鍒 + //Step.2 绗簩閮ㄥ垎澶勭悊鍒楄〃鏁版嵁绾ф潈闄 (鑿滃崟鏁版嵁瑙勫垯闆嗗悎) List MENU_DATA_AUTHOR_RULES = new ArrayList(); @@ -256,10 +250,10 @@ public class AuthInterceptor implements HandlerInterceptor { //鏁版嵁鏉冮檺瑙勫垯鐨勬煡璇 //鏌ヨ鎵鏈夌殑褰撳墠杩欎釜鐢ㄦ埛鎵瀵瑰簲鐨勮鑹插拰鑿滃崟鐨刣atarule鐨勬暟鎹鍒檌d - //update-begin-author:taoYan date:20170829 for:admin涓嶄綔鏁版嵁鏉冮檺鎺у埗 + if(!currLoginUser.getUserName().equals("admin")){ //Globals.BUTTON_AUTHORITY_CHECK - Set dataruleCodes = systemService.getOperationCodesByUserIdAndDataId(currLoginUser.getId(), functionId); + Set dataruleCodes = systemService.getOperationCodesByUserIdAndDataId(currLoginUser, functionId); request.setAttribute("dataRulecodes", dataruleCodes); for (String dataRuleId : dataruleCodes) { TSDataRule dataRule = systemService.getEntity(TSDataRule.class, dataRuleId); @@ -267,7 +261,7 @@ public class AuthInterceptor implements HandlerInterceptor { MENU_DATA_AUTHOR_RULE_SQL += SysContextSqlConvert.setSqlModel(dataRule); } } - //update-end-author:taoYan date:20170829 for:admin涓嶄綔鏁版嵁鏉冮檺鎺у埗 + JeecgDataAutorUtils.installDataSearchConditon(request, MENU_DATA_AUTHOR_RULES);//鑿滃崟鏁版嵁瑙勫垯闆嗗悎 JeecgDataAutorUtils.installDataSearchConditon(request, MENU_DATA_AUTHOR_RULE_SQL);//鑿滃崟鏁版嵁瑙勫垯sql @@ -281,8 +275,7 @@ public class AuthInterceptor implements HandlerInterceptor { } } - - //update-start--author:scott date:20170225 for锛氶噸鏋勬潈闄愬垽鏂紝鎻愰珮鏁堢巼--------------- + /** * 鍒ゆ柇鐢ㄦ埛鏄惁鏈夎彍鍗曡闂潈闄 * @param requestPath @@ -292,7 +285,7 @@ public class AuthInterceptor implements HandlerInterceptor { */ private boolean hasMenuAuth(String requestPath,String clickFunctionId,TSUser currLoginUser){ String userid = currLoginUser.getId(); - //update-start--author:scott -------- date:20170330 -------- for锛氳彍鍗曡闂潈闄愮敱妯$硦鍖归厤鏀规垚绮剧‘鍖归厤TODO --------------- + //step.1 鍏堝垽鏂姹傛槸鍚﹂厤缃彍鍗曪紝娌℃湁閰嶇疆鑿滃崟榛樿涓嶄綔鏉冮檺鎺у埗[娉ㄦ剰锛氳繖閲屼笉闄愬埗鏉冮檺绫诲瀷鑿滃崟] String hasMenuSql = "select count(*) from t_s_function where functiontype = 0 and functionurl = '"+requestPath+"'"; Long hasMenuCount = systemService.getCountForJdbc(hasMenuSql); @@ -318,9 +311,9 @@ public class AuthInterceptor implements HandlerInterceptor { }else{ return true; } - //update-end--author:scott -------- date:20170330 -------- 锛氳彍鍗曡闂潈闄愮敱妯$硦鍖归厤鏀规垚绮剧‘鍖归厤TODO --------------- + } - //update-end--author:scott date:20170225 for锛氶噸鏋勬潈闄愬垽鏂紝鎻愰珮鏁堢巼--------------- + /** * 杞彂 @@ -335,14 +328,14 @@ public class AuthInterceptor implements HandlerInterceptor { } private void forward(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - //update-start--Author:scott Date:20160803 for锛氭棤鐧婚檰鎯呭喌璺宠浆鐧婚檰椤 + //瓒呮椂锛屾湭鐧婚檰椤甸潰璺宠浆 //response.sendRedirect(request.getServletContext().getContextPath()+"/loginController.do?login"); -// update-start--Author:chenjin Date:20160828 for锛歍ASK #1324 銆恇ug銆慡ession瓒呮椂鍚庯紝閲嶆柊鐧诲綍椤甸潰鏄剧ず鍦ㄦ爣绛鹃噷,璁╁畠閲嶆柊鏄剧ず鐧诲綍椤甸潰 + response.sendRedirect(request.getSession().getServletContext().getContextPath()+"/webpage/login/timeout.jsp"); -// update-end--Author:chenjin Date:20160828 for锛歍ASK #1324 銆恇ug銆慡ession瓒呮椂鍚庯紝閲嶆柊鐧诲綍椤甸潰鏄剧ず鍦ㄦ爣绛鹃噷,璁╁畠閲嶆柊鏄剧ず鐧诲綍椤甸潰 + //request.getRequestDispatcher("loginController.do?login").forward(request, response); - //update-start--Author:scott Date:20160803 for锛氭棤鐧婚檰鎯呭喌璺宠浆鐧婚檰椤 + } /** @@ -367,7 +360,7 @@ public class AuthInterceptor implements HandlerInterceptor { private boolean isAjax(HttpServletRequest request, HttpServletResponse response){ return oConvertUtils.isNotEmpty(request.getHeader("X-Requested-With")); } - //update-begin--Author:dangzhenghui Date:20170627 for锛歍ASK #2157 銆恇ug銆戞嫤鎴櫒锛岄渶瑕佸垽鏂繃鏉ョ殑璇锋眰鏄惁ajax,濡傛灉ajax鍒欒繑鍥炴棤鏉冮檺json,闈炶烦杞〉闈 + private void processAjax(HttpServletResponse response){ AjaxJson json = new AjaxJson(); json.setSuccess(false); @@ -383,5 +376,5 @@ public class AuthInterceptor implements HandlerInterceptor { pw.close(); } } - //update-end--Author:dangzhenghui Date:20170627 for锛歍ASK #2157 銆恇ug銆戞嫤鎴櫒锛岄渶瑕佸垽鏂繃鏉ョ殑璇锋眰鏄惁ajax,濡傛灉ajax鍒欒繑鍥炴棤鏉冮檺json,闈炶烦杞〉闈 + } diff --git a/src/main/java/org/jeecgframework/core/interceptors/DateConvertEditor.java b/src/main/java/org/jeecgframework/core/interceptors/DateConvertEditor.java index 313d4865..0bc84cb2 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/DateConvertEditor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/DateConvertEditor.java @@ -3,17 +3,23 @@ package org.jeecgframework.core.interceptors; import java.beans.PropertyEditorSupport; import java.text.ParseException; import java.text.SimpleDateFormat; +import java.util.Date; + import org.springframework.util.StringUtils; /** * - * @author 寮犱唬娴 - * + * @author 寮犱唬娴 + * */ public class DateConvertEditor extends PropertyEditorSupport { - private SimpleDateFormat datetimeFormat = new SimpleDateFormat( - "yyyy-MM-dd HH:mm:ss"); - private SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); + private SimpleDateFormat datetimeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + private SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); + + /** + * 瀛楃涓茶浆鎹负date瀵硅薄 + * 鎹2014-05-26 00:00:00闀垮害鏉ュ垽鏂夋嫨鍝杞崲鏂瑰紡 + */ public void setAsText(String text) throws IllegalArgumentException { if (StringUtils.hasText(text)) { try { @@ -28,13 +34,11 @@ public class DateConvertEditor extends PropertyEditorSupport { } else if (text.indexOf(":") > 0 && text.indexOf(".") > 0 && text.length() > 21) { text = text.substring(0, text.indexOf(".")); setValue(this.datetimeFormat.parse(text)); - }else { - throw new IllegalArgumentException( - "Could not parse date, date format is error "); + } else { + throw new IllegalArgumentException("Could not parse date, date format is error "); } } catch (ParseException ex) { - IllegalArgumentException iae = new IllegalArgumentException( - "Could not parse date: " + ex.getMessage()); + IllegalArgumentException iae = new IllegalArgumentException("Could not parse date: " + ex.getMessage()); iae.initCause(ex); throw iae; } @@ -42,4 +46,29 @@ public class DateConvertEditor extends PropertyEditorSupport { setValue(null); } } + + /** + * 杞崲涓烘棩鏈熷瓧绗︿覆 + */ + @Override + public String getAsText() { + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Date value = (Date) getValue(); + String dateStr = null; + if (value == null) { + return ""; + } else { + try { + dateStr = sdf.format(value); + if (dateStr.endsWith(" 00:00:00")) { + dateStr = dateStr.substring(0, 10); + } else if (dateStr.endsWith(":00")) { + dateStr = dateStr.substring(0, 16); + } + return dateStr; + } catch (Exception ex) { + throw new IllegalArgumentException("杞崲鏃ユ湡澶辫触: " + ex.getMessage(), ex); + } + } + } } diff --git a/src/main/java/org/jeecgframework/core/interceptors/SignInterceptor.java b/src/main/java/org/jeecgframework/core/interceptors/SignInterceptor.java index 684d48b2..cac44a4f 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/SignInterceptor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/SignInterceptor.java @@ -31,7 +31,7 @@ public class SignInterceptor implements HandlerInterceptor { if (StringUtil.isEmpty(body)){ throw new BusinessException("body涓嶈兘涓虹┖"); } - Map paramMap =new HashMap(); + Map paramMap =new HashMap(); paramMap.put("body",body); if(!SignatureUtil.checkSign(paramMap, SIGN_KEY, sign)){ throw new BusinessException("绛惧悕楠岃瘉澶辫触"); diff --git a/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java b/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java index 211449db..55ef3d42 100644 --- a/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java +++ b/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java @@ -22,9 +22,9 @@ public class FreemarkerHelper { _tplConfig.setSharedVariable("DictData", (TemplateDirectiveModel)ApplicationContextUtil.getContext().getBean("dictDataTag")); _tplConfig.setSharedVariable("mutiLang", (TemplateDirectiveModel)ApplicationContextUtil.getContext().getBean("mutiLangTag")); _tplConfig.setClassForTemplateLoading(FreemarkerHelper.class, "/"); - _tplConfig.setDateTimeFormat("yyyy-MM-dd HH:mm:ss"); - _tplConfig.setDateFormat("yyyy-MM-dd"); - _tplConfig.setTimeFormat("HH:mm:ss"); + _tplConfig.setDateTimeFormat("yyyy-MM-dd HH:mm:ss"); + _tplConfig.setDateFormat("yyyy-MM-dd"); + _tplConfig.setTimeFormat("HH:mm:ss"); } /** diff --git a/src/main/java/org/jeecgframework/core/swagger/SwaggerConfig.java b/src/main/java/org/jeecgframework/core/swagger/SwaggerConfig.java new file mode 100644 index 00000000..ce260163 --- /dev/null +++ b/src/main/java/org/jeecgframework/core/swagger/SwaggerConfig.java @@ -0,0 +1,60 @@ +package org.jeecgframework.core.swagger; +import java.util.ArrayList; +import java.util.List; + +import org.jeecgframework.jwt.def.JwtConstants; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; + +import io.swagger.annotations.ApiOperation; +import springfox.documentation.builders.ApiInfoBuilder; +import springfox.documentation.builders.ParameterBuilder; +import springfox.documentation.builders.PathSelectors; +import springfox.documentation.builders.RequestHandlerSelectors; +import springfox.documentation.schema.ModelRef; +import springfox.documentation.service.ApiInfo; +import springfox.documentation.spi.DocumentationType; +import springfox.documentation.spring.web.plugins.Docket; +import springfox.documentation.swagger2.annotations.EnableSwagger2; +import springfox.documentation.service.Parameter; + + + +/** + * swagger 閰嶇疆鏂囦欢 + * @author 寮犲姞寮 + * @date 20171030 + */ +@Configuration +@EnableSwagger2 +public class SwaggerConfig { + @Bean + public Docket api() { + return new Docket(DocumentationType.SWAGGER_2) + .apiInfo(apiInfo()) + .pathMapping("/rest/")//瀵硅姹傜殑璺緞澧炲姞rest鍓嶇紑 + .globalOperationParameters(setHeaderToken()) + .select() + .apis(RequestHandlerSelectors.withMethodAnnotation(ApiOperation.class)) //鍙繃婊ゅ寘鍚湁ApiOperation娉ㄨВ鐨勬柟娉 + .paths(PathSelectors.any()) //瀵规墍鏈夌殑璺緞杩涜鐩戞帶 + .build(); + } + + private ApiInfo apiInfo() { + return new ApiInfoBuilder() + .title("鍩虹骞冲彴 RESTful APIs") + .description("鍩虹骞冲彴 RESTful 椋庢牸鐨勬帴鍙f枃妗o紝鍐呭璇︾粏锛屾瀬澶х殑鍑忓皯浜嗗墠鍚庣鐨勬矡閫氭垚鏈紝鍚屾椂纭繚浠g爜涓庢枃妗d繚鎸侀珮搴︿竴鑷达紝鏋佸ぇ鐨勫噺灏戠淮鎶ゆ枃妗g殑鏃堕棿銆") + .termsOfServiceUrl("http://www.jeeecg.org") + .contact("JEECG") + .version("1.0.0") + .build(); + } + + private List setHeaderToken() { + ParameterBuilder tokenPar = new ParameterBuilder(); + List pars = new ArrayList(); + tokenPar.name(JwtConstants.AUTHORIZATION).description("token").modelRef(new ModelRef("string")).parameterType("header").required(false).build(); + pars.add(tokenPar.build()); + return pars; + } +} \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/core/timer/DynamicTask.java b/src/main/java/org/jeecgframework/core/timer/DynamicTask.java index d5e52fdd..04fd1ced 100644 --- a/src/main/java/org/jeecgframework/core/timer/DynamicTask.java +++ b/src/main/java/org/jeecgframework/core/timer/DynamicTask.java @@ -128,7 +128,7 @@ public class DynamicTask { try { String newExpression = task.getCronExpression(); task = timeTaskService.get(TSTimeTaskEntity.class, task.getId()); - + //浠诲姟杩愯涓 if("1".equals(task.getIsStart())){ CronTriggerBean trigger = (CronTriggerBean)schedulerFactory.getTrigger("cron_" + task.getId(), Scheduler.DEFAULT_GROUP); @@ -138,13 +138,16 @@ public class DynamicTask { trigger.setCronExpression(newExpression); schedulerFactory.rescheduleJob("cron_" + task.getId(), Scheduler.DEFAULT_GROUP, trigger); } + }else{ + //绔嬪嵆鐢熸晥 + startTask(task); + task.setIsEffect("1"); + task.setIsStart("1"); + timeTaskService.updateEntitie(task); + systemService.addLog(("绔嬪嵆鐢熸晥寮鍚换鍔")+task.getTaskId(), Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + logger.info(("绔嬪嵆鐢熸晥寮鍚换鍔")+"-------TaskId:"+task.getTaskId()+"-------Describe:"+task.getTaskDescribe()+"-----ClassName:"+task.getClassName() ); } - - //妫鏌ユ暟鎹簱涓殑浠诲姟瑙﹀彂瑙勫垯涓庢柊瑙勫垯鏄惁涓鑷 - if (!task.getCronExpression().equalsIgnoreCase(newExpression)) { - task.setCronExpression(newExpression); - timeTaskService.updateEntitie(task); - } + return true; } catch (SchedulerException e) { diff --git a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java index 2a439ebc..6b3e8b94 100644 --- a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java +++ b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java @@ -1,5 +1,6 @@ package org.jeecgframework.core.util; +import java.sql.SQLException; import java.util.HashMap; import java.util.List; import java.util.Map; @@ -21,8 +22,18 @@ import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; */ public class DynamicDBUtil { private static final Logger logger = Logger.getLogger(DynamicDBUtil.class); + /** + * 澶氭暟鎹繛鎺ユ睜 + */ + private static Map dbSources = new HashMap(); - private static BasicDataSource getDataSource(final DynamicDataSourceEntity dynamicSourceEntity) { + /** + * 鑾峰彇鏁版嵁婧愩愭渶搴曞眰鏂规硶锛屼笉瑕侀殢渚胯皟鐢ㄣ + * @param dynamicSourceEntity + * @return + */ + @Deprecated + private static BasicDataSource getJdbcDataSource(final DynamicDataSourceEntity dynamicSourceEntity) { BasicDataSource dataSource = new BasicDataSource(); String driverClassName = dynamicSourceEntity.getDriverClass(); @@ -41,23 +52,48 @@ public class DynamicDBUtil { return dataSource; } - private static JdbcTemplate getJdbcTemplate(String dbKey) { + /** + * 閫氳繃dbkey,鑾峰彇鏁版嵁婧 + * @param dbKey + * @return + */ + public static BasicDataSource getDbSourceBydbKey(final String dbKey) { + //鑾峰彇澶氭暟鎹簮閰嶇疆 DynamicDataSourceEntity dynamicSourceEntity = ResourceUtil.dynamicDataSourceMap.get(dbKey); - - BasicDataSource dataSource = getDataSource(dynamicSourceEntity); - JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource); - return jdbcTemplate; + //鍏堝垽鏂紦瀛樹腑鏄惁瀛樺湪鏁版嵁搴撻摼鎺 + BasicDataSource cacheDbSource = dbSources.get(dbKey); + if(cacheDbSource!=null && !cacheDbSource.isClosed()){ + return cacheDbSource; + }else{ + BasicDataSource dataSource = getJdbcDataSource(dynamicSourceEntity); + dbSources.put(dbKey, dataSource); + return dataSource; + } } - /** - * 璇ユ柟娉曞彧鏄柟渚跨敤浜巑ain鏂规硶娴嬭瘯璋冪敤 - * @param dynamicSourceEntity - * @return JdbcTemplate + /** + * 鍏抽棴鏁版嵁搴撹繛鎺ユ睜 + * @param dbKey + * @return + * @return */ - @SuppressWarnings("unused") - private static JdbcTemplate getJdbcTemplate(DynamicDataSourceEntity dynamicSourceEntity) { - BasicDataSource dataSource = getDataSource(dynamicSourceEntity); - JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource); + public static void closeDBkey(final String dbKey){ + BasicDataSource dataSource = getDbSourceBydbKey(dbKey); + try { + if(dataSource!=null && !dataSource.isClosed()){ + dataSource.getConnection().commit(); + dataSource.getConnection().close(); + dataSource.close(); + } + } catch (SQLException e) { + e.printStackTrace(); + } + } + + + private static JdbcTemplate getJdbcTemplate(String dbKey) { + BasicDataSource dataSource = getDbSourceBydbKey(dbKey); + JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource); return jdbcTemplate; } @@ -77,7 +113,6 @@ public class DynamicDBUtil { } else { effectCount = jdbcTemplate.update(sql, param); } - return effectCount; } diff --git a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java index 5b965f9e..f29d1dfa 100644 --- a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java +++ b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java @@ -1038,4 +1038,95 @@ public class ListtoMenu { } return menuString.toString(); } + + /** + * 鑾峰彇fineUI鑿滃崟鏍 + * @param map + * @return + */ + public static String getFineuiMultistageTree(Map> map) { + if(map==null||map.size()==0||!map.containsKey(0)){return "涓嶅叿鏈変换浣曟潈闄,\n璇锋壘绠$悊鍛樺垎閰嶆潈闄";} + StringBuffer menuString = new StringBuffer(); + List list = map.get(0); + int curIndex = 0; + for (TSFunction function : list) { + String order = function.getFunctionOrder(); + menuString.append("

"); + //menuString.append(getSubMenu(function,1,map)); + }else{ + menuString.append(""); + /**/ + //menuString.append("
    "); + //class="" id="3" style='display: block;' + menuString.append(""); + } + curIndex++; + } + return menuString.toString(); + } + + private static String getFineuiSubMenu(TSFunction parent, int level, Map> map) { + StringBuffer menuString = new StringBuffer(); + List list = map.get(level); + for (TSFunction function : list) { + if (function.getTSFunction().getId().equals(parent.getId())){ + if(!function.hasSubFunction(map)){ + menuString.append(getLeafOfFineuiTree(function,map)); + }else{ + menuString.append(getLeafOfFineuiTree(function,map)); + + } + } + } + return menuString.toString(); + } + + private static String getLeafOfFineuiTree(TSFunction function,Map> map) { + StringBuffer menuString = new StringBuffer(); + String icon = "folder"; + if (function.getTSIcon() != null) { + icon = ResourceUtil.allTSIcons.get(function.getTSIcon().getId()).getIconClas(); + } + //addTabs({id:'home',title:'棣栭〉',close: false,url: 'loginController.do?home'}); + String name = getMutiLang(function.getFunctionName()) ; + menuString.append("
  • "); + if(!function.hasSubFunction(map)){ + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + } + menuString.append(""); + menuString.append(name); + menuString.append(""); + menuString.append(""); + menuString.append("
  • "); + }else { + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + menuString.append(""); + menuString.append(name); + menuString.append(""); + menuString.append(""); + menuString.append(""); + menuString.append("
      "); + menuString.append(getFineuiSubMenu(function,2,map)); + menuString.append("
    "); + } + return menuString.toString(); + } + } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/core/util/QCloudUtils.java b/src/main/java/org/jeecgframework/core/util/QCloudUtils.java index 08c1d3d6..48ec3bd0 100644 --- a/src/main/java/org/jeecgframework/core/util/QCloudUtils.java +++ b/src/main/java/org/jeecgframework/core/util/QCloudUtils.java @@ -9,8 +9,8 @@ import com.qcloud.cos.sign.Credentials; public class QCloudUtils { private static long appId = 1251108935; - private static String secretId = "AKIDeCYoxueSxIQW0PHzVqz3NhuwoYN34Y7W"; - private static String secretKey = "NkARfmtpcDnIgssupY7Zs0zpeMwCJJ9q"; + private static String secretId = "?"; + private static String secretKey = "?"; private static String bucketName="jeecg"; private static Credentials cred=new Credentials(appId, secretId, secretKey); private static ClientConfig clientConfig = new ClientConfig(); diff --git a/src/main/java/org/jeecgframework/core/util/RedisCacheUtil.java b/src/main/java/org/jeecgframework/core/util/RedisCacheUtil.java new file mode 100644 index 00000000..8f27c01b --- /dev/null +++ b/src/main/java/org/jeecgframework/core/util/RedisCacheUtil.java @@ -0,0 +1,51 @@ +package org.jeecgframework.core.util; + +import java.util.Set; + +import org.springframework.data.redis.core.RedisTemplate; +import org.springframework.data.redis.serializer.JdkSerializationRedisSerializer; + +/** + * radis 缂撳瓨宸ュ叿绫 + * @author Yandong + * + */ +@SuppressWarnings("unchecked") +public class RedisCacheUtil { + + private static RedisTemplate redisTemplate; + + static{ + redisTemplate=(RedisTemplate) ApplicationContextUtil.getContext().getBean("redisTemplate"); + redisTemplate.setValueSerializer(new JdkSerializationRedisSerializer()); + } + + public static Object get(String cacheName, Object key) { + return redisTemplate.boundValueOps(cacheName+"_"+key).get(); + } + + public static void put(String cacheName, Object key, Object value) { + redisTemplate.boundValueOps(cacheName+"_"+key).set(value); + } + + public static boolean remove(String cacheName, Object key) { + if(redisTemplate.hasKey(cacheName+"_"+key)){ + redisTemplate.delete(cacheName+"_"+key); + return true; + } + return false; + } + + /** + * 娓呯┖绯荤粺redis cache缂撳瓨 + */ + public static void clean() { + Set dictKeys = redisTemplate.keys(EhcacheUtil.DictCache+"*"); + Set eternalKeys = redisTemplate.keys(EhcacheUtil.EternalCache+"*"); + Set tagKeys = redisTemplate.keys(EhcacheUtil.TagCache+"*"); + if(dictKeys!=null && !dictKeys.isEmpty())redisTemplate.delete(dictKeys); + if(eternalKeys!=null && !eternalKeys.isEmpty())redisTemplate.delete(eternalKeys); + if(tagKeys!=null && !tagKeys.isEmpty())redisTemplate.delete(tagKeys); + } + +} diff --git a/src/main/java/org/jeecgframework/core/util/RedisUtil.java b/src/main/java/org/jeecgframework/core/util/RedisUtil.java new file mode 100644 index 00000000..6bd4c79e --- /dev/null +++ b/src/main/java/org/jeecgframework/core/util/RedisUtil.java @@ -0,0 +1,317 @@ +package org.jeecgframework.core.util; + +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.TimeUnit; +import org.springframework.context.support.AbstractApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; +import org.springframework.data.redis.core.BoundKeyOperations; +import org.springframework.data.redis.core.BoundListOperations; +import org.springframework.data.redis.core.BoundValueOperations; +import org.springframework.data.redis.core.RedisTemplate; + +/** + * redis 缂撳瓨宸ュ叿绫 + * yugw 20170929 v2.0 + * redis鏁版嵁搴撲俊鎭湪redis.properties + */ +@SuppressWarnings({ "rawtypes", "unchecked" }) +public class RedisUtil { + + private static RedisTemplate redisTemplate; + private static ConcurrentHashMap boundKeyOperations = new ConcurrentHashMap(); + + /** + * 鍚勪釜宸ュ叿绫荤殑缂撳瓨鍖哄煙锛岄槻姝㈠鍖哄煙涔嬮棿鍥犻噸鍚嶈屾姤閿 + */ + private static String StringRKey = "StringR."; + private static String ObjectRKey = "ObjectR."; + private static String ListRKey = "ListR."; + + static { + if (redisTemplate == null) { + AbstractApplicationContext ac = new ClassPathXmlApplicationContext( + "classpath:/redis.xml"); + redisTemplate = (RedisTemplate) ac.getBean("redisTemplate"); + ac.close(); + } + } + + /** + * 涓撶敤浜嶴tring鐨凴edis澶勭悊宸ュ叿绫 + * 鎵鏈夊伐鍏风被閮藉寘鍚玤etBound銆乻etIfAbsent銆乻et銆乨elete銆乭asKey銆乬et銆乬etAndRemove绛夐氱敤鏂规硶 + * getBound鐢ㄦ潵缂撳瓨澶勭悊绫伙紝闃叉澶氭澶勭悊鐢熸垚澶氫釜澶勭悊绫伙紱 + * setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨 + * set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹 + * delete 鍒犻櫎缂撳瓨 + * hasKey 鏄惁瀛樺湪缂撳瓨 + * get 鑾峰彇缂撳瓨鍐呭 + * getAndRemove 鑾峰彇缂撳瓨鍐呭骞跺垹闄ょ紦瀛 + */ + public static class StringR { + /**getBound鐢ㄦ潵缂撳瓨澶勭悊绫伙紝闃叉澶氭澶勭悊鐢熸垚澶氫釜澶勭悊绫*/ + public static BoundValueOperations getBound(String oldkey){ + cleanOperas(); + String key = StringRKey + oldkey; + BoundKeyOperations boundKeyOperation = boundKeyOperations.get(key); + if(boundKeyOperation == null){ + boundKeyOperation = redisTemplate.boundValueOps(key); + boundKeyOperations.put(key, boundKeyOperation); + } + return (BoundValueOperations)boundKeyOperation; + } + /**setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨*/ + public static Boolean setIfAbsent(String key, String value) { + return setIfAbsent(key, value, 30L, TimeUnit.MINUTES); + } + /**setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨锛屽苟璁剧疆缂撳瓨瓒呮椂鏃堕棿*/ + public static Boolean setIfAbsent(String key, String value, long expire, + TimeUnit timeUnit) { + if(hasKey(key)){ + return false; + }else{ + return set(key, value, expire, timeUnit); + } + } + /**set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹*/ + public static Boolean set(String key, String value) { + return set(key, value, 30L, TimeUnit.MINUTES); + } + /**set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹癸紝骞惰缃繃鏈熸椂闂*/ + public static Boolean set(String key, String value, long expire, + TimeUnit timeUnit) { + Boolean rt = Boolean.FALSE; + getBound(key).set(value); + if (rt) { + redisTemplate.expire(StringRKey + key, expire, timeUnit); + } + return rt; + } + /**get 鑾峰彇缂撳瓨鍐呭*/ + public static String get(String key) { + return getBound(key).get(); + } + /**getAndRemove 鑾峰彇缂撳瓨鍐呭骞跺垹闄ょ紦瀛*/ + public static String getAndRemove(String key) { + String rt = get(key); + delete(key); + return rt; + } + /**delete 鍒犻櫎缂撳瓨*/ + public static void delete(String key) { + RedisUtil.delete(StringRKey, key); + } + /**hasKey 鏄惁瀛樺湪缂撳瓨*/ + public static Boolean hasKey(String key) { + return RedisUtil.hasKey(StringRKey, key); + } + } + /** + * 涓撶敤浜嶰bject鐨凴edis澶勭悊宸ュ叿绫 + */ + public static class ObjectR { + /**getBound鐢ㄦ潵缂撳瓨澶勭悊绫伙紝闃叉澶氭澶勭悊鐢熸垚澶氫釜澶勭悊绫*/ + public static BoundValueOperations getBound(String oldkey){ + cleanOperas(); + String key = ObjectRKey + oldkey; + BoundKeyOperations boundKeyOperation = boundKeyOperations.get(key); + if(boundKeyOperation == null){ + boundKeyOperation = redisTemplate.boundValueOps(key); + boundKeyOperations.put(key, boundKeyOperation); + } + return (BoundValueOperations)boundKeyOperation; + } + /**setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨*/ + public static Boolean setIfAbsent(String key, Object value) { + return setIfAbsent(key, value, 30L, TimeUnit.MINUTES); + } + /**setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨锛屽苟璁剧疆缂撳瓨瓒呮椂鏃堕棿*/ + public static Boolean setIfAbsent(String key, Object value, long expire, + TimeUnit timeUnit) { + if(hasKey(key)){ + return false; + }else{ + return set(key, value, expire, timeUnit); + } + } + /**set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹*/ + public static Boolean set(String key, Object value) { + return set(key, value, 30L, TimeUnit.MINUTES); + } + /**set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹癸紝骞惰缃繃鏈熸椂闂*/ + public static Boolean set(String key, Object value, long expire, + TimeUnit timeUnit) { + Boolean rt = Boolean.FALSE; + if (value == null) { + return rt; + } + getBound(key).set(value); + if (rt) { + redisTemplate.expire(ObjectRKey + key, expire, timeUnit); + } + return rt; + } + /**get 鑾峰彇缂撳瓨鍐呭*/ + public static Object get(String key) { + return getBound(key).get(); + } + /**getAndRemove 鑾峰彇缂撳瓨鍐呭骞跺垹闄ょ紦瀛*/ + public static Object getAndRemove(String key) { + Object rt = get(key); + delete(key); + return rt; + } + /**delete 鍒犻櫎缂撳瓨*/ + public static void delete(String key) { + RedisUtil.delete(ObjectRKey, key); + } + /**hasKey 鏄惁瀛樺湪缂撳瓨*/ + public static Boolean hasKey(String key) { + return RedisUtil.hasKey(ObjectRKey, key); + } + } + + /** + * 涓撶敤浜嶭ist鐨凴edis澶勭悊宸ュ叿绫 + * add 鍦╨ist鏈坊鍔犳柊瀹炰綋 + * size 褰撳墠list鐨剆ize + * get 褰撳墠list鐨勭index涓暟鎹 + * getAll 鑾峰彇褰撳墠list鏁版嵁 + * getAllAndRemove 鑾峰彇褰撳墠list鏁版嵁锛屽苟鍒犻櫎缂撳瓨 + */ + public static class ListR { + /**getBound鐢ㄦ潵缂撳瓨澶勭悊绫伙紝闃叉澶氭澶勭悊鐢熸垚澶氫釜澶勭悊绫*/ + public static BoundListOperations getBound(String oldkey){ + cleanOperas(); + String key = ListRKey + oldkey; + BoundKeyOperations boundKeyOperation = boundKeyOperations.get(key); + if(boundKeyOperation == null){ + boundKeyOperation = redisTemplate.boundListOps(key); + boundKeyOperations.put(key, boundKeyOperation); + } + return (BoundListOperations)boundKeyOperation; + } + /**setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨*/ + public static Boolean setIfAbsent(String key, List value) { + return setIfAbsent(key, value, 30L, TimeUnit.MINUTES); + } + /**setIfAbsent 濡傛灉涓嶅瓨鍦ㄥ氨娣诲姞缂撳瓨锛屽苟璁剧疆缂撳瓨瓒呮椂鏃堕棿*/ + public static Boolean setIfAbsent(String key, List value, long expire, + TimeUnit timeUnit) { + if(hasKey(key)){ + return false; + }else{ + return set(key, value, expire, timeUnit); + } + } + /**set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹*/ + public static Boolean set(String key, List value) { + return set(key, value, 30L, TimeUnit.MINUTES); + } + /**set 娣诲姞鎴栨洿鏀圭紦瀛樺唴瀹癸紝骞惰缃繃鏈熸椂闂*/ + public static Boolean set(String key, List value, long expire, + TimeUnit timeUnit) { + Boolean rt = Boolean.FALSE; + if (value == null || value.size() <= 0) { + return rt; + } + BoundListOperations boundListOperations = getBound(key); + for(Object obj : value){ + boundListOperations.rightPush(obj); + } + if (rt) { + redisTemplate.expire(ListRKey + key, expire, timeUnit); + } + return rt; + } + /**add 鍦╨ist鏈坊鍔犳柊瀹炰綋e*/ + public static Boolean add(String key, Object value) { + return add(key, value, 30L, TimeUnit.MINUTES); + } + /**add 鍦╨ist鏈坊鍔犳柊瀹炰綋锛屽苟璁剧疆杩囨湡鏃堕棿*/ + public static Boolean add(String key, Object value, long expire, + TimeUnit timeUnit) { + Boolean rt = Boolean.FALSE; + if (value == null) { + return rt; + } + getBound(key).rightPush(value); + if (rt) { + redisTemplate.expire(ListRKey + key, expire, timeUnit); + } + return rt; + } + /**size 褰撳墠list鐨剆ize*/ + public static Long size(String key) { + return getBound(key).size(); + } + /**get 褰撳墠list鐨勭index涓暟鎹*/ + public static Object get(String key, long index) { + return getBound(key).index(index); + } + /**getAll 鑾峰彇褰撳墠list鏁版嵁*/ + public static ArrayList getAll(String key) { + if(!hasKey(key)){ + return null; + } + List list = getBound(key).range(0, size(key) - 1); + ArrayList result = new ArrayList(); + for(Object single : list){ + result.add(single); + } + return result; + } + /**getAllAndRemove 鑾峰彇褰撳墠list鏁版嵁锛屽苟鍒犻櫎缂撳瓨*/ + public static ArrayList getAllAndRemove(String key) { + ArrayList rt = getAll(key); + delete(key); + return rt; + } + /**delete 鍒犻櫎缂撳瓨*/ + public static void delete(String key) { + RedisUtil.delete(ListRKey, key); + } + /**hasKey 鏄惁瀛樺湪缂撳瓨*/ + public static Boolean hasKey(String key) { + return RedisUtil.hasKey(ListRKey, key); + } + } + + private static Long lastGet; + /**娓呯悊boundKeyOperations*/ + public static void cleanOperas(){ + if(lastGet == null){ + lastGet = System.currentTimeMillis(); + return; + } + //姣忚繃20鍒嗛挓娓呯悊涓娆★紝闃叉鏃犳晥Opera鍗犵敤鍐呭瓨 + if(System.currentTimeMillis() - lastGet > 20*60*1000){ + boundKeyOperations = new ConcurrentHashMap(); + } + } + + /** + * 鎵鏈夊垹闄ゆ柟娉曠殑鍏ュ彛 + * @param area 缂撳瓨鍖哄煙 + * @param key + */ + public static void delete(String area, String key) { + redisTemplate.delete(area + key); + } + + /** + * 鎵鏈塰asKey鐨勫叆鍙 + * @param area 缂撳瓨鍖哄煙 + * @param key + */ + public static Boolean hasKey(String area, String key) { + return redisTemplate.hasKey(area + key); + } + /** + * 娓呯悊鎵鏈塺edis缂撳瓨 + */ + public static void cleanAll(){ + redisTemplate.getConnectionFactory().getConnection().flushAll(); + } +} \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/core/util/ReflectHelper.java b/src/main/java/org/jeecgframework/core/util/ReflectHelper.java index 04569411..5dbefe76 100644 --- a/src/main/java/org/jeecgframework/core/util/ReflectHelper.java +++ b/src/main/java/org/jeecgframework/core/util/ReflectHelper.java @@ -1,7 +1,9 @@ package org.jeecgframework.core.util; +import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.ArrayList; +import java.util.HashMap; import java.util.Hashtable; import java.util.List; import java.util.Map; @@ -173,4 +175,64 @@ public class ReflectHelper { return list; } + + /** + * 鏍规嵁灞炴у悕鑾峰彇灞炴у + * */ + public static Object getFieldValueByName(String fieldName, Object o) { + try { + String firstLetter = fieldName.substring(0, 1).toUpperCase(); + String getter = "get" + firstLetter + fieldName.substring(1); + Method method = o.getClass().getMethod(getter, new Class[] {}); + Object value = method.invoke(o, new Object[] {}); + return value; + } catch (Exception e) { + e.printStackTrace(); + return null; + } + } + + /** + * 鑾峰彇灞炴у悕鏁扮粍 + * */ + public static String[] getFiledName(Object o){ + Field[] fields=o.getClass().getDeclaredFields(); + String[] fieldNames=new String[fields.length]; + for(int i=0;i getFiledsInfo(Object o){ + Field[] fields=o.getClass().getDeclaredFields(); + String[] fieldNames=new String[fields.length]; + List list = new ArrayList(); + Map infoMap=null; + for(int i=0;i(); + infoMap.put("type", fields[i].getType().toString()); + infoMap.put("name", fields[i].getName()); + infoMap.put("value", getFieldValueByName(fields[i].getName(), o)); + list.add(infoMap); + } + return list; + } + + /** + * 鑾峰彇瀵硅薄鐨勬墍鏈夊睘鎬у硷紝杩斿洖涓涓璞℃暟缁 + * */ + public static Object[] getFiledValues(Object o){ + String[] fieldNames=getFiledName(o); + Object[] value=new Object[fieldNames.length]; + for(int i=0;i allTSIcons = new HashMap(); /** - * 鍔ㄦ佹暟鎹簮銆愮紦瀛樸 + * 鍔ㄦ佹暟鎹簮鍙傛暟閰嶇疆銆愮紦瀛樸 */ public static Map dynamicDataSourceMap = new HashMap(); @@ -120,7 +120,13 @@ public class ResourceUtil { } if(requestPath.indexOf("=")!=-1){ - requestPath = requestPath.substring(0,requestPath.indexOf(".do")+3); + + if(requestPath.indexOf(".do")!=-1){ + requestPath = requestPath.substring(0,requestPath.indexOf(".do")+3); + }else{ + requestPath = requestPath.substring(0,requestPath.indexOf("?")); + } + } requestPath = requestPath.substring(request.getContextPath().length() + 1);// 鍘绘帀椤圭洰璺緞 diff --git a/src/main/java/org/jeecgframework/core/util/StringUtil.java b/src/main/java/org/jeecgframework/core/util/StringUtil.java index a211cbc6..64924c61 100644 --- a/src/main/java/org/jeecgframework/core/util/StringUtil.java +++ b/src/main/java/org/jeecgframework/core/util/StringUtil.java @@ -450,6 +450,28 @@ public class StringUtil { return null; } + /** + * 鎶 鍚=鍊 鍙傛暟琛ㄨ浆鎹㈡垚瀛楃涓 {"a":"1","b":"2"} + * @param map + * @return + */ + public static String HashMapToJsonContent(HashMap map) { + if (map != null && map.size() > 0) { + String result = "{"; + Iterator it = map.keySet().iterator(); + while (it.hasNext()) { + String name = (String) it.next(); + String value = (String) map.get(name); + result += (result.equals("{")) ? "" : ", "; + result += String.format("\"%s\":\"%s\"", name, value); + } + result += "}"; + return result; + } + return null; + } + + /** * 瑙f瀽瀛楃涓茶繑鍥 鍚嶇О=鍊肩殑鍙傛暟琛 (a=1&b=2 => a=1,b=2) * diff --git a/src/main/java/org/jeecgframework/core/util/oConvertUtils.java b/src/main/java/org/jeecgframework/core/util/oConvertUtils.java index 03b3915f..0555f2fe 100644 --- a/src/main/java/org/jeecgframework/core/util/oConvertUtils.java +++ b/src/main/java/org/jeecgframework/core/util/oConvertUtils.java @@ -18,9 +18,6 @@ import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; -import org.springframework.web.context.request.RequestContextHolder; -import org.springframework.web.context.request.ServletRequestAttributes; - /** * * @author 寮犱唬娴 @@ -393,5 +390,67 @@ public class oConvertUtils { private static boolean isInner(long userIp, long begin, long end) { return (userIp >= begin) && (userIp <= end); } + + /** + * 灏嗕笅鍒掔嚎澶у啓鏂瑰紡鍛藉悕鐨勫瓧绗︿覆杞崲涓洪┘宄板紡銆 + * 濡傛灉杞崲鍓嶇殑涓嬪垝绾垮ぇ鍐欐柟寮忓懡鍚嶇殑瀛楃涓蹭负绌猴紝鍒欒繑鍥炵┖瀛楃涓层
    + * 渚嬪锛歨ello_world->helloWorld + * + * @param name + * 杞崲鍓嶇殑涓嬪垝绾垮ぇ鍐欐柟寮忓懡鍚嶇殑瀛楃涓 + * @return 杞崲鍚庣殑椹煎嘲寮忓懡鍚嶇殑瀛楃涓 + */ + public static String camelName(String name) { + StringBuilder result = new StringBuilder(); + // 蹇熸鏌 + if (name == null || name.isEmpty()) { + // 娌″繀瑕佽浆鎹 + return ""; + } else if (!name.contains("_")) { + // 涓嶅惈涓嬪垝绾匡紝浠呭皢棣栧瓧姣嶅皬鍐 + return name.substring(0, 1).toLowerCase() + name.substring(1); + } + // 鐢ㄤ笅鍒掔嚎灏嗗師濮嬪瓧绗︿覆鍒嗗壊 + String camels[] = name.split("_"); + for (String camel : camels) { + // 璺宠繃鍘熷瀛楃涓蹭腑寮澶淬佺粨灏剧殑涓嬫崲绾挎垨鍙岄噸涓嬪垝绾 + if (camel.isEmpty()) { + continue; + } + // 澶勭悊鐪熸鐨勯┘宄扮墖娈 + if (result.length() == 0) { + // 绗竴涓┘宄扮墖娈碉紝鍏ㄩ儴瀛楁瘝閮藉皬鍐 + result.append(camel.toLowerCase()); + } else { + // 鍏朵粬鐨勯┘宄扮墖娈碉紝棣栧瓧姣嶅ぇ鍐 + result.append(camel.substring(0, 1).toUpperCase()); + result.append(camel.substring(1).toLowerCase()); + } + } + return result.toString(); + } + + /** + * 灏嗕笅鍒掔嚎澶у啓鏂瑰紡鍛藉悕鐨勫瓧绗︿覆杞崲涓洪┘宄板紡銆 + * 濡傛灉杞崲鍓嶇殑涓嬪垝绾垮ぇ鍐欐柟寮忓懡鍚嶇殑瀛楃涓蹭负绌猴紝鍒欒繑鍥炵┖瀛楃涓层
    + * 渚嬪锛歨ello_world,test_id->helloWorld,testId + * + * @param name + * 杞崲鍓嶇殑涓嬪垝绾垮ぇ鍐欐柟寮忓懡鍚嶇殑瀛楃涓 + * @return 杞崲鍚庣殑椹煎嘲寮忓懡鍚嶇殑瀛楃涓 + */ + public static String camelNames(String names) { + if(names==null||names.equals("")){ + return null; + } + StringBuffer sf = new StringBuffer(); + String[] fs = names.split(","); + for (String field : fs) { + field = camelName(field); + sf.append(field + ","); + } + String result = sf.toString(); + return result.substring(0, result.length() - 1); + } } diff --git a/src/main/java/org/jeecgframework/easypoi/service/EasypoiDictService.java b/src/main/java/org/jeecgframework/easypoi/service/EasypoiDictService.java index 2d1323e5..c59d17f4 100644 --- a/src/main/java/org/jeecgframework/easypoi/service/EasypoiDictService.java +++ b/src/main/java/org/jeecgframework/easypoi/service/EasypoiDictService.java @@ -3,7 +3,7 @@ package org.jeecgframework.easypoi.service; import java.util.ArrayList; import java.util.List; -import org.jeecgframework.core.util.ApplicationContextUtil; +import org.apache.log4j.Logger; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.web.system.dao.JeecgDictDao; import org.jeecgframework.web.system.pojo.base.DictEntity; @@ -19,6 +19,8 @@ import org.springframework.stereotype.Service; */ @Service("easypoiDictService") public class EasypoiDictService implements EasypoiDictServiceI { + private Logger log = Logger.getLogger(EasypoiDictService.class); + @Autowired private JeecgDictDao jeecgDictDao; @Autowired @@ -38,8 +40,12 @@ public class EasypoiDictService implements EasypoiDictServiceI { if(StringUtil.isEmpty(dicTable)){ dictList = jeecgDictDao.querySystemDict(dicCode); }else { - dicText = StringUtil.isEmpty(dicText, dicCode); - dictList = jeecgDictDao.queryCustomDict(dicTable, dicCode, dicText); + try { + dicText = StringUtil.isEmpty(dicText, dicCode); + dictList = jeecgDictDao.queryCustomDict(dicTable, dicCode, dicText); + } catch (Exception e) { + log.error(e.toString()); + } } for(DictEntity t:dictList){ dictReplace.add(mutiLangService.getLang(t.getTypename())+"_"+t.getTypecode()); diff --git a/src/main/java/org/jeecgframework/jwt/aop/RestAuthTokenInterceptor.java b/src/main/java/org/jeecgframework/jwt/aop/RestAuthTokenInterceptor.java new file mode 100644 index 00000000..6be44063 --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/aop/RestAuthTokenInterceptor.java @@ -0,0 +1,117 @@ +package org.jeecgframework.jwt.aop; + +import io.jsonwebtoken.Claims; +import io.jsonwebtoken.Jwts; +import io.jsonwebtoken.SignatureException; + +import java.util.List; + +import javax.servlet.ServletException; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.jwt.def.JwtConstants; +import org.jeecgframework.jwt.model.TokenModel; +import org.jeecgframework.jwt.service.TokenManager; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Component; +import org.springframework.web.servlet.HandlerInterceptor; +import org.springframework.web.servlet.ModelAndView; + +/** + * Restful璇锋眰锛 Token鏍¢獙瑙勫垯鎷︽埅鍣紙JWT锛 + * + * @author scott + * @date 2015/7/30. + */ +@Component +public class RestAuthTokenInterceptor implements HandlerInterceptor { + + @Autowired + private TokenManager manager; + + @Override + public void afterCompletion(HttpServletRequest httpservletrequest, HttpServletResponse httpservletresponse, Object obj, Exception exception) throws Exception { + // TODO Auto-generated method stub + } + + @Override + public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object obj) throws Exception { + String requestPath = request.getRequestURI().substring(request.getContextPath().length()); + if(requestPath.indexOf("/rest/")==-1 || excludeUrls.contains(requestPath) ||moHuContain(excludeContainUrls, requestPath)){ + return true; + } + + //浠巋eader涓緱鍒皌oken + String authHeader = request.getHeader(JwtConstants.AUTHORIZATION); + if (authHeader == null) { + throw new ServletException("Missing or invalid X-AUTH-TOKEN header."); + } + // 楠岃瘉token + Claims claims = null; + try { + claims = Jwts.parser().setSigningKey(JwtConstants.JWT_SECRET).parseClaimsJws(authHeader).getBody(); + }catch (final SignatureException e) { + throw new ServletException("Invalid token."); + } + + Object username = claims.getId(); + if (oConvertUtils.isEmpty(username)) { + throw new ServletException("Invalid X-AUTH-TOKEN Subject no exist username."); + } + TokenModel model = manager.getToken(authHeader,username.toString()); + if (manager.checkToken(model)) { + //濡傛灉token楠岃瘉鎴愬姛锛屽皢瀵硅薄浼犻掔粰涓嬩竴涓姹 + request.setAttribute(JwtConstants.CURRENT_TOKEN_CLAIMS, claims); + //濡傛灉token楠岃瘉鎴愬姛锛屽皢token瀵瑰簲鐨勭敤鎴穒d瀛樺湪request涓紝渚夸簬涔嬪悗娉ㄥ叆 + request.setAttribute(JwtConstants.CURRENT_USER_NAME, model.getUsername()); + return true; + } else { + // 濡傛灉楠岃瘉token澶辫触锛屽垯杩斿洖401閿欒 + response.setStatus(HttpServletResponse.SC_UNAUTHORIZED); + return false; + } + } + + @Override + public void postHandle(HttpServletRequest httpservletrequest, HttpServletResponse httpservletresponse, Object obj, ModelAndView modelandview) throws Exception { + // TODO Auto-generated method stub + } + + private List excludeUrls; + /** + * 鍖呭惈鍖归厤锛堣姹傞摼鎺ュ寘鍚閰嶇疆閾炬帴锛屽氨杩涜杩囨护澶勭悊锛 + */ + private List excludeContainUrls; + + public List getExcludeUrls() { + return excludeUrls; + } + + public void setExcludeUrls(List excludeUrls) { + this.excludeUrls = excludeUrls; + } + + public List getExcludeContainUrls() { + return excludeContainUrls; + } + + public void setExcludeContainUrls(List excludeContainUrls) { + this.excludeContainUrls = excludeContainUrls; + } + /** + * 妯$硦鍖归厤瀛楃涓 + * @param list + * @param key + * @return + */ + private boolean moHuContain(List list,String key){ + for(String str : list){ + if(key.contains(str)){ + return true; + } + } + return false; + } +} diff --git a/src/main/java/org/jeecgframework/jwt/def/JwtConstants.java b/src/main/java/org/jeecgframework/jwt/def/JwtConstants.java new file mode 100644 index 00000000..6fc60f9e --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/def/JwtConstants.java @@ -0,0 +1,15 @@ +package org.jeecgframework.jwt.def; + +public class JwtConstants { + + /** + * 涓婄嚎闇瑕佸彉鏇 + */ + public static final String JWT_SECRET = "JYJ5Qv2WF4lA6jPl5GKuAG"; + + public static final String AUTHORIZATION = "X-AUTH-TOKEN"; + public static final String CURRENT_USER_NAME = "CURRENT_TOKEN_USER_NAME"; + public static final String CURRENT_TOKEN_CLAIMS = "CURRENT_TOKEN_CLAIMS"; + public static final long TOKEN_EXPIRES_HOUR = 2; + +} diff --git a/src/main/java/org/jeecgframework/jwt/model/TokenModel.java b/src/main/java/org/jeecgframework/jwt/model/TokenModel.java new file mode 100644 index 00000000..464dce79 --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/model/TokenModel.java @@ -0,0 +1,36 @@ +package org.jeecgframework.jwt.model; + +/** + * Token鐨凪odel绫伙紝鍙互澧炲姞瀛楁鎻愰珮瀹夊叏鎬э紝渚嬪鏃堕棿鎴炽乽rl绛惧悕 + * @author ScienJus + * @date 2015/7/31. + */ +public class TokenModel { + + //鐢ㄦ埛id + private String username; + + //闅忔満鐢熸垚鐨剈uid + private String token; + + public TokenModel(String username, String token) { + this.username = username; + this.token = token; + } + + public String getUsername() { + return username; + } + + public void setUsername(String username) { + this.username = username; + } + + public String getToken() { + return token; + } + + public void setToken(String token) { + this.token = token; + } +} diff --git a/src/main/java/org/jeecgframework/jwt/service/RedisTokenManager.java b/src/main/java/org/jeecgframework/jwt/service/RedisTokenManager.java new file mode 100644 index 00000000..b721802a --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/service/RedisTokenManager.java @@ -0,0 +1,65 @@ +package org.jeecgframework.jwt.service; + +import io.jsonwebtoken.Jwts; +import io.jsonwebtoken.SignatureAlgorithm; + +import java.util.Date; +import java.util.concurrent.TimeUnit; + +import org.jeecgframework.jwt.def.JwtConstants; +import org.jeecgframework.jwt.model.TokenModel; +import org.jeecgframework.web.system.pojo.base.TSUser; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.data.redis.core.RedisTemplate; +import org.springframework.data.redis.serializer.JdkSerializationRedisSerializer; +import org.springframework.stereotype.Component; + +/** + * 閫氳繃Redis瀛樺偍鍜岄獙璇乼oken鐨勫疄鐜扮被 + * @author ScienJus + * @date 2015/7/31. + */ +@Component +public class RedisTokenManager implements TokenManager { + + private RedisTemplate redisTemplate; + + @Autowired + public void setRedis(RedisTemplate redisTemplate) { + this.redisTemplate = redisTemplate; + //娉涘瀷璁剧疆鎴怢ong鍚庡繀椤绘洿鏀瑰搴旂殑搴忓垪鍖栨柟妗 + redisTemplate.setKeySerializer(new JdkSerializationRedisSerializer()); + } + + /** + * 鐢熸垚TOKEN + */ + public String createToken(TSUser user) { + //浣跨敤uuid浣滀负婧恡oken + String token = Jwts.builder().setId(user.getUserName()).setSubject(user.getUserName()).setIssuedAt(new Date()).signWith(SignatureAlgorithm.HS256, JwtConstants.JWT_SECRET).compact(); + //瀛樺偍鍒皉edis骞惰缃繃鏈熸椂闂 + redisTemplate.boundValueOps(user.getUserName()).set(token, JwtConstants.TOKEN_EXPIRES_HOUR, TimeUnit.HOURS); + return token; + } + + public TokenModel getToken(String token,String userid) { + return new TokenModel(userid, token); + } + + public boolean checkToken(TokenModel model) { + if (model == null) { + return false; + } + String token = (String) redisTemplate.boundValueOps(model.getUsername()).get(); + if (token == null || !token.equals(model.getToken())) { + return false; + } + //濡傛灉楠岃瘉鎴愬姛锛岃鏄庢鐢ㄦ埛杩涜浜嗕竴娆℃湁鏁堟搷浣滐紝寤堕暱token鐨勮繃鏈熸椂闂 + redisTemplate.boundValueOps(model.getUsername()).expire(JwtConstants.TOKEN_EXPIRES_HOUR, TimeUnit.HOURS); + return true; + } + + public void deleteToken(String username) { + redisTemplate.delete(username); + } +} diff --git a/src/main/java/org/jeecgframework/jwt/service/TokenManager.java b/src/main/java/org/jeecgframework/jwt/service/TokenManager.java new file mode 100644 index 00000000..01ce737f --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/service/TokenManager.java @@ -0,0 +1,41 @@ +package org.jeecgframework.jwt.service; + +import org.jeecgframework.jwt.model.TokenModel; +import org.jeecgframework.web.system.pojo.base.TSUser; + +/** + * 瀵箃oken杩涜鎿嶄綔鐨勬帴鍙 + * @author ScienJus + * @date 2015/7/31. + */ +public interface TokenManager { + + /** + * 鍒涘缓涓涓猼oken鍏宠仈涓婃寚瀹氱敤鎴 + * @param username 鐢ㄦ埛璐﹀彿 + * @param userpaswd 鐢ㄦ埛瀵嗙爜 + * @return 鐢熸垚鐨則oken + */ + public String createToken(TSUser user); + + /** + * 妫鏌oken鏄惁鏈夋晥 + * @param model token + * @return 鏄惁鏈夋晥 + */ + public boolean checkToken(TokenModel model); + + /** + * 浠庡瓧绗︿覆涓В鏋恡oken + * @param authentication 鍔犲瘑鍚庣殑瀛楃涓 + * @return + */ + public TokenModel getToken(String token,String userid); + + /** + * 娓呴櫎token + * @param username 鐧诲綍鐢ㄦ埛璐﹀彿 + */ + public void deleteToken(String username); + +} diff --git a/src/main/java/org/jeecgframework/jwt/util/GsonUtil.java b/src/main/java/org/jeecgframework/jwt/util/GsonUtil.java new file mode 100644 index 00000000..f1be0fcb --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/util/GsonUtil.java @@ -0,0 +1,73 @@ +package org.jeecgframework.jwt.util; + +import java.lang.reflect.Type; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonParser; +import com.google.gson.reflect.TypeToken; +/** + * Created by ChenSS on 2016/9/28. + */ +public class GsonUtil { + private static final Gson gson = new Gson(); + + /** + * 杞垚Json瀛楃涓 + */ + public static String toJson(Object object) { + return gson.toJson(object); + } + + /** + * Json杞琂ava瀵硅薄 + */ + public static T fromJson(String json, Class clz) { + + return gson.fromJson(json, clz); + } + + /** + * Json杞琇ist闆嗗悎 + */ + public static List jsonToList(String json, Class clz) { + Type type = new TypeToken>() { + }.getType(); + return gson.fromJson(json, type); + } + + /** + * Json杞琇ist闆嗗悎,閬囧埌瑙f瀽涓嶄簡鐨勶紝灏变娇鐢ㄨ繖涓 + */ + public static List fromJsonList(String json, Class cls) { + List mList = new ArrayList(); + JsonArray array = new JsonParser().parse(json).getAsJsonArray(); + Gson mGson = new Gson(); + for (final JsonElement elem : array) { + mList.add(mGson.fromJson(elem, cls)); + } + return mList; + } + + /** + * Json杞崲鎴怣ap鐨凩ist闆嗗悎瀵硅薄 + */ + public static List> toListMap(String json, Class clz) { + Type type = new TypeToken>>() { + }.getType(); + return gson.fromJson(json, type); + } + + /** + * Json杞琈ap瀵硅薄 + */ + public static Map toMap(String json, Class clz) { + Type type = new TypeToken>() { + }.getType(); + return gson.fromJson(json, type); + } +} diff --git a/src/main/java/org/jeecgframework/jwt/util/JwtHttpUtil.java b/src/main/java/org/jeecgframework/jwt/util/JwtHttpUtil.java new file mode 100644 index 00000000..063b952e --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/util/JwtHttpUtil.java @@ -0,0 +1,165 @@ +package org.jeecgframework.jwt.util; + +import java.io.BufferedReader; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.net.ConnectException; +import java.net.HttpURLConnection; +import java.net.URL; +import org.jeecgframework.core.util.LogUtil; +import com.alibaba.fastjson.JSONObject; + +/** + * JWT 瀹㈡埛绔 + * @author qinfeng + * + */ +public class JwtHttpUtil { + + /** + * 鍙戣捣https璇锋眰骞惰幏鍙栫粨鏋 + * + * @param requestUrl + * 璇锋眰鍦板潃 + * @param requestMethod + * 璇锋眰鏂瑰紡锛圙ET銆丳OST锛 + * @param outputStr + * 鎻愪氦鐨勬暟鎹 + * @return JSONObject(閫氳繃JSONObject.get(key)鐨勬柟寮忚幏鍙杍son瀵硅薄鐨勫睘鎬у) + */ + public static JSONObject httpRequest(String requestUrl, String requestMethod, String outputStr, String sign) { + JSONObject jsonObject = null; + StringBuffer buffer = new StringBuffer(); + HttpURLConnection httpUrlConn = null; + try { + // 鍒涘缓SSLContext瀵硅薄锛屽苟浣跨敤鎴戜滑鎸囧畾鐨勪俊浠荤鐞嗗櫒鍒濆鍖 + URL url = new URL(requestUrl); + httpUrlConn = (HttpURLConnection) url.openConnection(); + httpUrlConn.setDoOutput(true); + httpUrlConn.setDoInput(true); + httpUrlConn.setUseCaches(false); + httpUrlConn.setRequestProperty("X-AUTH-TOKEN", sign); + httpUrlConn.setRequestProperty("Accept", "*/*"); + httpUrlConn.setRequestProperty("Content-Type", "application/json"); + // 璁剧疆璇锋眰鏂瑰紡锛圙ET/POST锛 + httpUrlConn.setRequestMethod(requestMethod); + if ("GET".equalsIgnoreCase(requestMethod)) + httpUrlConn.connect(); + + // 褰撴湁鏁版嵁闇瑕佹彁浜ゆ椂 + if (null != outputStr) { + OutputStream outputStream = httpUrlConn.getOutputStream(); + // 娉ㄦ剰缂栫爜鏍煎紡锛岄槻姝腑鏂囦贡鐮 + outputStream.write(outputStr.getBytes("UTF-8")); + outputStream.close(); + } + + // 灏嗚繑鍥炵殑杈撳叆娴佽浆鎹㈡垚瀛楃涓 + InputStream inputStream = httpUrlConn.getInputStream(); + InputStreamReader inputStreamReader = new InputStreamReader(inputStream, "utf-8"); + BufferedReader bufferedReader = new BufferedReader(inputStreamReader); + + String str = null; + while ((str = bufferedReader.readLine()) != null) { + buffer.append(str); + } + bufferedReader.close(); + inputStreamReader.close(); + // 閲婃斁璧勬簮 + inputStream.close(); + inputStream = null; + httpUrlConn.disconnect(); + System.out.println(buffer.toString()); + jsonObject = JSONObject.parseObject(buffer.toString()); + // jsonObject = JSONObject.fromObject(buffer.toString()); + } catch (ConnectException ce) { + LogUtil.info("Weixin server connection timed out."); + } catch (Exception e) { + e.printStackTrace(); + org.jeecgframework.core.util.LogUtil.info("https request error:{}" + e.getMessage()); + } finally { + try { + httpUrlConn.disconnect(); + } catch (Exception e) { + e.printStackTrace(); + org.jeecgframework.core.util.LogUtil.info("http close error:{}" + e.getMessage()); + } + } + return jsonObject; + } + + + /** + * 鍙戣捣https璇锋眰骞惰幏鍙栫粨鏋 + * + * @param requestUrl + * 璇锋眰鍦板潃 + * @param requestMethod + * 璇锋眰鏂瑰紡锛圙ET銆丳OST锛 + * @param outputStr + * 鎻愪氦鐨勬暟鎹 + * @return JSONObject(閫氳繃JSONObject.get(key)鐨勬柟寮忚幏鍙杍son瀵硅薄鐨勫睘鎬у) + */ + public static String httpRequest(String requestUrl, String requestMethod, String outputStr) { + String res = ""; + StringBuffer buffer = new StringBuffer(); + HttpURLConnection httpUrlConn = null; + try { + // 鍒涘缓SSLContext瀵硅薄锛屽苟浣跨敤鎴戜滑鎸囧畾鐨勪俊浠荤鐞嗗櫒鍒濆鍖 + URL url = new URL(requestUrl); + httpUrlConn = (HttpURLConnection) url.openConnection(); + httpUrlConn.setDoOutput(true); + httpUrlConn.setDoInput(true); + httpUrlConn.setUseCaches(false); + httpUrlConn.setRequestProperty("Accept", "text/plain"); + httpUrlConn.setRequestProperty("Content-Type", "application/json"); + // 璁剧疆璇锋眰鏂瑰紡锛圙ET/POST锛 + httpUrlConn.setRequestMethod(requestMethod); + if ("GET".equalsIgnoreCase(requestMethod)) + httpUrlConn.connect(); + + // 褰撴湁鏁版嵁闇瑕佹彁浜ゆ椂 + if (null != outputStr) { + OutputStream outputStream = httpUrlConn.getOutputStream(); + // 娉ㄦ剰缂栫爜鏍煎紡锛岄槻姝腑鏂囦贡鐮 + outputStream.write(outputStr.getBytes("UTF-8")); + outputStream.close(); + } + + // 灏嗚繑鍥炵殑杈撳叆娴佽浆鎹㈡垚瀛楃涓 + InputStream inputStream = httpUrlConn.getInputStream(); + InputStreamReader inputStreamReader = new InputStreamReader(inputStream, "utf-8"); + BufferedReader bufferedReader = new BufferedReader(inputStreamReader); + + String str = null; + while ((str = bufferedReader.readLine()) != null) { + buffer.append(str); + } + bufferedReader.close(); + inputStreamReader.close(); + // 閲婃斁璧勬簮 + inputStream.close(); + inputStream = null; + httpUrlConn.disconnect(); + res = buffer.toString(); + System.out.println(res); +// jsonObject = JSONObject.parseObject(buffer.toString()); + // jsonObject = JSONObject.fromObject(buffer.toString()); + } catch (ConnectException ce) { + LogUtil.info("Weixin server connection timed out."); + } catch (Exception e) { + e.printStackTrace(); + org.jeecgframework.core.util.LogUtil.info("https request error:{}" + e.getMessage()); + } finally { + try { + httpUrlConn.disconnect(); + } catch (Exception e) { + e.printStackTrace(); + org.jeecgframework.core.util.LogUtil.info("http close error:{}" + e.getMessage()); + } + } + return res; + } + +} diff --git a/src/main/java/org/jeecgframework/jwt/util/ResponseMessage.java b/src/main/java/org/jeecgframework/jwt/util/ResponseMessage.java new file mode 100644 index 00000000..0c6287dd --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/util/ResponseMessage.java @@ -0,0 +1,59 @@ +package org.jeecgframework.jwt.util; + +import org.jeecgframework.jwt.util.menu.ResponseMessageCodeEnum; + +/** + * restful 鎺ュ彛鍝嶅簲杩斿洖缁撴瀯 + * @author scott + * @param + */ +public class ResponseMessage { + + private String respCode; + private String respMsg; + private T data; + private boolean ok; + + public ResponseMessage() { + } + + public ResponseMessage(ResponseMessageCodeEnum codeEnum, String message) { + this.respCode = codeEnum.getCode(); + this.respMsg = message; + } + + public ResponseMessage(ResponseMessageCodeEnum codeEnum, String message, boolean ok, T data) { + this.respCode = codeEnum.getCode(); + this.respMsg = message; + this.ok = ok; + this.data = data; + } + + public String getRespCode() { + return respCode; + } + + public void setRespCode(String respCode) { + this.respCode = respCode; + } + + public String getMessage() { + return respMsg; + } + + public void setMessage(String message) { + this.respMsg = message; + } + + public T getData() { + return data; + } + + public void setData(T data) { + this.data = data; + } + + public boolean isOk() { + return ok; + } +} diff --git a/src/main/java/org/jeecgframework/jwt/util/Result.java b/src/main/java/org/jeecgframework/jwt/util/Result.java new file mode 100644 index 00000000..962cd25c --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/util/Result.java @@ -0,0 +1,55 @@ +package org.jeecgframework.jwt.util; + +import org.jeecgframework.jwt.util.menu.ResponseMessageCodeEnum; + +/** + * restful 鎺ュ彛鍝嶅簲杩斿洖缁撴灉宸ュ叿绫 + * @author scott + * + */ +public class Result { + + private static final ResponseMessage RESPONSE_MESSAGE_SUCCESS = new ResponseMessage(ResponseMessageCodeEnum.SUCCESS, "鎴愬姛",true,null); + + public static ResponseMessage success() { + return RESPONSE_MESSAGE_SUCCESS; + } + + public static ResponseMessage success(T t) { + return new ResponseMessage(ResponseMessageCodeEnum.SUCCESS, "鎴愬姛", true, t); + } + + public static ResponseMessage success(ResponseMessageCodeEnum codeEnum, T t) { + return new ResponseMessage(codeEnum, "", true, t); + } + + public static ResponseMessage success(ResponseMessageCodeEnum codeEnum, String message, T t) { + return new ResponseMessage(codeEnum, message, true, t); + } + + public static ResponseMessage error() { + return error("澶辫触"); + } + + public static ResponseMessage error(String message) { + return error(ResponseMessageCodeEnum.ERROR, message); + } + + public static ResponseMessage error(ResponseMessageCodeEnum codeEnum, String message) { + return error(codeEnum, message, null); + } + + public static ResponseMessage error(ResponseMessageCodeEnum codeEnum, String message, T t) { + return new ResponseMessage(codeEnum, message, false, t); + } + + /** + * 鏍¢獙澶辫触閿欒缁撴灉 + * @param + * @param t + * @return + */ + public static ResponseMessage errorValid(T t) { + return new ResponseMessage(ResponseMessageCodeEnum.VALID_ERROR, "鏍¢獙澶辫触", false, t); + } +} diff --git a/src/main/java/org/jeecgframework/jwt/util/TestJwtSignToken.java b/src/main/java/org/jeecgframework/jwt/util/TestJwtSignToken.java new file mode 100644 index 00000000..349a05be --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/util/TestJwtSignToken.java @@ -0,0 +1,44 @@ +package org.jeecgframework.jwt.util; + +import io.jsonwebtoken.Claims; +import io.jsonwebtoken.ExpiredJwtException; +import io.jsonwebtoken.Jws; +import io.jsonwebtoken.Jwts; +import io.jsonwebtoken.SignatureAlgorithm; +import io.jsonwebtoken.SignatureException; + +import org.jeecgframework.jwt.def.JwtConstants; + +public class TestJwtSignToken { + + public static void main1(String[] args) { + // 鐢熸垚JWT绛惧悕 + String compactJws = Jwts.builder().setId("8a8ab0b246dc81120146dc8181950052").setSubject("admin").claim("age", "999").signWith(SignatureAlgorithm.HS512, JwtConstants.JWT_SECRET).compact(); + + System.out.println(compactJws); + + try { + // 楠岃瘉JWT绛惧悕 + Jws parseClaimsJws = Jwts.parser().setSigningKey(JwtConstants.JWT_SECRET).parseClaimsJws(compactJws);// compactJws涓簀wt瀛楃涓 + Claims body = parseClaimsJws.getBody();// 寰楀埌body鍚庢垜浠彲浠ヤ粠body涓幏鍙栨垜浠渶瑕佺殑淇℃伅 + // 姣斿 鑾峰彇涓婚,褰撶劧锛岃繖鏄垜浠湪鐢熸垚jwt瀛楃涓茬殑鏃跺欏氨宸茬粡瀛樿繘鏉ョ殑 + String subject = body.getSubject(); + System.out.println("subject:" + subject); + System.out.println("body:" + body); + System.out.println("id:" + body.getId()); + + // OK, we can trust this JWT + + } catch (SignatureException e) { + // TODO: handle exception + // don't trust the JWT! + // jwt 瑙f瀽閿欒 + e.printStackTrace(); + } catch (ExpiredJwtException e) { + // TODO: handle exception + // jwt + // 宸茬粡杩囨湡锛屽湪璁剧疆jwt鐨勬椂鍊欏鏋滆缃簡杩囨湡鏃堕棿锛岃繖閲屼細鑷姩鍒ゆ柇jwt鏄惁宸茬粡杩囨湡锛屽鏋滆繃鏈熷垯浼氭姏鍑鸿繖涓紓甯革紝鎴戜滑鍙互鎶撲綇杩欎釜寮傚父骞朵綔鐩稿叧澶勭悊銆 + e.printStackTrace(); + } + } +} diff --git a/src/main/java/org/jeecgframework/jwt/util/menu/ResponseMessageCodeEnum.java b/src/main/java/org/jeecgframework/jwt/util/menu/ResponseMessageCodeEnum.java new file mode 100644 index 00000000..f00af0ee --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/util/menu/ResponseMessageCodeEnum.java @@ -0,0 +1,30 @@ +package org.jeecgframework.jwt.util.menu; + +/** + * 鎺ュ彛杩斿洖鐘舵佺爜 + * @author scott + * + */ +public enum ResponseMessageCodeEnum { + + SUCCESS("0"), + ERROR("-1"), + VALID_ERROR("1000"),//鏍¢獙澶辫触 + SAVE_SUCCESS("r0001"), + UPDATE_SUCCESS("r0002"), + REMOVE_SUCCESS("r0003"); + + private String code; + + ResponseMessageCodeEnum(String code) { + this.code = code; + } + + public String getCode() { + return code; + } + + public void setCode(String code) { + this.code = code; + } +} diff --git a/src/main/java/org/jeecgframework/jwt/web/TokenController.java b/src/main/java/org/jeecgframework/jwt/web/TokenController.java new file mode 100644 index 00000000..caa64e99 --- /dev/null +++ b/src/main/java/org/jeecgframework/jwt/web/TokenController.java @@ -0,0 +1,87 @@ +package org.jeecgframework.jwt.web; + +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; + +import org.apache.commons.lang3.StringUtils; +import org.apache.log4j.Logger; +import org.jeecgframework.jwt.service.TokenManager; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import org.jeecgframework.web.system.pojo.base.TSUser; +import org.jeecgframework.web.system.service.UserService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.http.HttpStatus; +import org.springframework.http.ResponseEntity; +import org.springframework.stereotype.Controller; +import org.springframework.util.Assert; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.ResponseBody; + +/** + * 鑾峰彇鍜屽垹闄oken鐨勮姹傚湴鍧锛 + * 鍦≧estful璁捐涓叾瀹炲氨瀵瑰簲鐫鐧诲綍鍜岄鍑虹櫥褰曠殑璧勬簮鏄犲皠 + * + * @author scott + * @date 2015/7/30. + */ +@Api(value = "token", description = "閴存潈token鎺ュ彛", tags = "tokenAPI") +@Controller +@RequestMapping("/tokens") +public class TokenController { + private static final Logger logger = Logger.getLogger(TokenController.class); + @Autowired + private UserService userService; + @Autowired + private TokenManager tokenManager; + + @ApiOperation(value = "鑾峰彇TOKEN") + @RequestMapping(method = RequestMethod.POST) + @ResponseBody + public ResponseEntity login(@RequestParam String username, @RequestParam String password) { + logger.info("鑾峰彇TOKEN[{}]" + username); + // 楠岃瘉 + if (StringUtils.isEmpty(username)) { + return new ResponseEntity("鐢ㄦ埛璐﹀彿涓嶈兘涓虹┖!", HttpStatus.NOT_FOUND); + } + // 楠岃瘉 + if (StringUtils.isEmpty(username)) { + return new ResponseEntity("鐢ㄦ埛瀵嗙爜涓嶈兘涓虹┖!", HttpStatus.NOT_FOUND); + } + Assert.notNull(username, "username can not be empty"); + Assert.notNull(password, "password can not be empty"); + + TSUser user = userService.checkUserExits(username, password); + if (user == null) { + // 鎻愮ず鐢ㄦ埛鍚嶆垨瀵嗙爜閿欒 + logger.info("鑾峰彇TOKEN,鎴疯处鍙峰瘑鐮侀敊璇痆{}]" + username); + return new ResponseEntity("鐢ㄦ埛璐﹀彿瀵嗙爜閿欒!", HttpStatus.NOT_FOUND); + } + // 鐢熸垚涓涓猼oken锛屼繚瀛樼敤鎴风櫥褰曠姸鎬 + String token = tokenManager.createToken(user); + return new ResponseEntity(token, HttpStatus.OK); + } + + @ApiOperation(value = "閿姣乀OKEN") + @RequestMapping(value = "/{username}", method = RequestMethod.DELETE) + @ResponseBody + public ResponseMessage logout(@ApiParam(name = "username", value = "鐢ㄦ埛璐﹀彿", required = true) @PathVariable("username") String username) { + logger.info("deleteToken[{}]" + username); + // 楠岃瘉 + if (StringUtils.isEmpty(username)) { + return Result.error("鐢ㄦ埛璐﹀彿锛屼笉鑳戒负绌!"); + } + try { + tokenManager.deleteToken(username); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("閿姣乀OKEN澶辫触"); + } + return Result.success(); + } + +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java index 006d3f38..19c81973 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java @@ -112,6 +112,7 @@ public class BaseTag extends JeecgTag { //鎻掑叆澶氳瑷鑴氭湰 String lang = (String)((HttpServletRequest) this.pageContext.getRequest()).getSession().getAttribute("lang"); + if(lang==null){lang="zh-cn";} String langjs = StringUtil.replace("", "{0}", lang); sb.append(langjs); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java index 70a64c91..2ccb7514 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java @@ -2,9 +2,7 @@ package org.jeecgframework.tag.core.easyui; import java.io.IOException; import java.text.MessageFormat; -import java.text.SimpleDateFormat; import java.util.ArrayList; -import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; @@ -22,6 +20,7 @@ import net.sf.json.JSONObject; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.online.util.FreemarkerHelper; import org.jeecgframework.core.util.ApplicationContextUtil; import org.jeecgframework.core.util.ContextHolderUtils; import org.jeecgframework.core.util.MutiLangUtil; @@ -34,6 +33,11 @@ import org.jeecgframework.tag.vo.easyui.ColumnValue; import org.jeecgframework.tag.vo.easyui.DataGridColumn; import org.jeecgframework.tag.vo.easyui.DataGridUrl; import org.jeecgframework.tag.vo.easyui.OptTypeDirection; +import org.jeecgframework.web.cgform.common.CgAutoListConstant; +import org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity; +import org.jeecgframework.web.cgform.entity.config.CgSubTableVO; +import org.jeecgframework.web.cgform.service.config.CgFormFieldServiceI; +import org.jeecgframework.web.cgform.util.PublicUtil; import org.jeecgframework.web.system.pojo.base.TSOperation; import org.jeecgframework.web.system.pojo.base.TSType; import org.jeecgframework.web.system.service.SystemService; @@ -80,6 +84,7 @@ public class DataGridTag extends JeecgTag { private boolean openFirstNode = false;//鏄笉鏄睍寮绗竴涓妭鐐 private boolean fit = true;// 鏄惁鍏佽琛ㄦ牸鑷姩缂╂斁锛屼互閫傚簲鐖跺鍣 private boolean fitColumns = true;// 褰撲负true鏃讹紝鑷姩灞曞紑/鍚堝悓鍒楃殑澶у皬锛屼互閫傚簲鐨勫搴︼紝闃叉妯悜婊氬姩. + private boolean collapsible = false;// 褰撲负true鏃讹紝寮鍚敹璧/灞曞紑锛岄粯璁や笉鍚姩. private String sortName;//瀹氫箟鐨勫垪杩涜鎺掑簭 private String sortOrder = "asc";//瀹氫箟鍒楃殑鎺掑簭椤哄簭锛屽彧鑳芥槸"閫掑"鎴"闄嶅簭". private boolean showRefresh = true;// 瀹氫箟鏄惁鏄剧ず鍒锋柊鎸夐挳 @@ -108,6 +113,25 @@ public class DataGridTag extends JeecgTag { private String treeField;//鏍戝舰鍒楄〃灞曠ず鍒 private String btnCls;//鍒楄〃涓婃柟button鏍峰紡class灞炴 + + protected CgFormHeadEntity head; + protected Map tableData = new HashMap(); + private String configId = ""; + private boolean isShowSubGrid=false;//鏄惁鏄剧ず琛ㄤ綋鏁版嵁 鍊间负true 鎴栬協alse + + public String getConfigId() { + return configId; + } + public void setConfigId(String configId) { + this.configId = configId; + } + public boolean getIsShowSubGrid() { + return isShowSubGrid; + } + public void setIsShowSubGrid(boolean isShowSubGrid) { + this.isShowSubGrid = isShowSubGrid; + } + public String getBtnCls() { return btnCls; @@ -139,6 +163,23 @@ public class DataGridTag extends JeecgTag { this.queryBuilder = queryBulder; } + private boolean superQuery = false; //楂樼骇鏌ヨ鍣 + public boolean getSuperQuery() { + return superQuery; + } + public void setSuperQuery(boolean superQuery) { + this.superQuery = superQuery; + } + + private String complexSuperQuery = ""; //鏍规嵁琛ㄧ殑缂栫爜鏄惁瀛樺湪灞曠ず楂樼骇鏌ヨ鏋勯犲櫒 + + public String getComplexSuperQuery() { + return complexSuperQuery; + } + public void setComplexSuperQuery(String complexSuperQuery) { + this.complexSuperQuery = complexSuperQuery; + } + public void setTreeField(String treeField) { this.treeField = treeField; } @@ -455,7 +496,6 @@ public class DataGridTag extends JeecgTag { dataGridColumn.setShowMode(showMode); columnList.add(dataGridColumn); - Set operationCodes = (Set) super.pageContext.getRequest().getAttribute(Globals.OPERATIONCODES); if (null!=operationCodes) { for (String MyoperationCode : operationCodes) { @@ -469,7 +509,6 @@ public class DataGridTag extends JeecgTag { } } } - if (field != "opt") { fields += field + ","; if ("group".equals(queryMode)) { @@ -518,7 +557,7 @@ public class DataGridTag extends JeecgTag { text += MutiLangUtil.doMutiLang(type.getTypename(), "") + ","; value += type.getTypecode() + ","; } - setColumn(field, text, value); + setColumn(field, text, value); } } } @@ -787,7 +826,6 @@ public class DataGridTag extends JeecgTag { } sb.append("
    "); sb.append("');"); - //琛ㄦ牸椤堕儴鏌ヨ if(hasQueryColum(columnList) && !columnList.isEmpty()){ for (DataGridColumn column : columnList) { @@ -879,7 +917,7 @@ public class DataGridTag extends JeecgTag { sb.append(""); + sb.append("
    "); + for (DataGridColumn col : columnList) { + if (col.isQuery()) { + sb.append("
    "+col.getTitle()+"
    "); + } + } + sb.append("
    "); + sb.append(""); + } + + sb.append("
    "); + + sb.append("
"); + + if(blink){ + sb.insert(0, "" + + "" + + "" + + "" + + ""); + } + + + if(queryBuilder){ + + if (btnCls != null && !btnCls.equals("easyui")) {//鑷畾浠ユ牱寮 bootstrap鎸夐挳鏍峰紡 + + addQueryBuilder(sb,btnCls); + + }else{//榛樿浣跨敤easyUI鎸夐挳鏍峰紡 + + addQueryBuilder(sb,"easyui-linkbutton"); + } + } + + if(superQuery) { + if(btnCls != null && !btnCls.equals("easyui")) {//鑷畾涔塨ootstrap鎸夐挳鏍峰紡 + addSuperQuery(sb,btnCls,columnList); + } else { + addSuperQuery(sb,"easyui-linkbutton",columnList); + } + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)){ + if(btnCls != null && !btnCls.equals("easyui")) {//鑷畾涔塨ootstrap鎸夐挳鏍峰紡 + addAdvancedQuery(sb,btnCls); + } else { + addAdvancedQuery(sb,"easyui-linkbutton"); + } + } + + this.getFilter(sb); + + this.putTagCache(sb); + return sb; + } + + private void loadSubData(String id){ + CgFormFieldServiceI cgFormFieldService = (CgFormFieldServiceI)ApplicationContextUtil.getContext().getBean("cgFormFieldService"); + String tableName = id; + String tablename = PublicUtil.replaceTableName(tableName); + Map data = new HashMap(); + Map configData = null; + String jversion = cgFormFieldService.getCgFormVersionByTableName(id); + configData = cgFormFieldService.getFtlFormConfig(tableName,jversion); + + data = new HashMap(configData); + //濡傛灉璇ヨ〃鏄富琛ㄦ煡鍑哄叧鑱旂殑闄勮〃 + CgFormHeadEntity head = (CgFormHeadEntity)data.get("head"); + this.tableData = (Map)data.get("field"); + this.head = head; + } + + private void getSearchButton(StringBuffer sb) { + if("group".equals(getQueryMode()) && hasQueryColum(columnList)){//濡傛灉琛ㄥ崟鏄粍鍚堟煡璇 + + sb.append(""); + if (btnCls != null && !btnCls.equals("easyui")) {//鑷畾浠ユ牱寮 bootstrap鎸夐挳鏍峰紡 if(btnCls.indexOf("bootstrap")==0){ String defalutCls = "btn btn-info btn-xs"; @@ -1662,28 +1869,52 @@ public class DataGridTag extends JeecgTag { defalutCls = btnCls.replace("bootstrap", "").trim(); } - sb.append(""); - sb.append(""); if(queryBuilder){ - sb.append(""); } + + if(superQuery) { + sb.append(""); + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)) { + sb.append(""); + } + }else{//鑷畾浠ユ牱寮 sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.query"))); sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.reset")) ); if(queryBuilder){ sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.querybuilder")) ); } + + if(superQuery) { + sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.superquery")) ); + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)) { + sb.append(""+MutiLangUtil.getMutiLangInstance().getLang("common.advancedQuery")+""); + } + } }else{//榛樿浣跨敤easyUI鎸夐挳鏍峰紡 sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.query"))); @@ -1691,39 +1922,19 @@ public class DataGridTag extends JeecgTag { if(queryBuilder){ sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.querybuilder")) ); } - } - sb.append(""); - }else if("single".equals(getQueryMode())&& hasQueryColum(columnList)){//濡傛灉琛ㄥ崟鏄崟鏌ヨ - sb.append(""); - sb.append(""); - sb.append("
"); - for (DataGridColumn col : columnList) { - if (col.isQuery()) { - sb.append("
"+col.getTitle()+"
"); + if(superQuery) { + sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.superquery")) ); } - } - sb.append("
"); - sb.append("
"); - } - - sb.append("
"); - - sb.append("
"); - if(queryBuilder){ - if (btnCls != null && !btnCls.equals("easyui")) {//鑷畾浠ユ牱寮 bootstrap鎸夐挳鏍峰紡 - - addQueryBuilder(sb,btnCls); - - }else{//榛樿浣跨敤easyUI鎸夐挳鏍峰紡 + if(oConvertUtils.isNotEmpty(complexSuperQuery)) { + sb.append(""+MutiLangUtil.getMutiLangInstance().getLang("common.advancedQuery")+""); + } - addQueryBuilder(sb,"easyui-linkbutton"); } + sb.append(""); } - this.putTagCache(sb); - return sb; } /** @@ -1731,16 +1942,17 @@ public class DataGridTag extends JeecgTag { * @param sb */ private void getSearchFormInfo(StringBuffer sb) { - //濡傛灉琛ㄥ崟鏄粍鍚堟煡璇 if("group".equals(getQueryMode())){ for (DataGridColumn col : columnList) { if (col.isQuery()) { - sb.append(""); + + sb.append(""); + sb.append(""+col.getTitle()+"锛"); if("single".equals(col.getQueryMode())){ if(!StringUtil.isEmpty(col.getReplace())){ - sb.append(" "); sb.append(StringUtil.replaceAll("", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.please.select"))); String[] test = col.getReplace().split(","); String text = ""; @@ -1818,7 +2030,7 @@ public class DataGridTag extends JeecgTag { sb.append(map.get("text")); } }else{ - sb.append(" "); sb.append(StringUtil.replaceAll("", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.please.select"))); for (Map map : list){ @@ -1877,7 +2089,7 @@ public class DataGridTag extends JeecgTag { } } }else{ - sb.append(" "); sb.append(StringUtil.replaceAll("", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.please.select"))); if (types != null) { for (TSType type : types) { @@ -1906,7 +2118,7 @@ public class DataGridTag extends JeecgTag { sb.append(""); + sb.append(""); sb.append("~"); - sb.append(""); + sb.append(""); }else if(this.DATETIME_FORMATTER.equals(col.getFormatter())){ sb.append(""); sb.append("~"); sb.append(""); }else{ - sb.append(""); + sb.append(""); sb.append("~"); - sb.append(""); + sb.append(""); } } @@ -1942,7 +2154,6 @@ public class DataGridTag extends JeecgTag { } } } - } @@ -2581,7 +2792,6 @@ public class DataGridTag extends JeecgTag { } public String getNoAuthOperButton(){ - StringBuffer sb = new StringBuffer(); if(ResourceUtil.getSessionUser().getUserName().equals("admin")|| !Globals.BUTTON_AUTHORITY_CHECK){ }else{ @@ -2607,7 +2817,6 @@ public class DataGridTag extends JeecgTag { } } - //org.jeecgframework.core.util.LogUtil.info("----getNoAuthOperButton-------"+sb.toString()); return sb.toString(); } @@ -2686,6 +2895,12 @@ public class DataGridTag extends JeecgTag { this.fitColumns = fitColumns; } + public boolean isCollapsible() { + return collapsible; + } + public void setCollapsible(boolean collapsible) { + this.collapsible = collapsible; + } public String getSortName() { return sortName; } @@ -2750,7 +2965,6 @@ public class DataGridTag extends JeecgTag { sb.append(""); } - width = (width == null) ? "auto" : width; height = (height == null) ? "auto" : height; // sb.append(""); @@ -2765,6 +2979,9 @@ public class DataGridTag extends JeecgTag { } else { grid = "datagrid"; sb.append("$(\'#" + name + "\').datagrid({"); + if (this.isFilter()) { + sb.append("onHeaderContextMenu: function(e, field){headerMenu(e, field);},"); + } sb.append("idField: '" + idField + "',"); } if (title != null) { @@ -2815,7 +3032,7 @@ public class DataGridTag extends JeecgTag { sb.append("]],"); sb.append("onLoadSuccess:function(data){$(\"#"+name+"\")."+grid+"(\"clearSelections\");"); - sb.append(" $(this).datagrid(\"fixRownumber\");"); + //sb.append(" $(this).datagrid(\"fixRownumber\");"); if(openFirstNode&&treegrid){ sb.append(" if(data==null){"); @@ -2998,8 +3215,10 @@ public class DataGridTag extends JeecgTag { } sb.append(""); } - if(toolBarList.size()==0 && !hasQueryColum(columnList)){ - sb.append("
"); + + if(toolBarList==null || toolBarList.size()==0){ + + sb.append("
"); }else{//TODO sb.append("
"); @@ -3104,12 +3323,36 @@ public class DataGridTag extends JeecgTag { sb.append(""+MutiLangUtil.getMutiLangInstance().getLang("common.querybuilder")+""); sb.append(""); } + + if(superQuery) { + sb.append(""); + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)) { + sb.append(""); + } + }else{//鑷畾浠ユ牱寮 sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.query"))); sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.reset")) ); if(queryBuilder){ sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.querybuilder")) ); } + + if(superQuery){ + sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.superquery")) ); + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)){ + sb.append(""+MutiLangUtil.getMutiLangInstance().getLang("common.advancedQuery")+""); + } + } }else{//榛樿浣跨敤easyUI鎸夐挳鏍峰紡 sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.query"))); @@ -3117,6 +3360,15 @@ public class DataGridTag extends JeecgTag { if(queryBuilder){ sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.querybuilder")) ); } + + if(superQuery){ + sb.append("{0}", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.superQuery")) ); + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)){ + sb.append(""+MutiLangUtil.getMutiLangInstance().getLang("common.advancedQuery")+""); + } + } sb.append(""); @@ -3149,6 +3401,23 @@ public class DataGridTag extends JeecgTag { } } + + if(superQuery) { + if(btnCls != null && !btnCls.equals("easyui")) { + addSuperQuery(sb,btnCls,columnList); + } else { + addSuperQuery(sb,"button",columnList); + } + } + + if(oConvertUtils.isNotEmpty(complexSuperQuery)) { + if(btnCls != null && !btnCls.equals("easyui")) { + addAdvancedQuery(sb,btnCls); + } else { + addAdvancedQuery(sb,"button"); + } + } + return sb; } @@ -3321,7 +3590,6 @@ appendLine(sb," }}\">鍏崇郴"); appendLine(sb," "); appendLine(sb,"
"); appendLine(sb,"
"); - if (btnCls != null && !btnCls.equals("easyui")) { String defalutCls = "btn btn-default btn-xs"; if (btnCls.replace("bootstrap", "").trim().length() > 0) { @@ -3334,7 +3602,6 @@ appendLine(sb," }}\">鍏崇郴"); appendLine(sb,"纭畾"); appendLine(sb,"鍙栨秷"); } - appendLine(sb,"
"); appendLine(sb,"
"); @@ -3363,14 +3630,12 @@ appendLine(sb," }}\">鍏崇郴"); if (btnCls.replace("bootstrap", "").trim().length() > 0) { defalutCls = btnCls.replace("bootstrap", "").trim(); } - sb.append("var toolbar = '
"); sb.append(""); sb.append(""); sb.append(""); sb.append(""); sb.append("
';"); - }else{ appendLine(sb,"var toolbar = [{"); @@ -3546,4 +3811,55 @@ appendLine(sb," }}\">鍏崇郴"); return sb.toString(); } + + /** + * 楂樼骇鏌ヨ + * @param sb + */ + private void addSuperQuery(StringBuffer sb,String buttonSytle,List columnList) { + FreemarkerHelper free = new FreemarkerHelper(); + Map mainConfig = new HashMap(); + mainConfig.put("fields", columnList); + mainConfig.put("tableName", name); + + mainConfig.put("valueList", columnValueList); + + String superQuery = free.parseTemplate("/org/jeecgframework/tag/ftl/superquery.ftl", mainConfig); + appendLine(sb,superQuery); + } + + //鏄惁鍚敤杩囨护 + protected boolean filter = false; + + public boolean isFilter() { + return filter; + } + + public void setFilter(boolean filter) { + this.filter = filter; + } + + public void getFilter(StringBuffer sb){ + if (this.isFilter()) { + FreemarkerHelper free = new FreemarkerHelper(); + Map mainConfig = new HashMap(); + mainConfig.put("gridId", name); + String superQuery = free.parseTemplate("/org/jeecgframework/tag/ftl/filter.ftl", mainConfig); + appendLine(sb,superQuery); + } + } + + /** + * 楂樼骇鏌ヨ鏋勯犲櫒 + * @param sb + */ + private void addAdvancedQuery(StringBuffer sb,String buttonSytle) { + FreemarkerHelper free = new FreemarkerHelper(); + Map mainConfig = new HashMap(); + mainConfig.put("queryCode", complexSuperQuery); + mainConfig.put("tableName", name); + String complexSuperQuery = free.parseTemplate("/org/jeecgframework/tag/ftl/complexSuperQuery.ftl", mainConfig); + appendLine(sb,complexSuperQuery); + } + } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DepartSelectTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DepartSelectTag.java index c56c2115..2f80df8f 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DepartSelectTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DepartSelectTag.java @@ -151,13 +151,13 @@ public class DepartSelectTag extends TagSupport { if(hasLabel && oConvertUtils.isNotEmpty(title)){ sb.append(title + "锛"); } - sb.append(""); String orgIds = ""; - sb.append(""); } sb.append("
"); if ("btn_sub".equals(btnsub) && dialog) sb.append(""); - - //update-start--Author:yugwu Date:20170828 for:TASK #2258 銆愪紭鍖栫郴缁熴慾eecg鐨刯sp椤甸潰锛岄噰鐢ㄦ爣绛炬柟寮忥紝姣忔閮界敓鎴恏tml锛屽緢鎱---- + this.putTagCache("doStartTag"+"_"+toString(), sb); - //update-end--Author:yugwu Date:20170828 for:TASK #2258 銆愪紭鍖栫郴缁熴慾eecg鐨刯sp椤甸潰锛岄噰鐢ㄦ爣绛炬柟寮忥紝姣忔閮界敓鎴恏tml锛屽緢鎱---- + out.print(sb.toString()); out.flush(); } catch (IOException e) { @@ -160,7 +159,7 @@ public class FormValidationTag extends JeecgTag { public int doEndTag() throws JspException { String lang = (String)((HttpServletRequest) this.pageContext.getRequest()).getSession().getAttribute("lang"); - //update-start--Author:yugwu Date:20170828 for:TASK #2258 銆愪紭鍖栫郴缁熴慾eecg鐨刯sp椤甸潰锛岄噰鐢ㄦ爣绛炬柟寮忥紝姣忔閮界敓鎴恏tml锛屽緢鎱---- + StringBuffer sb = this.getTagCache("doEndTag"+"_"+lang+"_"+toString()); JspWriter out = null; try { @@ -170,7 +169,7 @@ public class FormValidationTag extends JeecgTag { out.flush(); return EVAL_PAGE; } - //update-end--Author:yugwu Date:20170828 for:TASK #2258 銆愪紭鍖栫郴缁熴慾eecg鐨刯sp椤甸潰锛岄噰鐢ㄦ爣绛炬柟寮忥紝姣忔閮界敓鎴恏tml锛屽緢鎱---- + SysThemesEnum sysThemesEnum = null; if(StringUtil.isEmpty(cssTheme)||"null".equals(cssTheme)){ sysThemesEnum = SysThemesUtil.getSysTheme((HttpServletRequest) super.pageContext.getRequest()); @@ -179,7 +178,7 @@ public class FormValidationTag extends JeecgTag { } sb = new StringBuffer(); if (layout.equals("div")) { - // update-start--Author:longjb Date:20150323 for锛氫慨鏀瑰鍔燾ss涓婚绫诲睘鎬 + // if("metro".equals(cssTheme)){ // sb.append(""); // }else{ @@ -201,8 +200,7 @@ public class FormValidationTag extends JeecgTag { sb.append(SysThemesUtil.getValidformStyleTheme(sysThemesEnum)); //tablefrom.css sb.append(SysThemesUtil.getValidformTablefrom(sysThemesEnum)); - - // update-end--Author:longjb Date:20150323 for锛氫慨鏀瑰鍔燾ss涓婚绫诲睘鎬 + sb.append(StringUtil.replace("", "{0}", lang)); sb.append(StringUtil.replace("", "{0}", lang)); sb.append(StringUtil.replace("", "{0}", lang)); @@ -216,35 +214,35 @@ public class FormValidationTag extends JeecgTag { sb.append(""); } } - //update--begin---author:zhangjiaqiang date:20170223 for:鎻愮ず寮瑰嚭妗嗕慨璁 + sb.append(""); - //update--begin---author:zhangjiaqiang date:20170223 for:鎻愮ず寮瑰嚭妗嗕慨璁 + sb.append(""); + } + + /** + * 鏄剧ず鏍 + * @param resultSb + */ + private void showTreeFunction(StringBuffer resultSb) { + resultSb.append("function show"+StringUtil.firstUpperCase(field)+"Tree(){"); + resultSb.append("if($(\"#show"+StringUtil.firstUpperCase(field)+"TreeContent\").is(\":hidden\")){"); + resultSb.append("$.ajax({ "); + resultSb.append("url:'categoryController.do?tree',"); + resultSb.append("type:'POST', dataType:'JSON', async:false, "); + if(StringUtil.isNotEmpty(code)){ + resultSb.append("data:{selfCode:\"" + code + "\"},"); + } + resultSb.append("success:function(res){"); + resultSb.append(" var obj = res;"); + resultSb.append("$.fn.zTree.init($(\"#show"+StringUtil.firstUpperCase(field)+"Tree\"),"+field+"Setting, obj); "); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("var deptObj = $(\"#" + id + "Text\"); "); + resultSb.append("var deptOffset = $(\"#"+id+"Text\").offset();"); + }else{ + resultSb.append("var deptObj = $(\"#" + field + "Text\"); "); + resultSb.append("var deptOffset = $(\"#"+field+"Text\").offset();"); + } + resultSb.append(" $(\"#show"+StringUtil.firstUpperCase(field)+"TreeContent\").css({left:deptOffset.left + \"px\", top:deptOffset.top + deptObj.outerHeight() + \"px\"}).slideDown(\"fast\"); "); + resultSb.append("$('#show"+StringUtil.firstUpperCase(field)+"Tree').css({width:deptObj.outerWidth() - 12 + \"px\"}); "); + resultSb.append(" var zTree = $.fn.zTree.getZTreeObj(\"show"+StringUtil.firstUpperCase(field)+"Tree\"); "); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("var idVal = $(\"#"+id+"\").val();"); + }else{ + resultSb.append("var idVal = $(\"#"+field+"\").val();"); + } + resultSb.append("if(idVal != null && idVal != ''){"); + resultSb.append("if(idVal.indexOf(\",\") > -1){"); + resultSb.append("var idArray = idVal.split(\",\");"); + resultSb.append("for(var i = 0; i < idArray.length; i++){"); + resultSb.append("var node = zTree.getNodeByParam(\"id\", idArray[i], null);"); + resultSb.append("zTree.checkNode(node, true, true);"); + resultSb.append("}}else{"); + resultSb.append("var node = zTree.getNodeByParam(\"id\", idVal, null);"); + resultSb.append("zTree.checkNode(node, true, true);"); + resultSb.append("}"); + resultSb.append("}"); + resultSb.append("}"); + resultSb.append("});"); + resultSb.append("}"); + resultSb.append("}"); + } + + private void getCheckFunction(StringBuffer resultSb) { + resultSb.append("function " + field + "OnCheck(e, treeId, treeNode) {"); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("var idVal = $(\"#"+id+"\").val();"); + resultSb.append(" var textVal = $(\"#"+id+"Text\").val();"); + }else{ + resultSb.append("var idVal = $(\"#"+field+"\").val();"); + resultSb.append(" var textVal = $(\"#"+field+"Text\").val();"); + } + resultSb.append(" if(treeNode.checked){"); + resultSb.append("if(idVal != null && idVal != ''){"); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("$(\"#"+id+"\").val(idVal + ',' +treeNode.id); "); + }else{ + resultSb.append("$(\"#"+field+"\").val(idVal + ',' +treeNode.id); "); + } + resultSb.append("}else{"); + if (StringUtil.isNotEmpty(id)) { + resultSb.append(" $(\"#"+id+"\").val(treeNode.id); "); + }else{ + resultSb.append(" $(\"#"+field+"\").val(treeNode.id); "); + } + resultSb.append("}"); + resultSb.append("if(textVal != null && textVal != ''){"); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("$(\"#"+id+"Text\").val(textVal + ',' + treeNode.text); "); + }else{ + resultSb.append("$(\"#"+field+"Text\").val(textVal + ',' + treeNode.text); "); + } + resultSb.append("}else{"); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("$(\"#"+id+"Text\").val(treeNode.text); "); + }else{ + resultSb.append("$(\"#"+field+"Text\").val(treeNode.text); "); + } + resultSb.append("}"); + resultSb.append("}else{"); + resultSb.append("idVal = idVal.replace(treeNode.id,'');"); + resultSb.append("if(idVal.indexOf(',') == 0){"); + resultSb.append("idVal = idVal.substring(1);"); + resultSb.append("}else if(idVal.indexOf(',,') > -1){"); + resultSb.append("idVal = idVal.replace(',,',',');"); + resultSb.append("}else if(idVal.indexOf(',') == idVal.length -1){"); + resultSb.append("idVal = idVal.substring(0,idVal.length - 1);"); + resultSb.append("}"); + resultSb.append("textVal = textVal.replace(treeNode.text,'');"); + resultSb.append("if(textVal.indexOf(',') == 0){"); + resultSb.append("textVal = textVal.substring(1);"); + resultSb.append("}else if(textVal.indexOf(',,') > -1){"); + resultSb.append("textVal = textVal.replace(',,',',');"); + resultSb.append("}else if(textVal.indexOf(',') == textVal.length -1){"); + resultSb.append("textVal = textVal.substring(0,textVal.length - 1);"); + resultSb.append("}"); + if(StringUtil.isNotEmpty(id)){ + resultSb.append("$(\"#"+id+"Text\").val(textVal);"); + resultSb.append(" $(\"#"+id+"\").val(idVal);"); + }else{ + resultSb.append("$(\"#"+field+"Text\").val(textVal);"); + resultSb.append(" $(\"#"+field+"\").val(idVal);"); + } + resultSb.append("}"); + resultSb.append(" e.stopPropagation();"); + resultSb.append("}"); + } + + private void zTreeInit(StringBuffer resultSb) { + resultSb.append("if(!$.fn.zTree){"); + resultSb.append("$('head').append('');"); + resultSb.append("$('head').append(' + + + + + + +
+
+ +
+
+
+
    +
+
+
+
+ + +
+
+
+
    + +
  • + + 杩囨护鏉′欢鍖归厤锛 + + +
  • +
  • + +   + + + + + + + + + + + + + + + +
  • +
+
+
+
+ +
+
缂栬緫
+
鍒犻櫎
+
+ +
+ + + + + + + +
+ + + diff --git a/src/main/java/org/jeecgframework/tag/ftl/filter.ftl b/src/main/java/org/jeecgframework/tag/ftl/filter.ftl new file mode 100644 index 00000000..c41675fb --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/ftl/filter.ftl @@ -0,0 +1,116 @@ +
+
+ 杩囨护 + +
+ +
+ + + diff --git a/src/main/java/org/jeecgframework/tag/ftl/superquery.ftl b/src/main/java/org/jeecgframework/tag/ftl/superquery.ftl new file mode 100644 index 00000000..bd339cc8 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/ftl/superquery.ftl @@ -0,0 +1,565 @@ + +
+
+
+
+
+
+
    +
+
+
+
+
+
    +
  • + + 杩囨护鏉′欢鍖归厤锛 + + +
  • +

  • +
  • + + <#-- update-begin-Author:xuelin Date:20171211 for锛歍ASK #2441 銆愭敼閫犮戦珮绾ф煡璇㈢洰鍓嶅彧鏀寔杈撳叆妗嗭紝涓嶆敮鎸佷笅鎷夊拰鏃堕棿鎺т欢 --> + + <#-- update-end-Author:xuelin Date:20171211 for锛歍ASK #2441 銆愭敼閫犮戦珮绾ф煡璇㈢洰鍓嶅彧鏀寔杈撳叆妗嗭紝涓嶆敮鎸佷笅鎷夊拰鏃堕棿鎺т欢 --> + + + + + <#-- update-begin-Author:xuelin Date:20171211 for锛歍ASK #2441 銆愭敼閫犮戦珮绾ф煡璇㈢洰鍓嶅彧鏀寔杈撳叆妗嗭紝涓嶆敮鎸佷笅鎷夊拰鏃堕棿鎺т欢 --> + + + + <#-- update-end-Author:xuelin Date:20171211 for锛歍ASK #2441 銆愭敼閫犮戦珮绾ф煡璇㈢洰鍓嶅彧鏀寔杈撳叆妗嗭紝涓嶆敮鎸佷笅鎷夊拰鏃堕棿鎺т欢 --> + + + + +
  • +
+
+ +
+
+
+ +
+
缂栬緫
+
鍒犻櫎
+
+ + +<#-- update-begin-Author:xuelin Date:20171211 for锛歍ASK #2441 銆愭敼閫犮戦珮绾ф煡璇㈢洰鍓嶅彧鏀寔杈撳叆妗嗭紝涓嶆敮鎸佷笅鎷夊拰鏃堕棿鎺т欢 --> + + <#list fields as column> + <#if column.formatter??> + + + + <#elseif column.dictionary??> + <#list valueList as val> + <#if '${column.field}' == '${val.name}'> + + + + + + <#else> + + + + +<#-- update-end-Author:xuelin Date:20171211 for锛歍ASK #2441 銆愭敼閫犮戦珮绾ф煡璇㈢洰鍓嶅彧鏀寔杈撳叆妗嗭紝涓嶆敮鎸佷笅鎷夊拰鏃堕棿鎺т欢 --> + diff --git a/src/main/java/org/jeecgframework/tag/vo/superquery/Field.java b/src/main/java/org/jeecgframework/tag/vo/superquery/Field.java new file mode 100644 index 00000000..ea598515 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/vo/superquery/Field.java @@ -0,0 +1,92 @@ +package org.jeecgframework.tag.vo.superquery; + +/** + * 鏌ヨ瀛楁閰嶇疆 + * @author qinfeng + * + */ +public class Field { + + /** + * 瀛楁鍚 + */ + private String name; + /** + * 瀛楁鏂囨湰鎻忚堪 + */ + private String txt; + /** + * 瀛楁鏁版嵁搴撶被鍨 n: int绫诲瀷; c: 瀛楃涓茬被鍨 ;d: 鏃堕棿绫诲瀷; + */ + private String dtype; + /** + * 鎺т欢鏄剧ず绫诲瀷 select: 涓嬫媺; input: 杈撳叆妗; popup: 寮瑰嚭; date: 鏃堕棿锛堝勾鏈堟棩锛;datetime: 鏃堕棿锛堝勾鏈堟棩鏃跺垎绉掞級; + */ + private String stype; + /** + * 瀛楀吀code锛堝瓧鍏竎ode锛屾垨鑰卲opup鎶ヨ〃瀵瑰簲鐨勫瓧娈碉級 + */ + private String dicCode; + /** + * 瀛楀吀table锛堟暟鎹簱琛紝鎴栬呮姤琛╟ode锛 + */ + private String dicTable; + /** + * 瀛楀吀Text锛 琛ㄥ瓧娈垫枃鏈 锛 鎴栬呭脊鍑哄洖濉瓧娈,鏀寔澶氫釜閫楀彿闅斿紑锛岄『搴忔湁瑕佹眰锛 + */ + private String dictTxt; + /** + * 鎺掑垪搴忓彿 + */ + private int seq; + + + public int getSeq() { + return seq; + } + public void setSeq(int seq) { + this.seq = seq; + } + public String getName() { + return name; + } + public void setName(String name) { + this.name = name; + } + public String getDtype() { + return dtype; + } + public void setDtype(String dtype) { + this.dtype = dtype; + } + public String getStype() { + return stype; + } + public void setStype(String stype) { + this.stype = stype; + } + public String getDicCode() { + return dicCode; + } + public void setDicCode(String dicCode) { + this.dicCode = dicCode; + } + public String getDicTable() { + return dicTable; + } + public void setDicTable(String dicTable) { + this.dicTable = dicTable; + } + public String getDictTxt() { + return dictTxt; + } + public void setDictTxt(String dictTxt) { + this.dictTxt = dictTxt; + } + public String getTxt() { + return txt; + } + public void setTxt(String txt) { + this.txt = txt; + } +} diff --git a/src/main/java/org/jeecgframework/tag/vo/superquery/SuperQueryJson.java b/src/main/java/org/jeecgframework/tag/vo/superquery/SuperQueryJson.java new file mode 100644 index 00000000..44bf7ad2 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/vo/superquery/SuperQueryJson.java @@ -0,0 +1,46 @@ +package org.jeecgframework.tag.vo.superquery; + +import java.util.ArrayList; +import java.util.List; + +public class SuperQueryJson { + + /** + * 楂樼骇鏌ヨ绫诲瀷锛 M:涓诲瓙琛紱S:鍗曡〃 + */ + private String type; + /** + * 琛ㄩ泦鍚 + */ + private List tabs = new ArrayList
(); + /** + * 琛ㄥ瓧娈甸厤缃 + */ + private List configs = new ArrayList(); + + + public void addTable(Table e){ + tabs.add(e); + } + public void addTconfig(TConfig t){ + configs.add(t); + } + public List
getTabs() { + return tabs; + } + public void setTabs(List
tabs) { + this.tabs = tabs; + } + public List getConfigs() { + return configs; + } + public void setConfigs(List configs) { + this.configs = configs; + } + public String getType() { + return type; + } + public void setType(String type) { + this.type = type; + } +} diff --git a/src/main/java/org/jeecgframework/tag/vo/superquery/TConfig.java b/src/main/java/org/jeecgframework/tag/vo/superquery/TConfig.java new file mode 100644 index 00000000..f99da828 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/vo/superquery/TConfig.java @@ -0,0 +1,37 @@ +package org.jeecgframework.tag.vo.superquery; + +import java.util.ArrayList; +import java.util.List; + +/** + * 琛ㄦ煡璇㈠瓧娈甸厤缃 + * @author scott + * + */ +public class TConfig { + + /** + * 琛ㄥ悕 + */ + private String table; + /** + * 瀛楁閰嶇疆 + */ + private List fields = new ArrayList(); + + public void addField(Field f){ + fields.add(f); + } + public String getTable() { + return table; + } + public void setTable(String table) { + this.table = table; + } + public List getFields() { + return fields; + } + public void setFields(List fields) { + this.fields = fields; + } +} diff --git a/src/main/java/org/jeecgframework/tag/vo/superquery/Table.java b/src/main/java/org/jeecgframework/tag/vo/superquery/Table.java new file mode 100644 index 00000000..93d31642 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/vo/superquery/Table.java @@ -0,0 +1,58 @@ +package org.jeecgframework.tag.vo.superquery; + +/** + * 楂樼骇鏌ヨ琛ㄥ叧绯婚厤缃 + * @author qinfeng + * + */ +public class Table { + /** + * 琛ㄥ悕 + */ + private String table; + /** + * 鏄惁涓昏〃 Y锛氭槸 N锛氬惁 + */ + private String isMain; + /** + * 澶栭敭瀛楁 + */ + private String fKey; + /** + * 鎺掑垪搴忓彿 + */ + private int seq; + + + public int getSeq() { + return seq; + } + + public void setSeq(int seq) { + this.seq = seq; + } + + public String getTable() { + return table; + } + + public void setTable(String table) { + this.table = table; + } + + public String getIsMain() { + return isMain; + } + + public void setIsMain(String isMain) { + this.isMain = isMain; + } + + public String getfKey() { + return fKey; + } + + public void setfKey(String fKey) { + this.fKey = fKey; + } +} diff --git a/src/main/java/org/jeecgframework/tag/vo/superquery/TestMain.java b/src/main/java/org/jeecgframework/tag/vo/superquery/TestMain.java new file mode 100644 index 00000000..b6d198d8 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/vo/superquery/TestMain.java @@ -0,0 +1,86 @@ +package org.jeecgframework.tag.vo.superquery; + +import org.jeecgframework.jwt.util.GsonUtil; + +public class TestMain { + + public static void main(String[] args) { + SuperQueryJson sqm = new SuperQueryJson(); + sqm.setType("M"); + Table t = new Table(); + t.setIsMain("Y"); + t.setTable("jeecg_order_main"); + + + //琛ㄧ粨鏋勯厤缃 + Table sb1 = new Table(); + sb1.setIsMain("N"); + sb1.setTable("jeecg_order_product"); + +// Table sb2 = new Table(); +// sb2.setIsMain("Y"); +// sb2.setTable("jeecg_order_custom"); + + + sqm.addTable(t); + sqm.addTable(sb1); + + //璁㈠崟琛ㄥ瓧娈甸厤缃 + TConfig tc = new TConfig(); + tc.setTable("jeecg_order_main"); + Field f = new Field(); + f.setName("GO_ORDER_CODE"); + f.setTxt("璁㈠崟鍙"); + f.setDtype("c"); + f.setStype("input"); + f.setSeq(1); + Field f1 = new Field(); + f1.setName("GODER_TYPE"); + f1.setDtype("c"); + f1.setTxt("璁㈠崟绫诲瀷"); + f1.setStype("select"); + f1.setDicCode("sex"); + f1.setSeq(2); + Field f2 = new Field(); + f2.setName("CREATE_DT"); + f2.setDtype("d"); + f2.setTxt("璁㈠崟鏃堕棿"); + f2.setStype("date"); + f2.setSeq(3); + tc.addField(f); + tc.addField(f1); + tc.addField(f2); + + + //璁㈠崟琛ㄥ瓧娈甸厤缃 + TConfig tc1 = new TConfig(); + tc1.setTable("jeecg_order_product"); + Field ff = new Field(); + ff.setName("GOP_PRODUCT_NAME"); + ff.setTxt("浜у搧鍚嶇О"); + ff.setDtype("c"); + ff.setStype("input"); + ff.setSeq(1); + Field ff1 = new Field(); + ff1.setName("GOP_PRODUCT_TYPE"); + ff1.setTxt("浜у搧绫诲瀷"); + ff1.setDtype("c"); + ff1.setStype("select"); + ff1.setDicCode("sex"); + ff1.setSeq(2); + Field ff2 = new Field(); + ff2.setName("MODIFY_DT"); + ff2.setDtype("d"); + ff2.setStype("date"); + ff2.setTxt("浜у搧鍑哄巶鏃堕棿"); + ff2.setSeq(3); + tc1.addField(ff); + tc1.addField(ff1); + tc1.addField(ff2); + + sqm.addTconfig(tc); + sqm.addTconfig(tc); + + System.out.println(GsonUtil.toJson(sqm)); + } +} diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/engine/core/cgDynamGraphDesign.ftl b/src/main/java/org/jeecgframework/web/cgdynamgraph/engine/core/cgDynamGraphDesign.ftl index 976dfd12..dc44b719 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/engine/core/cgDynamGraphDesign.ftl +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/engine/core/cgDynamGraphDesign.ftl @@ -266,7 +266,7 @@ <#if x['search_mode']=="single"> <#if (x['field_dictlist']?size >0)> - + <#list x['field_dictlist'] as xd> diff --git a/src/main/java/org/jeecgframework/web/cgform/enhance/CurrentDateFillRule.java b/src/main/java/org/jeecgframework/web/cgform/enhance/CurrentDateFillRule.java new file mode 100644 index 00000000..7c47c32f --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/enhance/CurrentDateFillRule.java @@ -0,0 +1,17 @@ +package org.jeecgframework.web.cgform.enhance; + +import java.sql.Timestamp; + +/** + * 褰撳墠鏃堕棿鐢熸垚瑙勫垯瀹炵幇绫 + * @author YanDong + * + */ +public class CurrentDateFillRule implements IFillRuleHandler { + + @Override + public Object execute(String paramJson) { + return new Timestamp(System.currentTimeMillis()); + } + +} \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/cgform/enhance/IFillRuleHandler.java b/src/main/java/org/jeecgframework/web/cgform/enhance/IFillRuleHandler.java new file mode 100644 index 00000000..ac7ac860 --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/enhance/IFillRuleHandler.java @@ -0,0 +1,11 @@ +package org.jeecgframework.web.cgform.enhance; + +/** + * 濉艰鍒欐帴鍙 + * @author Yan_涓 + * 濡傞渶浣跨敤濉艰鍒欏姛鑳斤紝瑙勫垯瀹炵幇绫诲繀椤诲疄鐜版鎺ュ彛 + */ +public interface IFillRuleHandler { + public Object execute(String paramJson); +} + diff --git a/src/main/java/org/jeecgframework/web/cgform/enhance/OrderNumFillRule.java b/src/main/java/org/jeecgframework/web/cgform/enhance/OrderNumFillRule.java new file mode 100644 index 00000000..55a24f6e --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/enhance/OrderNumFillRule.java @@ -0,0 +1,29 @@ +package org.jeecgframework.web.cgform.enhance; + +import java.text.SimpleDateFormat; +import java.util.Date; + +import net.sf.json.JSONObject; + +import org.apache.commons.lang.math.RandomUtils; + +/** + * 璁㈠崟鍙风敓鎴愯鍒欏疄鐜扮被 + * @author YanDong + */ +public class OrderNumFillRule implements IFillRuleHandler{ + + @Override + public Object execute(String paramJson) { + String prefix="CN"; + //璁㈠崟鍓嶇紑榛樿涓篊N 濡傛灉瑙勫垯鍙傛暟涓嶄负绌猴紝鍒欏彇鑷畾涔夊墠缂 + if(paramJson!=null && !"".equals(paramJson)){ + JSONObject jsonObject = JSONObject.fromObject(paramJson); + Object obj = jsonObject.get("prefix"); + if(obj!=null)prefix=obj.toString(); + } + SimpleDateFormat format=new SimpleDateFormat("yyyyMMddHHmmss"); + int random=RandomUtils.nextInt(90)+10; + return prefix+format.format(new Date())+random; + } +} diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormFieldEntity.java b/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormFieldEntity.java index 9497332f..3bbcecb7 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormFieldEntity.java +++ b/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormFieldEntity.java @@ -103,6 +103,10 @@ public class CgFormFieldEntity implements java.io.Serializable { /**鎵╁睍鍙傛暟**/ private java.lang.String extendJson; + private String fillRuleCode; + + + /** *鏂规硶: 鍙栧緱java.lang.String @@ -576,7 +580,15 @@ public class CgFormFieldEntity implements java.io.Serializable { this.fieldMustInput = fieldMustInput; } - + @Column(name="fill_rule_code") + public String getFillRuleCode() { + return fillRuleCode; + } + + public void setFillRuleCode(String fillRuleCode) { + this.fillRuleCode = fillRuleCode; + } + } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormIndexEntity.java b/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormIndexEntity.java index 274efad2..c0463b89 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormIndexEntity.java +++ b/src/main/java/org/jeecgframework/web/cgform/entity/config/CgFormIndexEntity.java @@ -1,20 +1,8 @@ package org.jeecgframework.web.cgform.entity.config; -import java.math.BigDecimal; -import java.util.Date; -import java.lang.String; -import java.lang.Double; -import java.lang.Integer; -import java.math.BigDecimal; - -import javax.xml.soap.Text; - -import java.sql.Blob; - import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; -import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; @@ -23,9 +11,6 @@ import javax.persistence.Table; import org.codehaus.jackson.annotate.JsonIgnore; import org.hibernate.annotations.ForeignKey; import org.hibernate.annotations.GenericGenerator; - -import javax.persistence.SequenceGenerator; - import org.jeecgframework.poi.excel.annotation.Excel; /** diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/fillrule/TSFillRuleEntity.java b/src/main/java/org/jeecgframework/web/cgform/entity/fillrule/TSFillRuleEntity.java new file mode 100644 index 00000000..15bd933a --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/entity/fillrule/TSFillRuleEntity.java @@ -0,0 +1,307 @@ +package org.jeecgframework.web.cgform.entity.fillrule; + +import java.math.BigDecimal; +import java.util.Date; +import java.lang.String; +import java.lang.Double; +import java.lang.Integer; +import java.math.BigDecimal; +import javax.xml.soap.Text; +import java.sql.Blob; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.GenerationType; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import javax.persistence.SequenceGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: 濉艰鍒欒〃 + * @author onlineGenerator + * @date 2018-01-04 19:01:44 + * @version V1.0 + * + */ +@Entity +@Table(name = "t_s_fill_rule", schema = "") +@SuppressWarnings("serial") +public class TSFillRuleEntity implements java.io.Serializable { + /**涓婚敭*/ + + private java.lang.String id; + /**鍒涘缓浜哄悕绉*/ + + private java.lang.String createName; + /**鍒涘缓浜虹櫥褰曞悕绉*/ + + private java.lang.String createBy; + /**鍒涘缓鏃ユ湡*/ + + private java.util.Date createDate; + /**鏇存柊浜哄悕绉*/ + + private java.lang.String updateName; + /**鏇存柊浜虹櫥褰曞悕绉*/ + + private java.lang.String updateBy; + /**鏇存柊鏃ユ湡*/ + + private java.util.Date updateDate; + /**鎵灞為儴闂*/ + + private java.lang.String sysOrgCode; + /**鎵灞炲叕鍙*/ + + private java.lang.String sysCompanyCode; + /**娴佺▼鐘舵*/ + + private java.lang.String bpmStatus; + /**瑙勫垯code*/ + @Excel(name="瑙勫垯code",width=15) + + private java.lang.String ruleCode; + /**瑙勫垯鍚嶇О*/ + @Excel(name="瑙勫垯鍚嶇О",width=15) + + private java.lang.String ruleName; + /**瑙勫垯瀹炵幇绫*/ + @Excel(name="瑙勫垯瀹炵幇绫",width=15) + + private java.lang.String ruleClass; + /**瑙勫垯鍙傛暟*/ + @Excel(name="瑙勫垯鍙傛暟",width=15) + + private java.lang.String ruleParam; + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 涓婚敭 + */ + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + @Column(name ="ID",nullable=false,length=36) + public java.lang.String getId(){ + return this.id; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 涓婚敭 + */ + public void setId(java.lang.String id){ + this.id = id; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜哄悕绉 + */ + @Column(name ="CREATE_NAME",nullable=true,length=50) + public java.lang.String getCreateName(){ + return this.createName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜哄悕绉 + */ + public void setCreateName(java.lang.String createName){ + this.createName = createName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + @Column(name ="CREATE_BY",nullable=true,length=50) + public java.lang.String getCreateBy(){ + return this.createBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鍒涘缓浜虹櫥褰曞悕绉 + */ + public void setCreateBy(java.lang.String createBy){ + this.createBy = createBy; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鍒涘缓鏃ユ湡 + */ + @Column(name ="CREATE_DATE",nullable=true,length=20) + public java.util.Date getCreateDate(){ + return this.createDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鍒涘缓鏃ユ湡 + */ + public void setCreateDate(java.util.Date createDate){ + this.createDate = createDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜哄悕绉 + */ + @Column(name ="UPDATE_NAME",nullable=true,length=50) + public java.lang.String getUpdateName(){ + return this.updateName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜哄悕绉 + */ + public void setUpdateName(java.lang.String updateName){ + this.updateName = updateName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + @Column(name ="UPDATE_BY",nullable=true,length=50) + public java.lang.String getUpdateBy(){ + return this.updateBy; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鏇存柊浜虹櫥褰曞悕绉 + */ + public void setUpdateBy(java.lang.String updateBy){ + this.updateBy = updateBy; + } + /** + *鏂规硶: 鍙栧緱java.util.Date + *@return: java.util.Date 鏇存柊鏃ユ湡 + */ + @Column(name ="UPDATE_DATE",nullable=true,length=20) + public java.util.Date getUpdateDate(){ + return this.updateDate; + } + + /** + *鏂规硶: 璁剧疆java.util.Date + *@param: java.util.Date 鏇存柊鏃ユ湡 + */ + public void setUpdateDate(java.util.Date updateDate){ + this.updateDate = updateDate; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞為儴闂 + */ + @Column(name ="SYS_ORG_CODE",nullable=true,length=50) + public java.lang.String getSysOrgCode(){ + return this.sysOrgCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞為儴闂 + */ + public void setSysOrgCode(java.lang.String sysOrgCode){ + this.sysOrgCode = sysOrgCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 鎵灞炲叕鍙 + */ + @Column(name ="SYS_COMPANY_CODE",nullable=true,length=50) + public java.lang.String getSysCompanyCode(){ + return this.sysCompanyCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 鎵灞炲叕鍙 + */ + public void setSysCompanyCode(java.lang.String sysCompanyCode){ + this.sysCompanyCode = sysCompanyCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 娴佺▼鐘舵 + */ + @Column(name ="BPM_STATUS",nullable=true,length=32) + public java.lang.String getBpmStatus(){ + return this.bpmStatus; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 娴佺▼鐘舵 + */ + public void setBpmStatus(java.lang.String bpmStatus){ + this.bpmStatus = bpmStatus; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瑙勫垯code + */ + @Column(name ="RULE_CODE",nullable=true,length=255) + public java.lang.String getRuleCode(){ + return this.ruleCode; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瑙勫垯code + */ + public void setRuleCode(java.lang.String ruleCode){ + this.ruleCode = ruleCode; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瑙勫垯鍚嶇О + */ + @Column(name ="RULE_NAME",nullable=true,length=255) + public java.lang.String getRuleName(){ + return this.ruleName; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瑙勫垯鍚嶇О + */ + public void setRuleName(java.lang.String ruleName){ + this.ruleName = ruleName; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瑙勫垯瀹炵幇绫 + */ + @Column(name ="RULE_CLASS",nullable=true,length=500) + public java.lang.String getRuleClass(){ + return this.ruleClass; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瑙勫垯瀹炵幇绫 + */ + public void setRuleClass(java.lang.String ruleClass){ + this.ruleClass = ruleClass; + } + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 瑙勫垯鍙傛暟 + */ + @Column(name ="RULE_PARAM",nullable=true,length=500) + public java.lang.String getRuleParam(){ + return this.ruleParam; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 瑙勫垯鍙傛暟 + */ + public void setRuleParam(java.lang.String ruleParam){ + this.ruleParam = ruleParam; + } +} diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/template/CgformTemplateEntity.java b/src/main/java/org/jeecgframework/web/cgform/entity/template/CgformTemplateEntity.java index 5eb09f11..73c015ad 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/template/CgformTemplateEntity.java +++ b/src/main/java/org/jeecgframework/web/cgform/entity/template/CgformTemplateEntity.java @@ -1,14 +1,13 @@ package org.jeecgframework.web.cgform.entity.template; -import java.math.BigDecimal; import java.util.Date; -import java.lang.String; -import java.lang.Double; -import java.lang.Integer; -import java.math.BigDecimal; -import javax.persistence.*; -import javax.xml.soap.Text; -import java.sql.Blob; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.Id; +import javax.persistence.Table; +import javax.persistence.Transient; import org.hibernate.annotations.GenericGenerator; import org.jeecgframework.poi.excel.annotation.Excel; diff --git a/src/main/java/org/jeecgframework/web/cgform/service/fillrule/TSFillRuleServiceI.java b/src/main/java/org/jeecgframework/web/cgform/service/fillrule/TSFillRuleServiceI.java new file mode 100644 index 00000000..5c1f82e1 --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/service/fillrule/TSFillRuleServiceI.java @@ -0,0 +1,15 @@ +package org.jeecgframework.web.cgform.service.fillrule; +import org.jeecgframework.web.cgform.entity.fillrule.TSFillRuleEntity; +import org.jeecgframework.core.common.service.CommonService; + +import java.io.Serializable; + +public interface TSFillRuleServiceI extends CommonService{ + + public void delete(TSFillRuleEntity entity) throws Exception; + + public Serializable save(TSFillRuleEntity entity) throws Exception; + + public void saveOrUpdate(TSFillRuleEntity entity) throws Exception; + +} diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/CgFormFieldServiceImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/CgFormFieldServiceImpl.java index 223f1c32..b390c05e 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/CgFormFieldServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/CgFormFieldServiceImpl.java @@ -20,7 +20,6 @@ import org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity; import org.jeecgframework.web.cgform.entity.config.CgSubTableVO; import org.jeecgframework.web.cgform.entity.enhance.CgformEnhanceJsEntity; import org.jeecgframework.web.cgform.exception.BusinessException; -import org.jeecgframework.web.cgform.service.cgformftl.CgformFtlServiceI; import org.jeecgframework.web.cgform.service.config.CgFormFieldServiceI; import org.jeecgframework.web.cgform.service.config.CgFormIndexServiceI; import org.jeecgframework.web.cgform.service.config.DbTableHandleI; @@ -40,8 +39,6 @@ import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.beans.factory.annotation.Qualifier; -import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.orm.hibernate4.SessionFactoryUtils; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @@ -62,13 +59,8 @@ public class CgFormFieldServiceImpl extends CommonServiceImpl implements //鍚屾鏂瑰紡锛氬己鍒跺悓姝 private static final String SYN_FORCE = "force"; @Autowired - @Qualifier("jdbcTemplate") - private JdbcTemplate jdbcTemplate; - @Autowired private CgFormVersionDao cgFormVersionDao; @Autowired - private CgformFtlServiceI cgformFtlService; - @Autowired private CgformEnhanceJsServiceI cgformEnhanceJsService; @Autowired private CgFormFieldDao cgFormFieldDao; @@ -232,8 +224,7 @@ public class CgFormFieldServiceImpl extends CommonServiceImpl implements if (judgeTableIsExit(cgFormHead.getTableName())) { // 鏇存柊琛ㄦ搷浣 DbTableProcess dbTableProcess = new DbTableProcess(getSession()); - List updateTable = dbTableProcess.updateTable( - cgFormHead, getSession()); + List updateTable = dbTableProcess.updateTable(cgFormHead, getSession()); for (String sql : updateTable) { if(StringUtils.isNotEmpty(sql)){ this.executeSql(sql); diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/TableSQLServerHandleImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/TableSQLServerHandleImpl.java index 1a09e1bd..b970fae8 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/TableSQLServerHandleImpl.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/TableSQLServerHandleImpl.java @@ -34,7 +34,7 @@ public class TableSQLServerHandleImpl implements DbTableHandleI { String result =""; if (dataType.equalsIgnoreCase("varchar")) { result="string"; - } else if(dataType.equalsIgnoreCase("double")){ + } else if(dataType.equalsIgnoreCase("float")){ result="double"; }else if (dataType.equalsIgnoreCase("int")) { result="int"; @@ -43,7 +43,9 @@ public class TableSQLServerHandleImpl implements DbTableHandleI { }else if (dataType.equalsIgnoreCase("Datetime")) { result="date"; }else if (dataType.equalsIgnoreCase("numeric")) { - result="double"; + result="bigdecimal"; + }else if (dataType.equalsIgnoreCase("varbinary")) { + result="blob"; } return result; } @@ -65,11 +67,17 @@ public class TableSQLServerHandleImpl implements DbTableHandleI { }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("date")){ result = cgfromcolumnMeta.getColumnName()+" datetime"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("int")){ - result = cgfromcolumnMeta.getColumnName()+" int"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + result = cgfromcolumnMeta.getColumnName()+" int "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("double")){ + result = cgfromcolumnMeta.getColumnName()+" float "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("bigdecimal")){ result = cgfromcolumnMeta.getColumnName()+" numeric("+cgfromcolumnMeta.getColumnSize()+","+cgfromcolumnMeta.getDecimalDigits()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("text")){ + result = cgfromcolumnMeta.getColumnName()+" text"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("blob")){ + result = cgfromcolumnMeta.getColumnName()+" varbinary("+cgfromcolumnMeta.getColumnSize()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); } - result += (StringUtils.isNotEmpty(cgfromcolumnMeta.getFieldDefault())?" DEFAULT "+cgfromcolumnMeta.getFieldDefault():" "); + //result += (StringUtils.isNotEmpty(cgfromcolumnMeta.getFieldDefault())?" DEFAULT "+cgfromcolumnMeta.getFieldDefault():" "); return result; } @@ -80,30 +88,31 @@ public class TableSQLServerHandleImpl implements DbTableHandleI { }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("date")){ result = cgfromcolumnMeta.getColumnName()+" datetime"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("int")){ - result = cgfromcolumnMeta.getColumnName()+" int("+cgfromcolumnMeta.getColumnSize()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + result = cgfromcolumnMeta.getColumnName()+" int "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("double")){ - result = cgfromcolumnMeta.getColumnName()+" double("+cgfromcolumnMeta.getColumnSize()+","+cgfromcolumnMeta.getDecimalDigits()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + result = cgfromcolumnMeta.getColumnName()+" float "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("bigdecimal")){ - result = cgfromcolumnMeta.getColumnName()+" decimal("+cgfromcolumnMeta.getColumnSize()+","+cgfromcolumnMeta.getDecimalDigits()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + result = cgfromcolumnMeta.getColumnName()+" numeric("+cgfromcolumnMeta.getColumnSize()+","+cgfromcolumnMeta.getDecimalDigits()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("text")){ result = cgfromcolumnMeta.getColumnName()+" text"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("blob")){ result = cgfromcolumnMeta.getColumnName()+" varbinary("+cgfromcolumnMeta.getColumnSize()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }//update-end--Author:liuht Date:20131223 - result += (StringUtils.isNotEmpty(cgfromcolumnMeta.getFieldDefault())?" DEFAULT "+cgfromcolumnMeta.getFieldDefault():" "); + //result += (StringUtils.isNotEmpty(cgfromcolumnMeta.getFieldDefault())?" DEFAULT "+cgfromcolumnMeta.getFieldDefault():" "); return result; } private String getRenameFieldDesc(ColumnMeta cgfromcolumnMeta) { String result =""; + if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("string")){ result = cgfromcolumnMeta.getColumnName()+" varchar("+cgfromcolumnMeta.getColumnSize()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("date")){ result = cgfromcolumnMeta.getColumnName()+" datetime"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("int")){ - result = cgfromcolumnMeta.getColumnName()+" int("+cgfromcolumnMeta.getColumnSize()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + result = cgfromcolumnMeta.getColumnName()+" int "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); }else if(cgfromcolumnMeta.getColunmType().equalsIgnoreCase("double")){ - result = cgfromcolumnMeta.getColumnName()+" double("+cgfromcolumnMeta.getColumnSize()+","+cgfromcolumnMeta.getDecimalDigits()+")"+" "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); + result = cgfromcolumnMeta.getColumnName()+" float "+(cgfromcolumnMeta.getIsNullable().equals("Y")?"NULL":"NOT NULL"); } return result; } diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/ColumnMeta.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/ColumnMeta.java index 4b170fb2..acc9ece3 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/ColumnMeta.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/ColumnMeta.java @@ -41,6 +41,42 @@ public class ColumnMeta { &&isEquals(comment,meta.getComment())&&isEquals(fieldDefault,meta.getFieldDefault()); } } + + /** + * 鏂板瀵规瘮鏂规硶锛 閽堝Sqlserver2008鏁版嵁搴擄紝涓嶅姣斿瓧娈靛娉ㄥ拰榛樿鍊 + * + * @param obj 瀵硅薄 + * @param dataType 鏁版嵁搴撶被鍨 + * @return + */ + public boolean equalsByDataType(Object obj,String dataType) { + if (obj == this) { + return true; + } + if (!(obj instanceof ColumnMeta)) { + return false; + } + ColumnMeta meta = (ColumnMeta)obj; + if("SQLSERVER".equals(dataType)){ + //鏃堕棿绫诲瀷涓嶆瘮杈冮暱搴 + if (colunmType.contains("date") || colunmType.contains("blob") || colunmType.contains("text")) { + return columnName.equals(meta.getColumnName()) &&isNullable.equals(meta.isNullable); + }else { + return colunmType.equals(meta.getColunmType()) && isNullable.equals(meta.isNullable)&&columnSize==meta.getColumnSize(); + } + }else{ + if (colunmType.contains("date") || colunmType.contains("blob") || colunmType.contains("text")) { + return columnName.equals(meta.getColumnName()) + &&isNullable.equals(meta.isNullable) + &&isEquals(comment,meta.getComment())&&isEquals(fieldDefault,meta.getFieldDefault()); + }else { + return colunmType.equals(meta.getColunmType()) + &&isNullable.equals(meta.isNullable)&&columnSize==meta.getColumnSize() + &&isEquals(comment,meta.getComment())&&isEquals(fieldDefault,meta.getFieldDefault()); + } + } + } + public boolean equalsDefault(ColumnMeta meta){ if (meta == this) { @@ -85,11 +121,9 @@ public class ColumnMeta { public String getOldColumnName() { return oldColumnName; } - - - public int hashCode() { - return columnSize + colunmType.hashCode()*columnName.hashCode(); - } + public int hashCode() { + return columnSize + colunmType.hashCode()*columnName.hashCode(); + } public void setColumnName(String columnName) { this.columnName = columnName; } diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableProcess.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableProcess.java index bc49eef8..7cad3864 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableProcess.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableProcess.java @@ -69,15 +69,14 @@ public class DbTableProcess { public List updateTable(CgFormHeadEntity table,Session session) throws DBException{ //StringBuilder sb = new StringBuilder(); - String tableName = DbTableUtil.getDataType(session).equals("ORACLE")?table.getTableName().toUpperCase():table.getTableName(); + String dataType = DbTableUtil.getDataType(session); + String tableName = dataType.equals("ORACLE")?table.getTableName().toUpperCase():table.getTableName(); String alterTable="alter table "+tableName+" "; List strings = new ArrayList(); //瀵硅〃鐨勪慨鏀瑰垪鍜屽垹闄ゅ垪鐨勫鐞嗭紝瑙e喅hibernate娌℃湁璇ユ満鍒 try { Map dataBaseColumnMetaMap = getColumnMetadataFormDataBase(null ,tableName,session); - Map cgFormColumnMetaMap = getColumnMetadataFormCgForm(table); - Map newAndOldFieldMap =getNewAndOldFieldName(table); @@ -87,7 +86,7 @@ public class DbTableProcess { ColumnMeta cgFormColumnMeta = cgFormColumnMetaMap.get(columnName); if(newAndOldFieldMap.containsKey(columnName)&&(dataBaseColumnMetaMap.containsKey(newAndOldFieldMap.get(columnName)))){ ColumnMeta dataColumnMeta = dataBaseColumnMetaMap.get(newAndOldFieldMap.get(columnName)); - if (DbTableUtil.getDataType(session).equals("SQLSERVER")) { + if ("SQLSERVER".equals(dataType)) { //sqlserver 淇敼绫诲悕绉伴渶瑕佽皟鐢ㄥ瓨鍌ㄨ繃绋 strings.add(getReNameFieldName(cgFormColumnMeta)); }else { @@ -103,26 +102,30 @@ public class DbTableProcess { } } //鍒ゆ柇娉ㄩ噴鏄笉鏄浉鍚,淇敼娉ㄩ噴 - if(!dataColumnMeta.equalsComment(cgFormColumnMeta)){ + + if(!"SQLSERVER".equals(dataType) && !dataColumnMeta.equalsComment(cgFormColumnMeta)){ strings.add(getCommentSql(cgFormColumnMeta)); } }else{//涓嶅寘鍚氨鏄澧炲姞 strings.add(alterTable+getAddColumnSql(cgFormColumnMeta)); - if(StringUtils.isNotEmpty(cgFormColumnMeta.getComment())){ + if(!"SQLSERVER".equals(dataType) && StringUtils.isNotEmpty(cgFormColumnMeta.getComment())){ strings.add(getCommentSql(cgFormColumnMeta)); } + } }else {//宸茬粡瀛樺湪鐨勫垽鏂槸鍚︿慨鏀逛簡绫诲瀷闀垮害銆傘 //鍒ゆ柇鏄惁绫诲瀷銆侀暱搴︺佹槸鍚︿负绌恒佺簿搴﹁淇敼锛屽鏋滄湁淇敼鍒欏鐞嗕慨鏀 ColumnMeta dataColumnMeta = dataBaseColumnMetaMap.get(columnName); ColumnMeta cgFormColumnMeta = cgFormColumnMetaMap.get(columnName); //濡傛灉涓嶇浉鍚岋紝鍒欒〃绀烘湁鍙樺寲锛屽垯闇瑕佷慨鏀 - if (!dataColumnMeta.equals(cgFormColumnMeta)) { + + if (!dataColumnMeta.equalsByDataType(cgFormColumnMeta,dataType)) { strings.add(alterTable+getUpdateColumnSql(cgFormColumnMeta,dataColumnMeta)); } - if(!dataColumnMeta.equalsComment(cgFormColumnMeta)){ + if(!"SQLSERVER".equals(dataType) && !dataColumnMeta.equalsComment(cgFormColumnMeta)){ strings.add(getCommentSql(cgFormColumnMeta)); } + } } @@ -142,14 +145,12 @@ public class DbTableProcess { return strings; } - private static void createTable(String xml, CgFormHeadEntity table, - Session session) throws HibernateException, SQLException, DBException { + private static void createTable(String xml, CgFormHeadEntity table,Session session) throws HibernateException, SQLException, DBException { //FIXME 鑰冭檻JNDI鐨勬儏鍐 //閲嶆柊鏋勫缓涓涓狢onfiguration - org.hibernate.cfg.Configuration newconf=new org.hibernate.cfg.Configuration(); - newconf.addXML(xml) - .setProperty("hibernate.dialect",((SessionImpl)session).getFactory().getDialect().getClass().getName()); + org.hibernate.cfg.Configuration newconf = new org.hibernate.cfg.Configuration(); + newconf.addXML(xml).setProperty("hibernate.dialect",((SessionImpl)session).getFactory().getDialect().getClass().getName()); // .setProperty("hibernate.connection.username",propertiesUtil.readProperty("jdbc.username.jeecg")) // .setProperty("hibernate.connection.password",propertiesUtil.readProperty("jdbc.password.jeecg")) // .setProperty("hibernate.dialect",propertiesUtil.readProperty("hibernate.dialect")) @@ -157,8 +158,7 @@ public class DbTableProcess { // .setProperty("hibernate.connection.driver_class",propertiesUtil.readProperty("jdbc.driver.class")); // SchemaExport dbExport; - dbExport = new SchemaExport(newconf,SessionFactoryUtils.getDataSource( - session.getSessionFactory()).getConnection()); + dbExport = new SchemaExport(newconf,SessionFactoryUtils.getDataSource(session.getSessionFactory()).getConnection()); dbExport.execute(true, true, false, true); //鎶涘嚭鎵ц寮傚父锛屾姏鍑虹涓涓嵆鍙 diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableUtil.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableUtil.java index 9196ddd3..9860e519 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableUtil.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/config/util/DbTableUtil.java @@ -70,8 +70,7 @@ public class DbTableUtil { public static DbTableHandleI getTableHandle(Session session) { DbTableHandleI dbTableHandle = null; - String dialect = ((SessionImpl)session).getFactory().getDialect() - .getClass().getName(); + String dialect = ((SessionImpl)session).getFactory().getDialect().getClass().getName(); if (dialect.equals("org.hibernate.dialect.MySQLDialect")) { dbTableHandle = new DbTableMysqlHandleImpl(); }else if (dialect.contains("Oracle")) { diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/fillrule/TSFillRuleServiceImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/fillrule/TSFillRuleServiceImpl.java new file mode 100644 index 00000000..9f8da8c2 --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/fillrule/TSFillRuleServiceImpl.java @@ -0,0 +1,129 @@ +package org.jeecgframework.web.cgform.service.impl.fillrule; +import org.jeecgframework.web.cgform.service.fillrule.TSFillRuleServiceI; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.web.cgform.entity.fillrule.TSFillRuleEntity; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import java.util.HashMap; +import java.util.Map; +import java.util.UUID; +import java.io.Serializable; +import org.jeecgframework.core.util.ApplicationContextUtil; +import org.jeecgframework.core.util.MyClassLoader; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.web.cgform.enhance.CgformEnhanceJavaInter; + +@Service("tSFillRuleService") +@Transactional +public class TSFillRuleServiceImpl extends CommonServiceImpl implements TSFillRuleServiceI { + + + public void delete(TSFillRuleEntity entity) throws Exception{ + super.delete(entity); + //鎵ц鍒犻櫎鎿嶄綔澧炲己涓氬姟 + this.doDelBus(entity); + } + + public Serializable save(TSFillRuleEntity entity) throws Exception{ + Serializable t = super.save(entity); + //鎵ц鏂板鎿嶄綔澧炲己涓氬姟 + this.doAddBus(entity); + return t; + } + + public void saveOrUpdate(TSFillRuleEntity entity) throws Exception{ + super.saveOrUpdate(entity); + //鎵ц鏇存柊鎿嶄綔澧炲己涓氬姟 + this.doUpdateBus(entity); + } + + /** + * 鏂板鎿嶄綔澧炲己涓氬姟 + * @param t + * @return + */ + private void doAddBus(TSFillRuleEntity t) throws Exception{ + } + /** + * 鏇存柊鎿嶄綔澧炲己涓氬姟 + * @param t + * @return + */ + private void doUpdateBus(TSFillRuleEntity t) throws Exception{ + } + /** + * 鍒犻櫎鎿嶄綔澧炲己涓氬姟 + * @param id + * @return + */ + private void doDelBus(TSFillRuleEntity t) throws Exception{ + } + + private Map populationMap(TSFillRuleEntity t){ + Map map = new HashMap(); + map.put("id", t.getId()); + map.put("create_name", t.getCreateName()); + map.put("create_by", t.getCreateBy()); + map.put("create_date", t.getCreateDate()); + map.put("update_name", t.getUpdateName()); + map.put("update_by", t.getUpdateBy()); + map.put("update_date", t.getUpdateDate()); + map.put("sys_org_code", t.getSysOrgCode()); + map.put("sys_company_code", t.getSysCompanyCode()); + map.put("bpm_status", t.getBpmStatus()); + map.put("rule_code", t.getRuleCode()); + map.put("rule_name", t.getRuleName()); + map.put("rule_class", t.getRuleClass()); + map.put("rule_param", t.getRuleParam()); + return map; + } + + /** + * 鏇挎崲sql涓殑鍙橀噺 + * @param sql + * @param t + * @return + */ + public String replaceVal(String sql,TSFillRuleEntity t){ + sql = sql.replace("#{id}",String.valueOf(t.getId())); + sql = sql.replace("#{create_name}",String.valueOf(t.getCreateName())); + sql = sql.replace("#{create_by}",String.valueOf(t.getCreateBy())); + sql = sql.replace("#{create_date}",String.valueOf(t.getCreateDate())); + sql = sql.replace("#{update_name}",String.valueOf(t.getUpdateName())); + sql = sql.replace("#{update_by}",String.valueOf(t.getUpdateBy())); + sql = sql.replace("#{update_date}",String.valueOf(t.getUpdateDate())); + sql = sql.replace("#{sys_org_code}",String.valueOf(t.getSysOrgCode())); + sql = sql.replace("#{sys_company_code}",String.valueOf(t.getSysCompanyCode())); + sql = sql.replace("#{bpm_status}",String.valueOf(t.getBpmStatus())); + sql = sql.replace("#{rule_code}",String.valueOf(t.getRuleCode())); + sql = sql.replace("#{rule_name}",String.valueOf(t.getRuleName())); + sql = sql.replace("#{rule_class}",String.valueOf(t.getRuleClass())); + sql = sql.replace("#{rule_param}",String.valueOf(t.getRuleParam())); + sql = sql.replace("#{UUID}",UUID.randomUUID().toString()); + return sql; + } + + /** + * 鎵цJAVA澧炲己 + */ + private void executeJavaExtend(String cgJavaType,String cgJavaValue,Map data) throws Exception { + if(StringUtil.isNotEmpty(cgJavaValue)){ + Object obj = null; + try { + if("class".equals(cgJavaType)){ + //鍥犳柊澧炴椂宸茬粡鏍¢獙浜嗗疄渚嬪寲鏄惁鍙互鎴愬姛锛屾墍浠ヨ繖鍧楀氨涓嶉渶瑕佸啀鍋氫竴娆″垽鏂 + obj = MyClassLoader.getClassByScn(cgJavaValue).newInstance(); + }else if("spring".equals(cgJavaType)){ + obj = ApplicationContextUtil.getContext().getBean(cgJavaValue); + } + if(obj instanceof CgformEnhanceJavaInter){ + CgformEnhanceJavaInter javaInter = (CgformEnhanceJavaInter) obj; + javaInter.execute("t_s_fill_rule",data); + } + } catch (Exception e) { + e.printStackTrace(); + throw new Exception("鎵цJAVA澧炲己鍑虹幇寮傚父锛"); + } + } + } +} \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/cgform/util/FillRuleUtil.java b/src/main/java/org/jeecgframework/web/cgform/util/FillRuleUtil.java new file mode 100644 index 00000000..8cce44de --- /dev/null +++ b/src/main/java/org/jeecgframework/web/cgform/util/FillRuleUtil.java @@ -0,0 +1,37 @@ +package org.jeecgframework.web.cgform.util; + +import org.jeecgframework.core.util.ApplicationContextUtil; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.web.cgform.enhance.IFillRuleHandler; +import org.jeecgframework.web.cgform.entity.fillrule.TSFillRuleEntity; +import org.jeecgframework.web.cgform.service.fillrule.TSFillRuleServiceI; + +/** + * 瑙勫垯鍊艰嚜鍔ㄧ敓鎴愬伐鍏风被 + * @涓句緥锛 鑷姩鐢熸垚璁㈠崟鍙凤紱鑷姩鐢熸垚褰撳墠鏃ユ湡 + * @author qinfeng + * + */ +public class FillRuleUtil { + + /** + * + * @param ruleCode ruleCode + * @return + */ + public static Object executeRule(String ruleCode){ + if(StringUtil.isEmpty(ruleCode))return null; + Object obj=null; + try { + TSFillRuleServiceI ruleServiceI = ApplicationContextUtil.getContext().getBean(TSFillRuleServiceI.class); + TSFillRuleEntity ruleEntity = ruleServiceI.findUniqueByProperty(TSFillRuleEntity.class, "ruleCode", ruleCode); + if(ruleEntity!=null){ + IFillRuleHandler ruleHandler = (IFillRuleHandler) Class.forName(ruleEntity.getRuleClass()).newInstance(); + obj=ruleHandler.execute(ruleEntity.getRuleParam()); + } + } catch (Exception e) { + e.printStackTrace(); + } + return obj; + } +} diff --git a/src/main/java/org/jeecgframework/web/cgreport/engine/core/cgreportlist.ftl b/src/main/java/org/jeecgframework/web/cgreport/engine/core/cgreportlist.ftl index 5d16eb48..dfe5a32e 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/engine/core/cgreportlist.ftl +++ b/src/main/java/org/jeecgframework/web/cgreport/engine/core/cgreportlist.ftl @@ -21,7 +21,7 @@ $(function(){$('#${config_id}List').datagrid( <#list config_fieldList as x> <#if x_has_next> {field:'${x['field_name']}', - title:'${x['field_txt']}', + //update-begin-- author:YanDong ---date:20171026 ----for:#2381 銆怬nline寮鍙戙 鍦ㄧ嚎寮鍙戞姤琛ㄩ厤缃殑鍒楀鏃犳硶鏍规嵁鍒楃殑鍐呭鑷傚簲 <#if x['field_href']?? && x['field_href']!=""> formatter:function(value,rec,index){ var href=''; @@ -30,9 +30,10 @@ $(function(){$('#${config_id}List').datagrid( }, <#if x['is_show'] == "N" >hidden:true, - width:80}, + title:'${x['field_txt']}'}, <#else> - {field:'${x['field_name']}',title:'${x['field_txt']}',width:80} + {field:'${x['field_name']}',title:'${x['field_txt']}'} + //update-end-- author:YanDong ---date:20171026 ----for:#2381 銆怬nline寮鍙戙 鍦ㄧ嚎寮鍙戞姤琛ㄩ厤缃殑鍒楀鏃犳硶鏍规嵁鍒楃殑鍐呭鑷傚簲 @@ -95,6 +96,7 @@ $(function(){$('#${config_id}List').datagrid(
+<#if (config_queryList?size >0)>
<#list config_queryList as x> @@ -107,7 +109,7 @@ $(function(){$('#${config_id}List').datagrid( <#if x['search_mode']=="single"> <#if (x['field_dictlist']?size >0)> - + <#list x['field_dictlist'] as xd> @@ -108,17 +108,17 @@ $(function(){$('#${config_id}List').datagrid( -<#-- update--begin--author:scott date:20170608 for:鏃犳煡璇㈡潯浠朵笉鐢熸垚 --> -<#if (config_queryList?size >0)> -
- -<#if (config_queryList?size >0)> -
+ <#-- update--begin--author:scott date:20171121 for:鏌ヨ鎸夐挳璋冩暣浣嶇疆 --> + <#if (config_queryList?size >0)> 鏌ヨ 閲嶇疆 -
- -<#-- update--end--author:scott date:20170608 for:鏃犳煡璇㈡潯浠朵笉鐢熸垚 --> + + <#-- update--end--author:scott date:2011121 for:鏌ヨ鎸夐挳璋冩暣浣嶇疆 --> +<#-- update--begin--author:scott date:20170608 for:鏃犳煡璇㈡潯浠朵笉鐢熸垚 --> +<#if (config_queryList?size >0)> +
+ +<#-- update--end--author:scott date:20170608 for:鏃犳煡璇㈡潯浠朵笉鐢熸垚 --> \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/graphreport/engine/core/graphreportlist.ftl b/src/main/java/org/jeecgframework/web/graphreport/engine/core/graphreportlist.ftl index 61a78e4f..cadeec42 100644 --- a/src/main/java/org/jeecgframework/web/graphreport/engine/core/graphreportlist.ftl +++ b/src/main/java/org/jeecgframework/web/graphreport/engine/core/graphreportlist.ftl @@ -43,7 +43,7 @@ ${config_iframe} <#else> + + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ ## update--begin--author:zhangjiaqiang date:20170524 for:缇庡寲p3鍒楄〃椤甸潰鐨勬寜閽 + + ## update--end--author:zhangjiaqiang date:20170524 for:缇庡寲p3鍒楄〃椤甸潰鐨勬寜閽 +
+ + + + + + + + +
+ +
+ + #set($attr='formSubmit') + #showPageList($pageInfos $attr) + +
+ + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index c53c08f5..cc7af76d 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -1,11 +1,12 @@ #SQLServer2005\u4ee5\u4e0a -#hibernate.dialect=org.jeecgframework.core.common.hibernate.dialect.MySQLServer2008Dialect +#hibernate.dialect=org.hibernate.dialect.SQLServerDialect #validationQuery.sqlserver=SELECT 1 -#jdbc.url.jeecg=jdbc:sqlserver://192.168.0.199:1697;DatabaseName=jeecg +#jdbc.url.jeecg=jdbc:sqlserver://192.168.1.200:1433;DatabaseName=jeecg #jdbc.username.jeecg=sa #jdbc.password.jeecg=SA #jdbc.dbType=sqlserver + #postgresSQL #hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect #validationQuery.sqlserver=SELECT 1 @@ -17,15 +18,15 @@ #MySQL hibernate.dialect=org.hibernate.dialect.MySQLDialect validationQuery.sqlserver=SELECT 1 -jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg_3_7_1?useUnicode=true&characterEncoding=UTF-8 -jdbc.username.jeecg=root -jdbc.password.jeecg=root +jdbc.url.jeecg=jdbc:mysql://192.168.1.199:3306/jeecg_3.7.2?useUnicode=true&characterEncoding=UTF-8 +jdbc.username.jeecg=guoju +jdbc.password.jeecg=guoju123123 jdbc.dbType=mysql #Oracle #hibernate.dialect=org.hibernate.dialect.OracleDialect #validationQuery.sqlserver=SELECT 1 FROM DUAL -#jdbc.url.jeecg=jdbc:oracle:thin:@192.168.0.88:1521:ORCL +#jdbc.url.jeecg=jdbc:oracle:thin:@192.168.1.88:1521:ORCL #jdbc.username.jeecg=jeecg #jdbc.password.jeecg=jeecg #jdbc.dbType=oracle diff --git a/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_controllerTemplate.ftl index e6d625a3..aa708802 100644 --- a/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_controllerTemplate.ftl @@ -29,6 +29,11 @@ import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.servlet.ModelAndView; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import org.apache.commons.lang3.StringUtils; +import com.alibaba.fastjson.JSONArray; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; @@ -53,6 +58,11 @@ import java.io.IOException; import java.util.Map; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; @@ -72,6 +82,13 @@ import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -94,6 +111,9 @@ import java.util.HashMap; * @version V1.0 * */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> @Controller @RequestMapping("/${entityName?uncap_first}Controller") public class ${entityName}Controller extends BaseController { @@ -483,30 +503,88 @@ public class ${entityName}Controller extends BaseController { <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--begin--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> + public ResponseMessage> list() { + List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); + if(list!=null&&list.size()>0){ + for(${entityName}Entity entity:list){ + try{ + ${entityName}Page page=new ${entityName}Page(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = entity.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = entity.get${key}(); + + + + <#list subTab as sub> + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.${entityName?uncap_first}Service.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}OldList); + + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + return Result.success(pageList); + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + ${entityName}Page page = new ${entityName}Page(); + try { + MyBeanUtils.copyBeanNotNull2Bean(task, page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = task.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = task.get${key}(); + + + + <#list subTab as sub> + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.${entityName?uncap_first}Service.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}OldList); + + } catch (Exception e) { + e.printStackTrace(); + } + return Result.success(page); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Page ${entityName?uncap_first}Page, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Page ${entityName?uncap_first}Page, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}Page); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -516,27 +594,27 @@ public class ${entityName}Controller extends BaseController { ${entityName}Entity ${entityName?uncap_first} = new ${entityName}Entity(); try{ - MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first},${entityName?uncap_first}Page); + MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first}Page,${entityName?uncap_first}); }catch(Exception e){ logger.info(e.getMessage()); + return Result.error("淇濆瓨${ftl_description}澶辫触"); } ${entityName?uncap_first}Service.addMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}Page.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Page ${entityName?uncap_first}Page) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + <#-- update--begin--author:zhangjiaqiang date:20171102 for: TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥--> + public ResponseMessage update(@RequestBody ${entityName}Page ${entityName?uncap_first}Page) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}Page); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -546,22 +624,40 @@ public class ${entityName}Controller extends BaseController { ${entityName}Entity ${entityName?uncap_first} = new ${entityName}Entity(); try{ - MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first},${entityName?uncap_first}Page); + MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first}Page,${entityName?uncap_first}); }catch(Exception e){ logger.info(e.getMessage()); + return Result.error("${ftl_description}鏇存柊澶辫触"); } ${entityName?uncap_first}Service.updateMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success(); } - + <#-- update--end--author:zhangjiaqiang date:20171102 for: TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥--> + @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName}Entity ${entityName?uncap_first} = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); - ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName}Entity ${entityName?uncap_first} = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); + ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } + <#-- update--end--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> diff --git a/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2many.ftl b/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2many.ftl index 3ca4bd6b..a753023e 100644 --- a/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2many.ftl +++ b/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2many.ftl @@ -96,14 +96,20 @@ /> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> <#elseif po.showType=='file' || po.showType == 'image'> <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - 鏈笂浼 + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> <#-- update--end--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> <#else> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> /> @@ -155,18 +161,25 @@ <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> value=""/> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value="${'$'}{poVal.${po.fieldName} }" /> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> <#elseif po.showType=='file' || po.showType == 'image'> - - 鏈笂浼 + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + 涓嬭浇 - <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> - - <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> - <#else> + <#else> + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> value="${'$'}{poVal.${po.fieldName} }"/> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> diff --git a/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2one.ftl b/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2one.ftl index c0f71b15..0ddeac64 100644 --- a/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2one.ftl +++ b/src/main/resources/jeecg/ext-template/ace/onetomany/cgform_jspSubTemplate_one2one.ftl @@ -61,11 +61,13 @@ $(document).ready(function(){ <#elseif po.showType=='file' || po.showType == 'image'> <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - 鏆傛椂鏈笂浼犳枃浠 + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> <#-- update--end--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + 鏆傛椂鏈笂浼犳枃浠 + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170815 for:TASK #2274 銆恛nline銆慜nline 琛ㄥ崟鏀寔鏍戞帶浠 --> <#else> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> /> diff --git a/src/main/resources/jeecg/ext-template/ace/single/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/ace/single/cgform_controllerTemplate.ftl index bbc29d17..3c551c55 100644 --- a/src/main/resources/jeecg/ext-template/ace/single/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/ace/single/cgform_controllerTemplate.ftl @@ -71,8 +71,20 @@ import javax.validation.Validator; import java.net.URI; import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -97,6 +109,9 @@ import java.util.HashMap; */ @Controller @RequestMapping("/${entityName?uncap_first}Controller") +<#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> public class ${entityName}Controller extends BaseController { /** * Logger for this class @@ -479,31 +494,41 @@ public class ${entityName}Controller extends BaseController { <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#-- update--begin--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage> list() { List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + return Result.success(list${entityName}s); } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + return Result.success(task); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -511,23 +536,21 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.save(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("${ftl_description}淇℃伅淇濆瓨澶辫触"); } - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Entity ${entityName?uncap_first}) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage update(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -535,17 +558,33 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.saveOrUpdate(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("鏇存柊${ftl_description}淇℃伅澶辫触"); } //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success("鏇存柊${ftl_description}淇℃伅鎴愬姛"); } @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--end--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> } diff --git a/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_add.ftl index 56b2529d..90329922 100644 --- a/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_add.ftl @@ -87,8 +87,10 @@ /> <#-- update--end--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='popup'> - <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')" /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> <#-- update--end--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> @@ -290,6 +292,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_update.ftl index 85e9157a..85b11cfd 100644 --- a/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_update.ftl +++ b/src/main/resources/jeecg/ext-template/ace/single/cgform_jspTemplate_update.ftl @@ -89,7 +89,9 @@ <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='popup'> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> @@ -294,6 +296,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/div/single/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/div/single/cgform_controllerTemplate.ftl index bbc29d17..0e0bfcca 100644 --- a/src/main/resources/jeecg/ext-template/div/single/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/div/single/cgform_controllerTemplate.ftl @@ -71,8 +71,20 @@ import javax.validation.Validator; import java.net.URI; import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -95,6 +107,9 @@ import java.util.HashMap; * @version V1.0 * */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> @Controller @RequestMapping("/${entityName?uncap_first}Controller") public class ${entityName}Controller extends BaseController { @@ -479,31 +494,41 @@ public class ${entityName}Controller extends BaseController { <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage> list() { List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + return Result.success(list${entityName}s); } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + return Result.success(task); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -511,23 +536,21 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.save(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("${ftl_description}淇℃伅淇濆瓨澶辫触"); } - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Entity ${entityName?uncap_first}) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage update(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -535,17 +558,33 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.saveOrUpdate(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("鏇存柊${ftl_description}淇℃伅澶辫触"); } //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success("鏇存柊${ftl_description}淇℃伅鎴愬姛"); } @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--end--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> } diff --git a/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_add.ftl index 6c655221..46bc8d95 100644 --- a/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_add.ftl @@ -126,8 +126,10 @@ /> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='popup'> - <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> @@ -329,6 +331,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_update.ftl index 3b1e76c8..40a219fe 100644 --- a/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_update.ftl +++ b/src/main/resources/jeecg/ext-template/div/single/cgform_jspTemplate_update.ftl @@ -128,8 +128,10 @@ value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='popup'> - <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> - <#if po.dictTable?if_exists?html!="">onclick="inputClick(this,'${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!="">onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> @@ -336,6 +338,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/nopop/single/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/nopop/single/cgform_controllerTemplate.ftl index 95a27d6d..d55e15c1 100644 --- a/src/main/resources/jeecg/ext-template/nopop/single/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/nopop/single/cgform_controllerTemplate.ftl @@ -69,8 +69,20 @@ import javax.validation.Validator; import java.net.URI; import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -93,6 +105,9 @@ import java.util.HashMap; * @version V1.0 * */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> @Controller @RequestMapping("/${entityName?uncap_first}Controller") public class ${entityName}Controller extends BaseController { @@ -455,31 +470,41 @@ public class ${entityName}Controller extends BaseController { <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage> list() { List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + return Result.success(list${entityName}s); } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + return Result.success(task); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -487,23 +512,21 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.save(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("${ftl_description}淇℃伅淇濆瓨澶辫触"); } - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Entity ${entityName?uncap_first}) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage update(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -511,17 +534,33 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.saveOrUpdate(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("鏇存柊${ftl_description}淇℃伅澶辫触"); } //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success("鏇存柊${ftl_description}淇℃伅鎴愬姛"); } @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--end--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> } diff --git a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_add.ftl index 595e0205..4ba2a444 100644 --- a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_add.ftl @@ -281,6 +281,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_update.ftl index 394526d5..247c0d83 100644 --- a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_update.ftl +++ b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspTemplate_update.ftl @@ -286,6 +286,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/rowedit/single/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/rowedit/single/cgform_controllerTemplate.ftl index f2eca314..c44e8daf 100644 --- a/src/main/resources/jeecg/ext-template/rowedit/single/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/rowedit/single/cgform_controllerTemplate.ftl @@ -72,8 +72,20 @@ import javax.validation.Validator; import java.net.URI; import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -96,6 +108,9 @@ import java.util.HashMap; * @version V1.0 * */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> @Controller @RequestMapping("/${entityName?uncap_first}Controller") public class ${entityName}Controller extends BaseController { @@ -519,31 +534,41 @@ public class ${entityName}Controller extends BaseController { <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage> list() { List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + return Result.success(list${entityName}s); } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + return Result.success(task); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -551,23 +576,21 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.save(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("${ftl_description}淇℃伅淇濆瓨澶辫触"); } - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Entity ${entityName?uncap_first}) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage update(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -575,17 +598,33 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.saveOrUpdate(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("鏇存柊${ftl_description}淇℃伅澶辫触"); } //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success("鏇存柊${ftl_description}淇℃伅鎴愬姛"); } @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--end--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> } diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl new file mode 100644 index 00000000..a4fc52ff --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl @@ -0,0 +1,693 @@ +<#if packageStyle == "service"> +package ${bussiPackage}.${entityPackage}.controller; +import ${bussiPackage}.${entityPackage}.entity.${entityName}Entity; +import ${bussiPackage}.${entityPackage}.service.${entityName}ServiceI; +import ${bussiPackage}.${entityPackage}.page.${entityName}Page; +<#list subTab as sub> +import ${bussiPackage}.${sub.entityPackage}.entity.${sub.entityName}Entity; + +<#else> +package ${bussiPackage}.controller.${entityPackage}; +import ${bussiPackage}.entity.${entityPackage}.${entityName}Entity; +import ${bussiPackage}.service.${entityPackage}.${entityName}ServiceI; +import ${bussiPackage}.page.${entityPackage}.${entityName}Page; +<#list subTab as sub> +import ${bussiPackage}.entity.${sub.entityPackage}.${sub.entityName}Entity; + + +import java.util.ArrayList; +import java.util.List; +import java.text.SimpleDateFormat; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import org.apache.log4j.Logger; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.servlet.ModelAndView; + +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import org.apache.commons.lang3.StringUtils; +import com.alibaba.fastjson.JSONArray; +import org.jeecgframework.core.common.controller.BaseController; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; +import org.jeecgframework.core.common.model.json.AjaxJson; +import org.jeecgframework.core.common.model.json.DataGrid; +import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.ExceptionUtil; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.system.pojo.base.TSDepart; +import org.jeecgframework.web.system.service.SystemService; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.poi.excel.ExcelImportUtil; +import org.jeecgframework.poi.excel.entity.ExportParams; +import org.jeecgframework.poi.excel.entity.ImportParams; +import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; +import org.springframework.ui.ModelMap; +import org.springframework.web.multipart.MultipartFile; +import org.springframework.web.multipart.MultipartHttpServletRequest; +import java.io.IOException; +import java.util.Map; + +<#-- restful 閫氱敤鏂规硶鐢熸垚 --> +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; +import org.springframework.http.ResponseEntity; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.ResponseStatus; +import org.springframework.http.HttpHeaders; +import org.springframework.http.HttpStatus; +import org.jeecgframework.core.beanvalidator.BeanValidators; +import java.util.Set; +import javax.validation.ConstraintViolation; +import javax.validation.Validator; +import java.net.URI; +import org.springframework.http.MediaType; +import org.springframework.web.util.UriComponentsBuilder; +<#-- restful 閫氱敤鏂规硶鐢熸垚 --> + +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + +<#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> +<#assign fileFlag = false /> +<#list columns as filePo> + <#if filePo.showType=='file'> + <#assign fileFlag = true /> + + + +<#if fileFlag==true> +import org.jeecgframework.web.cgform.entity.upload.CgUploadEntity; +import org.jeecgframework.web.cgform.service.config.CgFormFieldServiceI; +import java.util.HashMap; + +<#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> +/** + * @Title: Controller + * @Description: ${ftl_description} + * @author onlineGenerator + * @date ${ftl_create_time} + * @version V1.0 + * + */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Controller +@RequestMapping("/${entityName?uncap_first}Controller") +public class ${entityName}Controller extends BaseController { + /** + * Logger for this class + */ + private static final Logger logger = Logger.getLogger(${entityName}Controller.class); + + @Autowired + private ${entityName}ServiceI ${entityName?uncap_first}Service; + @Autowired + private SystemService systemService; + @Autowired + private Validator validator; + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#if fileFlag==true> + @Autowired + private CgFormFieldServiceI cgFormFieldService; + + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + + /** + * ${ftl_description}鍒楄〃 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "list") + public ModelAndView list(HttpServletRequest request) { + return new ModelAndView("${bussiPackage?replace(".","/")}/${entityPackage}/${entityName?uncap_first}List"); + } + + /** + * easyui AJAX璇锋眰鏁版嵁 + * + * @param request + * @param response + * @param dataGrid + * @param user + */ + + @RequestMapping(params = "datagrid") + public void datagrid(${entityName}Entity ${entityName?uncap_first},HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { + CriteriaQuery cq = new CriteriaQuery(${entityName}Entity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, ${entityName?uncap_first}); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + <#list columns as po> + <#if po.isQuery =='Y' && po.queryMode =='group'> + String query_${po.fieldName}_begin = request.getParameter("${po.fieldName}_begin"); + String query_${po.fieldName}_end = request.getParameter("${po.fieldName}_end"); + if(StringUtil.isNotEmpty(query_${po.fieldName}_begin)){ + <#if po.type == "java.util.Date"> + cq.ge("${po.fieldName}", new SimpleDateFormat("yyyy-MM-dd").parse(query_${po.fieldName}_begin)); + <#else> + cq.ge("${po.fieldName}", Integer.parseInt(query_${po.fieldName}_begin)); + + } + if(StringUtil.isNotEmpty(query_${po.fieldName}_end)){ + <#if po.type == "java.util.Date"> + cq.le("${po.fieldName}", new SimpleDateFormat("yyyy-MM-dd").parse(query_${po.fieldName}_end)); + <#else> + cq.le("${po.fieldName}", Integer.parseInt(query_${po.fieldName}_end)); + + } + + + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + this.${entityName?uncap_first}Service.getDataGridReturn(cq, true); + TagUtil.datagrid(response, dataGrid); + } + + /** + * 鍒犻櫎${ftl_description} + * + * @return + */ + @RequestMapping(params = "doDel") + @ResponseBody + public AjaxJson doDel(${entityName}Entity ${entityName?uncap_first}, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + ${entityName?uncap_first} = systemService.getEntity(${entityName}Entity.class, ${entityName?uncap_first}.getId()); + String message = "${ftl_description}鍒犻櫎鎴愬姛"; + try{ + ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "${ftl_description}鍒犻櫎澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 鎵归噺鍒犻櫎${ftl_description} + * + * @return + */ + @RequestMapping(params = "doBatchDel") + @ResponseBody + public AjaxJson doBatchDel(String ids,HttpServletRequest request){ + AjaxJson j = new AjaxJson(); + String message = "${ftl_description}鍒犻櫎鎴愬姛"; + try{ + for(String id:ids.split(",")){ + ${entityName}Entity ${entityName?uncap_first} = systemService.getEntity(${entityName}Entity.class, + <#if cgformConfig.cgFormHead.jformPkType?if_exists?html == "UUID"> + id + <#elseif cgformConfig.cgFormHead.jformPkType?if_exists?html == "NATIVE"> + Integer.parseInt(id) + <#elseif cgformConfig.cgFormHead.jformPkType?if_exists?html == "SEQUENCE"> + Integer.parseInt(id) + <#else> + id + + ); + ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO); + } + }catch(Exception e){ + e.printStackTrace(); + message = "${ftl_description}鍒犻櫎澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * 娣诲姞${ftl_description} + * + * @param ids + * @return + */ + @RequestMapping(params = "doAdd") + @ResponseBody + public AjaxJson doAdd(${entityName}Entity ${entityName?uncap_first},${entityName}Page ${entityName?uncap_first}Page, HttpServletRequest request) { + <#list subTab as sub> + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List = ${entityName?uncap_first}Page.get${sub.entityName}List(); + + AjaxJson j = new AjaxJson(); + String message = "娣诲姞鎴愬姛"; + try{ + ${entityName?uncap_first}Service.addMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); + systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "${ftl_description}娣诲姞澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#if fileFlag==true> + j.setObj(${entityName?uncap_first}); + + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + return j; + } + /** + * 鏇存柊${ftl_description} + * + * @param ids + * @return + */ + @RequestMapping(params = "doUpdate") + @ResponseBody + public AjaxJson doUpdate(${entityName}Entity ${entityName?uncap_first},${entityName}Page ${entityName?uncap_first}Page, HttpServletRequest request) { + <#list subTab as sub> + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List = ${entityName?uncap_first}Page.get${sub.entityName}List(); + + AjaxJson j = new AjaxJson(); + String message = "鏇存柊鎴愬姛"; + try{ + ${entityName?uncap_first}Service.updateMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "鏇存柊${ftl_description}澶辫触"; + throw new BusinessException(e.getMessage()); + } + j.setMsg(message); + return j; + } + + /** + * ${ftl_description}鏂板椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "goAddOrUpdate") + public ModelAndView goAddOrUpdate(${entityName}Entity ${entityName?uncap_first}, HttpServletRequest req) { + //璺宠浆涓婚〉闈 + String id = req.getParameter("id"); + req.setAttribute("mainId",id); + req.setAttribute("load", req.getParameter("load")); + return new ModelAndView("${bussiPackage?replace(".","/")}/${entityPackage}/${entityName?uncap_first}-add"); + } + + /** + * ${ftl_description}鏂板缂栬緫瀛楁椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "mainPage") + public ModelAndView mainPage(${entityName}Entity ${entityName?uncap_first}, HttpServletRequest req) { + if (StringUtil.isNotEmpty(${entityName?uncap_first}.getId())) { + ${entityName?uncap_first} = ${entityName?uncap_first}Service.getEntity(${entityName}Entity.class, ${entityName?uncap_first}.getId()); + req.setAttribute("${entityName?uncap_first}Page", ${entityName?uncap_first}); + } + return new ModelAndView("${bussiPackage?replace(".","/")}/${entityPackage}/${entityName?uncap_first}-update"); + } + + + <#list subTab as sub> + /** + * 鍔犺浇鏄庣粏鍒楄〃[${sub.ftlDescription}] + * + * @return + */ + @RequestMapping(params = "${sub.entityName?uncap_first}List") + public ModelAndView ${sub.entityName?uncap_first}List(${entityName}Entity ${entityName?uncap_first}, HttpServletRequest req) { + + //=================================================================================== + //鑾峰彇鍙傛暟 + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = ${entityName?uncap_first}.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = ${entityName?uncap_first}.get${key}(); + + + //=================================================================================== + //鏌ヨ-${sub.ftlDescription} + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + try{ + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}EntityList = systemService.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + req.setAttribute("${sub.entityName?uncap_first}List", ${sub.entityName?uncap_first}EntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + return new ModelAndView("${bussiPackage?replace(".","/")}/${sub.entityPackage}/${sub.entityName?uncap_first}List"); + } + + + /** + * 瀵煎嚭excel + * + * @param request + * @param response + */ + @RequestMapping(params = "exportXls") + public String exportXls(${entityName}Entity ${entityName?uncap_first},HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid,ModelMap map) { + CriteriaQuery cq = new CriteriaQuery(${entityName}Entity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, ${entityName?uncap_first}); + try{ + //鑷畾涔夎拷鍔犳煡璇㈡潯浠 + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + cq.add(); + List<${entityName}Entity> list=this.${entityName?uncap_first}Service.getListByCriteriaQuery(cq, false); + List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); + if(list!=null&&list.size()>0){ + for(${entityName}Entity entity:list){ + try{ + ${entityName}Page page=new ${entityName}Page(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = entity.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = entity.get${key}(); + + + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}EntityList = systemService.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}EntityList); + + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + map.put(NormalExcelConstants.FILE_NAME,"${ftl_description}"); + map.put(NormalExcelConstants.CLASS,${entityName}Page.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("${ftl_description}鍒楄〃", "瀵煎嚭浜:Jeecg", + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,pageList); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + + /** + * 閫氳繃excel瀵煎叆鏁版嵁 + * @param request + * @param + * @return + */ + @RequestMapping(params = "importExcel", method = RequestMethod.POST) + @ResponseBody + public AjaxJson importExcel(HttpServletRequest request, HttpServletResponse response) { + AjaxJson j = new AjaxJson(); + MultipartHttpServletRequest multipartRequest = (MultipartHttpServletRequest) request; + Map fileMap = multipartRequest.getFileMap(); + for (Map.Entry entity : fileMap.entrySet()) { + MultipartFile file = entity.getValue();// 鑾峰彇涓婁紶鏂囦欢瀵硅薄 + ImportParams params = new ImportParams(); + params.setTitleRows(2); + params.setHeadRows(2); + params.setNeedSave(true); + try { + List<${entityName}Page> list = ExcelImportUtil.importExcel(file.getInputStream(), ${entityName}Page.class, params); + ${entityName}Entity entity1=null; + for (${entityName}Page page : list) { + entity1=new ${entityName}Entity(); + MyBeanUtils.copyBeanNotNull2Bean(page,entity1); + ${entityName?uncap_first}Service.addMain(entity1, <#list subTab as sub>page.get${sub.entityName}List()<#if sub_has_next>,); + } + j.setMsg("鏂囦欢瀵煎叆鎴愬姛锛"); + } catch (Exception e) { + j.setMsg("鏂囦欢瀵煎叆澶辫触锛"); + logger.error(ExceptionUtil.getExceptionMessage(e)); + }finally{ + try { + file.getInputStream().close(); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + return j; + } + /** + * 瀵煎嚭excel 浣挎ā鏉 + */ + @RequestMapping(params = "exportXlsByT") + public String exportXlsByT(ModelMap map) { + map.put(NormalExcelConstants.FILE_NAME,"${ftl_description}"); + map.put(NormalExcelConstants.CLASS,${entityName}Page.class); + map.put(NormalExcelConstants.PARAMS,new ExportParams("${ftl_description}鍒楄〃", "瀵煎嚭浜:"+ ResourceUtil.getSessionUser().getRealName(), + "瀵煎嚭淇℃伅")); + map.put(NormalExcelConstants.DATA_LIST,new ArrayList()); + return NormalExcelConstants.JEECG_EXCEL_VIEW; + } + /** + * 瀵煎叆鍔熻兘璺宠浆 + * + * @return + */ + @RequestMapping(params = "upload") + public ModelAndView upload(HttpServletRequest req) { + req.setAttribute("controller_name", "${entityName?uncap_first}Controller"); + return new ModelAndView("common/upload/pub_excel_upload"); + } + + <#list buttons as btn> + <#if btn.buttonStyle =='button' && btn.optType=='action'> + /** + * 鑷畾涔夋寜閽-sql澧炲己-${btn.buttonName} + * @param ids + * @return + */ + @RequestMapping(params = "do${btn.buttonCode?cap_first}") + @ResponseBody + public AjaxJson do${btn.buttonCode?cap_first}(${entityName}Entity ${entityName?uncap_first}, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + message = "${btn.buttonName}鎴愬姛"; + ${entityName}Entity t = ${entityName?uncap_first}Service.get(${entityName}Entity.class, ${entityName?uncap_first}.getId()); + try{ + ${entityName?uncap_first}Service.do${btn.buttonCode?cap_first}Sql(t); + systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); + }catch(Exception e){ + e.printStackTrace(); + message = "${btn.buttonName}澶辫触"; + } + j.setMsg(message); + return j; + } + + + + <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--begin--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> + @RequestMapping(method = RequestMethod.GET) + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> + public ResponseMessage> list() { + List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); + if(list!=null&&list.size()>0){ + for(${entityName}Entity entity:list){ + try{ + ${entityName}Page page=new ${entityName}Page(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = entity.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = entity.get${key}(); + + + + <#list subTab as sub> + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.${entityName?uncap_first}Service.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}OldList); + + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + return Result.success(pageList); + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> + } + + @RequestMapping(value = "/{id}", method = RequestMethod.GET) + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { + ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); + if (task == null) { + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); + } + ${entityName}Page page = new ${entityName}Page(); + try { + MyBeanUtils.copyBeanNotNull2Bean(task, page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = task.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = task.get${key}(); + + + + <#list subTab as sub> + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.${entityName?uncap_first}Service.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}OldList); + + } catch (Exception e) { + e.printStackTrace(); + } + return Result.success(page); + } + + @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Page ${entityName?uncap_first}Page, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(${entityName?uncap_first}Page); + if (!failures.isEmpty()) { + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); + } + + //淇濆瓨 + <#list subTab as sub> + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List = ${entityName?uncap_first}Page.get${sub.entityName}List(); + + + ${entityName}Entity ${entityName?uncap_first} = new ${entityName}Entity(); + try{ + MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first}Page,${entityName?uncap_first}); + }catch(Exception e){ + logger.info(e.getMessage()); + return Result.error("淇濆瓨${ftl_description}澶辫触"); + } + ${entityName?uncap_first}Service.addMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); + + return Result.success(${entityName?uncap_first}); + } + + @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + <#-- update--begin--author:zhangjiaqiang date:20171102 for: TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥--> + public ResponseMessage update(@RequestBody ${entityName}Page ${entityName?uncap_first}Page) { + //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. + Set> failures = validator.validate(${entityName?uncap_first}Page); + if (!failures.isEmpty()) { + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); + } + + //淇濆瓨 + <#list subTab as sub> + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List = ${entityName?uncap_first}Page.get${sub.entityName}List(); + + + ${entityName}Entity ${entityName?uncap_first} = new ${entityName}Entity(); + try{ + MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first}Page,${entityName?uncap_first}); + }catch(Exception e){ + logger.info(e.getMessage()); + return Result.error("${ftl_description}鏇存柊澶辫触"); + } + ${entityName?uncap_first}Service.updateMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); + + //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. + return Result.success(); + } + <#-- update--end--author:zhangjiaqiang date:20171102 for: TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥--> + + @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) + @ResponseStatus(HttpStatus.NO_CONTENT) + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName}Entity ${entityName?uncap_first} = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); + ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); + } + <#-- update--end--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> + <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> + <#if fileFlag==true> + /** + * 鑾峰彇鏂囦欢闄勪欢淇℃伅 + * + * @param id ${entityName?uncap_first}涓婚敭id + */ + @RequestMapping(params = "getFiles") + @ResponseBody + public AjaxJson getFiles(String id){ + List uploadBeans = cgFormFieldService.findByProperty(CgUploadEntity.class, "cgformId", id); + List> files = new ArrayList>(0); + for(CgUploadEntity b:uploadBeans){ + String title = b.getAttachmenttitle();//闄勪欢鍚 + String fileKey = b.getId();//闄勪欢涓婚敭 + String path = b.getRealpath();//闄勪欢璺緞 + String field = b.getCgformField();//琛ㄥ崟涓綔涓洪檮浠舵帶浠剁殑瀛楁 + Map file = new HashMap(); + file.put("title", title); + file.put("fileKey", fileKey); + file.put("path", path); + file.put("field", field==null?"":field); + files.add(file); + } + AjaxJson j = new AjaxJson(); + j.setObj(files); + return j; + } + + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> +} diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_entityTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_entityTemplate.ftl new file mode 100644 index 00000000..48cabbfe --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_entityTemplate.ftl @@ -0,0 +1,111 @@ +<#if packageStyle == "service"> +package ${bussiPackage}.${entityPackage}.entity; +<#else> +package ${bussiPackage}.entity.${entityPackage}; + +import java.math.BigDecimal; +import java.util.Date; +import java.lang.String; +import java.lang.Double; +import java.lang.Integer; +import java.math.BigDecimal; +import javax.xml.soap.Text; +import java.sql.Blob; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.GenerationType; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import javax.persistence.SequenceGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; + +/** + * @Title: Entity + * @Description: ${ftl_description} + * @author onlineGenerator + * @date ${ftl_create_time} + * @version V1.0 + * + */ +@Entity +@Table(name = "${tableName}", schema = "") +<#if cgformConfig.cgFormHead.jformPkType?if_exists?html == "SEQUENCE"> +@SequenceGenerator(name="SEQ_GEN", sequenceName="${cgformConfig.cgFormHead.jformPkSequence}") + +@SuppressWarnings("serial") +public class ${entityName}Entity implements java.io.Serializable { + <#list columns as po> + /**${po.content}*/ + <#if po.isShow != 'N'> + <#--update-start--Author:dangzhenghui Date:20170503 for锛歍ASK #1864 銆恊xcel銆慐xcel 鍔熻兘涓撻」浠诲姟--> + @Excel(name="${po.content}",width=15<#if po.type == "java.util.Date">,format = "yyyy-MM-dd"<#if po.dictTable?if_exists?html!="">,dictTable ="${po.dictTable}",dicCode ="${po.dictField}",dicText ="${po.dictText}"<#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">,dicCode="${po.dictField}") + <#--update-end--Author:dangzhenghui Date:20170503 for锛歍ASK #1864 銆恊xcel銆慐xcel 鍔熻兘涓撻」浠诲姟--> + + <#if po.type == "javax.xml.soap.Text"> + private java.lang.String ${po.fieldName}; + + <#if po.type != "javax.xml.soap.Text"> + <#--update-start--Author:luobaoli Date:20150609 for锛氬皢鏁版嵁搴撲腑blob绫诲瀷瀵瑰簲涓篵yte[]--> + private <#if po.type=='java.sql.Blob'>byte[]<#else>${po.type} ${po.fieldName}; + <#--update-end--Author:luobaoli Date:20150609 for锛氬皢鏁版嵁搴撲腑blob绫诲瀷瀵瑰簲涓篵yte[]--> + + + + <#list columns as po> + /** + *鏂规硶: 鍙栧緱${po.type} + *@return: ${po.type} ${po.content} + */ + <#if po.fieldName == jeecg_table_id> + <#if cgformConfig.cgFormHead.jformPkType?if_exists?html == "UUID"> + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + <#elseif cgformConfig.cgFormHead.jformPkType?if_exists?html == "NATIVE"> + @Id + @GeneratedValue(strategy = GenerationType.AUTO) + <#elseif cgformConfig.cgFormHead.jformPkType?if_exists?html == "SEQUENCE"> + @Id + @GeneratedValue(strategy=GenerationType.SEQUENCE,generator="SEQ_GEN") + <#else> + @Id + @GeneratedValue(generator = "paymentableGenerator") + @GenericGenerator(name = "paymentableGenerator", strategy = "uuid") + + + + <#if po.type == "javax.xml.soap.Text"> + @Column(name ="${fieldMeta[po.fieldName]}",nullable=<#if po.isNull == 'Y'>true<#else>false<#if po.pointLength != 0>,scale=${po.pointLength},length=1000) + public java.lang.String get${po.fieldName?cap_first}(){ + return this.${po.fieldName}; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String ${po.content} + */ + public void set${po.fieldName?cap_first}(java.lang.String ${po.fieldName}){ + this.${po.fieldName} = ${po.fieldName}; + } + + <#if po.type != "javax.xml.soap.Text"> + <#--update-start--Author:luobaoli Date:20150609 for锛氬皢鏁版嵁搴撲腑blob绫诲瀷瀵瑰簲涓篵yte[]锛屼笖鍘绘帀length灞炴--> + @Column(name ="${fieldMeta[po.fieldName]}",nullable=<#if po.isNull == 'Y'>true<#else>false<#if po.pointLength != 0>,scale=${po.pointLength}<#if po.type!='java.sql.Blob'><#if po.length !=0>,length=${po.length?c}) + public <#if po.type=='java.sql.Blob'>byte[]<#else>${po.type} get${po.fieldName?cap_first}(){ + return this.${po.fieldName}; + } + + /** + *鏂规硶: 璁剧疆${po.type} + *@param: ${po.type} ${po.content} + */ + public void set${po.fieldName?cap_first}(<#if po.type=='java.sql.Blob'>byte[]<#else>${po.type} ${po.fieldName}){ + this.${po.fieldName} = ${po.fieldName}; + } + <#--update-end--Author:luobaoli Date:20150609 for锛氬皢鏁版嵁搴撲腑blob绫诲瀷瀵瑰簲涓篵yte[]锛屼笖鍘绘帀length灞炴--> + + + +} diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsEnhanceTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsEnhanceTemplate.ftl new file mode 100644 index 00000000..e30bde23 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsEnhanceTemplate.ftl @@ -0,0 +1,71 @@ +${cgformConfig.formJs.cgJsStr?if_exists} + +//鍒濆鍖栦笅鏍 +function resetTrNum(tableId) { + $tbody = $("#"+tableId+""); + $tbody.find('>tr').each(function(i){ + $(':input, select,button,a', this).each(function(){ + var $this = $(this), name = $this.attr('name'),id=$this.attr('id'),onclick_str=$this.attr('onclick'), val = $this.val(); + if(name!=null){ + if (name.indexOf("#index#") >= 0){ + $this.attr("name",name.replace('#index#',i)); + }else{ + var s = name.indexOf("["); + var e = name.indexOf("]"); + var new_name = name.substring(s+1,e); + $this.attr("name",name.replace(new_name,i)); + } + } + if(id!=null){ + if (id.indexOf("#index#") >= 0){ + $this.attr("id",id.replace('#index#',i)); + }else{ + var s = id.indexOf("["); + var e = id.indexOf("]"); + var new_id = id.substring(s+1,e); + $this.attr("id",id.replace(new_id,i)); + } + } + if(onclick_str!=null){ + if (onclick_str.indexOf("#index#") >= 0){ + $this.attr("onclick",onclick_str.replace(/#index#/g,i)); + }else{ + } + } + }); + $(this).find('div[name=\'xh\']').html(i+1); + }); +} +//閫氱敤寮瑰嚭寮忔枃浠朵笂浼 +function commonUpload(callback,inputId){ + $.dialog({ + content: "url:systemController.do?commonUpload", + lock : true, + title:"鏂囦欢涓婁紶", + <#-- update--begin--author:zhangjiaqiang date:20170601 for:淇寮瑰嚭妗嗗搴旂殑index --> + zIndex:getzIndex(), + <#-- update--end--author:zhangjiaqiang date:20170601 for:淇寮瑰嚭妗嗗搴旂殑index --> + width:700, + height: 200, + parent:windowapi, + cache:false, + ok: function(){ + var iframe = this.iframe.contentWindow; + iframe.uploadCallback(callback,inputId); + return true; + }, + cancelVal: '鍏抽棴', + cancel: function(){ + } + }); +} +//閫氱敤寮瑰嚭寮忔枃浠朵笂浼-鍥炶皟 +function commonUploadDefaultCallBack(url,name,inputId){ + $("#"+inputId+"_href").attr('href',url).html('涓嬭浇'); + $("#"+inputId).val(url); +} +function decode(value, id) {//value浼犲叆鍊,id鎺ュ彈鍊 + var last = value.lastIndexOf("/"); + var filename = value.substring(last + 1, value.length); + $("#" + id).text(decodeURIComponent(filename)); +} \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsListEnhanceTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsListEnhanceTemplate.ftl new file mode 100644 index 00000000..9f6655e4 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsListEnhanceTemplate.ftl @@ -0,0 +1 @@ +${cgformConfig.listJs.cgJsStr?if_exists} \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl new file mode 100644 index 00000000..6ff778f6 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl @@ -0,0 +1,63 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> +<#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍒楄〃椤甸潰瀵逛簬鍥剧墖鍜屾枃浠剁殑鍒ゆ柇 --> +<#include "../../ui/tdgCol.ftl"/> +<#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍒楄〃椤甸潰瀵逛簬鍥剧墖鍜屾枃浠剁殑鍒ゆ柇 --> + +
+
+ + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鍒楄〃鍒ゆ柇 --> + <@dgcol columns=columns/> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鍒楄〃鍒ゆ柇 --> + + <#--//update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> + + <#--//update-end--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> + + + + + + + + <#list buttons as btn> + <#if btn.buttonStyle =='button' && btn.buttonStatus == '1'> + url="${entityName?uncap_first}Controller.do?do${btn.buttonCode?cap_first}" funname="do${btn.buttonCode?cap_first}"<#else> funname="${btn.buttonCode}" > + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate.ftl new file mode 100644 index 00000000..b2aca897 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate.ftl @@ -0,0 +1,5 @@ +<#if cgformConfig.cgFormHead.relationType==1 > + <#include "cgform_jspSubTemplate_one2one.ftl"> + <#else> + <#include "cgform_jspSubTemplate_one2many.ftl"> + \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate_one2many.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate_one2many.ftl new file mode 100644 index 00000000..cfd0f18f --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate_one2many.ftl @@ -0,0 +1,317 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> +<#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> +<#include "../../ui/datatype.ftl"/> +<#include "../../ui/dictInfo.ftl"/> +<#-- update--end--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + +
+
+ + + +
+
+
+ + + + + + + <#assign index = 0 > + <#list pageColumns as po> + <#assign check = 0 > + <#list foreignKeys as key> + <#if fieldMeta[po.fieldName]==key?uncap_first> + <#assign check = 1 > + <#break> + + + <#if check==0> + <#if (pageColumns?size-foreignKeys?size) gte 8 > + <#if index%2==0> + + + <#assign index = index+1 > + <#else> + + + + + + + + + + + + <#list columns as po> + <#if po.isShow=="N"> + + + + + <#assign index = 0 > + <#list pageColumns as po> + <#assign check = 0 > + <#list foreignKeys as key> + <#if fieldMeta[po.fieldName]==key?uncap_first> + <#assign check = 1 > + <#break> + + + <#if check==0> + + + + + + 0 }"> + + + + <#list columns as po> + <#if po.isShow=="N"> + + + + + + <#assign index = 0 > + <#list pageColumns as po> + <#assign check = 0 > + <#list foreignKeys as key> + <#if fieldMeta[po.fieldName]==key?uncap_first> + <#assign check = 1 > + <#break> + + + <#if check==0> + + + + + + + +
鎿嶄綔搴忓彿鍩虹淇℃伅${(index/2)+1} + ${po.content} +
+ <#if (pageColumns?size-foreignKeys?size) gte 8> + <#if index%2==0> + + + + + + + <#if (index+1)%2==0> +
${po.content?if_exists?html}锛 + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#elseif po.showType=='file' || po.showType == 'image'> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--end--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#else> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + +
+ + <#assign index = index+1 > + <#else> + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#elseif po.showType=='file' || po.showType == 'image'> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--end--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#else> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + +
${'$'}{stuts.index+1 }
+ <#if (pageColumns?size-foreignKeys?size) gte 8> + <#if index%2==0> + + + + + + + <#if (index+1)%2==0> +
${po.content?if_exists?html}锛 + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{poVal.${po.fieldName} }" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value=""/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value=""/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value="${'$'}{poVal.${po.fieldName} }" /> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#elseif po.showType=='file' || po.showType == 'image'> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + + + + 涓嬭浇 + + <#else> + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + +
+ + <#assign index = index+1 > + <#else> + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{poVal.${po.fieldName} }" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value=""/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value=""/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value="${'$'}{poVal.${po.fieldName} }" /> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#elseif po.showType=='file' || po.showType == 'image'> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + + + + 涓嬭浇 + + <#else> + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + +
diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate_one2one.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate_one2one.ftl new file mode 100644 index 00000000..22745f2a --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspSubTemplate_one2one.ftl @@ -0,0 +1,189 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> +<#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> +<#include "../../ui/datatype.ftl"/> +<#include "../../ui/dictInfo.ftl"/> +<#-- update--end--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + +
+ + + + + + + <#list columns as po> + <#if po.isShow=="N"> + + + + + <#list pageColumns as po> + <#assign check = 0 > + <#list foreignKeys as key> + <#if fieldMeta[po.fieldName]==key?uncap_first> + <#assign check = 1 > + <#break> + + + <#if check==0> + <#if po_index%2==0> + + + + + <#if (po_index+1)%2==0> + + <#else> + <#if !po_has_next> + + + + + + + 0 }"> + + + <#list columns as po> + <#if po.isShow=="N"> + + + + + <#list pageColumns as po> + <#assign check = 0 > + <#list foreignKeys as key> + <#if fieldMeta[po.fieldName]==key?uncap_first> + <#assign check = 1 > + <#break> + + + <#if check==0> + <#if po_index%2==0> + + + + + <#if (po_index+1)%2==0> + + <#else> + <#if !po_has_next> + + + + + + + + +
+ ${po.content}: + + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + <#elseif po.showType=='file' || po.showType == 'image'> + <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + <#-- update--end--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + 鏆傛椂鏈笂浼犳枃浠 + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + + <#else> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + +
+ ${po.content}: + + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{poVal.${po.fieldName}}" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value=""/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value=""/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + + <#elseif po.showType=='file' || po.showType=='image'> + + + + + + + 涓嬭浇 + + + <#else> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="${'$'}{poVal.${po.fieldName} }"/> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + +
+
\ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspTemplate_add.ftl new file mode 100644 index 00000000..fe2b8a50 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspTemplate_add.ftl @@ -0,0 +1,464 @@ + <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> +<#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> +<#include "../../ui/datatype.ftl"/> +<#include "../../ui/dictInfo.ftl"/> +<#-- update--end--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + +<#assign callbackFlag = false /> +<#assign fileName = "" /> +<#list pageColumns as callBackTestPo> + <#if callBackTestPo.showType=='file' || callBackTestPo.showType == 'image'> + <#assign callbackFlag = true /> + <#break> + + + + + + + ${ftl_description} + + + + + + + + + + + + + + + + + + + + + + + <#if callbackFlag == true> + + + + + + + + + + + + <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> + <#assign ue_widget_count = 0> + <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> +
+ + + +
+ + + + + + <#list subTab as sub> + + +
+ + + + + + +
+ + + <#list subTab as sub> + + + + + <#assign index = 0 > + <#list subPageColumnsMap[sub.tableName] as po> + <#assign check = 0 > + <#list sub.foreignKeys as key> + <#if subFieldMeta[po.fieldName]==key?uncap_first> + <#assign check = 1 > + <#break> + + + <#if check==0> + + + + + + +
+ <#if (subPageColumnsMap[sub.tableName]?size-sub.foreignKeys?size) gte 8> + <#if index%2==0> + + + + + + + <#if (index+1)%2==0> +
${po.content?if_exists?html}锛 + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + type="text" class="form-control" style="width:120px;" /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + datatype="*" <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + + <#elseif po.showType=='file' || po.showType == 'image'> + <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + <#else> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + +
+ + <#assign index = index+1 > + <#else> + <#if po.showType == "text"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + type="text" class="form-control" style="width:120px;" /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + datatype="*" <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + + <#elseif po.showType=='file' || po.showType == 'image'> + <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> + + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#-- update--begin--author:zhangjiaqiang date:20170614 for:淇涓婁紶闄勪欢鎸夐挳鐨勫ぇ灏 --> + <#else> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + +
+ + <#if callbackFlag == true> + + + + \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspTemplate_update.ftl new file mode 100644 index 00000000..7d806f17 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspTemplate_update.ftl @@ -0,0 +1,359 @@ +<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> +<#include "../../ui/datatype.ftl"/> +<#include "../../ui/dictInfo.ftl"/> + + + +
+
+ <#list pageColumns as po> + <#-- 4涓瓧娈典负涓琛岋紝2琛屼竴涓ā鍧 --> + <#-- 妯″潡澶撮儴寮濮 --> + <#if po_index%8==0> + <#assign index_m = po_index> +
+ + +
+
+ + <#-- 妯″潡澶撮儴缁撴潫 --> + <#-- 琛屽ご閮ㄥ紑濮 --> + <#if po_index%4==0> + <#assign index_h = po_index> +
+ + <#-- 琛屽ご閮ㄧ粨鏉 --> + + <#-- 瀛楁鍐呭寮濮 --> +
+ ${po.content}锛 +
+
+ <#if po.showType=='text'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}' /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--end--author:baiyu Date:20171031 for:popupClick鏀寔杩斿洖澶氫釜瀛楁 --> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='textarea'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='password'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}' /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}"> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='date'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + style="background: url('plug-in/ace/images/datetime.png') no-repeat scroll right center transparent;" class="form-control" onClick="WdatePicker()" value="" /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='datetime'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + value="" /> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType=='file' || po.showType == 'image'> +
+ <#if !(po.operationCodesReadOnly ??)> + <#assign fileName = fileName + "${po.fieldName}," /> +
+ + +
+ + + <#--update-start--Author: jg_huangxg Date:20160421 for锛歍ASK #1027 銆恛nline銆戜唬鐮佺敓鎴愬櫒妯℃澘涓嶆敮鎸乁E缂栬緫鍣 --> + <#elseif po.showType='umeditor'> + <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> + <#assign ue_widget_count = ue_widget_count + 1> + <#if ue_widget_count == 1> + + + + + + <#elseif po.showType=='tree'> + + onclick="show${po.fieldName?cap_first }Tree();" readonly="readonly"> + + + + <#-- update--begin--author:zhangjiaqiang date:20170815 for:TASK #2274 銆恛nline銆慜nline 琛ㄥ崟鏀寔鏍戞帶浠 --> + <#else> + value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + + + +
+ <#-- 瀛楁鍐呭缁撴潫 --> + + <#-- 琛屽熬閮ㄥ紑濮 --> + <#if ((po_index+1)%4==0 && (index_h+4)==(po_index+1)) || !po_has_next> +
+ + <#-- 琛屽熬閮ㄧ粨鏉 --> + + <#-- 妯″潡灏鹃儴寮濮 --> + <#if ((po_index+1)%8==0 && (index_m+8)==(po_index+1)) || !po_has_next> +
+
+
+ + <#-- 妯″潡灏鹃儴缁撴潫 --> + + <#list pageAreatextColumns as po> + <#if po_index%2==0> + <#assign index_a = po_index> +
+ + +
+
+
+ + +
+ ${po.content}锛 +
+
+ <#if po.showType=='textarea'> + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + + <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> + <#elseif po.showType='umeditor'> + <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> + <#assign ue_widget_count = ue_widget_count + 1> + <#if ue_widget_count == 1> + + + + + + + + +
+ <#if (po_index%2==0 && po_index==(index_a+2)) || !po_has_next> +
+ + + +
+
+ \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_pageTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_pageTemplate.ftl new file mode 100644 index 00000000..b48a9532 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_pageTemplate.ftl @@ -0,0 +1,78 @@ + +<#if packageStyle == "service"> +package ${bussiPackage}.${entityPackage}.page; +import ${bussiPackage}.${entityPackage}.entity.${entityName}Entity; +<#list subTab as sub> +import ${bussiPackage}.${sub.entityPackage}.entity.${sub.entityName}Entity; + +<#else> +package ${bussiPackage}.page.${entityPackage}; +import ${bussiPackage}.entity.${entityPackage}.${entityName}Entity; +<#list subTab as sub> +import ${bussiPackage}.entity.${sub.entityPackage}.${sub.entityName}Entity; + + + +import java.math.BigDecimal; +import java.util.Date; +import java.util.List; +import java.util.ArrayList; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.GeneratedValue; +import javax.persistence.GenerationType; +import javax.persistence.Id; +import javax.persistence.Table; +import org.hibernate.annotations.GenericGenerator; +import javax.persistence.SequenceGenerator; +import org.jeecgframework.poi.excel.annotation.Excel; +import org.jeecgframework.poi.excel.annotation.ExcelCollection; + +/** + * @Title: Entity + * @Description: ${ftl_description} + * @author onlineGenerator + * @date ${ftl_create_time} + * @version V1.0 + * + */ +public class ${entityName}Page implements java.io.Serializable { + <#list columns as po> + /**${po.content}*/ + <#if po.isShow != 'N'> + @Excel(name="${po.content}"<#if po.type == "java.util.Date">,format = "yyyy-MM-dd") + + private ${po.type} ${po.fieldName}; + + + <#list columns as po> + /** + *鏂规硶: 鍙栧緱${po.type} + *@return: ${po.type} ${po.content} + */ + public ${po.type} get${po.fieldName?cap_first}(){ + return this.${po.fieldName}; + } + + /** + *鏂规硶: 璁剧疆${po.type} + *@param: ${po.type} ${po.content} + */ + public void set${po.fieldName?cap_first}(${po.type} ${po.fieldName}){ + this.${po.fieldName} = ${po.fieldName}; + } + + + <#list subTab as sub> + /**淇濆瓨-${sub.ftlDescription}*/ + @ExcelCollection(name="${sub.ftlDescription}") + private List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List = new ArrayList<${sub.entityName}Entity>(); + public List<${sub.entityName}Entity> get${sub.entityName}List() { + return ${sub.entityName?uncap_first}List; + } + public void set${sub.entityName}List(List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List) { + this.${sub.entityName?uncap_first}List = ${sub.entityName?uncap_first}List; + } + +} diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_serviceITemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_serviceITemplate.ftl new file mode 100644 index 00000000..cfb62685 --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_serviceITemplate.ftl @@ -0,0 +1,64 @@ +<#if packageStyle == "service"> +package ${bussiPackage}.${entityPackage}.service; +import ${bussiPackage}.${entityPackage}.entity.${entityName}Entity; +<#list subTab as sub> +import ${bussiPackage}.${sub.entityPackage}.entity.${sub.entityName}Entity; + +<#else> +package ${bussiPackage}.service.${entityPackage}; +import ${bussiPackage}.entity.${entityPackage}.${entityName}Entity; +<#list subTab as sub> +import ${bussiPackage}.entity.${sub.entityPackage}.${sub.entityName}Entity; + + + +import java.util.List; +import org.jeecgframework.core.common.service.CommonService; +import java.io.Serializable; + +public interface ${entityName}ServiceI extends CommonService{ + + public void delete(T entity); + /** + * 娣诲姞涓瀵瑰 + * + */ + public void addMain(${entityName}Entity ${entityName?uncap_first}, + <#list subTab as sub>List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List<#if sub_has_next>,) ; + /** + * 淇敼涓瀵瑰 + * + */ + public void updateMain(${entityName}Entity ${entityName?uncap_first}, + <#list subTab as sub>List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List<#if sub_has_next>,); + public void delMain (${entityName}Entity ${entityName?uncap_first}); + + <#list buttons as btn> + <#if btn.buttonStyle =='button' && btn.optType=='action'> + /** + * 鑷畾涔夋寜閽-sql澧炲己-${btn.buttonName} + * @param id + * @return + */ + public boolean do${btn.buttonCode?cap_first}Sql(${entityName}Entity t); + + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(${entityName}Entity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(${entityName}Entity t); + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(${entityName}Entity t); +} diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_serviceImplTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_serviceImplTemplate.ftl new file mode 100644 index 00000000..9390cbef --- /dev/null +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_serviceImplTemplate.ftl @@ -0,0 +1,224 @@ +<#if packageStyle == "service"> +package ${bussiPackage}.${entityPackage}.service.impl; +import ${bussiPackage}.${entityPackage}.service.${entityName}ServiceI; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import ${bussiPackage}.${entityPackage}.entity.${entityName}Entity; +<#list subTab as sub> +import ${bussiPackage}.${sub.entityPackage}.entity.${sub.entityName}Entity; + +<#else> +package ${bussiPackage}.service.impl.${entityPackage}; +import ${bussiPackage}.service.${entityPackage}.${entityName}ServiceI; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import ${bussiPackage}.entity.${entityPackage}.${entityName}Entity; +<#list subTab as sub> +import ${bussiPackage}.entity.${sub.entityPackage}.${sub.entityName}Entity; + + + +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import java.util.List; +import org.jeecgframework.core.common.exception.BusinessException; +import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; +import java.util.ArrayList; +import java.util.UUID; +import java.io.Serializable; + + +@Service("${entityName?uncap_first}Service") +@Transactional +public class ${entityName}ServiceImpl extends CommonServiceImpl implements ${entityName}ServiceI { + + public void delete(T entity) { + super.delete(entity); + //鎵ц鍒犻櫎鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doDelSql((${entityName}Entity)entity); + } + + public void addMain(${entityName}Entity ${entityName?uncap_first}, + <#list subTab as sub>List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List<#if sub_has_next>,){ + //淇濆瓨涓讳俊鎭 + this.save(${entityName?uncap_first}); + + <#list subTab as sub> + /**淇濆瓨-${sub.ftlDescription}*/ + for(${sub.entityName}Entity ${sub.entityName?uncap_first}:${sub.entityName?uncap_first}List){ + <#list sub.foreignKeys as key> + //澶栭敭璁剧疆 + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + ${sub.entityName?uncap_first}.set${subFieldMeta1[key]?cap_first}(${entityName?uncap_first}.get${jeecg_table_id?cap_first}()); + <#else> + ${sub.entityName?uncap_first}.set${subFieldMeta1[key]?cap_first}(${entityName?uncap_first}.get${key}()); + + + this.save(${sub.entityName?uncap_first}); + } + + //鎵ц鏂板鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doAddSql(${entityName?uncap_first}); + } + + + public void updateMain(${entityName}Entity ${entityName?uncap_first}, + <#list subTab as sub>List<${sub.entityName}Entity> ${sub.entityName?uncap_first}List<#if sub_has_next>,) { + //淇濆瓨涓昏〃淇℃伅 + this.saveOrUpdate(${entityName?uncap_first}); + //=================================================================================== + //鑾峰彇鍙傛暟 + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = ${entityName?uncap_first}.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = ${entityName?uncap_first}.get${key}(); + + + + <#list subTab as sub> + //=================================================================================== + //1.鏌ヨ鍑烘暟鎹簱鐨勬槑缁嗘暟鎹-${sub.ftlDescription} + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + //2.绛涢夋洿鏂版槑缁嗘暟鎹-${sub.ftlDescription} + if(${sub.entityName?uncap_first}List!=null&&${sub.entityName?uncap_first}List.size()>0){ + for(${sub.entityName}Entity oldE:${sub.entityName?uncap_first}OldList){ + boolean isUpdate = false; + for(${sub.entityName}Entity sendE:${sub.entityName?uncap_first}List){ + //闇瑕佹洿鏂扮殑鏄庣粏鏁版嵁-${sub.ftlDescription} + if(oldE.getId().equals(sendE.getId())){ + try { + MyBeanUtils.copyBeanNotNull2Bean(sendE,oldE); + this.saveOrUpdate(oldE); + } catch (Exception e) { + e.printStackTrace(); + throw new BusinessException(e.getMessage()); + } + isUpdate= true; + break; + } + } + if(!isUpdate){ + //濡傛灉鏁版嵁搴撳瓨鍦ㄧ殑鏄庣粏锛屽墠鍙版病鏈変紶閫掕繃鏉ュ垯鏄垹闄-${sub.ftlDescription} + super.delete(oldE); + } + + } + //3.鎸佷箙鍖栨柊澧炵殑鏁版嵁-${sub.ftlDescription} + for(${sub.entityName}Entity ${sub.entityName?uncap_first}:${sub.entityName?uncap_first}List){ + if(oConvertUtils.isEmpty(${sub.entityName?uncap_first}.getId())){ + //澶栭敭璁剧疆 + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + ${sub.entityName?uncap_first}.set${subFieldMeta1[key]?cap_first}(${entityName?uncap_first}.get${jeecg_table_id?cap_first}()); + <#else> + ${sub.entityName?uncap_first}.set${subFieldMeta1[key]?cap_first}(${entityName?uncap_first}.get${key}()); + + + this.save(${sub.entityName?uncap_first}); + } + } + } + + //鎵ц鏇存柊鎿嶄綔閰嶇疆鐨剆ql澧炲己 + this.doUpdateSql(${entityName?uncap_first}); + } + + + public void delMain(${entityName}Entity ${entityName?uncap_first}) { + //鍒犻櫎涓昏〃淇℃伅 + this.delete(${entityName?uncap_first}); + //=================================================================================== + //鑾峰彇鍙傛暟 + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = ${entityName?uncap_first}.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = ${entityName?uncap_first}.get${key}(); + + + + <#list subTab as sub> + //=================================================================================== + //鍒犻櫎-${sub.ftlDescription} + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + this.deleteAllEntitie(${sub.entityName?uncap_first}OldList); + + } + + <#list buttons as btn> + <#if btn.buttonStyle =='button' && btn.optType=='action'> + /** + * 鑷畾涔夋寜閽-sql澧炲己-${btn.buttonName} + * @param id + * @return + */ + public boolean do${btn.buttonCode?cap_first}Sql(${entityName}Entity t){ + <#list buttonSqlMap[btn.buttonCode] as sql> + //sql澧炲己绗${sql_index+1}鏉 + String sqlEnhance_${sql_index+1} ="${sql}"; + this.executeSql(replaceVal(sqlEnhance_${sql_index+1},t)); + + return true; + } + + + + /** + * 榛樿鎸夐挳-sql澧炲己-鏂板鎿嶄綔 + * @param id + * @return + */ + public boolean doAddSql(${entityName}Entity t){ + <#list buttonSqlMap['add'] as sql> + //sql澧炲己绗${sql_index+1}鏉 + String sqlEnhance_${sql_index+1} ="${sql}"; + this.executeSql(replaceVal(sqlEnhance_${sql_index+1},t)); + + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鏇存柊鎿嶄綔 + * @param id + * @return + */ + public boolean doUpdateSql(${entityName}Entity t){ + <#list buttonSqlMap['update'] as sql> + //sql澧炲己绗${sql_index+1}鏉 + String sqlEnhance_${sql_index+1} ="${sql}"; + this.executeSql(replaceVal(sqlEnhance_${sql_index+1},t)); + + return true; + } + /** + * 榛樿鎸夐挳-sql澧炲己-鍒犻櫎鎿嶄綔 + * @param id + * @return + */ + public boolean doDelSql(${entityName}Entity t){ + <#list buttonSqlMap['delete'] as sql> + //sql澧炲己绗${sql_index+1}鏉 + String sqlEnhance_${sql_index+1} ="${sql}"; + this.executeSql(replaceVal(sqlEnhance_${sql_index+1},t)); + + return true; + } + + /** + * 鏇挎崲sql涓殑鍙橀噺 + * @param sql + * @return + */ + public String replaceVal(String sql,${entityName}Entity t){ + <#list columns as po> + sql = sql.replace("${'#'}{${fieldMeta[po.fieldName]?lower_case}}",String.valueOf(t.get${po.fieldName?cap_first}())); + + sql = sql.replace("${'#'}{UUID}",UUID.randomUUID().toString()); + return sql; + } +} \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl index e6d625a3..566a148a 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl @@ -53,6 +53,11 @@ import java.io.IOException; import java.util.Map; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; @@ -72,6 +77,13 @@ import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -94,6 +106,9 @@ import java.util.HashMap; * @version V1.0 * */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> @Controller @RequestMapping("/${entityName?uncap_first}Controller") public class ${entityName}Controller extends BaseController { @@ -482,31 +497,89 @@ public class ${entityName}Controller extends BaseController { + <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鏂规硶灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> + public ResponseMessage> list() { + List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); + if(list!=null&&list.size()>0){ + for(${entityName}Entity entity:list){ + try{ + ${entityName}Page page=new ${entityName}Page(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = entity.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = entity.get${key}(); + + + + <#list subTab as sub> + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.${entityName?uncap_first}Service.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}OldList); + + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + return Result.success(pageList); + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + ${entityName}Page page = new ${entityName}Page(); + try { + MyBeanUtils.copyBeanNotNull2Bean(task, page); + <#list subTab as sub> + <#list sub.foreignKeys as key> + <#if key?lower_case?index_of("${jeecg_table_id}")!=-1> + Object ${jeecg_table_id}${sub_index} = task.get${jeecg_table_id?cap_first}(); + <#else> + Object ${key?uncap_first}${sub_index} = task.get${key}(); + + + + <#list subTab as sub> + String hql${sub_index} = "from ${sub.entityName}Entity where 1 = 1<#list sub.foreignKeys as key> AND ${key?uncap_first} = ? "; + List<${sub.entityName}Entity> ${sub.entityName?uncap_first}OldList = this.${entityName?uncap_first}Service.findHql(hql${sub_index},<#list sub.foreignKeys as key><#if key?lower_case?index_of("${jeecg_table_id}")!=-1>${jeecg_table_id}${sub_index}<#else>${key?uncap_first}${sub_index}<#if key_has_next>,); + page.set${sub.entityName}List(${sub.entityName?uncap_first}OldList); + + } catch (Exception e) { + e.printStackTrace(); + } + return Result.success(page); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Page ${entityName?uncap_first}Page, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Page ${entityName?uncap_first}Page, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}Page); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -516,27 +589,27 @@ public class ${entityName}Controller extends BaseController { ${entityName}Entity ${entityName?uncap_first} = new ${entityName}Entity(); try{ - MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first},${entityName?uncap_first}Page); + MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first}Page,${entityName?uncap_first}); }catch(Exception e){ logger.info(e.getMessage()); + return Result.error("淇濆瓨${ftl_description}澶辫触"); } ${entityName?uncap_first}Service.addMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}Page.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Page ${entityName?uncap_first}Page) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + <#-- update--begin--author:zhangjiaqiang date:20171102 for: TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥--> + public ResponseMessage update(@RequestBody ${entityName}Page ${entityName?uncap_first}Page) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}Page); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -546,23 +619,41 @@ public class ${entityName}Controller extends BaseController { ${entityName}Entity ${entityName?uncap_first} = new ${entityName}Entity(); try{ - MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first},${entityName?uncap_first}Page); + MyBeanUtils.copyBeanNotNull2Bean(${entityName?uncap_first}Page,${entityName?uncap_first}); }catch(Exception e){ logger.info(e.getMessage()); + return Result.error("${ftl_description}鏇存柊澶辫触"); } ${entityName?uncap_first}Service.updateMain(${entityName?uncap_first}, <#list subTab as sub>${sub.entityName?uncap_first}List<#if sub_has_next>,); //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success(); } - + <#-- update--end--author:zhangjiaqiang date:20171102 for: TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥--> + @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName}Entity ${entityName?uncap_first} = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); - ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName}Entity ${entityName?uncap_first} = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); + ${entityName?uncap_first}Service.delMain(${entityName?uncap_first}); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--end--author:zhangjiaqiang date:20171113 for:restful鏂规硶灏佽 --> <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#if fileFlag==true> diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2many.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2many.ftl index aa79fbd0..c8fcbd00 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2many.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2many.ftl @@ -93,10 +93,15 @@ > <#elseif po.showType=='file' || po.showType == 'image'> + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + 鏈笂浼 -
- - <#else> + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#else> > @@ -150,15 +155,20 @@ <#elseif po.showType=='file' || po.showType == 'image'> <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - - 鏈笂浼 + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + + + 涓嬭浇 -
- + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value="${'$'}{poVal.${po.fieldName} }" /> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#else> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> value="${'$'}{poVal.${po.fieldName} }"/> diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2one.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2one.ftl index eea5a6de..4d918c17 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2one.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspSubTemplate_one2one.ftl @@ -60,9 +60,11 @@ $(document).ready(function(){ <#elseif po.showType=='file' || po.showType == 'image'> <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - 鏆傛椂鏈笂浼犳枃浠 + <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#else> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> value="${'$'}{poVal.${po.fieldName} }"/> diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl index 7debb7d3..3e2e99eb 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl @@ -84,7 +84,9 @@ <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='popup'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')"/> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> @@ -286,6 +288,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); @@ -423,10 +428,15 @@ <#elseif po.showType=='file' || po.showType == 'image'> <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - 鏈笂浼 -
+ <#-- update--begin--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#else> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> /> diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_update.ftl index 19926f21..e06d0fdf 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_update.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_update.ftl @@ -84,7 +84,9 @@ <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='popup'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> @@ -285,6 +287,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); @@ -424,10 +429,17 @@ <#elseif po.showType=='file' || po.showType == 'image'> <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - 鏈笂浼 -
- + + + <#-- update--end--author:zhangjiaqiang date:20171120 for:TASK #2419 銆愪唬鐮佺敓鎴愬櫒妯℃澘銆戜竴瀵瑰鎯呭喌涓嬶紝闄勪欢鏍峰紡鏀归 --> + <#elseif po.showType=='popup'> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value="${'$'}{poVal.${po.fieldName} }" /> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + + <#else> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> /> diff --git a/src/main/resources/jeecg/ext-template/table/single/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/table/single/cgform_controllerTemplate.ftl index bbc29d17..2aaeaa82 100644 --- a/src/main/resources/jeecg/ext-template/table/single/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/table/single/cgform_controllerTemplate.ftl @@ -71,8 +71,20 @@ import javax.validation.Validator; import java.net.URI; import org.springframework.http.MediaType; import org.springframework.web.util.UriComponentsBuilder; +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.jwt.util.GsonUtil; +import org.jeecgframework.jwt.util.ResponseMessage; +import org.jeecgframework.jwt.util.Result; +import com.alibaba.fastjson.JSONArray; <#-- restful 閫氱敤鏂规硶鐢熸垚 --> +<#-- swagger api start --> +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +<#-- swagger api end --> + <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> <#assign fileFlag = false /> <#list columns as filePo> @@ -95,6 +107,9 @@ import java.util.HashMap; * @version V1.0 * */ + <#-- update--begin--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> +@Api(value="${entityName}",description="${ftl_description}",tags="${entityName?uncap_first}Controller") +<#-- update--end--author:zhangjiaqiang date:20171031 for:API 娉ㄨВ start --> @Controller @RequestMapping("/${entityName?uncap_first}Controller") public class ${entityName}Controller extends BaseController { @@ -478,32 +493,41 @@ public class ${entityName}Controller extends BaseController { } <#-- 鍒椾负鏂囦欢绫诲瀷鐨勬枃浠朵唬鐮佺敓鎴 --> - + <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> @RequestMapping(method = RequestMethod.GET) @ResponseBody - public List<${entityName}Entity> list() { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage> list() { List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); - return list${entityName}s; + return Result.success(list${entityName}s); } @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody - public ResponseEntity get(@PathVariable("id") String id) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",notes="鏍规嵁ID鑾峰彇${ftl_description}淇℃伅",httpMethod="GET",produces="application/json") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage get(@ApiParam(required=true,name="id",value="ID")@PathVariable("id") String id) { ${entityName}Entity task = ${entityName?uncap_first}Service.get(${entityName}Entity.class, id); if (task == null) { - return new ResponseEntity(HttpStatus.NOT_FOUND); + return Result.error("鏍规嵁ID鑾峰彇${ftl_description}淇℃伅涓虹┖"); } - return new ResponseEntity(task, HttpStatus.OK); + return Result.success(task); } @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE) @ResponseBody - public ResponseEntity create(@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒涘缓${ftl_description}") + public ResponseMessage create(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}, UriComponentsBuilder uriBuilder) { + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -511,23 +535,21 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.save(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("${ftl_description}淇℃伅淇濆瓨澶辫触"); } - //鎸夌収Restful椋庢牸绾﹀畾锛屽垱寤烘寚鍚戞柊浠诲姟鐨剈rl, 涔熷彲浠ョ洿鎺ヨ繑鍥瀒d鎴栧璞. - String id = ${entityName?uncap_first}.getId(); - URI uri = uriBuilder.path("/rest/${entityName?uncap_first}Controller/" + id).build().toUri(); - HttpHeaders headers = new HttpHeaders(); - headers.setLocation(uri); - - return new ResponseEntity(headers, HttpStatus.CREATED); + return Result.success(${entityName?uncap_first}); } @RequestMapping(value = "/{id}", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE) - public ResponseEntity update(@RequestBody ${entityName}Entity ${entityName?uncap_first}) { + @ResponseBody + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鏇存柊${ftl_description}",notes="鏇存柊${ftl_description}") + <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage update(@ApiParam(name="${ftl_description}瀵硅薄")@RequestBody ${entityName}Entity ${entityName?uncap_first}) { //璋冪敤JSR303 Bean Validator杩涜鏍¢獙锛屽鏋滃嚭閿欒繑鍥炲惈400閿欒鐮佸強json鏍煎紡鐨勯敊璇俊鎭. Set> failures = validator.validate(${entityName?uncap_first}); if (!failures.isEmpty()) { - return new ResponseEntity(BeanValidators.extractPropertyAndMessage(failures), HttpStatus.BAD_REQUEST); + return Result.error(JSONArray.toJSONString(BeanValidators.extractPropertyAndMessage(failures))); } //淇濆瓨 @@ -535,17 +557,33 @@ public class ${entityName}Controller extends BaseController { ${entityName?uncap_first}Service.saveOrUpdate(${entityName?uncap_first}); } catch (Exception e) { e.printStackTrace(); - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.error("鏇存柊${ftl_description}淇℃伅澶辫触"); } //鎸塕estful绾﹀畾锛岃繑鍥204鐘舵佺爜, 鏃犲唴瀹. 涔熷彲浠ヨ繑鍥200鐘舵佺爜. - return new ResponseEntity(HttpStatus.NO_CONTENT); + return Result.success("鏇存柊${ftl_description}淇℃伅鎴愬姛"); } @RequestMapping(value = "/{id}", method = RequestMethod.DELETE) @ResponseStatus(HttpStatus.NO_CONTENT) - public void delete(@PathVariable("id") String id) { - ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + @ApiOperation(value="鍒犻櫎${ftl_description}") + <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> + public ResponseMessage delete(@ApiParam(name="id",value="ID",required=true)@PathVariable("id") String id) { + logger.info("delete[{}]" + id); + // 楠岃瘉 + if (StringUtils.isEmpty(id)) { + return Result.error("ID涓嶈兘涓虹┖"); + } + try { + ${entityName?uncap_first}Service.deleteEntityById(${entityName}Entity.class, id); + } catch (Exception e) { + e.printStackTrace(); + return Result.error("${ftl_description}鍒犻櫎澶辫触"); + } + + return Result.success(); } <#-- restful 閫氱敤鏂规硶鐢熸垚 --> + <#-- update--end--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> } diff --git a/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl index f931d1a8..ae6aedaf 100644 --- a/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl @@ -146,7 +146,9 @@ <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='popup'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')" /> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> @@ -349,6 +351,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_update.ftl index 00995b73..830c0480 100644 --- a/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_update.ftl +++ b/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_update.ftl @@ -144,11 +144,13 @@ > <#elseif po.showType=='text'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='popup'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#if po.dictTable?if_exists?html!=""> onclick="inputClick(this,'${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#elseif po.showType=='popup'> + <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> + <#-- update--begin--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> + <#-- update--end--author:baiyu Date:20171031 for:popup鏂规硶鏀寔杩斿洖澶氫釜瀛楁--> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> <#elseif po.showType=='textarea'> <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> @@ -356,6 +358,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dictField}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.fieldName?cap_first }Tree"), ${po.fieldName}Setting, obj); diff --git a/src/main/resources/jeecg/jeecg_config.properties b/src/main/resources/jeecg/jeecg_config.properties index 8a68b2fa..bd64c69d 100644 --- a/src/main/resources/jeecg/jeecg_config.properties +++ b/src/main/resources/jeecg/jeecg_config.properties @@ -26,5 +26,5 @@ jeecg_filed_convert=true #ui_filter_fields \u8fc7\u6ee4\u4e0d\u9700\u8981\u9875\u9762\u751f\u6210\u7684\u8868\u5b57\u6bb5 ui_filter_fields=create_date,create_datetime,create_by,create_key,create_name,create_realname,create_departmentid,create_departmentname,update_date,update_datetime,update_by,update_key,update_name,update_realname,update_departmentid,update_departmentname #\ -project_path=E:\\workspace-JEECGONE\\jeecg-demo +project_path=E:\\workspace-JEECGONE\\jeecg-framework-2017 diff --git a/src/main/resources/jeecg/jeecg_database.properties b/src/main/resources/jeecg/jeecg_database.properties index 96f9392a..02abfdb1 100644 --- a/src/main/resources/jeecg/jeecg_database.properties +++ b/src/main/resources/jeecg/jeecg_database.properties @@ -1,9 +1,9 @@ #mysql diver_name=com.mysql.jdbc.Driver -url=jdbc:mysql://localhost:3306/jeecg?useUnicode=true&characterEncoding=UTF-8 -username=root -password=root -database_name=jeecg +url=jdbc:mysql://192.168.1.199:3306/jeecg_3.7.2?useUnicode=true&characterEncoding=UTF-8 +username=guoju +password=guoju123123 +database_name=jeecg_3.7.2 #oracle #diver_name=oracle.jdbc.driver.OracleDriver @@ -21,7 +21,7 @@ database_name=jeecg #SQLServer2005\u4ee5\u4e0a #diver_name=org.hibernate.dialect.SQLServerDialect -#url=jdbc:sqlserver://192.168.0.199:1697;DatabaseName=jeecg +#url=jdbc:sqlserver://192.168.1.200:1433;DatabaseName=jeecg #username=sa #password=SA #database_name=jeecg \ No newline at end of file diff --git a/src/main/resources/online/template/boostrap01/html/autolist.ftl b/src/main/resources/online/template/boostrap01/html/autolist.ftl index 84f73f26..601408c9 100644 --- a/src/main/resources/online/template/boostrap01/html/autolist.ftl +++ b/src/main/resources/online/template/boostrap01/html/autolist.ftl @@ -428,14 +428,17 @@ function createDataGrid${config_id}(){
-
-<#--update--begin--author:zhangjiaqiang Date:20170507 for:淇椤甸潰鍥炶溅鏌ヨ寮傚父 --> -
-<#--update--end--author:zhangjiaqiang Date:20170507 for:淇椤甸潰鍥炶溅鏌ヨ寮傚父 --> <#if config_querymode == "group"> +
+ + <#--update--begin--author:zhangjiaqiang date:20171115 for:TASK #2420 銆恛nline鍔熻兘銆戞煡璇㈡寜閽綅缃皟鏁 --> + + <#--update--end--author:zhangjiaqiang date:20171115 for:TASK #2420 銆恛nline鍔熻兘銆戞煡璇㈡寜閽綅缃皟鏁 --> <#list config_queryList as x> <#if x['field_isQuery']=="Y"> - + <#--update--begin--author:zhangjiaqiang date:20171115 for:TASK #2420 銆恛nline鍔熻兘銆戞煡璇㈡寜閽綅缃皟鏁 --> + + <#--update--end--author:zhangjiaqiang date:20171115 for:TASK #2420 銆恛nline鍔熻兘銆戞煡璇㈡寜閽綅缃皟鏁 --> ${x['field_title']}锛 <#if x['field_queryMode']=="group"> @@ -452,7 +455,7 @@ function createDataGrid${config_id}(){ <#if x['field_isQuery']=="Y"> <#if (x['field_dictlist']?size >0)> diff --git a/src/main/resources/online/template/boostrap01/html/autolist2.ftl b/src/main/resources/online/template/boostrap01/html/autolist2.ftl index df9f3007..bae25c54 100644 --- a/src/main/resources/online/template/boostrap01/html/autolist2.ftl +++ b/src/main/resources/online/template/boostrap01/html/autolist2.ftl @@ -208,7 +208,7 @@ <#if x['field_isQuery']=="Y"> <#if (x['field_dictlist']?size >0)> class="Wdate" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});" value="${x['field_value_begin']}" /> + class="Wdate" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});" value="${x['field_value_begin']}" /> ~ - class="Wdate" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});" value="${x['field_value_end']}"/> + class="Wdate" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});" value="${x['field_value_end']}"/> <#else> @@ -518,8 +523,8 @@ function createDataGrid${config_id}(){ <#if x['field_queryMode']=="single"> <#if x['field_isQuery']=="Y"> <#if (x['field_dictlist']?size >0)> - + <#list x['field_dictlist'] as xd> @@ -527,9 +532,9 @@ function createDataGrid${config_id}(){ <#if (x['field_dictlist']?size <= 0)> <#if x['field_showType']!='popup'> - class="Wdate" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});" value="${x['field_value']?if_exists?default('')}" /> + class="Wdate" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});" value="${x['field_value']?if_exists?default('')}" /> <#else> - @@ -540,10 +545,21 @@ function createDataGrid${config_id}(){ - - + <#--update--begin--author:zhangjiaqiang date:20171115 for:TASK #2420 銆恛nline鍔熻兘銆戞煡璇㈡寜閽綅缃皟鏁 --> + + <#if (config_queryList?size >0)> + <#if config_querymode == "group" > + + 鏌ヨ + 閲嶇疆 + + + + <#--update--end--author:zhangjiaqiang date:20171115 for:TASK #2420 銆恛nline鍔熻兘銆戞煡璇㈡寜閽綅缃皟鏁 --> +
-
+ +
褰曞叆 @@ -566,12 +582,6 @@ function createDataGrid${config_id}(){ <#if (config_queryList?size >0)> - <#if config_querymode == "group" > - - 鏌ヨ - 閲嶇疆 - - <#if config_querymode == "single"> <#--update-begin--Author:dangzhenghui Date:20170502 for锛氬幓鎺夋煡璇㈤粯璁ゆ潯浠--> diff --git a/src/main/resources/online/template/default/html/jform.ftl b/src/main/resources/online/template/default/html/jform.ftl index bd224422..a9a070cc 100644 --- a/src/main/resources/online/template/default/html/jform.ftl +++ b/src/main/resources/online/template/default/html/jform.ftl @@ -114,7 +114,12 @@ <#if po.field_must_input?if_exists?html != ''><#if po.field_must_input == 'Y' || po.is_null != 'Y'>ignore="checked"<#else>ignore="ignore"<#elseif po.is_null != 'Y'> ignore="checked"<#else>ignore="ignore" <#-- update--end--author:zhangjiaqiang Date:20170417 for:澧炲姞鏍¢獙蹇呭~椤 --> <#if po.field_valid_type?if_exists?html != ''> - datatype="${po.field_valid_type?if_exists?html}" + <#if po.field_valid_type=='only'> + validType="${tableName},${po.field_name},id" + datatype="*" + <#else> + datatype="${po.field_valid_type?if_exists?html}" + <#else> <#if po.type == 'int'> datatype="n" <#if po.is_null == 'Y'>ignore="ignore" @@ -498,6 +503,9 @@ type:'POST', dataType:'JSON', async:false, + data:{ + selfCode:'${po.dict_field}' + }, success:function(res){ var obj = res; $.fn.zTree.init($("#show${po.field_name?cap_first }Tree"), ${po.field_name}Setting, obj); diff --git a/src/main/resources/online/template/default/html/jformhead.ftl b/src/main/resources/online/template/default/html/jformhead.ftl index bd109307..7afecbc3 100644 --- a/src/main/resources/online/template/default/html/jformhead.ftl +++ b/src/main/resources/online/template/default/html/jformhead.ftl @@ -23,7 +23,12 @@ <#-- update--end--author:zhangjiaqiang Date:20170417 for:澧炲姞鏍¢獙蹇呭~椤 --> <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> - datatype="${po.field_valid_type?if_exists?html}" + <#if po.field_valid_type=='only'> + validType="${tableName},${po.field_name},id" + datatype="*" + <#else> + datatype="${po.field_valid_type?if_exists?html}" + <#else> <#if po.type == 'int'> datatype="n" @@ -100,7 +105,7 @@ datatype="${po.field_valid_type?if_exists?html}" <#elseif po.is_null != 'Y'> datatype="*" - + > <#-- update--end--author:zhangjiaqiang Date:20170512 for:TASK #1910 銆怬nline 鏍¢獙銆憆adio\checkbox\select 瀛樺湪闂锛屾病鏈夋牴鎹夋嫨鏍¢獙瑙勫垯鏍¢獙 --> <#list dataList as dictdata>