diff --git a/README.md b/README.md index 10d42fd7..26305b4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ JEECG 微云快速开发平台 =============== -当前最新版本: 3.6.5(发布日期:20160718) +当前最新版本: 3.6.6(发布日期:20170208) 前言: ----------------------------------- @@ -11,8 +11,7 @@ JEECG 微 简介 ----------------------------------- -JEECG(J2EE Code Generation)是一款基于代码生成器的智能开发平台。引领新的开发模式(Online Coding模式->代码生成器模式->手工MERGE智能开发), -可以帮助解决Java项目60%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。 +JEECG(J2EE Code Generation)是一款基于代码生成器的智能开发平台。引领新的开发模式(Online Coding->代码生成器->手工MERGE智能开发),可以帮助解决Java项目60%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。 JEECG宗旨是: 简单功能由代Online Coding配置出功能;复杂功能由代码生成器生成进行手工Merge; 复杂流程业务采用表单自定义,业务流程使用工作流来实现、扩展出任务接口,供开发编写业务逻辑。实现了流程任务节点和任务接口的灵活配置,既保证了公司流程的保密行,又减少了开发人员的工作量。 @@ -68,7 +67,7 @@ JEECG * 技术点十七:插件开发,业务功能组件以插件方式集成平台,也可以单独部署发发布,有力支撑了SAAS云应用系统需求
-* JEECG V3.6.4, 经过了专业压力测试,性能测试,保证后台数据的准确性和页面访问速度
+* JEECG V3.6.6, 经过了专业压力测试,性能测试,保证后台数据的准确性和页面访问速度
* 支持多种浏览器: IE, 火狐, Google 等
* 支持数据库: Mysql,Oracle10g,Postgre,SqlServer等
* 基础权限: 用户,角色,菜单权限,按钮权限,数据权限
@@ -87,6 +86,7 @@ JEECG * JEECG 云平台插件下载中心:[http://yun.jeecg.org](http://yun.jeecg.org) * [JEECG更多版本下载地址](http://www.jeecg.org/forum.php?mod=viewthread&tid=1229&extra=page%3D1) * 不熟悉maven的同学,直接下载 => [myeclipse非maven版本](http://git.oschina.net/jeecg/jeecg-no_maven) +* Maven依赖下载慢解决方案 => [享受一下mvn时飞的感觉](http://www.jeecg.org/forum.php?mod=viewthread&tid=3949) * maven依赖下载有问题的,可以直接下载官方提供的 => [JEECG本地Maven仓库](http://git.oschina.net/jeecg/jeecg-local-maven) @@ -102,7 +102,7 @@ JEECG 技术交流 ----------------------------------- * 作者:[张代浩](http://blog.csdn.net/zhangdaiscott)
-* QQ交流群: 176031980、106838471(满)、106259349(满)
+* QQ交流群: ④176031980、②106838471(满)、①106259349(满)、③289782002(满)
社区荣誉 diff --git a/docs/db/jeecg3.6.5-oracle11g-20160718.dmp b/docs/db/jeecg3.6.5-oracle11g-20160718.dmp deleted file mode 100644 index 5db401e8..00000000 Binary files a/docs/db/jeecg3.6.5-oracle11g-20160718.dmp and /dev/null differ diff --git a/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql b/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql deleted file mode 100644 index 6de02a75..00000000 --- a/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql +++ /dev/null @@ -1,29584 +0,0 @@ -/* -Navicat SQL Server Data Transfer - -Source Server : slqserver2005 -Source Server Version : 90000 -Source Host : 192.168.0.199\SQL2005:1433 -Source Database : jeecg -Source Schema : dbo - -Target Server Type : SQL Server -Target Server Version : 90000 -File Encoding : 65001 - -Date: 2016-07-18 21:27:34 -*/ - - --- ---------------------------- --- Table structure for auto_form --- ---------------------------- -DROP TABLE [dbo].[auto_form] -GO -CREATE TABLE [dbo].[auto_form] ( -[id] nvarchar(36) NOT NULL , -[form_name] nvarchar(100) NULL , -[form_desc] nvarchar(200) NULL , -[form_style_id] nvarchar(36) NULL , -[form_content] nvarchar(MAX) NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[form_parse] nvarchar(MAX) NULL , -[main_table_source] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_style_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'妯℃澘鏍峰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_style_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'妯℃澘鏍峰紡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_style_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟缂栬緫鍣ㄦ枃鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟缂栬緫鍣ㄦ枃鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'main_table_source')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓绘暟鎹簮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'main_table_source' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓绘暟鎹簮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'main_table_source' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @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'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of auto_form --- ---------------------------- -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028138151a9dc0c0151aa3f1d450002', N'employee_entry_form', N'鍛樺伐鍏ヨ亴鍗', N'', N'

鍛樺伐鍏ヨ亴鍗


濉〃鏃ユ湡锛

鍩烘湰淇℃伅

濮撳悕

閮ㄩ棬

鑱屽姟


鐢熸棩

绫嶈疮

瀛﹀巻

韬唤璇

鍏ヨ亴鏃ユ湡

宸ュ彿

鎵嬫満

閭

MSN

浜轰簨閮

鐓х墖

{|-鏄 鍚 -|}

妗f琛

{|-鏄 鍚 -|}

韬唤璇

{|-鏄 鍚 -|}

瀛︿綅璇

{|-鏄 鍚 -|}

鍏朵粬璇佷欢

鍒嗛厤鐢佃瘽


缁忓姙浜猴細        鏃ユ湡锛      

閮ㄩ棬鎰忚

缁忓姙浜猴細        鏃ユ湡锛     

鎬荤粡鐞嗘剰瑙

缁忓姙浜猴細       鏃ユ湡锛     

鏂板憳宸ユ剰瑙

缁忓姙浜猴細       鏃ユ湡锛      


 


 


', N'绠$悊鍛', N'admin', N'2015-12-16 18:04:01.000', N'admin', N'2015-12-18 15:16:09.000', N'A02', N'A0', N'{"fields":0,"template":"

鍛樺伐鍏ヨ亴鍗


濉〃鏃ユ湡锛

鍩烘湰淇℃伅

濮撳悕

閮ㄩ棬

鑱屽姟


鐢熸棩

绫嶈疮

瀛﹀巻

韬唤璇

鍏ヨ亴鏃ユ湡

宸ュ彿

鎵嬫満

閭

MSN

浜轰簨閮

鐓х墖

{|-鏄 鍚 -|}

妗f琛

{|-鏄 鍚 -|}

韬唤璇

{|-鏄 鍚 -|}

瀛︿綅璇

{|-鏄 鍚 -|}

鍏朵粬璇佷欢

鍒嗛厤鐢佃瘽


缁忓姙浜猴細        鏃ユ湡锛      

閮ㄩ棬鎰忚

缁忓姙浜猴細        鏃ユ湡锛     

鎬荤粡鐞嗘剰瑙

缁忓姙浜猴細       鏃ユ湡锛     

鏂板憳宸ユ剰瑙

缁忓姙浜猴細       鏃ユ湡锛      


 


 


","parse":"

鍛樺伐鍏ヨ亴鍗


濉〃鏃ユ湡锛

鍩烘湰淇℃伅

濮撳悕

閮ㄩ棬

鑱屽姟


鐢熸棩

绫嶈疮

瀛﹀巻

韬唤璇

鍏ヨ亴鏃ユ湡

宸ュ彿

鎵嬫満

閭

MSN

浜轰簨閮

鐓х墖

鏄 鍚 

妗f琛

鏄 鍚 

韬唤璇

鏄 鍚 

瀛︿綅璇

鏄 鍚 

鍏朵粬璇佷欢

鍒嗛厤鐢佃瘽


缁忓姙浜猴細        鏃ユ湡锛      

閮ㄩ棬鎰忚

缁忓姙浜猴細        鏃ユ湡锛     

鎬荤粡鐞嗘剰瑙

缁忓姙浜猴細       鏃ユ湡锛     

鏂板憳宸ユ剰瑙

缁忓姙浜猴細       鏃ユ湡锛      


 


 


","data":[{"name":"ds.create_date","type":"text","title":"create_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.create_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_name","type":"text","title":"employee_name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_name","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_depart","type":"text","title":"employee_depart","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_depart","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_job","type":"text","title":"employee_job","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_job","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_birthday","type":"text","title":"employee_birthday","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_birthday","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_origin","type":"text","title":"employee_origin","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_origin","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_degree","type":"text","title":"employee_degree","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_degree","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_identification","type":"text","title":"employee_identification","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_identification","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_entry_date","type":"text","title":"employee_entry_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_entry_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_code","type":"text","title":"employee_code","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_code","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_phone","type":"text","title":"employee_phone","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_phone","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_mail","type":"text","title":"employee_mail","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_mail","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_msn","type":"text","title":"employee_msn","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_msn","style":"text-align: left; width: 150px;","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_pic","title":"hr_pic","value":"Y,N","content":"鏄 鍚 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"鏄","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"鍚","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_archives","title":"hr_archives","value":"Y,N","content":"鏄 鍚 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"鏄","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"鍚","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_identification","title":"hr_identification","value":"Y,N","content":"鏄 鍚 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"鏄","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"鍚","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_degree","title":"hr_degree","value":"Y,N","content":"鏄 鍚 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"鏄","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"鍚","value":"N","checked":""}]},{"name":"ds.hr_other","type":"text","title":"hr_other","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_other","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_tel","type":"text","title":"hr_tel","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_tel","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_op_user","type":"text","title":"hr_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_op_date","type":"text","title":"hr_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.hr_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"depart_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.depart_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.depart_op_user","type":"text","title":"depart_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.depart_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.depart_op_date","type":"text","title":"depart_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.depart_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"manager_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.manager_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.manager_op_user","type":"text","title":"manager_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.manager_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.manager_op_date","type":"text","title":"manager_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.manager_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"employee_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.employee_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.employee_op_user","type":"text","title":"employee_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_op_date","type":"text","title":"employee_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_op_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.id","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'ds', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402880e750a8cbbf0150a8ccabdb0001', N'order_form', N'璁㈠崟琛ㄥ崟', N'', N'

浠锋牸鍚堝悓浜鍚堝悓鍐呭
璁㈠崟鍙璁㈠崟鍐呭璁㈠崟浠锋牸

', N'绠$悊鍛', N'admin', N'2015-10-27 18:16:37.000', N'admin', N'2015-11-30 12:25:44.000', N'A02', N'A0', N'{"fields":0,"template":"

浠锋牸鍚堝悓浜鍚堝悓鍐呭
璁㈠崟鍙璁㈠崟鍐呭璁㈠崟浠锋牸

","parse":"

浠锋牸鍚堝悓浜鍚堝悓鍐呭
璁㈠崟鍙璁㈠崟鍐呭璁㈠崟浠锋牸

","data":[{"name":"jeecg_order_main.ID","type":"hidden","title":"涓婚敭","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_order_main.ID","style":"text-align: left; width: 150px;","content":""},{"style":"text-align: left; width: 150px;","title":"浠锋牸","value":"","name":"jeecg_order_main.GO_ALL_PRICE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ALL_PRICE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"鍚堝悓浜","value":"","name":"jeecg_order_main.GO_CONTACT_NAME","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_CONTACT_NAME","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"鍚堝悓鍐呭","value":"","name":"jeecg_order_main.GO_CONTENT","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_CONTENT","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"鍚堝悓缂栫爜","value":"","name":"jeecg_order_main.GO_ORDER_CODE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ORDER_CODE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"GO_ORDER_COUNT","value":"","name":"jeecg_order_main.GO_ORDER_COUNT","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ORDER_COUNT","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"GO_RETURN_PRICE","value":"","name":"jeecg_order_main.GO_RETURN_PRICE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_RETURN_PRICE","datatype":"","content":""},{"name":"leipiNewField","leipiplugins":"listctrl","type":"text","value":"{鍒楄〃鎺т欢}","readonly":"readonly","title":"璁㈠崟瀹㈡埛","autofield":"jeecg_order_custom.ID`jeecg_order_custom.GO_ORDER_CODE`jeecg_order_custom.GOC_CONTENT`jeecg_order_custom.GOC_CUS_NAME`jeecg_order_custom.GOC_SEX`","orgtitle":"ID`璁㈠崟鍙穈璁㈠崟鍐呭`瀹㈡埛鍚峘鎬у埆`","orgcoltype":"text`popup`text`text`select`","orgunit":"#`#`#`#`#`","orgsum":"0`0`0`0`0`","orgcolvalue":"`````","ishide":"1`0`0`0`0`","ruletype":"0`0`0`0`0`","dict":"0`user_msg`0`0`sex`","length":"32`157`157`157`157`","pkid":"","fkdsid":"","orgwidth":"100%","style":"width: 100%;","content":""}],"add_fields":{}}', N'jeecg_order_main', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402881a151f6d9420151f6e3b4ce0001', N'jform00002', N'鍛樺伐绂昏亴鍗', N'', N'
鍛樺伐绂昏亴鍗
濮撳悕缂栧彿
鑱屽姟
鍏ヨ亴鏃堕棿
绂昏亴鏂瑰紡{|-杈炲伐 鎬ヨ緸宸 杈為 寮闄 鑷姩绂昏亴 -|}
鐢宠绂昏亴鏃ユ湡姝e紡绂昏亴鏃ユ湡
棰嗗伐璧勪汉鍙婅韩浠借瘉鍙
绂昏亴椤荤煡
绂昏亴鍘熷洜
闈㈣皥璁板綍鍜屾剰瑙
鍔炲叕鐢ㄥ搧绉讳氦
浜哄姏璧勬簮閮ㄥ鏍搴斿彂钖祫     搴旀墸钖祫 
瀹炲彂钖祫     棰嗗彇鏃堕棿 
鎬荤粡鐞嗗鎵
璇存槑

', N'绠$悊鍛', N'admin', N'2015-12-31 15:14:57.000', N'admin', N'2016-01-06 11:23:05.000', N'A03', N'A0', N'{"fields":0,"template":"
鍛樺伐绂昏亴鍗
濮撳悕缂栧彿
鑱屽姟
鍏ヨ亴鏃堕棿
绂昏亴鏂瑰紡{|-杈炲伐 鎬ヨ緸宸 杈為 寮闄 鑷姩绂昏亴 -|}
鐢宠绂昏亴鏃ユ湡姝e紡绂昏亴鏃ユ湡
棰嗗伐璧勪汉鍙婅韩浠借瘉鍙
绂昏亴椤荤煡
绂昏亴鍘熷洜
闈㈣皥璁板綍鍜屾剰瑙
鍔炲叕鐢ㄥ搧绉讳氦
浜哄姏璧勬簮閮ㄥ鏍搴斿彂钖祫     搴旀墸钖祫 
瀹炲彂钖祫     棰嗗彇鏃堕棿 
鎬荤粡鐞嗗鎵
璇存槑

","parse":"
鍛樺伐绂昏亴鍗
濮撳悕缂栧彿
鑱屽姟
鍏ヨ亴鏃堕棿
绂昏亴鏂瑰紡杈炲伐 鎬ヨ緸宸 杈為 寮闄 鑷姩绂昏亴 
鐢宠绂昏亴鏃ユ湡姝e紡绂昏亴鏃ユ湡
棰嗗伐璧勪汉鍙婅韩浠借瘉鍙
绂昏亴椤荤煡
绂昏亴鍘熷洜
闈㈣皥璁板綍鍜屾剰瑙
鍔炲叕鐢ㄥ搧绉讳氦
浜哄姏璧勬簮閮ㄥ鏍搴斿彂钖祫     搴旀墸钖祫 
瀹炲彂钖祫     棰嗗彇鏃堕棿 
鎬荤粡鐞嗗鎵
璇存槑

","data":[{"name":"jform00002.name","type":"text","title":"name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.name","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.code","type":"text","title":"code","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.code","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.job","type":"text","title":"job","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.job","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.join_time","type":"text","title":"join_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.join_time","style":"text-align: left; width: 150px;","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"402881a151f1af7c0151f1b9d7f50002","autofield":"jform00002.out_type","title":"out_type","value":"cigong,jicigong,citui,kaichu,zidonglizhi","content":"杈炲伐 鎬ヨ緸宸 杈為 寮闄 鑷姩绂昏亴 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"杈炲伐","value":"cigong","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"鎬ヨ緸宸","value":"jicigong","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"杈為","value":"citui","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"寮闄","value":"kaichu","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"鑷姩绂昏亴","value":"zidonglizhi","checked":""}]},{"name":"jform00002.apply_out_time","type":"text","title":"apply_out_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.apply_out_time","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.out_time","type":"text","title":"out_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.out_time","style":"text-align: left; width: 150px;","content":""},{"title":"id_card","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.id_card","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"out_content","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.out_content","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"out_reason","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.out_reason","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"interview_record","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.interview_record","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"office_change","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.office_change","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"name":"jform00002.should_send_salary","type":"text","title":"should_send_salary","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.should_send_salary","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.should_deduct_pay","type":"text","title":"should_deduct_pay","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.should_deduct_pay","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.pay","type":"text","title":"pay","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.pay","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.get_time","type":"text","title":"get_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.get_time","style":"text-align: left; width: 150px;","content":""},{"title":"boss_check","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.boss_check","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"description","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.description","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"name":"jform00002.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.id","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jform00002', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402885d8507f14a601507f15b5200001', N'jeecg_custom_record', N'瀹㈡埛杩借釜璁板綍琛紙妗堜緥锛', N'', N'new document

瀹㈡埛杩借釜璁板綍琛

* 瀹㈡埛缂栧彿璐熻矗浜鎴愮珛鏃ユ湡
瀹㈡埛鍚嶇О璧勬湰棰
鍦板潃鐢佃瘽
钀ヤ笟绫诲瀷浼犵湡
涓昏寰鏉ラ摱琛
鍏朵粬鎶曡祫浜嬩笟骞冲潎姣忔棩钀ヤ笟棰
涓昏寰鏉ヤ笟鍔浠樻鏂瑰紡{|-鐜伴噾 鏀エ 瀹㈢エ 鍏朵粬 -|}
涓庢湰鍏徃寰鏉鏀舵璁板綍{|-浼樼 鑹ソ 涓鑸 寰堝樊 -|}
鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰
鏈杩戜氦鏄撴暟鎹窡韪
瀹㈡埛鎰忚
淇$敤璇勫畾
濉〃浜


', N'绠$悊鍛', N'admin', N'2015-10-19 15:52:21.000', N'admin', N'2015-11-19 11:21:39.000', N'A02', N'A0', N'{"fields":0,"template":"new document

瀹㈡埛杩借釜璁板綍琛

* 瀹㈡埛缂栧彿璐熻矗浜鎴愮珛鏃ユ湡
瀹㈡埛鍚嶇О璧勬湰棰
鍦板潃鐢佃瘽
钀ヤ笟绫诲瀷浼犵湡
涓昏寰鏉ラ摱琛
鍏朵粬鎶曡祫浜嬩笟骞冲潎姣忔棩钀ヤ笟棰
涓昏寰鏉ヤ笟鍔浠樻鏂瑰紡{|-鐜伴噾 鏀エ 瀹㈢エ 鍏朵粬 -|}
涓庢湰鍏徃寰鏉鏀舵璁板綍{|-浼樼 鑹ソ 涓鑸 寰堝樊 -|}
鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰
鏈杩戜氦鏄撴暟鎹窡韪
瀹㈡埛鎰忚
淇$敤璇勫畾
濉〃浜


","parse":"new document

瀹㈡埛杩借釜璁板綍琛

* 瀹㈡埛缂栧彿璐熻矗浜鎴愮珛鏃ユ湡
瀹㈡埛鍚嶇О璧勬湰棰
鍦板潃鐢佃瘽
钀ヤ笟绫诲瀷浼犵湡
涓昏寰鏉ラ摱琛
鍏朵粬鎶曡祫浜嬩笟骞冲潎姣忔棩钀ヤ笟棰
涓昏寰鏉ヤ笟鍔浠樻鏂瑰紡鐜伴噾 鏀エ 瀹㈢エ 鍏朵粬 
涓庢湰鍏徃寰鏉鏀舵璁板綍浼樼 鑹ソ 涓鑸 寰堝樊 
鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰
鏈杩戜氦鏄撴暟鎹窡韪
瀹㈡埛鎰忚
淇$敤璇勫畾
濉〃浜


","data":[{"name":"jeecg_custom_record.id","type":"hidden","title":"id","value":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.id","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.custom_id","type":"text","title":"custom_id","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.custom_id","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.header","type":"text","title":"header","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.header","style":"text-align: left; width: 150px;","content":""},{"name":"leipiNewField","type":"text","value":"{macros}","title":"establish_date","leipiplugins":"macros","orgtype":"sys_datetime","orghide":"0","orgfontsize":"","orgwidth":"150","style":"width: 150px;","content":""},{"name":"jeecg_custom_record.custom_name","type":"text","title":"custom_name","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.custom_name","style":"text-align: left; width: 300px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.capital_lines","type":"text","title":"capital_lines","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.capital_lines","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.address","type":"text","title":"address","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.address","style":"text-align: left; width: 300px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.phone","type":"text","title":"phone","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.phone","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.business_type","type":"text","title":"business_type","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_type","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.fax","type":"text","title":"fax","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.fax","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.banks","type":"text","title":"banks","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.banks","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.other_business","type":"text","title":"other_business","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.other_business","style":"text-align: left; width: 250px;","content":""},{"name":"jeecg_custom_record.turnover","type":"text","title":"turnover","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.turnover","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.business","type":"text","title":"business","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.business","style":"text-align: left; width: 250px;","content":""},{"leipiplugins":"checkboxs","selector":"undefined","autofield":"undefined","title":"pay_type","parse_name":"checkboxs_0","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"鐜伴噾,鏀エ,瀹㈢エ,鍏朵粬","content":"鐜伴噾 鏀エ 瀹㈢エ 鍏朵粬 ","options":[{"type":"checkbox","name":"leipiNewField","checkedtext":"鐜伴噾","selector":"undefined","value":"鐜伴噾","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"鏀エ","selector":"undefined","value":"鏀エ","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"瀹㈢エ","selector":"undefined","value":"瀹㈢エ","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"鍏朵粬","selector":"undefined","value":"鍏朵粬","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_record.business_contacts","type":"text","title":"business_contacts","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.business_contacts","style":"text-align: left; width: 250px;","content":""},{"leipiplugins":"checkboxs","selector":"undefined","autofield":"undefined","title":"collection","parse_name":"checkboxs_1","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"浼樼,鑹ソ,涓鑸,寰堝樊","content":"浼樼 鑹ソ 涓鑸 寰堝樊 ","options":[{"type":"checkbox","name":"leipiNewField","checkedtext":"浼樼","selector":"undefined","value":"浼樼","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"鑹ソ","selector":"undefined","value":"鑹ソ","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"涓鑸","selector":"undefined","value":"涓鑸","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"寰堝樊","selector":"undefined","value":"寰堝樊","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_record.business_important_contacts","type":"text","title":"business_important_contacts","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_important_contacts","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.business_record","type":"text","title":"business_record","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_record","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.customer_opinion","type":"text","title":"customer_opinion","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.customer_opinion","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.credit_evaluation","type":"text","title":"credit_evaluation","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.credit_evaluation","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.preparer","type":"text","title":"preparer","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.preparer","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jeecg_custom_record', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402885d8508410ea01508424b4350006', N'jeecg_custom_info', N'瀹㈡埛璧勬枡绠$悊鍗★紙妗堜緥锛', N'', N'


瀹㈡埛璧勬枡绠$悊鍗
{|-鐢 濂 -|}
{|-铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 -|}
{|-閾佽矾 姘磋繍 姹借繍 鑷彁 -|}

{|-閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 -|}


', N'绠$悊鍛', N'admin', N'2015-10-20 15:26:49.000', N'admin', N'2015-11-19 11:21:10.000', N'A02', N'A0', N'{"fields":0,"template":"


瀹㈡埛璧勬枡绠$悊鍗
{|-鐢 濂 -|}
{|-铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 -|}
{|-閾佽矾 姘磋繍 姹借繍 鑷彁 -|}

{|-閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 -|}


","parse":"


瀹㈡埛璧勬枡绠$悊鍗
鐢 濂 
铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 
閾佽矾 姘磋繍 姹借繍 鑷彁 

閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 


","data":[{"name":"jeecg_custom_info.CUST_NAME","type":"text","title":"cust_name","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.CUST_NAME","style":"text-align: left; width: 100px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_info.CUST_ADDR","type":"text","title":"cust_addr","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.CUST_ADDR","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.CUST_CODE","type":"text","title":"cust_code","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"60","orgtype":"text","autofield":"jeecg_custom_info.CUST_CODE","style":"text-align: left; width: 60px;","content":""},{"name":"jeecg_custom_info.EMAIL","type":"text","title":"email","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.EMAIL","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.CUST_CHARGE","type":"text","title":"cust_charge","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.CUST_CHARGE","style":"text-align: left; width: 50px;","content":""},{"plugins":"radios","name":"leipiNewField","title":"sex","value":"鐢,濂","content":"鐢 濂 ","options":[{"type":"radio","name":"leipiNewField","value":"鐢","checked":""},{"type":"radio","name":"leipiNewField","value":"濂","checked":""}]},{"name":"jeecg_custom_info.AGE","type":"text","title":"age","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.AGE","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.POSITION","type":"text","title":"position","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"60","orgtype":"text","autofield":"jeecg_custom_info.POSITION","style":"text-align: left; width: 60px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_info.PHONE","type":"text","title":"phone","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PHONE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.BANK","type":"text","title":"bank","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.BANK","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.MONEY","type":"text","title":"money","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.MONEY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PROMOTER","type":"text","title":"promoter","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PROMOTER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.ACCOUNT","type":"text","title":"account","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.ACCOUNT","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.TURNOVER","type":"text","title":"turnover","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.TURNOVER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PAYMENT_ATTR","type":"text","title":"payment_attr","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PAYMENT_ATTR","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.SAX_NUM","type":"text","title":"sax_num","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SAX_NUM","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PAY_DATE","type":"text","title":"pay_date","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PAY_DATE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.BEGIN_PAY_DATE","type":"text","title":"begin_pay_date","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.BEGIN_PAY_DATE","style":"text-align: left; width: 150px;","content":""},{"plugins":"checkboxs","title":"main_bus","parse_name":"checkboxs_0","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"铏氭嫙,鏁扮爜,缇庡,鏈嶈,閰嶉グ,姣嶅┐,瀹跺眳,椋熷搧","content":"铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 ","options":[{"type":"checkbox","name":"leipiNewField","value":"铏氭嫙","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"鏁扮爜","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"缇庡","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"鏈嶈","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"閰嶉グ","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"姣嶅┐","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"瀹跺眳","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"椋熷搧","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.BUS_PRO","type":"text","title":"bus_pro","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.BUS_PRO","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.WAREHOUSE","type":"text","title":"warehouse","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.WAREHOUSE","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.PEOPLE","type":"text","title":"people","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"80","orgtype":"text","autofield":"jeecg_custom_info.PEOPLE","style":"text-align: left; width: 80px;","content":""},{"plugins":"checkboxs","title":"transportation","parse_name":"checkboxs_1","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"閾佽矾,姘磋繍,姹借繍,鑷彁","content":"閾佽矾 姘磋繍 姹借繍 鑷彁 ","options":[{"type":"checkbox","name":"leipiNewField","value":"閾佽矾","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"姘磋繍","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"姹借繍","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"鑷彁","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.OPERATION","type":"text","title":"operation","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.OPERATION","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.CAR","type":"text","title":"car","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.CAR","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.SHOPKEEPER","type":"text","title":"shopkeeper","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SHOPKEEPER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.WHOLESALE","type":"text","title":"wholesale","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.WHOLESALE","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.AREA","type":"text","title":"area","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.AREA","style":"text-align: left; width: 150px;","content":""},{"plugins":"checkboxs","title":"management","parse_name":"checkboxs_2","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"閿鍞笂閲,鍒╂鼎涓哄噯,閲忓埄鍏奸【,绉瀬,淇濆畧,骞冲父,鎶曟満,鍑屼贡","content":"閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 ","options":[{"type":"checkbox","name":"leipiNewField","value":"閿鍞笂閲","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"鍒╂鼎涓哄噯","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"閲忓埄鍏奸【","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"绉瀬","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"淇濆畧","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"骞冲父","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"鎶曟満","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"鍑屼贡","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.STOCK1","type":"text","title":"stock1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.STOCK1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.STOCK2","type":"text","title":"stock2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.STOCK2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.SALE1","type":"text","title":"sale1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.SALE1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.SALE2","type":"text","title":"sale2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SALE2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.INVENTORY1","type":"text","title":"inventory1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.INVENTORY1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.INVENTORY2","type":"text","title":"inventory2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.INVENTORY2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.MAX_MONEY","type":"text","title":"max_money","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.MAX_MONEY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.CUST_LEVEL","type":"text","title":"cust_level","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.CUST_LEVEL","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.ALL_AVG_INVENTORY","type":"text","title":"all_avg_inventory","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.ALL_AVG_INVENTORY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.AVG_INVENTORY","type":"text","title":"avg_inventory","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.AVG_INVENTORY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PRICE","type":"text","title":"price","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PRICE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PROMISE","type":"text","title":"promise","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PROMISE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.COMPETING_GOODS","type":"text","title":"competing_goods","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.COMPETING_GOODS","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jeecg_custom_info', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028948150f601230150f60692050001', N'doc', N'鏂囨。Doc', N'', N'

鍐呭
鏃堕棿
鏂囨。缂栧彿
鏍囬
鏂囨。绫诲瀷{|-  -|}
', N'绠$悊鍛', N'admin', N'2015-11-11 18:10:37.000', N'admin', N'2015-11-19 10:59:24.000', N'A02', N'A0', N'{"fields":0,"template":"

鍐呭
鏃堕棿
鏂囨。缂栧彿
鏍囬
鏂囨。绫诲瀷{|-  -|}
","parse":"

鍐呭
鏃堕棿
鏂囨。缂栧彿
鏍囬
鏂囨。绫诲瀷  
","data":[{"type":"hidden","name":"doc.ID","autofield":"doc.ID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCCONTENT","value":"","name":"doc.DOCCONTENT","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCCONTENT","content":""},{"style":"text-align: left; width: 300px;","title":"鏃堕棿","value":"","name":"doc.DOCDATE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"doc.DOCDATE","datatype":"","content":""},{"style":"text-align: left; width: 300px;","title":"DOCID","value":"","name":"doc.DOCID","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCTITLE","value":"","name":"doc.DOCTITLE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCTITLE","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"鏂囨。绫诲瀷","size":"1","datatype":"","selector":"402881e54dcb624a014dcbf4912b000e","orgwidth":"150","autofield":"doc.DOCTYPE","style":"width: 150px;","value":"bdfl_ptbd,bdfl_fzbd,bdfl_vipbd","content":"  "}],"add_fields":{}}', N'doc', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'40289481513a049b01513a0aabf70001', N'docdb', N'docdb', N'', N'

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:16.000', N'admin', N'2015-11-30 12:14:19.000', N'A02', N'A0', N'{"fields":0,"template":"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


","parse":"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE  
DOCTYPEspring-key java-class 


","data":[{"type":"hidden","name":"docdb.ID","autofield":"docdb.ID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCCONTENT","value":"","name":"docdb.DOCCONTENT","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"docdb.DOCCONTENT","content":""},{"style":"text-align: left; width: 300px;","title":"DOCDATE","value":"","name":"docdb.DOCDATE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"docdb.DOCDATE","datatype":"","content":""},{"name":"docdb.DOCID","title":"DOCID","leipiplugins":"popup","size":"1","datatype":"","style":"background-image: url(http://localhost:8080/jeecg/plug-in/easyui/themes/default/images/searchbox_button.png); background-color: rgb(255, 255, 255); width: 150px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;","dictionary":"user_msg,account,realname","orgwidth":"150","autofield":"docdb.DOCID","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"DOCTITLE","size":"1","datatype":"","selector":"402881e64ca6fd1b014ca7044c370004","orgwidth":"150","autofield":"docdb.DOCTITLE","style":"width: 150px;","value":"spline,column,pie","content":"  "},{"leipiplugins":"radios","name":"leipiNewField","selector":"8a1c7ee54e3e2ca9014e3e4b78f90009","autofield":"docdb.DOCTYPE","title":"DOCTYPE","value":"spring,class","content":"spring-key java-class ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"spring-key","value":"spring","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"java-class","value":"class","checked":""}]}],"add_fields":{}}', N'docdb', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028ef815382c6c9015382ccd9b60003', N'test', N'瀛︾敓琛ㄥ綍鍏', N'', N'

NAME
SEX{|-鐢锋 濂虫 -|}
AGE
BIRTHDAY


', N'绠$悊鍛', N'admin', N'2016-03-17 12:19:36.000', N'admin', N'2016-03-17 12:30:58.000', N'A03', N'A0', N'{"fields":0,"template":"

NAME
SEX{|-鐢锋 濂虫 -|}
AGE
BIRTHDAY


","parse":"

NAME
SEX鐢锋 濂虫 
AGE
BIRTHDAY


","data":[{"type":"hidden","name":"test_stud.ID","autofield":"test_stud.ID","content":""},{"style":"text-align: left; width: 150px;","title":"NAME","value":"","name":"test_stud.NAME","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"test_stud.NAME","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"8a8ab0b246dc81120146dc8181cd005f","autofield":"test_stud.SEX","title":"SEX","value":"0,1","content":"鐢锋 濂虫 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"鐢锋","value":"0","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"濂虫","value":"1","checked":""}]},{"style":"text-align: left; width: 150px;","title":"AGE","value":"","name":"test_stud.AGE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"test_stud.AGE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"BIRTHDAY","value":"","name":"test_stud.BIRTHDAY","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"test_stud.BIRTHDAY","datatype":"","content":""}],"add_fields":{}}', N'test_stud', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028efa25214f7ca0152164db04b001c', N'employee_leave_form', N'璇峰亣鐢宠鍗', N'', N'
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆{|-  -|}
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


', N'绠$悊鍛', N'admin', N'2016-01-06 17:38:56.000', N'admin', N'2016-01-13 21:16:43.000', N'A02', N'A0', N'{"fields":0,"template":"
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆{|-  -|}
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


","parse":"
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆  
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


","data":[{"name":"ds_leave.name","type":"text","title":"name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.name","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.apply_date","type":"text","title":"apply_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.apply_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_employee_leave.department","type":"text","title":"department","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_employee_leave.department","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.duty","type":"text","title":"duty","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.duty","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"leave_category","size":"1","datatype":"","selector":"","orgwidth":"150","autofield":"ds_leave.leave_category","style":"width: 150px;","value":"浜嬪亣,鐥呭亣,骞村亣","content":"  "},{"title":"leave_reason","name":"ds_leave.leave_reason","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds_leave.leave_reason","orgrich":"1","orgfontsize":"","orgwidth":"300","orgheight":"80","style":"width: 432px; height: 80px; margin: 0px;","content":""},{"name":"ds_leave.leave_start_date","type":"text","title":"leave_start_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.leave_start_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.leave_end_date","type":"text","title":"leave_end_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.leave_end_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.total","type":"text","title":"total","value":"","datatype":"n","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"int","autofield":"ds_leave.total","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.contact_way","type":"text","title":"contact_way","value":"","datatype":"m","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.contact_way","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.duty_deputy","type":"text","title":"duty_deputy","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.duty_deputy","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.leader_approval","type":"text","title":"leader_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.leader_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.dept_principal_approval","type":"text","title":"dept_principal_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.dept_principal_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.hr_principal_approval","type":"text","title":"hr_principal_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.hr_principal_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.hr_records","type":"text","title":"hr_records","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.hr_records","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.id","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""}],"add_fields":{}}', N'ds_leave', N'绠$悊鍛') -GO -GO - --- ---------------------------- --- Table structure for auto_form_db --- ---------------------------- -DROP TABLE [dbo].[auto_form_db] -GO -CREATE TABLE [dbo].[auto_form_db] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_date] datetime NULL , -[db_name] nvarchar(32) NULL , -[db_ch_name] nvarchar(50) NULL , -[db_type] nvarchar(32) NULL , -[db_table_name] nvarchar(32) NULL , -[db_dyn_sql] nvarchar(MAX) NULL , -[db_key] nvarchar(32) NULL , -[tb_db_key] nvarchar(32) NULL , -[auto_form_id] nvarchar(32) NULL , -[tb_db_table_name] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧愬悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_ch_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧愬悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_ch_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧愬悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_ch_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧愮被鍨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @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'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撹〃鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁搴撹〃鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_table_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_dyn_sql')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹煡璇QL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_dyn_sql' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍔ㄦ佹煡璇QL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_dyn_sql' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'tb_db_key')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濉姤鏁版嵁婧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_key' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濉姤鏁版嵁婧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_key' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'auto_form_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婚敭瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'auto_form_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婚敭瀛楁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'auto_form_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'tb_db_table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'濉姤鏁版嵁琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'濉姤鏁版嵁琛' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_table_name' -GO - --- ---------------------------- --- Records of auto_form_db --- ---------------------------- -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028138151aed6f00151af011fdb0005', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A02', N'A0', N'2015-12-17 16:14:25.000', N'2015-12-17 16:29:53.000', N'ds', N'鍛樺伐鍏ヨ亴鍗', N'sql', null, N'select * from jform_employee_entry where id=''${id}''', null, N'', N'4028138151a9dc0c0151aa3f1d450002', N'jform_employee_entry') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402880e750a8cbbf0150a8cd67ae0003', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A02', N'A0', N'2015-10-27 18:17:25.000', N'2015-11-19 11:00:27.000', N'jeecg_order_main', N'璁㈠崟涓昏〃', N'sql', null, N'select * from jeecg_order_main where id = ''${id}''', null, N'', N'402880e750a8cbbf0150a8ccabdb0001', N'jeecg_order_main') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402880e750a8cbbf0150a8d99b0f0032', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A02', N'A0', N'2015-10-27 18:30:44.000', N'2015-11-19 11:00:46.000', N'jeecg_order_custom', N'璁㈠崟瀹㈡埛', N'sql', null, N'select * from jeecg_order_custom where GO_ORDER_CODE in (select GO_ORDER_CODE from jeecg_order_main where id = ''${id}'')', null, N'', N'402880e750a8cbbf0150a8ccabdb0001', N'jeecg_order_custom') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402881a151f6d9420151f722f6cb002b', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A03', N'A0', N'2015-12-31 16:24:03.000', N'2015-12-31 16:26:43.000', N'jform00002', N'jform00002', N'sql', null, N'select * from jform_employee_resignation where id = ''${id}''', null, N'', N'402881a151f6d9420151f6e3b4ce0001', N'jform_employee_resignation') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402885d8507f228101507f76227a0021', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A02', N'A0', N'2015-10-19 17:37:40.000', N'2015-11-10 09:23:50.000', N'jeecg_custom_record', N'jeecg_custom_record', N'table', N'jeecg_custom_record', null, N'', N'', N'402885d8507f14a601507f15b5200001', N'jeecg_custom_record') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402885d8508410ea0150842528020008', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A02', N'A0', N'2015-10-20 15:27:19.000', N'2015-11-10 09:23:35.000', N'jeecg_custom_info', N'jeecg_custom_info', N'table', N'jeecg_custom_info', null, N'', N'', N'402885d8508410ea01508424b4350006', N'jeecg_custom_info') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'40289481511d91f101511da111100012', N'绠$悊鍛', N'admin', N'', N'', N'A02', N'A0', N'2015-11-19 10:44:33.000', null, N'doc', N'doc', N'sql', N'auto_form', N'select * from doc where id = ''${id}''', N'', N'', N'4028948150f601230150f60692050001', N'doc') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'40289481513a049b01513a0aedcd0003', N'绠$悊鍛', N'admin', N'', N'', N'A02', N'A0', N'2015-11-24 23:09:33.000', null, N'docdb', N'docdb', N'table', N'doc', N'', N'', N'', N'40289481513a049b01513a0aabf70001', N'doc') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028ef815382c6c9015382ce39f40005', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A03', N'A0', N'2016-03-17 12:21:06.000', N'2016-03-17 12:21:37.000', N'test_stud', N'瀛︾敓褰曞叆', N'table', N'test_student', null, N'', N'', N'4028ef815382c6c9015382ccd9b60003', N'test_student') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028efa25214f7ca01521657b948001f', N'绠$悊鍛', N'admin', N'绠$悊鍛', N'admin', N'A02', N'A0', N'2016-01-06 17:49:53.000', N'2016-01-06 22:50:18.000', N'ds_leave', N'璇峰亣鐢宠鍗', N'sql', null, N'select * from jform_employee_leave where id=''${id}''', null, N'', N'4028efa25214f7ca0152164db04b001c', N'jform_employee_leave') -GO -GO - --- ---------------------------- --- Table structure for auto_form_db_field --- ---------------------------- -DROP TABLE [dbo].[auto_form_db_field] -GO -CREATE TABLE [dbo].[auto_form_db_field] ( -[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 , -[auto_form_db_id] nvarchar(32) NULL , -[field_name] nvarchar(32) NULL , -[field_text] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'auto_form_db_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧怚D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧怚D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'field_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鍚' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_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'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'field_text')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_text' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛楁鏂囨湰' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_text' -GO - --- ---------------------------- --- Records of auto_form_db_field --- ---------------------------- -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49be0030', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c10031', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c30032', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c50033', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c90034', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49cc0035', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49cf0036', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d10037', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'sys_org_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d50038', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'sys_company_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d80039', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49db003a', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_depart', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49de003b', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_job', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e1003c', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_birthday', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e4003d', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_origin', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e6003e', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_degree', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ea003f', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_identification', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ec0040', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_entry_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ee0041', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f10042', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_phone', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f50043', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_mail', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f80044', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_msn', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49fa0045', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_pic', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ff0046', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_archives', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a030047', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_identification', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a050048', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_degree', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a070049', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_other', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0a004a', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_tel', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0d004b', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0f004c', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a12004d', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a14004e', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a16004f', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a180050', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a1c0051', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a220052', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a240053', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a260054', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a280055', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe00c0007', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe0120008', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'AGE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe0140009', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'BIRTHDAY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe017000a', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CONTENT', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe019000b', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CREATE_DATE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01b000c', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'DEP_ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01d000d', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'EMAIL', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01f000e', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:07.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'MOBILE_PHONE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe121000f', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:08.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'OFFICE_PHONE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1260010', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:08.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'SALARY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe12d0011', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:08.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'SEX', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1300012', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:08.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'STATUS', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1330013', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:08.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'USER_NAME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1370014', N'绠$悊鍛', N'admin', N'2015-06-30 14:38:08.000', N'绠$悊鍛', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CREATE_TIME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a7330008', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a7370009', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'AGE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a738000a', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'BIRTHDAY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a739000b', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'CREATEDT', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a73c000c', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'NAME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a73d000d', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'SALARY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c3c0006', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c400007', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'AGE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c410008', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'BIRTHDAY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c430009', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'CREATEDT', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c44000a', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'NAME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c48000b', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'SALARY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5bfe0015', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5bff0016', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'AGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c000017', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'BIRTHDAY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c010018', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'CREATEDT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c020019', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c04001a', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'SALARY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790350013', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790380014', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903a0015', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903c0016', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903e0017', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790400018', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790420019', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a8479045001a', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7be0002', N'绠$悊鍛', N'admin', N'2015-11-03 21:08:57.000', N'绠$悊鍛', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c20003', N'绠$悊鍛', N'admin', N'2015-11-03 21:08:57.000', N'绠$悊鍛', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCCONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c30004', N'绠$悊鍛', N'admin', N'2015-11-03 21:08:57.000', N'绠$悊鍛', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCDATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c40005', N'绠$悊鍛', N'admin', N'2015-11-03 21:08:57.000', N'绠$悊鍛', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c60006', N'绠$悊鍛', N'admin', N'2015-11-03 21:08:57.000', N'绠$悊鍛', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCTITLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c80007', N'绠$悊鍛', N'admin', N'2015-11-03 21:08:57.000', N'绠$悊鍛', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6d3002c', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6d9002d', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6db002e', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6dd002f', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6de0030', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6e30031', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6e80032', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6ec0033', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'sys_org_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f10034', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'sys_company_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f30035', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f70036', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f80037', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'job', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fa0038', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'join_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fc0039', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_type', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fe003a', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'apply_out_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f700003b', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f704003c', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'id_card', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f709003d', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_content', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f70f003e', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_reason', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f712003f', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'interview_record', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7140040', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'office_change', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7160041', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'hr_check', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71a0042', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'should_send_salary', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71b0043', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'should_deduct_pay', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71e0044', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'pay', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7200045', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'get_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7220046', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'boss_check', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7230047', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'description', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa690003', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa6c0004', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa6e0005', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa700006', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa730007', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa750008', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa770009', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa7b000a', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'sys_org_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa83000b', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'sys_company_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa89000c', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'custom_id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa8c000d', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'header', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa8e000e', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'establish_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa96000f', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'custom_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa00010', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'capital_lines', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa30011', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'address', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa50012', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'phone', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa80013', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_type', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaab0014', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'fax', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aab50015', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'banks', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aabf0016', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'other_business', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac20017', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'turnover', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac60018', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac90019', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'pay_type', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aacc001a', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_contacts', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aacf001b', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'collection', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad1001c', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_important_contacts', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad4001d', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_record', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad7001e', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'customer_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aada001f', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'credit_evaluation', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aadd0020', N'绠$悊鍛', N'admin', N'2015-10-20 10:07:50.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'preparer', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425280d0009', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425281a000a', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425281e000b', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_ADDR', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252821000c', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_CODE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252823000d', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'EMAIL', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252827000e', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_CHARGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282a000f', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SEX', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282d0010', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282f0011', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'POSITION', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528310012', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PHONE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528370013', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BANK', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425283b0014', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MONEY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528410015', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PROMOTER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528450016', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ACCOUNT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528470017', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'TURNOVER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425284b0018', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PAYMENT_ATTR', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425284e0019', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SAX_NUM', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252851001a', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PAY_DATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252853001b', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BEGIN_PAY_DATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252855001c', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MAIN_BUS', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252857001d', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BUS_PRO', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425285a001e', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'WAREHOUSE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425285f001f', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PEOPLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528620020', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'TRANSPORTATION', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528680021', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'OPERATION', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425286d0022', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CAR', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528700023', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SHOPKEEPER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528740024', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'WHOLESALE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528790025', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BUS_SCOPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425287f0026', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AREA', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528830027', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MANAGEMENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528860028', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'STOCK1', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425288a0029', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'STOCK2', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252891002a', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SALE1', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252895002b', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SALE2', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252899002c', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'INVENTORY1', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425289e002d', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'INVENTORY2', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528a1002e', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MAX_MONEY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528a7002f', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_LEVEL', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528aa0030', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ALL_AVG_INVENTORY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528af0031', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AVG_INVENTORY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528b50032', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PRICE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528bb0033', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PROMISE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528be0034', N'绠$悊鍛', N'admin', N'2015-10-20 15:27:19.000', N'绠$悊鍛', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'COMPETING_GOODS', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699550002', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699580003', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766995b0004', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'apply_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766995d0005', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'duty', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699600006', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_category', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699630007', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_reason', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699660008', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_start_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699680009', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_end_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766996b000a', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'total', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766996d000b', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'contact_way', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669970000c', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'duty_deputy', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669975000d', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leader_approval', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669979000e', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'dept_principal_approval', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766997d000f', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'hr_principal_approval', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766997f0010', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'hr_records', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699830011', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'department', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef462d0005', N'绠$悊鍛', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46310006', N'绠$悊鍛', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCCONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46320007', N'绠$悊鍛', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCDATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46340008', N'绠$悊鍛', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46360009', N'绠$悊鍛', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCTITLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef463b000a', N'绠$悊鍛', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53970002', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:52.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539c0003', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:52.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CREATE_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539d0004', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:52.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CRTUSER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539f0005', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:52.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CRTUSER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53a00006', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:52.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'DEL_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53a90007', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'DELFLAG', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53aa0008', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GO_ORDER_CODE', N'璁㈠崟鍙') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53ad0009', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_BUSS_CONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53af000a', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_CONTENT', N'璁㈠崟鍐呭') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b2000b', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_CUS_NAME', N'瀹㈡埛鍚') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b4000c', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_IDCARD', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b7000d', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_PASSPORT_CODE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b9000e', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_SEX', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53bb000f', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFIER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53be0010', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFIER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53c10011', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFY_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766480002', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'ID', N'涓婚敭') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766490003', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CREATE_DT', N'鍒涘缓鏃堕棿') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664a0004', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CRTUSER', N'鍒涘缓浜') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664b0005', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CRTUSER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664d0006', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'DEL_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664e0007', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'DELFLAG', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664f0008', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ALL_PRICE', N'浠锋牸') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766500009', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_CONTACT_NAME', N'鍚堝悓浜') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876651000a', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_CONTENT', N'鍚堝悓鍐呭') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876653000b', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ORDER_CODE', N'鍚堝悓缂栫爜') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876654000c', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ORDER_COUNT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876655000d', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_RETURN_PRICE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876657000e', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_TELPHONE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876658000f', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GODER_TYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766590010', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFIER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665b0011', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFIER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665c0012', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFY_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665d0013', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'USERTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111120013', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111130014', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCCONTENT', N'鍐呭') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111140015', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCDATE', N'鏃堕棿') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111160016', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCID', N'鏂囨。缂栧彿') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111170017', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCTITLE', N'鏍囬') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111180018', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCTYPE', N'鏂囨。绫诲瀷') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aedfd0004', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee080005', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCCONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee0b0006', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCDATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee0f0007', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee130008', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCTITLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee160009', N'绠$悊鍛', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce39f90006', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:06.000', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a2e000f', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:06.000', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a2f0010', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:06.000', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'SEX', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a310011', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:06.000', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'AGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a320012', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:06.000', N'绠$悊鍛', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'BIRTHDAY', N'') -GO -GO - --- ---------------------------- --- Table structure for auto_form_param --- ---------------------------- -DROP TABLE [dbo].[auto_form_param] -GO -CREATE TABLE [dbo].[auto_form_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 , -[auto_form_db_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_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'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_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'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'param_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傛暟鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'param_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍙傛暟璇存槑' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'param_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'seq')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎺掑簭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_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'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'seq' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'auto_form_db_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧怚D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏁版嵁婧怚D' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -GO - --- ---------------------------- --- Records of auto_form_param --- ---------------------------- -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'4028138151aed6f00151af0f4a2c0056', N'绠$悊鍛', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'4028138151aed6f00151af011fdb0005') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e64e8a1ebb014e8a33a73f000e', N'绠$悊鍛', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'402880e64e8a1ebb014e8a33a70e0007') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a783e20150a7892c49000c', N'绠$悊鍛', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'id', N'ID', N'', null, N'402880e750a783e20150a7892c370005') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a783e20150a7ce5c07001b', N'绠$悊鍛', N'admin', N'2015-10-27 13:38:50.000', N'绠$悊鍛', N'admin', N'2015-10-27 14:02:32.000', N'A02', N'A0', N'id', N'', N'', N'0', N'402880e64f43c015014f43dcee710005') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a805130150a847904b001b', N'绠$悊鍛', N'admin', N'2015-10-27 15:51:13.000', N'绠$悊鍛', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'namess', N'', N'', N'0', N'402880e750a783e20150a7eb72370024') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402881a151f6d9420151f722f7240048', N'绠$悊鍛', N'admin', N'2015-12-31 16:24:03.000', N'绠$悊鍛', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'id', N'', N'', N'0', N'402881a151f6d9420151f722f6cb002b') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40288be752175e8e01521766998c0012', N'绠$悊鍛', N'admin', N'2016-01-06 22:45:45.000', N'绠$悊鍛', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'id', N'', N'', N'0', N'4028efa25214f7ca01521657b948001f') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'4028948150eeebb30150ef0be20c0021', N'绠$悊鍛', N'admin', N'2015-11-10 09:39:04.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'4028948150eeebb30150ef0baa720012') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481510e4bb401510e4e53c70012', N'绠$悊鍛', N'admin', N'2015-11-16 11:19:53.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'id', N'', N'', N'0', N'402880e750a8cbbf0150a8d99b0f0032') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481510e814b01510e8766640014', N'绠$悊鍛', N'admin', N'2015-11-16 12:22:13.000', N'绠$悊鍛', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'id', N'涓婚敭', N'', N'0', N'402880e750a8cbbf0150a8cd67ae0003') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481511d91f101511da1111a0019', N'绠$悊鍛', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'40289481511d91f101511da111100012') -GO -GO - --- ---------------------------- --- Table structure for auto_form_style --- ---------------------------- -DROP TABLE [dbo].[auto_form_style] -GO -CREATE TABLE [dbo].[auto_form_style] ( -[id] nvarchar(36) NOT NULL , -[style_desc] nvarchar(200) NULL , -[style_content] nvarchar(MAX) 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'auto_form_style', -'COLUMN', N'style_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟鎻忚堪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'style_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟缂栬緫鍣ㄦ枃鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'琛ㄥ崟缂栬緫鍣ㄦ枃鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @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'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of auto_form_style --- ---------------------------- -INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402813814e421337014e4232a020000b', N'鍗曞垪琛ㄥ崟', N'<#if dsList?exists&&(dsList?size>0)> - <#list dsList as ds> - <#list ds.columns as po> - <#assign temp_hidden = po.fieldName?lower_case /> - <#if temp_hidden == "id" > - - -<#list dsList as ds> - <#list ds.columns as po> - <#assign temp_show = po.fieldName?lower_case /> - <#if temp_show != "id" > - - <#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} - - - - - -', N'绠$悊鍛', N'admin', N'2015-06-30 10:01:30.000', N'绠$悊鍛', N'admin', N'2015-12-01 12:03:49.000', N'02', N'02') -GO -GO -INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880e850ad49570150ad656afa000c', N'鍙屽垪琛ㄥ崟', N'<#macro showItem ds po itemIndex> - <#if itemIndex % 2 == 0> - <#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} - ${po.fieldName}<#else>${po.fieldText?trim}" value="" name="${ds.dsName}.${po.fieldName}" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text" autofield="${ds.dsName}.${po.fieldName}"/> - <#if itemIndex % 2 == 1> - -<#if dsList?exists&&(dsList?size>0)> -
-<#list dsList as ds> -<#list ds.columns as po> -<#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == "id" > - - -
- - <#assign id_count = 0 /> - <#list dsList as ds> - <#list ds.columns as po> - <#assign temp_show = po.fieldName?lower_case /> - <#if temp_show != "id" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 /> - - -
-', N'绠$悊鍛', N'admin', N'2015-10-28 15:41:56.000', N'绠$悊鍛', N'admin', N'2015-12-01 12:06:01.000', N'A02', N'A0') -GO -GO -INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880e850ad49570150ad8b852a001c', N'涓夊垪琛ㄥ崟', N'<#macro showItem ds po itemIndex> -<#if itemIndex % 3 == 0> -<#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} -${po.fieldName}<#else>${po.fieldText?trim}" value="" name="${ds.dsName}.${po.fieldName}" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text" autofield="${ds.dsName}.${po.fieldName}"/> -<#if itemIndex % 3 == 2> - -<#if dsList?exists&&(dsList?size>0)> -
-<#list dsList as ds> -<#list ds.columns as po><#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == "id" > - -
- - <#assign id_count = 0 /> - <#list dsList as ds> - <#list ds.columns as po> - <#assign temp_show = po.fieldName?lower_case /><#if temp_show != "id" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 /> - - -
-', N'绠$悊鍛', N'admin', N'2015-10-28 16:23:33.000', N'绠$悊鍛', N'admin', N'2015-12-01 12:04:54.000', N'A02', N'A0') -GO -GO - --- ---------------------------- --- 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 - --- ---------------------------- --- 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'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] varbinary(MAX) NULL , -[CGB_SQL_NAME] nvarchar(50) NULL , -[CONTENT] nvarchar(MAX) NULL , -[FORM_ID] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of cgform_button_sql --- ---------------------------- - --- ---------------------------- --- 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 -) - - -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 - --- ---------------------------- --- Records of cgform_enhance_java --- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id]) VALUES (N'402883885139c8d7015139cb2de40002', N'add', N'spring', N'cgformJavaInterDemo', N'8a8ab0b246dc81120146dc818484013c') -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] varbinary(MAX) NULL , -[CG_JS_TYPE] nvarchar(20) NULL , -[CONTENT] nvarchar(MAX) NULL , -[FORM_ID] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of cgform_enhance_js --- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'2c90ac564c9d1734014c9d322192001f', 0x6A666F726D5F67726170687265706F72745F686561644677203D20313035303B0D0A6A666F726D5F67726170687265706F72745F686561644668203D203630303B0D0A0D0A2F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F6865616461646428297B0D0A09096164642827E59BBEE8A1A8E9858DE7BDAE272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F6865616475706461746528297B0D0A09097570646174652827E59BBEE8A1A8E9858DE7BDAE272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F68656164636F707928297B0D0A0909636F707928273F3F3F3F3F3F272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F686561647669657728297B0D0A090964657461696C28273F3F272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A0D0A66756E6374696F6E2067726170685F746573742829207B0D0A097661722065203D206576656E74207C7C20785F6578706F72742E63616C6C65722E617267756D656E74735B305D3B0D0A2020202076617220746172676574203D20652E746172676574207C7C20652E737263456C656D656E743B0D0A2020202076617220636F6E6669674964203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D27636F6465275D22292E7465787428293B0D0A2020202076617220636F6E6669674E616D65203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D276E616D65275D22292E7465787428293B0D0A09202020200D0A096164644F6E655461622822E8A1A8E58D95E695B0E68DAEE58897E8A1A8205B222B636F6E6669674E616D652B225D222C202267726170685265706F7274436F6E74726F6C6C65722E646F3F6C697374266973496672616D652669643D222B636F6E6669674964293B0D0A7D0D0A0D0A66756E6374696F6E20636F70795F75726C2829207B0D0A202020207661722065203D206576656E74207C7C20785F6578706F72742E63616C6C65722E617267756D656E74735B305D3B0D0A2020202076617220746172676574203D20652E746172676574207C7C20652E737263456C656D656E743B0D0A2020202076617220636F6E6669674964203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D27636F6465275D22292E7465787428293B0D0A20202020706F704D656E754C696E6B477261706828636F6E66696749642C20636F6E6669674964293B0D0A7D0D0A2F2FE59BBEE8A1A8E9858DE7BDAEE5A48DE588B60D0A66756E6374696F6E20706F704D656E754C696E6B4772617068287461626C654E616D652C636F6E74656E74297B0D0A097661722075726C203D20223C696E70757420747970653D277465787427207374796C653D2777696474683A33383070783B272064697361626C65643D5C2264697361626C65645C222069643D276D656E754C696E6B27207469746C653D2767726170685265706F7274436F6E74726F6C6C65722E646F3F6C6973742669643D272076616C75653D2767726170685265706F7274436F6E74726F6C6C65722E646F3F6C697374266973496672616D652669643D222B7461626C654E616D652B2227202F3E223B0D0A09242E6469616C6F67287B0D0A0909636F6E74656E743A2075726C2C0D0A090964726167203A66616C73652C0D0A09096C6F636B203A20747275652C0D0A09097469746C653A27E88F9CE58D95E993BEE68EA55B272B636F6E74656E742B275D272C0D0A09096F706163697479203A20302E332C0D0A090977696474683A3430302C0D0A09096865696768743A35302C0D0A090963616368653A66616C73652C0D0A092020202063616E63656C56616C3A2027E585B3E997AD272C0D0A092020202063616E63656C3A2066756E6374696F6E28297B636C69702E64657374726F7928293B7D2C0D0A0920202020627574746F6E203A205B7B0D0A0920202020096964203A2022636F70747942746E222C0D0A0920202020096E616D65203A2022E5A48DE588B6222C0D0A09202020200963616C6C6261636B203A2066756E6374696F6E202829207B0D0A0920202020097D0D0A09202020207D5D2C0D0A0920202020696E6974203A2066756E6374696F6E202829207B0D0A090909636C6970203D206E6577205A65726F436C6970626F6172642E436C69656E7428293B0D0A090909636C69702E73657448616E64437572736F7228207472756520293B0D0A0909090D0A090909636C69702E6164644576656E744C697374656E657228276D6F7573654F766572272C2066756E6374696F6E28636C69656E74297B0D0A09090909636C69702E736574546578742820646F63756D656E742E676574456C656D656E744279496428226D656E754C696E6B22292E76616C756520293B0D0A0909097D293B0D0A090909636C69702E6164644576656E744C697374656E65722827636F6D706C657465272C2066756E6374696F6E28636C69656E742C2074657874297B0D0A09090909616C6572742822E5A48DE588B6E68890E58A9F22293B0D0A0909097D293B0D0A090909766172206D656E754C696E6B203D20242822236D656E754C696E6B22292E76616C28293B0D0A0909092428242822696E7075745B747970653D627574746F6E5D22295B305D292E6174747228226964222C22636F70747942746E22293B0D0A090909636C69702E73657454657874286D656E754C696E6B293B0D0A090909636C69702E676C75652822636F70747942746E22293B0D0A09202020207D0D0A097D293B20200D0A7D, N'list', null, N'2c90ac564c9d1734014c9d22b16c0001') -GO -GO -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'2c90ac564c9d1734014c9d3241ac0021', 0x242822746578746172656122292E686569676874283630293B0D0A0D0A242866756E6374696F6E28297B0D0A242822626F647922292E617070656E6428223C6C696E6B20687265663D5C22706C75672D696E2F6C68674469616C6F672F736B696E732F64656661756C742E6373735C222072656C3D5C227374796C6573686565745C222069643D5C226C68676469616C6F676C696E6B5C223E22293B0D0A766172202462746E203D202428223C64697620636C6173733D5C2275695F627574746F6E735C2220207374796C653D5C22646973706C61793A696E6C696E652D626C6F636B3B70616464696E673A3070783B5C223E3C696E707574207374796C653D5C22706F736974696F6E3A2072656C61746976653B746F703A203070783B5C2220636C6173733D5C2275695F73746174655F686967686C696768745C2220747970653D5C22627574746F6E5C222076616C75653D5C2273716CE8A7A3E69E905C22202069643D5C2273716C416E616C797A655C22202F3E3C2F6469763E22293B0D0A242822236367725F73716C22292E6166746572282462746E293B0D0A2462746E2E636C69636B2866756E6374696F6E28297B0D0A20242E616A6178287B0D0A2020202075726C3A2263675265706F7274436F6E74726F6C6C65722E646F3F6765744669656C6473222C0D0A20202020646174613A7B73716C3A242822236367725F73716C22292E76616C28297D2C0D0A09747970653A22506F7374222C0D0A2020202064617461547970653A226A736F6E222C0D0A20202020737563636573733A66756E6374696F6E2864617461297B0D0A20202020696628646174612E7374617475733D3D227375636365737322297B0D0A09202020202020242822236164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C6522292E656D70747928293B0D0A09202020202020242E6561636828646174612E6669656C64732C66756E6374696F6E28696E6465782C65297B0D0A0909092428222361646442746E5F6A666F726D5F67726170687265706F72745F6974656D22292E636C69636B28293B0D0A090909242822236164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C652074723A6C61737422292E66696E6428223A7465787422290D0A090909092E65712830292E76616C2865290D0A090909092E656E6428292E65712831292E76616C2865290D0A090909092E656E6428292E65712832292E76616C28696E646578293B0D0A092020202020207D293B200D0A092020202020202F2F726573657454724E756D28226164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C6522293B0D0A202020207D656C73657B0D0A0909242E6D657373616765722E616C65727428273F3F272C646174612E6461746173293B0D0A097D0D0A20207D0D0A20207D293B0D0A207D293B0D0A7D293B, N'form', null, N'2c90ac564c9d1734014c9d22b16c0001') -GO -GO -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'4028138151b3cf300151b42289dd000f', 0x2F2FE887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA00D0A66756E6374696F6E206175746F466F726D41646428297B0D0A2020200D0A202063726561746564657461696C77696E646F772827E887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA0272C276175746F466F726D436F6E74726F6C6C65722E646F3F76696577436F6E74656E7426666F726D4E616D653D656D706C6F7965655F656E7472795F666F726D2669643D266F703D616464272C313030302C373030293B0D0A0D0A7D0D0A0D0A2F2FE887AAE5AE9AE4B989E8A1A8E58D95E7BC96E8BE910D0A66756E6374696F6E206175746F466F726D55706461746528297B0D0A2020202076617220726F7744617461203D20242827236A666F726D5F656D706C6F7965655F656E7472794C69737427292E6461746167726964282767657453656C656374656427293B0D0A202020206966202821726F774461746129207B0D0A097469702827E8AFB7E98089E68BA9E4B880E69DA1E4BFA1E681AF27293B0D0A0972657475726E3B0D0A2020207D090D0A202020766172206964203D20726F77446174612E69643B0D0A20202063726561746564657461696C77696E646F772827E887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA0272C276175746F466F726D436F6E74726F6C6C65722E646F3F76696577436F6E74656E7426666F726D4E616D653D656D706C6F7965655F656E7472795F666F726D266F703D7570646174652669643D272B6964202C313030302C373030293B0D0A0D0A7D, N'list', null, N'4028138151adbcc50151adfd13680002') -GO -GO -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'4028b881535b12bd01535b4275ea0022', 0x66756E6374696F6E2063616E63656C5F636865636B28297B202020200D0A2020202020242827236A666F726D5F636F6E746163744C69737427292E64617461677269642827636C656172436865636B656427293B0D0A7D0D0A0D0A66756E6374696F6E2067726F75706D616E61676528297B0D0A202020206164644F6E65546162282027E9809AE8AEAFE5BD95E58886E5BD95E7BBB4E68AA4272C2763674175746F4C697374436F6E74726F6C6C65722E646F3F6C6973742669643D6A666F726D5F636F6E746163745F67726F757027290D0A7D0D0A0D0A2428646F63756D656E74292E72656164792866756E6374696F6E202829207B0D0A2020202020202428272361646427292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E696B0E5A29EE4BABAE59198270D0A2020202020207D290D0A20202020202428272375706461746527292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E4BFAEE694B9E4BABAE59198270D0A2020202020207D290D0A7D293B, N'list', null, N'4028b881535b12bd01535b1ae3680001') -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(10) 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 - --- ---------------------------- --- 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b17b0002', N'id', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', 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'2015-04-09 15:49:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0003', N'鏌ヨ鏁版嵁SQL', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cgr_sql', N'', N'N', N'N', N'Y', N'Y', N'Y', N'2000', N'', N'', N'cgr_sql', N'4', N'0', N'single', N'textarea', N'string', N'admin', N'2015-04-11 16:50:46.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0004', N'缂栫爜', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'code', N'', N'N', N'N', N'Y', N'Y', N'Y', N'36', N'', N'', N'code', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0005', N'鎻忚堪', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', N'content', N'5', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0006', N'鍚嶇О', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-04-09 19:04:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0007', N'y杞存枃瀛', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'ytext', N'', N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', N'ytext', N'6', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0008', N'x杞存暟鎹', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'categories', N'', N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', N'categories', N'7', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0009', N'鏄惁鏄剧ず鏄庣粏', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'is_show_list', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'5', N'', N'', N'is_show_list', N'8', N'0', N'single', N'list', N'string', N'admin', N'2015-04-09 18:27:39.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba000a', N'鎵╁睍JS', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'x_page_js', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5000', N'', N'', N'x_page_js', N'9', N'0', N'group', N'textarea', N'Text', N'admin', N'2015-04-09 15:49:50.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b16c0001', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000c', N'id', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', 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'2015-04-09 15:47:32.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000d', N'鏄惁鏌ヨ', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'search_flag', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'search_flag', N'7', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000e', N'鏌ヨ妯″紡', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'searchmode', N'', N'', N'', N'', N'100', N'search_mode', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'search_mode', N'8', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 17:03:31.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000f', N'cgreportHeadId', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cgreport_head_id', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_graphreport_head', N'cgreport_head_id', N'16', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:50:16.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b3600010', N'瀛楀吀Code', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'100', N'dict_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'dict_code', N'9', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:03:31.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b36f0011', N'瀛楁href', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'field_href', N'', N'N', N'Y', N'N', N'N', N'N', N'120', N'', N'', N'field_href', N'14', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0012', N'瀛楁鍚', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'80', N'field_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'', N'', N'field_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2015-04-13 00:40:36.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0013', N'瀛楁鏂囨湰', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'80', N'field_txt', N'', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'field_txt', N'3', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0014', N'瀛楁绫诲瀷', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'fieldtype', N'', N'', N'', N'', N'120', N'field_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'field_type', N'5', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 13:53:04.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0015', N'鏄惁鏄剧ず', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'is_show', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5', N'', N'', N'is_show', N'6', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0016', N'鎺掑簭', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'50', N'order_num', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'order_num', N'4', N'0', N'group', N'text', N'int', N'admin', N'2015-04-09 19:08:44.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0017', N'鍙栧艰〃杈惧紡', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'replace_va', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'replace_va', N'15', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0018', N'鏄剧ず鍥捐〃', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'is_graph', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5', N'', N'', N'is_graph', N'10', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0019', N'鍥捐〃绫诲瀷', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'tblx', N'', N'', N'', N'', N'120', N'graph_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'graph_type', N'11', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 13:53:04.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f001a', N'鍥捐〃鍚嶇О', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'80', N'graph_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'graph_name', N'12', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f001b', N'鏍囩鍚嶇О', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'80', N'tab_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'tab_name', N'13', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'绠$悊鍛', N'2c90ac564c9d1734014c9d22b360000b', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 13:45:11.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_name', N'10', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_depart', N'11', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_job', N'12', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 13:45:11.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_origin', N'14', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_degree', N'15', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_identification', N'16', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 13:45:11.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_code', N'18', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_phone', N'19', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'150', N'', N'', N'employee_mail', N'20', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_msn', N'21', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-12-17 15:56:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6c10005', N'涓婚敭', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', 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', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f00006', N'鍒涘缓浜哄悕绉', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', 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', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f50007', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', 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', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f90008', N'鏇存柊浜哄悕绉', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'4', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6fe0009', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc70f000a', N'鎵灞為儴闂', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'6', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:16:39.000', N'绠$悊鍛', N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc713000b', N'鎵灞炲叕鍙', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'7', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:16:39.000', N'绠$悊鍛', N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc718000c', N'鍒涘缓鏃ユ湡', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'8', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc71d000d', N'鏇存柊鏃ユ湡', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'9', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218e93000f', N'鏁版嵁婧愬悕绉', N'admin', N'2015-06-15 20:11:21.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'db_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eaa0010', N'鏁版嵁婧愮被鍨', N'admin', N'2015-06-15 20:11:21.000', N'绠$悊鍛', N'formDbType', N'', N'', N'', N'', N'120', N'db_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_type', N'11', N'0', N'single', N'list', N'string', N'admin', N'2015-06-16 16:25:21.000', N'绠$悊鍛', N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eaf0011', N'鏁版嵁搴撹〃鍚', N'admin', N'2015-06-15 20:11:21.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'db_table_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_table_name', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eb40012', N'鍔ㄦ佹煡璇QL', N'admin', N'2015-06-15 20:11:21.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'100', N'db_dyn_sql', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'db_dyn_sql', N'13', N'0', N'single', N'textarea', N'string', N'admin', N'2015-06-16 12:06:04.000', N'绠$悊鍛', N'402881e44df713f5014df71fc6be0004', N'{style:"width:400px"}') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eb80013', N'涓婚敭瀛楁', N'admin', N'2015-06-15 20:11:21.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'auto_form_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'auto_form_id', N'14', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f080016', N'涓婚敭', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f100017', N'鍒涘缓浜哄悕绉', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f140018', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f190019', N'鍒涘缓鏃ユ湡', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f1d001a', N'鏇存柊浜哄悕绉', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f21001b', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f26001c', N'鏇存柊鏃ユ湡', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', 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', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f2a001d', N'鎵灞為儴闂', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_org_code', 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'2015-06-15 20:17:05.000', N'绠$悊鍛', N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f2e001e', N'鎵灞炲叕鍙', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_company_code', 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'2015-06-15 20:17:05.000', N'绠$悊鍛', N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f32001f', N'鏁版嵁婧怚D', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'auto_form_db_id', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'id', N'auto_form_db', N'auto_form_db_id', N'10', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:18:15.000', N'绠$悊鍛', N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f360020', N'瀛楁鍚', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'field_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'field_name', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'sex', N'3', N'0', N'group', N'radio', N'string', N'admin', N'2016-04-01 10:23:39.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'N', N'Y', N'200', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-07-06 15:44:08.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'N', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2016-05-07 16:24:34.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_type', N'14', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-05-03 18:57:03.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-06 21:18:45.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', N'N', N'Y', N'N', N'Y', N'Y', 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-07-14 14:48:33.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', N'N', N'Y', 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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-10 20:45:29.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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's2-50', N'N', N'Y', 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'2016-03-11 21:30:11.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', 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'2016-03-10 20:46:17.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-14 12:45:23.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-10 20:22:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-31 13:58:50.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-05-05 14:56:20.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-04-09 12:59:17.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-10 20:54:09.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-11 22:27:55.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', null, null, null, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-02-25 11:55:39.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'account', N'user_msg', N'realname', N'', N'', N'0', N'order_code', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'order_code', N'2', N'0', N'single', N'popup', N'string', N'admin', N'2016-02-25 11:55:39.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-02-25 11:55:39.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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'2016-02-25 11:55:39.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'0', N'content', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'255', N'', N'', N'content', N'5', N'0', N'single', N'text', N'string', N'admin', N'2016-02-25 11:55:39.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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-27 16:59:57.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'Y', N'50', N'', N'', N'title', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'Y', N'Y', N'20', N'', N'', N'people', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'0', N'sex', N'', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'sex', N'4', N'0', N'single', N'list', N'string', N'admin', N'2015-06-27 16:59:57.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'Y', N'0', N'', N'', N'begindate', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2015-06-27 16:59:57.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'Y', N'0', N'', N'', N'enddate', N'6', N'0', N'group', N'datetime', N'Date', N'admin', N'2015-06-27 16:59:57.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'Y', N'32', N'', N'', N'hol_dept', N'8', N'0', N'single', N'list', N'string', N'admin', N'2015-06-27 16:59: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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'0', N'hol_reson', N'', N'N', N'N', N'N', N'Y', N'Y', N'255', N'', N'', N'hol_reson', N'9', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59: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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-06-27 16:59: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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'0', N'content', N'', N'N', N'N', N'N', N'Y', N'Y', N'255', N'', N'', N'content', N'11', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59: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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2015-06-27 16:59: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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-21 15:51:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', N'', N'', N'', N'', N'0', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', 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'2016-03-21 15:51:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'Y', N'N', N'N', N'36', N'id', N'jform_order_main', N'fk_id', N'6', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'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'2016-03-21 15:51:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'N', N'Y', N'Y', N'Y', N'Y', N'4', N'', N'', N'sex', N'4', N'0', N'single', N'checkbox', N'string', N'admin', N'2016-03-21 15:51:53.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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', null, null, null, N'120', N'id', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'checkbox', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', null, null, null, N'120', N'ticket_code', null, N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', null, N'1', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', null, null, null, N'120', N'tickect_date', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'2', N'0', N'single', N'datetime', N'Date', null, null, null, N'8a8ab0b246dc81120146dc818488013e', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'', null, null, null, N'120', N'fck_id', null, N'N', N'N', N'N', N'N', N'N', N'36', N'id', N'jform_order_main', null, N'3', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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, 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'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'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'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'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 -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'402889f3489e434301489e4517400002', N'8a8ab0b246dc81120146dc818484013c', N'鑷畾涔夋ā鏉縲ord椋庢牸', N'admin', N'2014-09-23 00:00:00.000', N'绠$悊鍛', N' - - - - - - - - - - - -

璇峰亣鍗12

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

璇峰亣鏍囬

-
-

#{title}

-
-

璇峰亣寮濮嬫椂闂

-
-

#{begindate}

-
-

璇峰亣浜

-
-

#{people}

-
-

璇峰亣缁撴潫鏃堕棿

-
-

#{enddate}

-
-

鎬у埆

-
-

#{sex}

-
-

鎵灞為儴闂

-
-

#{hol_dept}

-
-
- -

 

- - -', N'0', N'2', N'', N'admin', N'2016-02-19 18:51:15.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'40289481511417d501511441ce6f0003', N'8a8ab0b246dc81120146dc818484013c', N'word澶嶅埗妯℃澘', N'admin', N'2015-11-17 15:03:55.000', N'绠$悊鍛', N' - - - - - - - - - - - -

璇峰亣鍗

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

璇峰亣鏍囬

-
-

#{title}

-
-

璇峰亣寮濮嬫椂闂

-
-

#{begindate}

-
-

璇峰亣浜

-
-

#{people}

-
-

璇峰亣缁撴潫鏃堕棿

-
-

#{enddate}

-
-

鎬у埆

-
-

#{sex}

-
-

鎵灞為儴闂

-
-

#{hol_dept}

-
-

璇峰亣鍘熷洜

-
-

#{hol_reson}

-
-

閮ㄩ棬瀹℃壒浜

-
-

#{dep_leader}

-
-

閮ㄩ棬瀹℃壒鎰忚

-
-

#{content}

-
- -

 

- - - - -', N'0', N'3', N'', N'admin', N'2015-11-17 16:23:46.000', N'绠$悊鍛', null) -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 -) - - -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'琛ㄥ崟妯℃澘' -, @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'琛ㄥ崟妯℃澘' -, @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 - --- ---------------------------- --- 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]) VALUES (N'2c90ac564c9d1734014c9d22b16c0001', N'鍥捐〃閰嶇疆', N'admin', N'2015-04-09 15:43:58.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_graphreport_item', null, N'jform_graphreport_head', N'admin', N'2015-04-13 00:40:36.000', N'绠$悊鍛', null, null, null, N'bdfl_ptbd', 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]) VALUES (N'2c90ac564c9d1734014c9d22b360000b', N'鍥捐〃閰嶇疆', N'admin', N'2015-04-09 15:43:59.000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'group', N'0', null, null, N'jform_graphreport_item', N'admin', N'2015-04-13 00:40:36.000', N'绠$悊鍛', null, null, null, N'bdfl_ptbd', 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]) 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'48', N'single', N'0', null, null, N'jform_employee_entry', N'admin', N'2016-02-26 16:04:27.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'jform00001', 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]) 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'13', N'single', N'0', null, null, N'jform_tree', N'admin', N'2016-07-07 17:17:50.000', N'绠$悊鍛', N'father_id', N'id', N'name', N'bdfl_ptbd', N'ledefault', N'') -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]) 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) -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]) VALUES (N'402881e44df713f5014df71fc6be0004', N'琛ㄥ崟鏁版嵁婧', N'admin', N'2015-06-15 20:09:24.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'18', N'group', N'0', N'auto_form_db_field', null, N'auto_form_db', N'admin', N'2015-06-16 16:25:21.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', 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]) VALUES (N'402881e44df713f5014df7242f070015', N'琛ㄥ崟鏁版嵁婧愬瓧娈', N'admin', N'2015-06-15 20:14:13.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'5', N'single', N'0', null, null, N'auto_form_db_field', N'admin', N'2015-06-15 20:20:24.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', 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]) 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'') -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]) 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) -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]) 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) -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]) 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'60', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info', N'admin', N'2016-07-14 14:48:33.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'resume') -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]) 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'2', N'12', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2016-07-14 14:48:33.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'') -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]) 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'') -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]) 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'') -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]) 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) -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]) 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'59', N'group', N'0', N't_s_contact', null, N'jform_contact', N'admin', N'2016-07-18 17:44:54.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'') -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]) VALUES (N'4028b88153659dd4015365ab21d0000c', N'閫氳繀褰曞垎缁', N'admin', N'2016-03-11 20:33:47.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'4', N'single', N'0', null, null, N'jform_contact_group', N'admin', N'2016-06-11 18:17:21.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'') -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]) VALUES (N'8a8ab0b246dc81120146dc81847e013b', N'璁㈠崟涓讳俊鎭', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'87', N'group', N'0', N'jform_order_ticket,jform_order_customer', null, N'jform_order_main', N'admin', N'2016-03-21 15:52:31.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'') -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]) 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'102', N'group', N'0', null, null, N'jform_leave', N'admin', N'2016-03-15 11:30:55.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'') -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]) 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'17', N'single', N'0', null, null, N'jform_order_customer', N'admin', N'2016-03-21 15:51:57.000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'') -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]) VALUES (N'8a8ab0b246dc81120146dc818488013e', N'璁㈠崟鏈虹エ淇℃伅', N'admin', N'2014-06-27 16:46:54.000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', null, N'UUID', N'3', N'20', N'single', N'0', null, null, N'jform_order_ticket', N'admin', N'2014-09-23 00:56:07.000', N'绠$悊鍛', null, null, null, N'bdfl_ptbd', 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]) 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) -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 --- ---------------------------- - --- ---------------------------- --- 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 -) - - -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 - --- ---------------------------- --- 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]) VALUES (N'4000020160401f7c0151f1eb65c50001', 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'ACE榛樿妯℃澘', N'ledefault', N'1', N'', N'ledefault.png', N'ACE榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -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]) VALUES (N'4000020160401f7c0151f1eb65c50002', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.000', N'绠$悊鍛', N'admin', N'2016-05-03 19:05:46.000', N'A03', N'A0', N'ACE榛樿涓诲瓙琛ㄦā鏉', N'ledefault2', N'2', N'', N'ledefault.png', N'ACE榛樿妯℃澘', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -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]) VALUES (N'4000020160401f7c0151f1eb65c50003', 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'EASY榛樿妯℃澘', N'default', N'1', N'', N'default.jpg', N'EASY榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -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]) VALUES (N'4000020160401f7c0151f1eb65c50004', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.000', N'绠$悊鍛', N'admin', N'2016-05-03 19:05:38.000', N'A03', N'A0', N'EASY榛樿涓诲瓙琛ㄦā鏉', N'default2', N'2', N'', N'default.jpg', N'EASY榛樿妯℃澘', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -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]) 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') -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]) 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') -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]) 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') -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]) VALUES (N'4028818e535507ee0153552211ff0001', N'绠$悊鍛', N'admin', N'2016-03-08 15:30:10.000', N'绠$悊鍛', N'admin', N'2016-03-11 11:06:47.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') -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]) 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') -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]) 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') -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]) 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') -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]) VALUES (N'402881e4527933980152793fb745000f', N'绠$悊鍛', N'admin', N'2016-01-25 22:46:05.000', N'绠$悊鍛', N'admin', N'2016-02-25 12:26:04.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') -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]) VALUES (N'402881e4534c0aea01534c1a2a9f0027', N'绠$悊鍛', N'admin', N'2016-03-06 21:24:57.000', N'', N'', null, N'A03', N'A0', N'鎷涜仒绠鍘嗕俊鎭', N'resume', N'2', null, N'', N'鎷涜仒绠鍘嗕俊鎭', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -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]) VALUES (N'40288af454ff777c0154ffad599e0003', N'绠$悊鍛', N'admin', N'2016-05-30 11:20:31.000', N'绠$悊鍛', N'admin', N'2016-05-30 11:22:46.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') -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]) 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') -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]) VALUES (N'4028b88154d672d00154d8c21e36005c', N'绠$悊鍛', N'admin', N'2016-05-22 21:58:01.000', N'', N'', null, N'A01', N'A0', N'闈炲脊妗嗚〃鍗曟牱寮', N'nopopform', N'1', null, N'', N'', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -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]) 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') -GO -GO - --- ---------------------------- --- Table structure for cgform_uploadfiles --- ---------------------------- -DROP TABLE [dbo].[cgform_uploadfiles] -GO -CREATE TABLE [dbo].[cgform_uploadfiles] ( -[CGFORM_FIELD] nvarchar(100) NOT NULL , -[CGFORM_ID] nvarchar(36) NOT NULL , -[CGFORM_NAME] nvarchar(100) NOT NULL , -[id] nvarchar(32) NOT NULL -) - - -GO - --- ---------------------------- --- Records of cgform_uploadfiles --- ---------------------------- -INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'name', N'4028ef815382d0af015382d780440002', N'test_student', N'4028ef8153cf9d710153cfa38ea10010') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'name', N'4028ef8153cf9d710153cfa4a4fd0011', N'test_student', N'4028ef8153cf9d710153cfa4a5cc0013') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'filename2', N'4028ef815509d9db015509e142860001', N'test_file', N'4028ef815509d842015509e143280004') -GO -GO - --- ---------------------------- --- Table structure for ck_editor --- ---------------------------- -DROP TABLE [dbo].[ck_editor] -GO -CREATE TABLE [dbo].[ck_editor] ( -[ID] nvarchar(32) NOT NULL , -[CONTENTS] varbinary(MAX) NULL -) - - -GO - --- ---------------------------- --- Records of ck_editor --- ---------------------------- -INSERT INTO [dbo].[ck_editor] ([ID], [CONTENTS]) VALUES (N'4028ef81532b0ae401532b0bd4780001', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E266E6273703B3C2F626F64793E0D0A3C2F68746D6C3E0D0A) -GO -GO -INSERT INTO [dbo].[ck_editor] ([ID], [CONTENTS]) VALUES (N'4028ef81532b0ae401532b0bf57e0002', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E37373737373C2F626F64793E0D0A3C2F68746D6C3E0D0A) -GO -GO - --- ---------------------------- --- Table structure for ck_finder --- ---------------------------- -DROP TABLE [dbo].[ck_finder] -GO -CREATE TABLE [dbo].[ck_finder] ( -[ID] nvarchar(32) NOT NULL , -[ATTACHMENT] nvarchar(255) NULL , -[IMAGE] nvarchar(255) NULL , -[REMARK] nvarchar(MAX) NULL -) - - -GO - --- ---------------------------- --- Records of ck_finder --- ---------------------------- - --- ---------------------------- --- Table structure for doc --- ---------------------------- -DROP TABLE [dbo].[doc] -GO -CREATE TABLE [dbo].[doc] ( -[ID] nvarchar(32) NOT NULL , -[DOCCONTENT] varbinary(MAX) NULL , -[DOCDATE] datetime NULL , -[DOCID] nvarchar(255) NULL , -[DOCTITLE] nvarchar(255) NULL , -[DOCTYPE] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of doc --- ---------------------------- -INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef815335c28f015335c28f0a0000', 0x313231323132, N'2016-04-02 00:00:00.000', N'12', N'12', N'bdfl_ptbd') -GO -GO -INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef81533fb6e701533fb6e78e0000', 0x393939737373, N'2016-03-04 00:00:00.000', N'1', N'1', N'bdfl_ptbd') -GO -GO -INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef815353fa00015353fa00320000', 0x33333333737373, N'2016-03-08 00:00:00.000', N'1', N'1', N'bdfl_ptbd') -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'4028ef8153167a170153167b60230001', N'绠$悊鍛', N'admin', N'2016-02-25 00:00:00.000', N'绠$悊鍛', N'admin', N'2016-05-30 00:00:00.000', N'A03', N'A0', N'11', N'11', N'11', N'1@1.com', null, null, N'11', null, N'1', 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'4028ef8153167a170153167c23dd0002', N'绠$悊鍛', N'admin', N'2016-02-25 00:00:00.000', null, null, null, N'A03', N'A0', N'2', N'2', N'2016-02-25 00:00:00.000', N'2', N'22', N'222', N'2', N'2', N'2', N'2', N'2', N'2', N'2', null, N'2', null, N'2', N'2', N'2', N'2', N'2') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo] -GO -CREATE TABLE [dbo].[jeecg_demo] ( -[ID] nvarchar(32) NOT NULL , -[AGE] int NULL , -[BIRTHDAY] datetime NULL , -[content] nvarchar(255) NULL , -[create_date] datetime NULL , -[DEP_ID] nvarchar(255) NULL , -[EMAIL] nvarchar(255) NULL , -[MOBILE_PHONE] nvarchar(255) NULL , -[OFFICE_PHONE] nvarchar(255) NULL , -[SALARY] decimal(19,2) NULL , -[SEX] nvarchar(255) NULL , -[status] nvarchar(255) NULL , -[USER_NAME] nvarchar(255) NOT NULL , -[CREATE_TIME] datetime NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_demo --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo] ([ID], [AGE], [BIRTHDAY], [content], [create_date], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [status], [USER_NAME], [CREATE_TIME]) VALUES (N'4028ef81550c1a7901550c1cd6e70001', null, null, N'111', N'2016-06-01 21:17:44.000', N'402880e447e99cf10147e9a03b320003', N'', N'', N'', null, N'1', N'1', N'121221', null) -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([ID], [AGE], [BIRTHDAY], [content], [create_date], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [status], [USER_NAME], [CREATE_TIME]) VALUES (N'8a8ab0b246dc81120146dc81860f016f', N'12', N'2014-02-14 00:00:00.000', N'', null, N'402880e447e99cf10147e9a03b320003', N'demo@jeecg.com', N'13111111111', N'66666666', N'10.00', N'1', N'', N'灏忔槑', null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo_course --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo_course] -GO -CREATE TABLE [dbo].[jeecg_demo_course] ( -[ID] nvarchar(32) NOT NULL , -[NAME] nvarchar(25) NULL , -[teacher_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo_course', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`teacher_ID`) REFER `jeecg/jeecg_demo_teacher`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`teacher_ID`) REFER `jeecg/jeecg_demo_teacher`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' -GO - --- ---------------------------- --- Records of jeecg_demo_course --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_course] ([ID], [NAME], [teacher_ID]) VALUES (N'8a8ab0b246dc81120146dc818512016c', N'娴疯醇鐜', N'8a8ab0b246dc81120146dc81850f016b') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo_student --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo_student] -GO -CREATE TABLE [dbo].[jeecg_demo_student] ( -[ID] nvarchar(32) NOT NULL , -[BIRTHDAY] datetime NULL , -[NAME] nvarchar(32) NULL , -[SEX] nvarchar(1) NULL , -[COURSE_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo_student', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`COURSE_ID`) REFER `jeecg/jeecg_demo_course`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`COURSE_ID`) REFER `jeecg/jeecg_demo_course`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' -GO - --- ---------------------------- --- Records of jeecg_demo_student --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'402881824c741dbd014c742bc8860001', null, N'浣犲ソ', N'0', N'8a8ab0b246dc81120146dc818512016c') -GO -GO -INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'8a8ab0b246dc81120146dc818516016d', null, N'鍗撴礇', N'0', N'8a8ab0b246dc81120146dc818512016c') -GO -GO -INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'8a8ab0b246dc81120146dc818519016e', null, N'灞辨不 ', N'0', N'8a8ab0b246dc81120146dc818512016c') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo_teacher --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo_teacher] -GO -CREATE TABLE [dbo].[jeecg_demo_teacher] ( -[ID] nvarchar(32) NOT NULL , -[NAME] nvarchar(12) NULL , -[pic] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_demo_teacher --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_teacher] ([ID], [NAME], [pic]) VALUES (N'8a8ab0b246dc81120146dc81850f016b', N'璺', null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_matter_bom --- ---------------------------- -DROP TABLE [dbo].[jeecg_matter_bom] -GO -CREATE TABLE [dbo].[jeecg_matter_bom] ( -[ID] nvarchar(32) NOT NULL , -[address] nvarchar(255) NULL , -[code] nvarchar(50) NOT NULL , -[name] nvarchar(50) NOT NULL , -[price] decimal(21,6) NOT NULL , -[productionDate] datetime NULL , -[quantity] int NOT NULL , -[stock] int NOT NULL , -[unit] nvarchar(50) NULL , -[weight] nvarchar(50) NULL , -[parent_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_matter_bom', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parent_ID`) REFER `jeecg/jeecg_matter_bom`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parent_ID`) REFER `jeecg/jeecg_matter_bom`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' -GO - --- ---------------------------- --- Records of jeecg_matter_bom --- ---------------------------- -INSERT INTO [dbo].[jeecg_matter_bom] ([ID], [address], [code], [name], [price], [productionDate], [quantity], [stock], [unit], [weight], [parent_ID]) VALUES (N'8a8ab0b246dc81120146dc8186230174', N'骞夸笢娣卞湷', N'001', N'鐢佃剳', N'5000.000000', N'2014-06-27 16:46:54.000', N'5', N'10', N'鍙', N'100', null) -GO -GO -INSERT INTO [dbo].[jeecg_matter_bom] ([ID], [address], [code], [name], [price], [productionDate], [quantity], [stock], [unit], [weight], [parent_ID]) VALUES (N'8a8ab0b246dc81120146dc8186260175', N'涓婃捣', N'001001', N'涓绘澘', N'800.000000', N'2014-06-27 04:46:54.000', N'6', N'18', N'涓', N'60', N'8a8ab0b246dc81120146dc8186230174') -GO -GO - --- ---------------------------- --- Table structure for jeecg_minidao --- ---------------------------- -DROP TABLE [dbo].[jeecg_minidao] -GO -CREATE TABLE [dbo].[jeecg_minidao] ( -[ID] nvarchar(32) NOT NULL , -[AGE] int NULL , -[BIRTHDAY] datetime NULL , -[CONTENT] nvarchar(255) NULL , -[CREATE_TIME] datetime NULL , -[DEP_ID] nvarchar(255) NULL , -[EMAIL] nvarchar(255) NULL , -[MOBILE_PHONE] nvarchar(255) NULL , -[OFFICE_PHONE] nvarchar(255) NULL , -[SALARY] decimal(19,2) NULL , -[SEX] int NULL , -[STATUS] nvarchar(255) NULL , -[USER_NAME] nvarchar(255) NOT NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_minidao --- ---------------------------- -INSERT INTO [dbo].[jeecg_minidao] ([ID], [AGE], [BIRTHDAY], [CONTENT], [CREATE_TIME], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [STATUS], [USER_NAME]) VALUES (N'402880e74d75abd1014d75ac82410002', null, null, null, N'2015-05-21 04:52:29.000', N'402880e447e99cf10147e9a03b320003', N'', N'12', N'12', null, null, N'0', N'12') -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'40289481511dac0701511db18e490002', null, null, null, null, null, N'2', null, N'2', null, null, null, null, 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'4028ef8154ff68e90154ff736734000a', null, null, null, null, null, N'111', N'2', N'2', N'2', N'2', N'2', N'1', 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'4028ef8154ff68e90154ff7367330008', null, null, null, null, null, N'1.00', N'11', N'1', N'2222', N'11', N'11.00', N'', N'1', null, null, null, N'2') -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 --- ---------------------------- -INSERT INTO [dbo].[jeecg_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'4028ef8154ff68e90154ff7367330009', null, null, null, null, null, N'111', N'1', N'111', N'11.00', N'1234567', N'1', N'1.00', null, null, null) -GO -GO -INSERT INTO [dbo].[jeecg_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'4028ef8154ff68e90154ff73b6fd000e', null, null, null, null, null, N'2222', N'1', N'111', N'11.00', N'123456733', N'1', N'1.00', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jfom_goods --- ---------------------------- -DROP TABLE [dbo].[jfom_goods] -GO -CREATE TABLE [dbo].[jfom_goods] ( -[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 , -[code] nvarchar(32) NULL , -[full_name] nvarchar(32) NULL , -[outside_code] nvarchar(32) NULL , -[manufacturers_no] nvarchar(32) NULL , -[supplier] nvarchar(32) NULL , -[product_unit] nvarchar(32) NULL , -[product_owner] nvarchar(32) NULL , -[brand] nvarchar(32) NULL , -[annual] nvarchar(32) NULL , -[season] nvarchar(32) NULL , -[product_type] nvarchar(32) NULL , -[series_name] nvarchar(32) NULL , -[size_length] float(53) NULL , -[size_width] float(53) NULL , -[size_height] float(53) NULL , -[size_volume] float(53) NULL , -[time_to_market] datetime NULL , -[price_cost] float(53) NULL , -[price_drop] float(53) NULL , -[price_standard_sell] float(53) NULL , -[price_standard_bid] float(53) NULL , -[price_trade] float(53) NULL , -[price_proxy] float(53) NULL , -[price_platform] float(53) NULL , -[gift] nvarchar(32) NULL , -[product_virtual] nvarchar(32) NULL , -[product_cost] nvarchar(32) NULL , -[point_pack] nvarchar(32) NULL , -[point_sell] nvarchar(32) NULL , -[product_uniqueness_code] nvarchar(32) NULL , -[batch_manage] nvarchar(32) NULL , -[product_single_code] nvarchar(32) NULL , -[expiration_date] nvarchar(32) NULL , -[supply_of_material_round] nvarchar(32) NULL , -[safety_inventory] nvarchar(32) NULL , -[international_code] nvarchar(32) NULL , -[remark] nvarchar(200) NULL , -[product_state] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍒涘缓鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜哄悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊浜虹櫥褰曞悕绉' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏇存柊鏃ユ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞為儴闂' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵灞炲叕鍙' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'娴佺▼鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @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'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧浠g爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧浠g爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'full_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鍏ㄧО' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'full_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鍏ㄧО' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'full_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'outside_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶栭儴缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'outside_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶栭儴缂栫爜' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'outside_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'manufacturers_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍘傚璐у彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'manufacturers_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍘傚璐у彿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'manufacturers_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'supplier')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'渚涘簲鍟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supplier' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'渚涘簲鍟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supplier' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_unit')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍗曚綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_unit' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍗曚綅' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_unit' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_owner')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐т富' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_owner' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐т富' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_owner' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'brand')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍝佺墝' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'brand' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍝佺墝' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'brand' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'annual')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'骞村害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'annual' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'骞村害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'annual' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'season')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀛h妭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'season' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀛h妭' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'season' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鍒嗙被' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鍒嗙被' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'series_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'绯诲垪鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'series_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'绯诲垪鍚嶇О' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'series_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_length')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'闀垮害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_length' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'闀垮害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_length' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_width')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹藉害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_width' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹藉害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_width' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_height')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'楂樺害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_height' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'楂樺害' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_height' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_volume')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浣撶Н' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_volume' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浣撶Н' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_volume' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'time_to_market')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'涓婂競鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'time_to_market' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'涓婂競鏃堕棿' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'time_to_market' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎴愭湰浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎴愭湰浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_drop')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍚婄墝浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_drop' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍚婄墝浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_drop' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_standard_sell')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏍囧噯鍞环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_sell' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏍囧噯鍞环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_sell' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_standard_bid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鏍囧噯杩涗环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_bid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鏍囧噯杩涗环' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_bid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_trade')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵瑰彂浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_trade' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵瑰彂浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_trade' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_proxy')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浠g悊浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_proxy' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浠g悊浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_proxy' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_platform')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'骞冲彴浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_platform' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'骞冲彴浠' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_platform' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'gift')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璧犲搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'gift' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璧犲搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'gift' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_virtual')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'铏氭嫙鍟嗗搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_virtual' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'铏氭嫙鍟嗗搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_virtual' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'璐圭敤鍟嗗搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'璐圭敤鍟嗗搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'point_pack')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵撳寘鐐规暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_pack' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵撳寘鐐规暟' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_pack' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'point_sell')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'閿鍞偣鏁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_sell' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'閿鍞偣鏁' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_sell' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_uniqueness_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍞竴鐮佸晢鍝' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_uniqueness_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍞竴鐮佸晢鍝' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_uniqueness_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'batch_manage')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鎵规绠$悊' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'batch_manage' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鎵规绠$悊' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'batch_manage' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_single_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍗曠爜鍟嗗搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_single_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍗曠爜鍟嗗搧' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_single_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'expiration_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'淇濊川鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'expiration_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'淇濊川鏈' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'expiration_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'supply_of_material_round')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'渚涜揣鍛ㄦ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supply_of_material_round' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'渚涜揣鍛ㄦ湡' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supply_of_material_round' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'safety_inventory')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'瀹夊叏搴撳瓨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'safety_inventory' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'瀹夊叏搴撳瓨' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'safety_inventory' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'international_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍥介檯鐮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'international_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍥介檯鐮' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'international_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'remark')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'remark' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'澶囨敞' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'remark' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_state')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_state' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鍟嗗搧鐘舵' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_state' -GO - --- ---------------------------- --- Records of jfom_goods --- ---------------------------- -INSERT INTO [dbo].[jfom_goods] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [code], [full_name], [outside_code], [manufacturers_no], [supplier], [product_unit], [product_owner], [brand], [annual], [season], [product_type], [series_name], [size_length], [size_width], [size_height], [size_volume], [time_to_market], [price_cost], [price_drop], [price_standard_sell], [price_standard_bid], [price_trade], [price_proxy], [price_platform], [gift], [product_virtual], [product_cost], [point_pack], [point_sell], [product_uniqueness_code], [batch_manage], [product_single_code], [expiration_date], [supply_of_material_round], [safety_inventory], [international_code], [remark], [product_state]) VALUES (N'4028ef81550c8fad01550c95130d0004', N'绠$悊鍛', N'admin', N'2016-06-01 23:29:04.000', null, null, null, N'A03', N'A0', null, N'123123', N'23123', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', null, null, null, null, null, null, null, null, null, null, null, null, N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', 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(MAX) 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'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 - --- ---------------------------- --- 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 - --- ---------------------------- --- 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(MAX) NOT NULL , -[CODE] nvarchar(36) NOT NULL , -[CONTENT] nvarchar(MAX) 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'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'2c948a8555c32a420155c35645ee0004', N'select * from t_s_log', N't_s_log', N'鏌ヨ绯荤粺鎵鏈夌殑鐧诲綍鎯呭喌', N't_s_log', N'绠$悊鍛', N'2016-07-07 11:36:29.000', N'admin', null, null, null, N'', 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'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'2016-05-03 15:14:58.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'POPUP鐢ㄦ埛鍒楄〃', N'绠$悊鍛', N'2016-05-03 15:26:21.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'4028ef815475774a01547578a9ee0002', N'select * from cms_menu', N'cms_menu', N'cms_menu', N'cms_menu', null, null, null, N'绠$悊鍛', N'2016-05-03 15:15:22.000', N'admin', N'', N'', N'', N'2') -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 - --- ---------------------------- --- 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'2c948a8555c9f1210155ca0634610001', N'', N'', N'2c948a8555c32a420155c35645ee0004', 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'2c948a8555c9f1210155ca0634610002', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'broswer', N'broswer', 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'2c948a8555c9f1210155ca0634620003', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'logcontent', N'logcontent', 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'2c948a8555c9f1210155ca0634620004', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'loglevel', N'loglevel', 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'2c948a8555c9f1210155ca0634620005', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'note', N'note', 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'2c948a8555c9f1210155ca0634620006', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'operatetime', N'operatetime', 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'2c948a8555c9f1210155ca0634620007', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'operatetype', N'operatetype', 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'2c948a8555c9f1210155ca0634630008', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'userid', N'userid', 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'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'402894815165f4d60151660145e40002', N'', N'', N'402880e74d76e784014d76f9e783001e', N'', N'', N'account', N'account', 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'realname', 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'4028ef815475774a01547578a9f10003', N'', N'', N'4028ef815475774a01547578a9ee0002', 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'4028ef815475774a01547578a9f70004', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_BY', N'CREATE_BY', 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'4028ef815475774a01547578a9f90005', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_DATE', N'CREATE_DATE', 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'4028ef815475774a01547578a9fa0006', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_NAME', N'CREATE_NAME', 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'4028ef815475774a01547578a9fb0007', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'IMAGE_HREF', N'IMAGE_HREF', 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'4028ef815475774a01547578a9fd0008', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'IMAGE_NAME', N'IMAGE_NAME', 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'4028ef815475774a01547578a9fe0009', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'NAME', N'NAME', 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'4028ef815475774a01547578aa00000a', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'TYPE', N'TYPE', 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'4028ef815475774a01547578aa02000b', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'PARENT_CODE', N'PARENT_CODE', 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'4028ef815475774a01547578aa03000c', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'HREF', N'HREF', N'String', N'Y', N'9', 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) NULL , -[sex] nvarchar(50) 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'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 -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'4028ef8153cf9d710153cf9f29430002', N'绠$悊鍛', N'admin', N'2016-04-01 00:00:00.000', N'绠$悊鍛', N'admin', N'2016-05-05 00:00:00.000', N'A03', N'A0', N'', N'123', N'1', N'4028ef815373fddd015373fddd540000', N'123', N'123', N'18644565456', N'12', N'156142064@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'4028ef815509d9db01550a0120f00002', N'绠$悊鍛', N'admin', N'2016-06-01 00:00:00.000', N'绠$悊鍛', N'admin', N'2016-06-01 00:00:00.000', N'A03', N'A0', N'1', N'1212', N'1', N'4028ef815373fddd015373fdfd9e0001', N'12', N'12', N'18611788521', N'12', null) -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) NULL -) - - -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'4028ef815373fddd015373fddd540000', N'绠$悊鍛', N'admin', N'2016-03-14 00:00:00.000', null, null, null, N'A03', N'A0', 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'4028ef815373fddd015373fdfd9e0001', N'绠$悊鍛', N'admin', N'2016-03-14 00:00:00.000', N'绠$悊鍛', N'admin', N'2016-05-30 00:00:00.000', N'A03', N'A0', 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 --- ---------------------------- -INSERT INTO [dbo].[jform_employee_cost_claim] ([id], [staff_name], [depart], [staff_no], [staff_post], [pay_way], [acct_bank], [card_no], [tele_no], [cost_all], [documents], [cost_upper], [prepaid_fee], [real_fee], [fill_time], [apply_time], [apply_by], [comments], [depart_approve], [finance_approve], [mgr_approve], [treasurer]) VALUES (N'4028ef81536003710153600400740004', 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_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'4028ef81552637e901552637e98b0000', 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, 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'1', N'qiao', null, null, null, null, null, null, null, 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 --- ---------------------------- -INSERT INTO [dbo].[jform_employee_meals_cost] ([id], [fk_id], [meals_date], [meals_cost], [meals_addr], [meals_number], [comments]) VALUES (N'4028ef8154f799780154f79a19b90003', N'4028ef81536003710153600400740004', null, null, null, null, null) -GO -GO - --- ---------------------------- --- 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 --- ---------------------------- -INSERT INTO [dbo].[jform_employee_other_cost] ([id], [fk_id], [item], [cost], [begin_time], [end_time], [comments]) VALUES (N'4028ef8154f799780154f79a19840002', N'4028ef81536003710153600400740004', null, null, null, null, null) -GO -GO - --- ---------------------------- --- 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(MAX) 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(MAX) 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) NULL , -[people] nvarchar(20) NULL , -[sex] nvarchar(10) NULL , -[begindate] datetime NULL , -[enddate] datetime NULL , -[day_num] int NULL , -[hol_dept] nvarchar(32) NULL , -[hol_reson] nvarchar(255) NULL , -[dep_leader] nvarchar(20) NULL , -[content] nvarchar(255) 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 - --- ---------------------------- --- Records of jform_leave --- ---------------------------- -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content]) 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') -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(32) NULL , -[money] real NULL , -[sex] nvarchar(4) NULL , -[telphone] nvarchar(32) NULL , -[fk_id] nvarchar(36) NOT 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 - --- ---------------------------- --- Records of jform_order_customer --- ---------------------------- -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64e3d271b014e3d2c023b000a', N'鏉庡洓', N'200', null, null, N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64e3d271b014e3d2c024d000b', N'寮犱笁', N'100', null, null, N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64f4526c8014f4526c8f40001', N'2', N'2', N'2', N'2', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64f4526c8014f4526c9200002', N'1', N'1', N'1', N'1', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402894815113a1bd015113a80a120006', N'NO2', N'11', N'1', N'11', N'402894815113a1bd015113a80a110005') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'40289481513290650151329324a20008', N'22', N'22', null, N'22', N'402894815132906501513293249f0006') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'4028ef81536003710153600371ec0001', N'1', N'1', N'1', N'1', N'4028ef81536003710153600371320000') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'4028ef815373fddd015374035a640004', N'2', N'2', null, null, N'4028ef815373fddd015374035a3e0003') -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] float(53) NULL , -[content] nvarchar(255) NULL -) - - -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 - --- ---------------------------- --- Records of jform_order_main --- ---------------------------- -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402880e64e3d271b014e3d2c02240009', N'寮犱唬娴', N'2015-06-29 00:00:00.000', N'10000', N'閲囪喘鍔炲叕璁惧') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402880e64f4526c8014f4526c88c0000', N'绠$悊鍛,寮犱唬娴', N'2015-08-27 00:00:00.000', N'100', N'12') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402894815113a1bd015113a80a110005', N'scott', N'2015-11-18 00:00:00.000', N'11', N'11') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402894815132906501513293249f0006', N'admin', N'2015-11-23 00:00:00.000', N'3232', N'2323') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'4028ef81536003710153600371320000', N'寮犱唬娴', N'2016-03-10 00:00:00.000', N'1', N'1') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'4028ef815373fddd015374035a3e0003', N'寮犱唬娴', N'2016-03-14 00:00:00.000', N'12', N'1') -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'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'402880e64e3d271b014e3d2c025f000c', N'A02', N'2015-06-25 10:36:08.000', N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64e3d271b014e3d2c026e000d', N'A01', N'2015-06-29 10:35:40.000', N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64f4526c8014f4526c9350003', N'2', N'2015-08-20 16:50:02.000', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64f4526c8014f4526c9580004', N'1', N'2015-08-07 16:49:59.000', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402894815113a1bd015113a80a130007', N'NOO111', N'2015-11-28 12:20:30.000', N'402894815113a1bd015113a80a110005') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'40289481513290650151329324a00007', N'22', N'2015-11-18 12:21:13.000', N'402894815132906501513293249f0006') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef815360037101536003724c0002', N'2', N'2016-03-10 18:12:25.000', N'4028ef81536003710153600371320000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef81536003710153600372940003', N'1', N'2016-03-10 18:12:21.000', N'4028ef81536003710153600371320000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef815373fddd015374035a9d0005', N'1', N'2016-03-14 15:24:39.000', N'4028ef815373fddd015374035a3e0003') -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'4028ef8155bf28d40155bf2a510f000b', N'4028ef815360037101536015fbe40007', N'2016-03-01 00:00:00.000', N'2016-03-10 00:00:00.000', N'娓呭崕澶у', N'璁$畻鏈', N'鏈') -GO -GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8155bf28d40155bf2a512e000c', N'4028ef815360037101536015fbe40007', N'2016-03-31 00:00:00.000', N'2016-03-31 00:00:00.000', N'123', N'123', N'123') -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) 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'4028ef81547f9ad401547fd02fb40012', null, N'2016-05-05 00:00:00.000', N'2016-05-05 00:00:00.000', N'99', N'99', N'99', N'99') -GO -GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8155bf28d40155bf2a50cc0009', N'4028ef815360037101536015fbe40007', N'2016-03-10 00:00:00.000', N'2016-03-10 00:00:00.000', N'鍖椾含杞欢', N'鐮斿彂閮', N'楂樼骇', N'鐮旂┒宸ヤ綔鏈哄櫒浜') -GO -GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8155bf28d40155bf2a50ec000a', N'4028ef815360037101536015fbe40007', N'2016-04-01 00:00:00.000', N'2016-04-01 00:00:00.000', N'1', N'1', N'1', N'1') -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) NULL , -[sex] nvarchar(10) NULL , -[birthday] datetime NULL , -[telnum] nvarchar(30) NULL , -[email] nvarchar(50) NULL , -[degree] nvarchar(50) NULL , -[workyear] nvarchar(20) NULL , -[cardid] nvarchar(200) 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'4028ef815360037101536015fbe40007', N'寮犱笁', N'1', N'2016-03-10 00:00:00.000', N'18611788888', N'123@123.com', N'鏈', N'5', N'345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545', N'鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含', null, N'8000', N'鍖椾含', N'杞欢寮鍙', N'2016-03-31 00:00:00.000', N'寰堝ソ') -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'4028ef81552e09fd01552e10fb280001', N'绠$悊鍛', N'admin', N'2016-06-08 00:00:00.000', null, null, null, N'99', null, N'999') -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'2016-06-08 00:00:00.000', N'66', N'4028ef81552e09fd01552e10fb280001', N'66') -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'2016-07-07 00:00:00.000', N'333', N'4028ef81552e09fd01552e10fb280001', N'333') -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'95B6BF61945043039008299AA53A2991', N'2', N'2016-03-26 15:50:32.000', N'2016-03-26 15:50:34.000', N'2') -GO -GO -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'DEBCE74A2E87406EBA557748BE0FA700', N'1', N'2016-04-10 14:33:50.000', N'2016-04-10 14:33:52.000', N'1') -GO -GO -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'F4EAEF41A7DF4B59AE9A41455E1643F9', N'3', N'2016-06-30 23:52:20.000', N'2016-06-30 23:52:21.000', N'3') -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_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'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'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'01', 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'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'CAB308BF489144AD8842667CC741D453', N'绠$悊鍛', N'admin', N'2016-07-18 16:54:13.000', N'12', null, N'12', N'01', 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'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'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'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_finance --- ---------------------------- -DROP TABLE [dbo].[t_finance] -GO -CREATE TABLE [dbo].[t_finance] ( -[ID] nvarchar(32) NOT NULL , -[APPROFILETYPE] nvarchar(255) NULL , -[BUYMONEY] real NULL , -[BUYPROJECTNO] nvarchar(255) NULL , -[BUYPROJECTORG] nvarchar(255) NULL , -[BUYUSE] nvarchar(255) NULL , -[BUYYEAR] nvarchar(255) NULL , -[CATEGORY] nvarchar(255) NULL , -[COLLECTORG] nvarchar(255) NULL , -[EXPENSEACCOUNT] nvarchar(255) NULL , -[HAPPENYEAR] int NULL , -[MONEYAREA] nvarchar(255) NULL , -[MONEYSOURCE] nvarchar(255) NULL , -[MONEYTOTAL] real NULL , -[MONEYUSE] nvarchar(255) NULL , -[PAYTIME] datetime NULL , -[ZBWNO] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of t_finance --- ---------------------------- -INSERT INTO [dbo].[t_finance] ([ID], [APPROFILETYPE], [BUYMONEY], [BUYPROJECTNO], [BUYPROJECTORG], [BUYUSE], [BUYYEAR], [CATEGORY], [COLLECTORG], [EXPENSEACCOUNT], [HAPPENYEAR], [MONEYAREA], [MONEYSOURCE], [MONEYTOTAL], [MONEYUSE], [PAYTIME], [ZBWNO]) VALUES (N'4028ef8155103d070155103ee78e000a', N'', null, null, null, null, null, N'', N'', N'', null, null, null, null, null, null, N'') -GO -GO - --- ---------------------------- --- Table structure for t_finance_files --- ---------------------------- -DROP TABLE [dbo].[t_finance_files] -GO -CREATE TABLE [dbo].[t_finance_files] ( -[id] nvarchar(32) NOT NULL , -[financeId] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_finance_files', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_attachment`(`ID`); (`financeId`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_finance_files' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_attachment`(`ID`); (`financeId`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_finance_files' -GO - --- ---------------------------- --- Records of t_finance_files --- ---------------------------- -INSERT INTO [dbo].[t_finance_files] ([id], [financeId]) VALUES (N'4028ef8155103d070155103ee823000c', N'4028ef8155103d070155103ee78e000a') -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 - --- ---------------------------- --- 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'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'4028ef8153cf9d710153cfa38ea10010', null, N'12', null, null, N'txt', null, N'upload/files/20160401102515OPXGG3yH.txt', null, N'upload/files/20160401102515OPXGG3yH.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'4028ef8153cf9d710153cfa4a5cc0013', null, N'12', null, null, N'txt', null, N'upload/files/20160401102627O0dOFSea.txt', null, N'upload/files/20160401102627O0dOFSea.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'4028ef81549a6bd301549a6cda7f0002', null, N'鎷涜仒', null, N'2016-05-10 19:28:25.000', N'txt', null, N'upload/files/201605101928256PPpKhRz.txt', N'org.jeecgframework.web.system.pojo.base.TSDocument', N'upload/files/201605101928256PPpKhRz.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 -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8155103d070155103ee823000c', null, N'鑱旈氬井淇℃竻鐞嗘暟鎹剼鏈', null, null, N'txt', null, N'upload/files/20160602163326F3sM4W5u.txt', null, N'upload/files/20160602163326F3sM4W5u.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: 604160 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' -, @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: 604160 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' -, @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'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', null, 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'4028ef81538330cd01538333b7bc0001', null, null, N'fa83c6e9a2006c62', N'寮犱笁', null, N'1', N'鏅氱敤鎴', N'lisi', null, 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'8a8ab0b246dc81120146dc8181950052', null, null, N'c44b01947c9e6e3f', N'绠$悊鍛', null, N'1', N'绠$悊鍛', N'admin', 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'8a8ab0b246dc81120146dc81819d0053', null, null, N'd47ca58189979651', N'寮犱唬娴', null, N'1', N'鏅氱敤鎴', N'scott', N'8a8ab0b246dc81120146dc8180bd0018', 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', N'1', null, N'a324509dc1a3089a', N'閲囪喘瀹℃壒鍛', null, N'1', N'绠$悊鍛', N'cgspy', N'8a8ab0b246dc81120146dc8180a20016', N'0') -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'icon_id')) > 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'icon_id' -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'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 - --- ---------------------------- --- 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', 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'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_config --- ---------------------------- -DROP TABLE [dbo].[t_s_config] -GO -CREATE TABLE [dbo].[t_s_config] ( -[ID] nvarchar(32) NOT NULL , -[code] nvarchar(100) NULL , -[content] nvarchar(MAX) NULL , -[name] nvarchar(100) NOT NULL , -[note] nvarchar(MAX) NULL , -[userid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_config', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_config' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_config' -GO - --- ---------------------------- --- Records of t_s_config --- ---------------------------- - --- ---------------------------- --- 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'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'4028ef815318148a0153181567690001', N'绠$悊鍛', N'admin', N'2016-02-25 18:59:29.000', null, null, null, N'A03', N'A0', 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'A0', 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'A0', 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'A0', 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'A0', 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'A0', 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'A0', 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'A0', 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'A0', 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 - --- ---------------------------- --- 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 - --- ---------------------------- --- 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'zhangsan', N'2016-06-28 14:27:19.000', N'admin', N'绠$悊鍛', null, null, null, N'40288088481d019401481d2fcebf000d') -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 - --- ---------------------------- --- 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'e3593c2fa5ad98c3c617064700983f0d063321cec19f8c6c', 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'b87229b8439ad93f6f288822a9f2a01c', N'oracle', N'orcl') -GO -GO - --- ---------------------------- --- Table structure for t_s_demo --- ---------------------------- -DROP TABLE [dbo].[t_s_demo] -GO -CREATE TABLE [dbo].[t_s_demo] ( -[ID] nvarchar(32) NOT NULL , -[democode] nvarchar(MAX) NULL , -[demoorder] smallint NULL , -[demotitle] nvarchar(200) NULL , -[demourl] nvarchar(200) NULL , -[demopid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_demo', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`demopid`) REFER `jeecg/t_s_demo`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_demo' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`demopid`) REFER `jeecg/t_s_demo`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_demo' -GO - --- ---------------------------- --- Records of t_s_demo --- ---------------------------- -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d566c63014d566dfba40001', N'123', N'123', N'1231', N'123', N'8a8ab0b246dc81120146dc8183cb00d5') -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d566c63014d5674236c0006', null, N'777', N'77777', N'7777', null) -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d582251014d5825e0c80001', N'00', N'0', N'000', N'00', null) -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d582251014d58260e3a0002', N'9', N'99', N'9999', N'99', null) -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'8a8ab0b246dc81120146dc8183cb00d5', N'
- - - -
-
- - - -
-
- - - - 闃呰 - - - - 闊充箰 - - - - 杩愬姩 - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
', null, N'琛ㄥ崟楠岃瘉', null, null) -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 -) - - -GO - --- ---------------------------- --- Records of t_s_depart --- ---------------------------- -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e99cf10147e9a03b320003', N'鍖椾含鍥界偓杞欢', N'', null, N'A01', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b677320003', N'杞欢淇℃伅閮', N'', N'402880e447e99cf10147e9a03b320003', N'A01A01', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b6a3be0005', N'閿鍞儴闂', N'', N'402880e447e99cf10147e9a03b320003', N'A01A02', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b710d20007', N'浜哄姏璧勬簮閮', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b762e30009', N'閿鍞粡鐞', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9ba550147e9c53b2e0013', N'璐㈠姟', N'', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A02', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e6487e661a01487e6b504e0001', N'閿鍞汉鍛', N'閿鍞汉鍛', N'402880e447e9a9570147e9b762e30009', N'A01A02A01A01', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180a20016', N'涓浗浜哄鎬诲叕鍙', N'', null, N'A02', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180ba0017', N'JEECG寮婧愮ぞ鍖', N'', null, N'A03', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180bd0018', N'杞欢寮鍙戦儴', N'鐮斿彂鎶鏈毦棰', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A01', N'2', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_document --- ---------------------------- -DROP TABLE [dbo].[t_s_document] -GO -CREATE TABLE [dbo].[t_s_document] ( -[documentstate] smallint NULL , -[documenttitle] nvarchar(100) NULL , -[pictureindex] varbinary(MAX) NULL , -[showhome] smallint NULL , -[id] nvarchar(32) NOT NULL , -[typeid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_document --- ---------------------------- -INSERT INTO [dbo].[t_s_document] ([documentstate], [documenttitle], [pictureindex], [showhome], [id], [typeid]) VALUES (null, N'1212', null, null, N'4028ef81549a6bd301549a6cda7f0002', N'8a8ab0b246dc81120146dc8181fa0062') -GO -GO - --- ---------------------------- --- Table structure for t_s_fileno --- ---------------------------- -DROP TABLE [dbo].[t_s_fileno] -GO -CREATE TABLE [dbo].[t_s_fileno] ( -[ID] nvarchar(32) NOT NULL , -[filenobefore] nvarchar(32) NULL , -[filenonum] int NULL , -[filenotype] nvarchar(32) NULL , -[filenoYear] datetime NULL -) - - -GO - --- ---------------------------- --- Records of t_s_fileno --- ---------------------------- - --- ---------------------------- --- 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(100) NULL , -[parentfunctionid] nvarchar(32) NULL , -[iconid] nvarchar(32) NULL , -[desk_iconid] nvarchar(32) NULL , -[functiontype] smallint 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: 604160 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (' -, @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'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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402831814d8a2853014d8a55a7c90005', null, N'1', N'Datagrid鏌ヨ鏉′欢榛樿鍊', N'19', N'jeecgDemoController.do?jeecgDemo2&sex=1', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:39:59.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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, 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'menu.input.demo', N'1', N'jeecgDemoController.do?addorupdate', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', 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], [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', 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], [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', 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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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', null, null, N'admin', N'2016-04-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], [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, 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], [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, 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], [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, 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], [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, 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028819e5505ee23015505f646190001', null, N'1', N'鍟嗗搧绠$悊(鐗规畩甯冨眬)', N'102', N'goodsController.do?list', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:43:50.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881c746de1ea60146de207d770001', null, N'1', N'language.manage', N'10', N'mutiLangController.do?mutiLang', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75ab670000f', null, N'1', N'鑷畾涔夎〃鍗曞垪琛', N'9', N'autoFormController.do?autoForm', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-14 12:34:57.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75b69680011', null, N'1', N'鑷畾涔夎〃鍗曟ā鏉', N'10', N'autoFormStyleController.do?autoFormStyle', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-14 12:35:07.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e68621b014e686407c20001', null, N'1', N'琛ㄥ崟鐗规畩甯冨眬', N'102', N'demoController.do?demoLayoutList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e6d6066014e6d62d4ce0002', null, N'1', N'瀛樺偍杩囩▼瀹炰緥', N'103', N'jeecgProcedureController.do?procedure', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e2ef618014e2f0086d70001', null, N'1', N'涓瀵瑰妯″瀷锛堝苟鍒桾AB锛', N'4', N'jeecgOrderMainPTabController.do?jeecgOrderMain', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e439ce7014e43c1d63c0003', null, N'1', N'琛岀紪杈慸emo', N'101', N'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54f027310014f0274db7a0001', null, N'1', N'浜嬪姟鍥炴粴', N'102', N'transactionTestController.do?showPage', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'menu.data.permission', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', 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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028b88155061bbe015506cbe157000f', null, N'1', N'琛ㄥ崟椋庢牸闈炲脊妗', N'3', N'jeecgNoteController.do?jeecgNote2', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:37:28.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028bc934869765001486977f0980001', null, N'1', N'common.datasource.manage', N'11', N'dynamicDataSourceController.do?dbSource', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81535fff5101536001bb8d0005', null, N'1', N'鎷涜仒绠$悊', N'1', N'cgAutoListController.do?list&id=jform_resume_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:17:13.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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, 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], [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, 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8153781af3015378643c1e000b', null, N'1', N'绉诲姩濉姤琛ㄥ崟', N'8', N'jeecgDemoController.do?addorupdatemobile', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:31:03.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'绉诲姩璇峰亣鍗', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:44.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC璇峰亣鍗', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:50.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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, 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], [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', null, null, N'admin', N'2016-04-08 22:27:36.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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'admin', N'绠$悊鍛', null, null, N'2016-03-15 14:05:13.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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', 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], [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', 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], [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', 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], [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', 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], [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', null, null, N'admin', N'2016-03-15 14:12:59.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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', 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], [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'admin', N'绠$悊鍛', null, null, N'2016-07-18 16:51:16.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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', N'admin', N'绠$悊鍛', null, null, N'2016-07-18 16:51:51.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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, 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], [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', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f0c9528200c701528207d42c0001', null, N'1', N'鐢靛瓙绛剧珷', N'104', N'demoController.do?eSign', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-27 16:05:55.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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', 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], [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', 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], [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', null, null, N'admin', N'2016-04-08 22:27:49.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d7001c', null, N'0', N'general.demo', N'10', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [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', 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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'4', N'functionController.do?function', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ee0025', null, N'1', N'common.data.dictionary', N'6', N'systemController.do?typeGroupList', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180eb0024', N'0', 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], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [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) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81812b0036', null, N'1', N'menu.form.validation', N'1', N'demoController.do?formTabs', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181290035', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181300037', null, N'1', N'menu.demo.example', N'2', N'jeecgDemoController.do?jeecgDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181330038', null, N'1', N'menu.minidao.example', N'2', N'jeecgMinidaoController.do?jeecgMinidao', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181370039', null, N'1', N'menu.form.model', N'3', N'jeecgNoteController.do?jeecgNote', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813a003a', null, N'1', N'menu.one_to_many.model', N'4', N'jeecgOrderMainController.do?jeecgOrderMain', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813e003b', null, N'1', N'menu.import_export.excel', N'5', N'courseController.do?course', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818141003c', null, N'1', N'menu.uploads_downloads', N'6', N'commonController.do?listTurn&turn=system/document/filesList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-22 10:25:04.000', null, N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818145003d', null, N'1', N'menu.JqueryFileUpload.example', N'6', N'fileUploadController.do?fileUploadSample&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818148003e', null, N'1', N'menu.no.paging', N'7', N'userNoPageController.do?user', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814b003f', null, N'1', N'menu.jdbc.example', N'8', N'jeecgJdbcController.do?jeecgJdbc', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814e0040', null, N'1', N'menu.sql.separation', N'9', N'jeecgJdbcController.do?dictParameter', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181510041', null, N'1', N'menu.dictionary.labels', N'10', N'demoController.do?dictSelect', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181530042', null, N'1', N'menu.form.thePop_UpStyle', N'11', N'demoController.do?demoList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181590044', null, N'1', N'menu.special.layout', N'12', N'demoController.do?demoIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81815c0045', null, N'1', N'menu.single.table', N'13', N'jeecgEasyUIController.do?jeecgEasyUI', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181610046', null, N'1', N'menu.one_to_many.example', N'14', N'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181640047', null, N'1', N'menu.html.editor', N'15', N'jeecgDemoController.do?ckeditor&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181680048', null, N'1', N'menu.word.online', N'16', N'webOfficeController.do?webOffice', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81816b0049', null, N'1', N'menu.webOfficeo.fficialExample', N'17', N'webOfficeController.do?webOfficeSample&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818173004b', null, N'1', N'menu.moreAccessoriesManagement', N'18', N'tFinanceController.do?tFinance', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81816e004a', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818176004c', null, N'1', N'menu.datagridHandHtml', N'19', N'userController.do?userDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817b004d', null, N'1', N'menu.materialPom', N'20', N'jeecgMatterBomController.do?goList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817f004e', null, N'1', N'user.report', N'2', N'reportDemoController.do?studentStatisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180dd001e', N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004f', null, N'1', N'menu.ckfinderDemo', N'100', N'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', 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], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004h', null, N'1', N'menu.queryEditor', N'100', N'jeecgDemoController.do?goDemo&demoPage=queryBuilderDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -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 - --- ---------------------------- --- 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'user.manage', 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'role.manage', 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'menu.manage', 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'dict.manage', 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'icon.manage', 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'user.analysis', 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'form.config', 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'data.monitor', 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'system.log', 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'common.schedule.task', 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 -) - - -GO - --- ---------------------------- --- Records of t_s_log --- ---------------------------- -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb319e0153cb347ecd0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-31 13:45:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3841770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3984140002', N'Chrome', N'涓汉閫氳褰曟坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-31 13:50:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39855b0004', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欴uplicate entry ''4028ef8153cb37d50153cb3984fc0003'' for key 1', N'6', N'192.168.111.1', N'2016-03-31 13:50:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3986520006', N'Chrome', N'閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欴uplicate entry ''4028ef8153cb37d50153cb3986230005'' for key 1', N'6', N'192.168.111.1', N'2016-03-31 13:50:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39a6730007', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39bff90008', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39d1ef0009', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39f579000a', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3a04be000b', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3ba0a3000c', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:53:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3ba531000d', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 13:53:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3bd2b1000e', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳annot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:53:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3bd5e0000f', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 13:53:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d5bb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:55:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d73820001', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d81e90002', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 13:55:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3da5080003', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3da8640004', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3df3a10005', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3df8000006', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 13:55:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3f2f0153cb3ff9140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:58:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3f2f0153cb40ba240001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-03-31 13:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb424ff30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:00:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4270fa0001', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 14:00:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb428db90002', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 14:00:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4404240004', N'Chrome', N'涓汉閫氳褰曟坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-03-31 14:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4418c50005', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-03-31 14:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb69670153cb6a753e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb6c230153cb6cb6c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:46:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb75840153cb75f1bf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:56:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb99960153cb99f8f30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-03-31 15:36:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf74820153cf7ef77b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 09:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf74820153cf7f995e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 09:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf99580153cf9a1f7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:14:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf99580153cf9c620b0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:17:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9e5f050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9edec20001', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-04-01 10:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f29800003', N'Chrome', N'涓汉閫氳褰曟坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-04-01 10:20:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f3e330004', N'Chrome', N'涓汉閫氳褰曟洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-04-01 10:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f4d570005', N'Chrome', N'涓汉閫氳褰曞垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-04-01 10:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa008330008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa0d37a000c', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-01 10:22:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa15002000d', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:22:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa2174b000e', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:23:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa38d7f000f', N'Chrome', N'瀛︾敓琛ㄦ洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-04-01 10:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa4a5400012', N'Chrome', N'瀛︾敓琛ㄦ坊鍔犳垚鍔', N'3', N'192.168.111.1', N'2016-04-01 10:26:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa6ac5e0014', N'Chrome', N'瀛︾敓琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-04-01 10:28:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa76cf40015', N'Chrome', N'琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', N'4', N'192.168.111.1', N'2016-04-01 10:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa90cb70016', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa926180017', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-01 10:31:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa9d8cf0018', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:32:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfaa2b5f0019', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfaa7b90001a', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:32:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfacf3460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:35:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfae27dc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:36:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfae9cc50003', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-01 10:37:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfaebbb80004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 10:37:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfb21f0153cfb328a70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfcf000153cfcf84630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 11:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfd505280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 11:19:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea3c350001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 11:42:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea67d20002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 11:42:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea84680003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 11:42:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfeb07d00004', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-01 11:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1bf95420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c01ebd0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 20:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c3bf3f0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:19:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c5afd10003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:21:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c9efd80006', N'Chrome', N'瑙掕壊: demo琚洿鏂版垚鍔', N'5', N'192.168.111.1', N'2016-04-01 20:26:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1ca4efd0007', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-01 20:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea295d690000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-06 14:01:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2b4c670001', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-06 14:03:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2cd16a0002', N'Chrome', N'JeecgDemo渚嬪瓙: 123琚垹闄 鎴愬姛', N'4', N'192.168.111.1', N'2016-04-06 14:05:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2d54f90003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'192.168.111.1', N'2016-04-06 14:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea52cd0153ea534df30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-06 14:47:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa14b0153eaa1e4f50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:13:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa14b0153eaa22b960001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-06 16:13:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa9bf0153eaaa7b3f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eab389f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:32:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eab3eaf20001', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-06 16:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eaba0a470003', N'Chrome', N'閫氱煡鍏憡娣诲姞鎴愬姛', N'3', N'192.168.111.1', N'2016-04-06 16:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eac1431e0004', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛', N'5', N'192.168.111.1', N'2016-04-06 16:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef20840153ef2245c60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef39484a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:37:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef39a82c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef3a44970002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:38:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef4ed20153ef4f4e8b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 14:01:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef7341120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 14:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef9337960001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-07 15:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef93eafd0002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-07 15:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef94685a0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-07 15:16:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef94f0a40004', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-07 15:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef957e1b0005', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-07 15:17:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f3b6140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:40:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f678680001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:43:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f68c8f0002', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-07 21:43:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0f9927a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:46:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0f9a7530001', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-07 21:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fbdc280002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:49:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fc83d00003', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-07 21:49:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fcaf4f0004', N'Chrome', N'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:50:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fd50e30005', N'Chrome', N'鐢ㄦ埛admin宸查鍑', N'2', N'192.168.111.1', N'2016-04-07 21:50:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f1041ea80006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f3e1f00153f3e2b12f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 11:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f409550153f409db810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 12:03:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f44cc26b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:16:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f44ea19c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:18:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f451d18b0002', N'Chrome', N'閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''acehome'' -> array['''']]', N'6', N'192.168.111.1', N'2016-04-08 13:21:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f452f00c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f458bbac0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 13:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f459a3c10002', N'Chrome', N'淇敼鎴愬姛', N'5', N'192.168.111.1', N'2016-04-08 13:30:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) 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') -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'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'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'access 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'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'Username 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'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'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'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'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'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.6.5', 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.6.5', 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'2014-06-22 13:20: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'4028fc5346c1aec50146c2053659004f', N'common.refresh', N'Refresh', N'en', N'2014-06-22 13:20:59.000', N'admin', N'绠$悊鍛', N'2014-06-22 13:20: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'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 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'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'The user name in the range of 2~10 characters', 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'JqueryFileUpload绀轰緥', 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'JqueryFileUpload example', 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'The special 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'鐗╂枡POM', 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'material pom', 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'402880ea53303a060153304cf8860006', N'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', N'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', N'1', N'1', N'2016-03-30 00:00:00.000', null, N'2016-03-01 11:51:04.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'402880ea53303a060153304cf88600062', N'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', N'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', N'1', N'1', N'2016-03-30 00:00:00.000', N'', N'2016-03-01 11:51:04.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'402880ea5330fe22015331062a040002', N'鏂板叕鍛', N'

鎹峰井H5钀ラ攢娲诲姩骞冲彴涓撻鍏紑璇

    杩樺湪涓哄浣曞仛濂藉井淇¤惀閿澶寸柤鍚楋紵

    寰俊鏃朵唬锛屽眰鍑轰笉绌疯姳鏍风櫨鍑虹殑钀ラ攢娲诲姩宸叉鏃犺川鐤戝湴鎴愪负鍟嗗鍚哥矇钀ラ攢鐨勯閫夊埄鍣紝鑰屽叾涓璈TML5浣滀负钀ラ攢鐣屾柊瀹犲効锛屸滃蹇ソ鐪佲濈殑鏉板嚭浠h〃锛屽叾鐏垫椿鎬ч珮銆佸紑鍙戞垚鏈綆涓斿埗浣滃懆鏈熺煭鐨勭绉嶇壒鎬т娇鍏跺湪绉诲姩钀ラ攢棰嗗煙澶ф斁寮傚僵銆傛柊骞翠紛濮嬶紝JEEWX闅嗛噸鎺ㄥ嚭H5钀ラ攢娲诲姩骞冲彴锛屾眹闆嗗悇绉嶆偍鎯冲埌鐨勬兂涓嶅埌鐨勫皬娓告垙灏忔椿鍔紝鍚勭闇姹傝交鏉惧垱寤猴紝涓閿惀閿锛

    涓哄府鍔╁ぇ瀹跺揩閫熸帉鎻℃嵎寰瓾5钀ラ攢娲诲姩骞冲彴鐨勪娇鐢ㄥ強寮鍙戞祦绋嬶紝JEECG寮婧愮ぞ鍖鸿繎鏈熷皢鎺ㄥ嚭涓撻鍏紑璇撅紝娆㈣繋澶у鎶ュ悕鍙傚姞锛屽叡鍚屽涔狅紒


    寮璇炬椂闂达細2016骞1鏈7鏃20锛30-21:30     1鏈12鏃20:30-21:30

    寮璇惧湴鐐癸細http://ke.qq.com/course/111073#term_id=100119113

    鍐呭姒傝锛鍏ラ棬璁茶В锛堜互鎹峰井H5钀ラ攢娲诲姩骞冲彴涓哄熀纭锛岃瑙e井淇″叕浼楀彿濡備綍杩涜娲诲姩鎺ㄥ箍锛

                     瀹炰緥寮鍙戣瑙o紙瀹炰緥璁茶В鎹峰井H5钀ラ攢娲诲姩寮鍙戞祦绋嬪強瑙勮寖锛





', N'2', N'1', N'2016-03-17 00:00:00.000', null, N'2016-03-01 15:13:20.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'402880ea5330fe22015331062a0400022', N'鏂板叕鍛', N'

鎹峰井H5钀ラ攢娲诲姩骞冲彴涓撻鍏紑璇

    杩樺湪涓哄浣曞仛濂藉井淇¤惀閿澶寸柤鍚楋紵

    寰俊鏃朵唬锛屽眰鍑轰笉绌疯姳鏍风櫨鍑虹殑钀ラ攢娲诲姩宸叉鏃犺川鐤戝湴鎴愪负鍟嗗鍚哥矇钀ラ攢鐨勯閫夊埄鍣紝鑰屽叾涓璈TML5浣滀负钀ラ攢鐣屾柊瀹犲効锛屸滃蹇ソ鐪佲濈殑鏉板嚭浠h〃锛屽叾鐏垫椿鎬ч珮銆佸紑鍙戞垚鏈綆涓斿埗浣滃懆鏈熺煭鐨勭绉嶇壒鎬т娇鍏跺湪绉诲姩钀ラ攢棰嗗煙澶ф斁寮傚僵銆傛柊骞翠紛濮嬶紝JEEWX闅嗛噸鎺ㄥ嚭H5钀ラ攢娲诲姩骞冲彴锛屾眹闆嗗悇绉嶆偍鎯冲埌鐨勬兂涓嶅埌鐨勫皬娓告垙灏忔椿鍔紝鍚勭闇姹傝交鏉惧垱寤猴紝涓閿惀閿锛

    涓哄府鍔╁ぇ瀹跺揩閫熸帉鎻℃嵎寰瓾5钀ラ攢娲诲姩骞冲彴鐨勪娇鐢ㄥ強寮鍙戞祦绋嬶紝JEECG寮婧愮ぞ鍖鸿繎鏈熷皢鎺ㄥ嚭涓撻鍏紑璇撅紝娆㈣繋澶у鎶ュ悕鍙傚姞锛屽叡鍚屽涔狅紒


    寮璇炬椂闂达細2016骞1鏈7鏃20锛30-21:30     1鏈12鏃20:30-21:30

    寮璇惧湴鐐癸細http://ke.qq.com/course/111073#term_id=100119113

    鍐呭姒傝锛鍏ラ棬璁茶В锛堜互鎹峰井H5钀ラ攢娲诲姩骞冲彴涓哄熀纭锛岃瑙e井淇″叕浼楀彿濡備綍杩涜娲诲姩鎺ㄥ箍锛

                     瀹炰緥寮鍙戣瑙o紙瀹炰緥璁茶В鎹峰井H5钀ラ攢娲诲姩寮鍙戞祦绋嬪強瑙勮寖锛





', N'2', N'1', N'2016-03-17 00:00:00.000', N'', N'2016-03-01 15:13:20.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'402880ea5335da5601533612553f0004', N'娴嬭瘯鍏憡~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', N'
  • 寰惀閿

    鍚勭被钀ラ攢娲诲姩鎺ㄩ
    涓庣敤鎴蜂簰鍔

  • 寰洟璐

    鎷囨寚寰洟
    灏嗕紭鎯犺鍏ュ鎴峰彛琚

  • 寰俊澧

    娲昏穬鐜板満姘旀皼
    璁╃矇涓濇定璧锋潵

  • 寰皟鐮

    鏃犻渶浜哄姏 鐢靛瓙璋冪爺
    涓哄競鍦鸿皟鐮斿姞涓浠芥湁鍔涙暟鎹

  • 寰浉鍐

    鍚勮鍚勪笟
    鐓х墖灞曠幇杞绘澗鎼炲畾

  • 寰ぞ鍖

    寤虹珛寰俊绀句氦骞冲彴
    绀惧尯铏藉皬 瑙佸井鐭ヨ憲

  • 寰暀瑷

    鎰忚锛熼渶姹傦紵鐤戦棶锛
    涓閿暀瑷  涓閿洖澶

  • 寰绾

    鍚勭棰勭害 涓閿嵆鍙
    鐭俊閭欢浼氱珛鍗抽氱煡鍟嗘埛

  • 寰個璇

    鐢靛瓙璇峰笘 寰俊鏉ヨ
    鎻愪緵鐢ㄦ埛鐗瑰埆鏈嶅姟

  • 寰敓娲

    寰俊鍏紬鍙峰缓绔嬪晢鍦
    鍚冨枬鐜╀箰搴旀湁灏芥湁

  • 寰楗

    鎵竴鎵
    寰俊涔熻兘澶熷疄鏃剁偣椁

  • 寰厭搴

    鍦ㄧ嚎璁㈡埧铻嶅叆寰俊
    閰掑簵钀ラ攢澶氫竴鏉℃湁鍔涢斿緞

  • 寰埧浜

    鍏ㄦ櫙鐪嬫埧 妤肩洏鍗拌薄 棰勭害鐪嬫埧
    鏈夋晥鍔╁姏寰俊钀ラ攢

  • 寰苯杞

    棰勭害璇曢┚鎴栦繚鍏 杞︿富鍏虫
    360搴︾湅杞﹀簲鏈夊敖鏈

  • 寰尰鐤

    鍦ㄧ嚎鎸傚彿鎴栧挩璇
    浜嗚В鐥呮儏 寰俊閮藉彲浠


', N'2', N'1', N'2016-03-10 00:00:00.000', null, N'2016-03-02 14:44:44.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'402880ea5335da5601533612553f00042', N'娴嬭瘯鍏憡~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', N'
  • 寰惀閿

    鍚勭被钀ラ攢娲诲姩鎺ㄩ
    涓庣敤鎴蜂簰鍔

  • 寰洟璐

    鎷囨寚寰洟
    灏嗕紭鎯犺鍏ュ鎴峰彛琚

  • 寰俊澧

    娲昏穬鐜板満姘旀皼
    璁╃矇涓濇定璧锋潵

  • 寰皟鐮

    鏃犻渶浜哄姏 鐢靛瓙璋冪爺
    涓哄競鍦鸿皟鐮斿姞涓浠芥湁鍔涙暟鎹

  • 寰浉鍐

    鍚勮鍚勪笟
    鐓х墖灞曠幇杞绘澗鎼炲畾

  • 寰ぞ鍖

    寤虹珛寰俊绀句氦骞冲彴
    绀惧尯铏藉皬 瑙佸井鐭ヨ憲

  • 寰暀瑷

    鎰忚锛熼渶姹傦紵鐤戦棶锛
    涓閿暀瑷  涓閿洖澶

  • 寰绾

    鍚勭棰勭害 涓閿嵆鍙
    鐭俊閭欢浼氱珛鍗抽氱煡鍟嗘埛

  • 寰個璇

    鐢靛瓙璇峰笘 寰俊鏉ヨ
    鎻愪緵鐢ㄦ埛鐗瑰埆鏈嶅姟

  • 寰敓娲

    寰俊鍏紬鍙峰缓绔嬪晢鍦
    鍚冨枬鐜╀箰搴旀湁灏芥湁

  • 寰楗

    鎵竴鎵
    寰俊涔熻兘澶熷疄鏃剁偣椁

  • 寰厭搴

    鍦ㄧ嚎璁㈡埧铻嶅叆寰俊
    閰掑簵钀ラ攢澶氫竴鏉℃湁鍔涢斿緞

  • 寰埧浜

    鍏ㄦ櫙鐪嬫埧 妤肩洏鍗拌薄 棰勭害鐪嬫埧
    鏈夋晥鍔╁姏寰俊钀ラ攢

  • 寰苯杞

    棰勭害璇曢┚鎴栦繚鍏 杞︿富鍏虫
    360搴︾湅杞﹀簲鏈夊敖鏈

  • 寰尰鐤

    鍦ㄧ嚎鎸傚彿鎴栧挩璇
    浜嗚В鐥呮儏 寰俊閮藉彲浠


', N'2', N'1', N'2016-03-10 00:00:00.000', N'', N'2016-03-02 14:44:44.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'402880ea5335da5601533613046e0006', N'娴嬭瘯鍏憡3dfdd--------------------------------------------------------------------', N'
  • 鐖卞コ绁3D濠氱罕

  •  

  • iweddingstudio

  •  

  • 闊╁浗鑹哄尃

  •  

  • 缇庡崄鎽勫奖

  •  

  • 鏄熸ⅵ濂囩紭

  •  

  • 鎷嶅惂瑙嗚

  •  

  • 缃楅棬濠氱罕


', N'2', N'1', N'2016-03-17 00:00:00.000', null, N'2016-03-02 14:45:29.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'402880ea5335da5601533613046e00062', N'娴嬭瘯鍏憡3dfdd--------------------------------------------------------------------', N'
  • 鐖卞コ绁3D濠氱罕

  •  

  • iweddingstudio

  •  

  • 闊╁浗鑹哄尃

  •  

  • 缇庡崄鎽勫奖

  •  

  • 鏄熸ⅵ濂囩紭

  •  

  • 鎷嶅惂瑙嗚

  •  

  • 缃楅棬濠氱罕


', N'2', N'1', N'2016-03-17 00:00:00.000', N'', N'2016-03-02 14:45:29.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'4028ef815331b759015331b90ac70004', N'浠婂ぉ鏃╀笅鐝', N'

浠婂ぉ鏃╀笅鐝

', N'2', N'1', N'2016-03-25 00:00:00.000', null, N'2016-03-01 18:28:43.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'4028ef815331b759015331c37ff50007', N'123', N'

123

', N'2', N'2', N'2016-04-09 00:00:00.000', null, N'2016-03-01 18:40:09.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'4028ef8153eab2e60153eaba09fe0002', N'234234', N'

234234

', N'1', N'1', N'2016-04-30 00:00:00.000', null, N'2016-04-06 16:39: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'4028ef815331b759015331c3d43f0009', N'4028ef815331b759015331c37ff50007', N'8a8ab0b246dc81120146dc81818b0051') -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 , -[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'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], [create_time]) VALUES (N'4028ef815331b759015331b940580006', N'4028ef815331b759015331b90ac70004', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-01 18:28:57.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336e8df015336ecc2890005', N'402880ea5335da5601533613046e0006', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:43:19.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336e8df015336eccd840006', N'402880ea5335da5601533612553f0004', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:43:22.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336f25a015336f2f3d60001', N'402880ea5330fe22015331062a040002', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:50:05.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336f6b4015336f77a250001', N'402880ea5335da5601533613046e00062', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:55:01.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533a674c01533a6a4f570001', N'402880ea5335da5601533612553f00042', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 10:59:18.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c0391fd0001', N'402880ea5330fe22015331062a0400022', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:20.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c03a2fd0002', N'402880ea53303a060153304cf88600062', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:24.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c03d9030003', N'402880ea53303a060153304cf8860006', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:38.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81540325190154033fc3b60021', N'4028ef8153eab2e60153eaba09fe0002', N'8a8ab0b246dc81120146dc8181950052', N'2016-04-11 10:56:31.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: 604160 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -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'402880e6481d48cb01481d539df6000c', N'userName', null, N'鐢ㄦ埛鍚嶅瓧娈', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc81824f0078', N'add', null, N'褰曞叆', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc8182540079', N'edit', null, N'缂栬緫', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc818258007a', N'del', null, N'鍒犻櫎', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc81825b007b', N'szqm', null, N'瀹℃牳', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_opintemplate --- ---------------------------- -DROP TABLE [dbo].[t_s_opintemplate] -GO -CREATE TABLE [dbo].[t_s_opintemplate] ( -[ID] nvarchar(32) NOT NULL , -[descript] nvarchar(100) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_opintemplate --- ---------------------------- - --- ---------------------------- --- 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'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'2016-04-01 20:26:25.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'8a8ab0b246dc81120146dc8181870050', N'admin', N'绠$悊鍛', null, null, null, 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(MAX) 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: 604160 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) ' -, @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: 604160 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -GO - --- ---------------------------- --- Records of t_s_role_function --- ---------------------------- -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'2c90ac564c9d1734014c9d6f85d10026', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40287d81522a428401522a4546d50004', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dbe2000e', null, N'4028808848845c0f014884649488000c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a000f', null, N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0010', null, N'4028808848845c0f01488462658f0006', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0011', null, N'4028808848845c0f01488463aa210009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0012', null, N'4028808848845c0f01488461b3ac0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76f64d070016', null, N'402880e74d76e784014d76f5cc2e0014', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76f64d0b0017', null, N'402880e74d76e784014d76f5505a0012', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa34ff0022', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa35000023', null, N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa9bdb0026', null, N'402880e74d76e784014d76fa7e970024', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fbf5a6002d', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fd30f60032', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fd3db10033', null, N'402880e74d76e784014d76fd1bd60030', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750693d4401506945ceed0014', null, N'402881e54df73c73014df75ab670000f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750693d4401506945ceed0015', null, N'402881e54df73c73014df75b69680011', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750697e3001506991c0de0011', null, N'4028bc934869765001486977f0980001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881c746de1ea60146de20b9d60003', N'', N'402881c746de1ea60146de207d770001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881e74e68621b014e6864403c0003', null, N'402881e74e68621b014e686407c20001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54df53718014df539413f0003', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54e2ef618014e2f0101380003', null, N'402882b54e2ef618014e2f0086d70001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54e439ce7014e43c39cb60008', null, N'402882b54e439ce7014e43c1d63c0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54f027310014f0275130b0003', null, N'402882b54f027310014f0274db7a0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028948150f5ba6a0150f5d3d4cf000e', null, N'4028948150f5ba6a0150f5d0b0200004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028948150f5ba6a0150f5d3d4d3000f', null, N'4028948150f5ba6a0150f5d34aca000a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40289481511d91f101511dd7cce80036', null, N'402831814d8a2853014d8a55a7c90005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40289481511d91f101511dd7cceb0037', null, N'402885814e3d2d09014e3d2e77800001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028b88155061bbe015506cdc5da0011', null, N'4028b88155061bbe015506cbe157000f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815331b759015331b838150001', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81535fff510153600ae653000b', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815373fb530153740051bd0007', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815373fb530153740051c00008', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f0153787637620003', null, N'4028ef8153781af3015378643c1e000b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f01537877906f0006', null, N'4028ef815378741f0153787764cc0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f01537879506e000b', null, N'4028ef815378741f01537879315e0009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e4182f0015', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320016', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320017', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320018', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320019', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001a', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001b', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001c', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41833001d', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81539813330153981a81c60007', null, N'402881e74e6d6066014e6d62d4ce0002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153c0f9550153c103b4cc0007', N'8a8ab0b246dc81120146dc81824f0078,', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153c0f9550153c103b4d00008', null, N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8aeb0007', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af1000a', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af1000b', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af2000c', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af2000e', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af20010', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af20011', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af30012', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90015', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90017', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90018', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90019', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af9001a', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8b0a001e', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8b0b0020', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45f8000b', null, N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000c', null, N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000d', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000e', null, N'402881e54df73c73014df75ab670000f', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000f', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa0010', null, N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fb0011', null, N'402881e54df73c73014df75b69680011', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fb0012', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6b0001', null, N'4028ef815378be7c015378e27ae5000e', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0002', null, N'4028ef815378be7c015378e19969000a', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0003', null, N'4028ef815378be7c015378ddc2380001', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0004', null, N'4028ef815378be7c015378e0d39d0006', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0005', null, N'4028ef815378be7c015378e1395d0008', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0006', null, N'4028ef815378be7c015378e3e6530013', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0007', null, N'4028ef815378be7c015378e30f760010', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0008', null, N'8a8ab0b246dc81120146dc8180d4001b', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0009', null, N'4028ef815378be7c015378e207cf000c', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f000a', null, N'4028ef815378be7c015378e019750003', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81550c8fad01550c94b53f0001', null, N'4028819e5505ee23015505f646190001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815595a881015595b1235e0003', N'40288088481d019401481d30a0d1000f,', N'40288088481d019401481d2fcebf000d', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef815595a881015595b0ccb60001,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815595a881015595b123610004', null, N'402889fb486e848101486e8de3d60005', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155d8158f0155d81c27350006', null, N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155d8158f0155d81c27380008', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddcc000a', null, N'4028ef8155fd32e40155fd344cdd0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd1000b', null, N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd2000c', null, N'4028ef8155fd32e40155fd348df80005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd2000d', null, N'4028ef8155fd32e40155fd3564520008', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028f0c9528200c70152820c006b0005', null, N'4028f0c9528200c701528207d42c0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81826d007c', N'', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc818275007e', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81827d0080', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182820081', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81828a0082', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182920084', N'', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182980086', N'', N'8a8ab0b246dc81120146dc8180df001f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81829e0088', N'', N'8a8ab0b246dc81120146dc8180e30021', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182a5008a', N'', N'8a8ab0b246dc81120146dc8180e70023', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182aa008c', N'', N'8a8ab0b246dc81120146dc8180ee0025', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182b40090', N'', N'8a8ab0b246dc81120146dc8180f60028', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182bb0094', N'', N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc8181870050', N'402889fe47fcb29c0147fcb6b6220001,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182bd0095', N'', N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182be0096', N'', N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c20098', N'', N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c6009a', N'', N'8a8ab0b246dc81120146dc8181100030', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c9009c', N'', N'8a8ab0b246dc81120146dc81811d0032', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182cd009e', N'', N'8a8ab0b246dc81120146dc8181250034', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d000a0', N'', N'8a8ab0b246dc81120146dc81812b0036', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d400a2', N'', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d700a4', N'', N'8a8ab0b246dc81120146dc8181330038', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182da00a6', N'', N'8a8ab0b246dc81120146dc8181370039', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182de00a8', N'', N'8a8ab0b246dc81120146dc81813a003a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182e200aa', N'', N'8a8ab0b246dc81120146dc81813e003b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182e600ac', N'', N'8a8ab0b246dc81120146dc818141003c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182ea00ae', N'', N'8a8ab0b246dc81120146dc818145003d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182ef00b0', N'', N'8a8ab0b246dc81120146dc818148003e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182f300b2', N'', N'8a8ab0b246dc81120146dc81814b003f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182f800b4', N'', N'8a8ab0b246dc81120146dc81814e0040', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182fd00b6', N'', N'8a8ab0b246dc81120146dc8181510041', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830100b8', N'', N'8a8ab0b246dc81120146dc8181530042', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830500ba', N'', N'8a8ab0b246dc81120146dc8181590044', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830a00bc', N'', N'8a8ab0b246dc81120146dc81815c0045', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830e00be', N'', N'8a8ab0b246dc81120146dc8181610046', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831100c0', N'', N'8a8ab0b246dc81120146dc8181640047', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831600c2', N'', N'8a8ab0b246dc81120146dc8181680048', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831a00c4', N'', N'8a8ab0b246dc81120146dc81816b0049', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831e00c6', N'', N'8a8ab0b246dc81120146dc818173004b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832300c8', N'', N'8a8ab0b246dc81120146dc818176004c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832700ca', N'', N'8a8ab0b246dc81120146dc81817b004d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832b00cc', N'', N'8a8ab0b246dc81120146dc81817f004e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832d00cd', N'', N'8a8ab0b246dc81120146dc81817f004e', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832f00ce', N'', N'8a8ab0b246dc81120146dc818183004f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81833100d1', null, N'8a8ab0b246dc81120146dc818183004h', 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 - --- ---------------------------- --- 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: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFE' -, @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: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -GO - --- ---------------------------- --- Records of t_s_role_user --- ---------------------------- -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef8154ff79a50154ff7ae8a40003', N'8a8ab0b246dc81120146dc81818b0051', N'8a8ab0b246dc81120146dc81819d0053') -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'4028ef81550112c40155011505c50002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef815502401c015502415a4d0003', N'402880e74d75c4dd014d75d3c5f40001', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81550f0ac701550f21f9e70008', N'8a8ab0b246dc81120146dc81818b0051', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'8a8ab0b246dc81120146dc81834300d4', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a60055') -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'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'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'2016-04-06 16:32:52.000', N'鍙戜釜闂', N'3', N'admin', N'admin', N'浣犲ソ', N'2016-03-02 00:00:00.000', null, N'2') -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'2014-12-14 20:51:27.000', N'4028d881436d514601436d5215ac0043', N'admin') -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_student --- ---------------------------- -DROP TABLE [dbo].[t_s_student] -GO -CREATE TABLE [dbo].[t_s_student] ( -[ID] nvarchar(32) NOT NULL , -[classname] nvarchar(255) NULL , -[name] nvarchar(255) NULL , -[sex] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_student --- ---------------------------- -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'1', N'1鐝', N'鏉庡洓', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'2', N'2鐝', N'鐜嬩簲', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'3', N'1鐝', N'灏忔槑', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'4', N'3鐝', N'xiaozhang', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'4028d881436d514601436d521ae80165', N'1鐝', N'寮犱笁', N'f') -GO -GO - --- ---------------------------- --- Table structure for t_s_territory --- ---------------------------- -DROP TABLE [dbo].[t_s_territory] -GO -CREATE TABLE [dbo].[t_s_territory] ( -[ID] nvarchar(32) NOT NULL , -[territorycode] nvarchar(10) NOT NULL , -[territorylevel] smallint NOT NULL , -[territoryname] nvarchar(50) NOT NULL , -[territory_pinyin] nvarchar(40) NULL , -[territorysort] nvarchar(3) NOT NULL , -[x_wgs84] float(53) NOT NULL , -[y_wgs84] float(53) NOT NULL , -[territoryparentid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_territory --- ---------------------------- -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1', N'100', N'1', N'鍏ㄥ浗', N'qg', N'0', N'106.258754', N'38.471318', N'0') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'10', N'00000016', N'2', N'娌冲崡鐪', N'HNS', N'0', N'113.687228', N'34.76819', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'100', N'371300', N'3', N'涓存矀甯', N'LYS', N'0', N'118.356448', N'35.104672', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1000', N'370903', N'4', N'宀卞渤鍖', N'DYQ', N'0', N'117.041582', N'36.18799', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1001', N'370921', N'4', N'瀹侀槼鍘', N'NYX', N'0', N'116.805797', N'35.758787', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1002', N'370923', N'4', N'涓滃钩鍘', N'DPX', N'0', N'116.470304', N'35.937102', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1003', N'370982', N'4', N'鏂版嘲甯', N'XTS', N'0', N'117.767953', N'35.909032', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1004', N'370983', N'4', N'鑲ュ煄甯', N'FCS', N'0', N'116.768358', N'36.182571', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1005', N'371002', N'4', N'鐜繝鍖', N'HCQ', N'0', N'122.123444', N'37.501991', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1006', N'371081', N'4', N'鏂囩櫥甯', N'WDS', N'0', N'122.058128', N'37.1939129', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1007', N'371082', N'4', N'鑽f垚甯', N'RCS', N'0', N'122.486676', N'37.165249', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1008', N'371083', N'4', N'涔冲北甯', N'RSS', N'0', N'121.539764', N'36.919816', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1009', N'371102', N'4', N'涓滄腐鍖', N'DGQ', N'0', N'119.462228', N'35.425475', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'101', N'371400', N'3', N'寰峰窞甯', N'DZS', N'0', N'116.357465', N'37.434093', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1010', N'371103', N'4', N'宀氬北鍖', N'LSQ', N'0', N'119.318813', N'35.121816', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1011', N'371121', N'4', N'浜旇幉鍘', N'WLX', N'0', N'119.208744', N'35.750095', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1012', N'371122', N'4', N'鑾掑幙', N'JX', N'0', N'118.837131', N'35.579868', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1013', N'371202', N'4', N'鑾卞煄鍖', N'LCQ', N'0', N'117.659864', N'36.203208', N'99') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1014', N'371203', N'4', N'閽㈠煄鍖', N'GCQ', N'0', N'117.811355', N'36.058572', N'99') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1015', N'371302', N'4', N'鍏板北鍖', N'LSQ', N'0', N'118.347707', N'35.051729', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1016', N'371311', N'4', N'缃楀簞鍖', N'LZQ', N'0', N'118.284786', N'34.996741', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1017', N'371312', N'4', N'娌充笢鍖', N'HDQ', N'0', N'118.402893', N'35.089917', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1018', N'371321', N'4', N'娌傚崡鍘', N'YNX', N'0', N'118.465213', N'35.549976', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1019', N'371322', N'4', N'閮煄鍘', N'TCX', N'0', N'118.367263', N'34.613557', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'102', N'371500', N'3', N'鑱婂煄甯', N'LCS', N'0', N'115.985371', N'36.4567039', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1020', N'371323', N'4', N'娌傛按鍘', N'YSX', N'0', N'118.627918', N'35.79045', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1021', N'371324', N'4', N'鑻嶅北鍘', N'CSX', N'0', N'118.07065', N'34.857149', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1022', N'371325', N'4', N'璐瑰幙', N'FX', N'0', N'117.977868', N'35.26634', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1023', N'371326', N'4', N'骞抽倯鍘', N'PYX', N'0', N'117.640352', N'35.5059429', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1024', N'371327', N'4', N'鑾掑崡鍘', N'JNX', N'0', N'118.835163', N'35.174846', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1025', N'371328', N'4', N'钂欓槾鍘', N'MYX', N'0', N'117.945085', N'35.710032', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1026', N'371329', N'4', N'涓存箔鍘', N'LSX', N'0', N'118.650782', N'34.919852', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1027', N'371402', N'4', N'寰峰煄鍖', N'DCQ', N'0', N'116.299434', N'37.451272', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1028', N'371421', N'4', N'闄靛幙', N'LX', N'0', N'116.576176', N'37.33579', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1029', N'371422', N'4', N'瀹佹触鍘', N'NJX', N'0', N'116.800324', N'37.652329', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'103', N'371600', N'3', N'婊ㄥ窞甯', N'BZS', N'0', N'117.970703', N'37.38199', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1030', N'371423', N'4', N'搴嗕簯鍘', N'QYX', N'0', N'117.385123', N'37.77539', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1031', N'371424', N'4', N'涓撮倯鍘', N'LYX', N'0', N'116.86665', N'37.189864', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1032', N'371425', N'4', N'榻愭渤鍘', N'QHX', N'0', N'116.758917', N'36.795011', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1033', N'371426', N'4', N'骞冲師鍘', N'PYX', N'0', N'116.434187', N'37.165419', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1034', N'371427', N'4', N'澶忔触鍘', N'XJX', N'0', N'116.001726', N'36.948371', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1035', N'371428', N'4', N'姝﹀煄鍘', N'WCX', N'0', N'116.069302', N'37.213311', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1036', N'371481', N'4', N'涔愰櫟甯', N'LLS', N'0', N'117.231935', N'37.729907', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1037', N'371482', N'4', N'绂瑰煄甯', N'YCS', N'0', N'116.638387', N'36.934259', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1038', N'371502', N'4', N'涓滄槍搴滃尯', N'DCFQ', N'0', N'115.988484', N'36.434697', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1039', N'371521', N'4', N'闃宠胺鍘', N'YGX', N'0', N'115.79182', N'36.114392', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'104', N'371700', N'3', N'鑿忔辰甯', N'HZS', N'0', N'115.480656', N'35.23375', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1040', N'371522', N'4', N'鑾樺幙', N'SX', N'0', N'115.671191', N'36.233599', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1041', N'371523', N'4', N'鑼屽钩鍘', N'CPX', N'0', N'116.255282', N'36.5807639', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1042', N'371524', N'4', N'涓滈樋鍘', N'DAX', N'0', N'116.24758', N'36.334917', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1043', N'371525', N'4', N'鍐犲幙', N'GX', N'0', N'115.44274', N'36.484009', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1044', N'371526', N'4', N'楂樺攼鍘', N'GTX', N'0', N'116.231478', N'36.866062', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1045', N'371581', N'4', N'涓存竻甯', N'LQS', N'0', N'115.704881', N'36.838277', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1046', N'371602', N'4', N'婊ㄥ煄鍖', N'BCQ', N'0', N'118.019146', N'37.43206', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1047', N'371621', N'4', N'鎯犳皯鍘', N'HMX', N'0', N'117.510451', N'37.489769', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1048', N'371622', N'4', N'闃充俊鍘', N'YXX', N'0', N'117.578262', N'37.641106', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1049', N'371623', N'4', N'鏃犳#鍘', N'WDX', N'0', N'117.625696', N'37.770261', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1050', N'371624', N'4', N'娌惧寲鍘', N'ZHX', N'0', N'118.132199', N'37.698281', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1051', N'371625', N'4', N'鍗氬叴鍘', N'BXX', N'0', N'118.131815', N'37.150226', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1052', N'371626', N'4', N'閭瑰钩鍘', N'ZPX', N'0', N'117.743109', N'36.862989', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1053', N'371702', N'4', N'鐗′腹鍖', N'MDQ', N'0', N'115.417827', N'35.252512', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1054', N'371721', N'4', N'鏇瑰幙', N'CX', N'0', N'115.542328', N'34.825508', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1055', N'371722', N'4', N'鍗曞幙', N'DX', N'0', N'116.107428', N'34.778808', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1056', N'371723', N'4', N'鎴愭鍘', N'CWX', N'0', N'115.889765', N'34.952459', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1057', N'371724', N'4', N'宸ㄩ噹鍘', N'JYX', N'0', N'116.094674', N'35.396261', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1058', N'371725', N'4', N'閮撳煄鍘', N'YCX', N'0', N'115.943613', N'35.599758', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1059', N'371726', N'4', N'閯勫煄鍘', N'JCX', N'0', N'115.510193', N'35.563408', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1060', N'371727', N'4', N'瀹氶櫠鍘', N'DTX', N'0', N'115.573094', N'35.071', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1061', N'371728', N'4', N'涓滄槑鍘', N'DMX', N'0', N'115.089905', N'35.289368', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'11', N'00000008', N'2', N'榛戦緳姹熺渷', N'HLJS', N'0', N'126.662507', N'45.7421699', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'12', N'20000000', N'2', N'涓婃捣甯', N'SHS', N'0', N'121.473704', N'31.230393', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'13', N'00000010', N'2', N'姹熻嫃鐪', N'JSS', N'0', N'118.763232', N'32.061707', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'14', N'00000011', N'2', N'娴欐睙鐪', N'ZJS', N'0', N'120.153676', N'30.26586', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'15', N'00000012', N'2', N'瀹夊窘鐪', N'AHS', N'0', N'117.284923', N'31.861184', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'16', N'00000013', N'2', N'绂忓缓鐪', N'FJS', N'0', N'119.296506', N'26.099933', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'17', N'00000014', N'2', N'姹熻タ鐪', N'JXS', N'0', N'115.909175', N'28.674424', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1739', N'360102', N'4', N'涓滄箹鍖', N'DHQ', N'0', N'115.89901', N'28.6849159', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1740', N'360103', N'4', N'瑗挎箹鍖', N'XHQ', N'0', N'115.877287', N'28.656887', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1741', N'360104', N'4', N'闈掍簯璋卞尯', N'QYPQ', N'0', N'115.925749', N'28.621169', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1742', N'360105', N'4', N'婀鹃噷鍖', N'WLQ', N'0', N'115.730994', N'28.714869', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1743', N'360111', N'4', N'闈掑北婀栧尯', N'QSHQ', N'0', N'115.962144', N'28.682985', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1744', N'360121', N'4', N'鍗楁槍鍘', N'NCX', N'0', N'115.944162', N'28.545459', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1745', N'360122', N'4', N'鏂板缓鍘', N'XJX', N'0', N'115.815233', N'28.692437', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1746', N'360123', N'4', N'瀹変箟鍘', N'AYX', N'0', N'115.549199', N'28.844429', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1747', N'360124', N'4', N'杩涜搐鍘', N'JXX', N'0', N'116.240924', N'28.376918', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1748', N'360202', N'4', N'鏄屾睙鍖', N'CJQ', N'0', N'117.183688', N'29.27342', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1749', N'360203', N'4', N'鐝犲北鍖', N'ZSQ', N'0', N'117.202336', N'29.301272', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1750', N'360222', N'4', N'娴鍘', N'FLX', N'0', N'117.215061', N'29.351739', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1751', N'360281', N'4', N'涔愬钩甯', N'LPS', N'0', N'117.129169', N'28.961902', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1752', N'360302', N'4', N'瀹夋簮鍖', N'AYQ', N'0', N'113.87073', N'27.615202', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1753', N'360313', N'4', N'婀樹笢鍖', N'XDQ', N'0', N'113.733059', N'27.640075', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1754', N'360321', N'4', N'鑾茶姳鍘', N'LHX', N'0', N'113.961465', N'27.127669', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1755', N'360322', N'4', N'涓婃牀鍘', N'SLX', N'0', N'113.795219', N'27.880567', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1756', N'360323', N'4', N'鑺︽邯鍘', N'LXX', N'0', N'114.029595', N'27.631145', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1757', N'360402', N'4', N'搴愬北鍖', N'LSQ', N'0', N'115.989212', N'29.671775', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1758', N'360403', N'4', N'娴旈槼鍖', N'XYQ', N'0', N'115.990399', N'29.72746', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1759', N'360421', N'4', N'涔濇睙鍘', N'JJX', N'0', N'115.911314', N'29.608456', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1760', N'360423', N'4', N'姝﹀畞鍘', N'WNX', N'0', N'115.100579', N'29.256323', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1761', N'360424', N'4', N'淇按鍘', N'XSX', N'0', N'114.547356', N'29.025707', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1762', N'360425', N'4', N'姘镐慨鍘', N'YXX', N'0', N'115.809111', N'29.021824', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1763', N'360426', N'4', N'寰峰畨鍘', N'DAX', N'0', N'115.756883', N'29.314348', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1764', N'360427', N'4', N'鏄熷瓙鍘', N'XZX', N'0', N'116.044893', N'29.448037', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1765', N'360428', N'4', N'閮芥槍鍘', N'DCX', N'0', N'116.204099', N'29.273194', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1766', N'360429', N'4', N'婀栧彛鍘', N'HKX', N'0', N'116.220266', N'29.73944', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1767', N'360430', N'4', N'褰辰鍘', N'PZX', N'0', N'116.549359', N'29.896061', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1768', N'360481', N'4', N'鐟炴槍甯', N'RCS', N'0', N'115.681504', N'29.673795', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1769', N'360499', N'4', N'鍏遍潚鍩', N'GQC', N'0', N'115.774', N'29.2417', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1770', N'360502', N'4', N'娓濇按鍖', N'YSQ', N'0', N'114.944574', N'27.80038', N'188') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1771', N'360521', N'4', N'鍒嗗疁鍘', N'FYX', N'0', N'114.692039', N'27.814628', N'188') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1772', N'360602', N'4', N'鏈堟箹鍖', N'YHQ', N'0', N'117.036676', N'28.238797', N'189') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1773', N'360622', N'4', N'浣欐睙鍘', N'YJX', N'0', N'116.818871', N'28.204174', N'189') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1774', N'360681', N'4', N'璐垫邯甯', N'GXS', N'0', N'117.245497', N'28.292519', N'189') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1775', N'360702', N'4', N'绔犺础鍖', N'ZGQ', N'0', N'114.941826', N'25.862827', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1776', N'360721', N'4', N'璧e幙', N'GX', N'0', N'115.011561', N'25.860691', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1777', N'360722', N'4', N'淇′赴鍘', N'XFX', N'0', N'114.922963', N'25.386278', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1778', N'360723', N'4', N'澶т綑鍘', N'DYX', N'0', N'114.362094', N'25.401283', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1779', N'360724', N'4', N'涓婄姽鍘', N'SYX', N'0', N'114.551371', N'25.784978', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1780', N'360725', N'4', N'宕囦箟鍘', N'CYX', N'0', N'114.308273', N'25.681879', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1781', N'360726', N'4', N'瀹夎繙鍘', N'AYX', N'0', N'115.393922', N'25.136925', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1782', N'360727', N'4', N'榫欏崡鍘', N'LNX', N'0', N'114.789811', N'24.911107', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1783', N'360728', N'4', N'瀹氬崡鍘', N'DNX', N'0', N'115.027845', N'24.78441', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1784', N'360729', N'4', N'鍏ㄥ崡鍘', N'QNX', N'0', N'114.530125', N'24.742401', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1785', N'360730', N'4', N'瀹侀兘鍘', N'NDX', N'0', N'116.009472', N'26.470116', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1786', N'360731', N'4', N'浜庨兘鍘', N'YDX', N'0', N'115.41551', N'25.952066', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1787', N'360732', N'4', N'鍏村浗鍘', N'XGX', N'0', N'115.36319', N'26.337937', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1788', N'360733', N'4', N'浼氭槍鍘', N'HCX', N'0', N'115.786057', N'25.600272', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1789', N'360734', N'4', N'瀵讳箤鍘', N'YWX', N'0', N'115.646525', N'24.963322', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1790', N'360735', N'4', N'鐭冲煄鍘', N'SCX', N'0', N'116.354201', N'26.32686', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1791', N'360781', N'4', N'鐟為噾甯', N'RJS', N'0', N'116.02713', N'25.885561', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1792', N'360782', N'4', N'鍗楀悍甯', N'NKS', N'0', N'114.765238', N'25.661356', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1793', N'360802', N'4', N'鍚夊窞鍖', N'JZQ', N'0', N'114.994307', N'27.129975', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1794', N'360803', N'4', N'闈掑師鍖', N'QYQ', N'0', N'115.01424', N'27.081719', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1795', N'360821', N'4', N'鍚夊畨鍘', N'JAX', N'0', N'114.907659', N'27.040142', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1796', N'360822', N'4', N'鍚夋按鍘', N'JSX', N'0', N'115.135507', N'27.229632', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1797', N'360823', N'4', N'宄℃睙鍘', N'XJX', N'0', N'115.316566', N'27.582901', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1798', N'360824', N'4', N'鏂板共鍘', N'XGX', N'0', N'115.393043', N'27.740809', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1799', N'360825', N'4', N'姘镐赴鍘', N'YFX', N'0', N'115.441477', N'27.317869', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'18', N'00000015', N'2', N'灞变笢鐪', N'SDS', N'0', N'117.020411', N'36.668627', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1800', N'360826', N'4', N'娉板拰鍘', N'THX', N'0', N'114.908861', N'26.790231', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1801', N'360827', N'4', N'閬傚窛鍘', N'SCX', N'0', N'114.52098', N'26.311894', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1802', N'360828', N'4', N'涓囧畨鍘', N'WAX', N'0', N'114.786256', N'26.458257', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1803', N'360829', N'4', N'瀹夌鍘', N'AFX', N'0', N'114.619893', N'27.392874', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1804', N'360830', N'4', N'姘告柊鍘', N'YXX', N'0', N'114.242675', N'26.945233', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1805', N'360881', N'4', N'浜曞唸灞卞競', N'JGSS', N'0', N'114.289182', N'26.748186', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1806', N'360902', N'4', N'琚佸窞鍖', N'YZQ', N'0', N'114.424657', N'27.798846', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1807', N'360921', N'4', N'濂夋柊鍘', N'FXX', N'0', N'115.384904', N'28.700806', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1808', N'360922', N'4', N'涓囪浇鍘', N'WZX', N'0', N'114.447551', N'28.10455', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1809', N'360923', N'4', N'涓婇珮鍘', N'SGX', N'0', N'114.924494', N'28.232827', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1810', N'360924', N'4', N'瀹滀赴鍘', N'YFX', N'0', N'114.803542', N'28.393613', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1811', N'360925', N'4', N'闈栧畨鍘', N'JAX', N'0', N'115.362629', N'28.861475', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1812', N'360926', N'4', N'閾滈紦鍘', N'TGX', N'0', N'114.37098', N'28.520747', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1813', N'360981', N'4', N'涓板煄甯', N'FCS', N'0', N'115.771195', N'28.159325', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1814', N'360982', N'4', N'妯熸爲甯', N'ZSS', N'0', N'115.546063', N'28.055796', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1815', N'360983', N'4', N'楂樺畨甯', N'GAS', N'0', N'115.375618', N'28.417261', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1816', N'361002', N'4', N'涓村窛鍖', N'LCQ', N'0', N'116.31136', N'27.934529', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1817', N'361021', N'4', N'鍗楀煄鍘', N'NCX', N'0', N'116.644658', N'27.552748', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1818', N'361022', N'4', N'榛庡窛鍘', N'LCX', N'0', N'116.907508', N'27.282382', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1819', N'361023', N'4', N'鍗椾赴鍘', N'NFX', N'0', N'116.525725', N'27.218445', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1820', N'361024', N'4', N'宕囦粊鍘', N'CRX', N'0', N'116.061164', N'27.764681', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1821', N'361025', N'4', N'涔愬畨鍘', N'LAX', N'0', N'115.837895', N'27.420441', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1822', N'361026', N'4', N'瀹滈粍鍘', N'YHX', N'0', N'116.222128', N'27.546146', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1823', N'361027', N'4', N'閲戞邯鍘', N'JXX', N'0', N'116.775435', N'27.908337', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1824', N'361028', N'4', N'璧勬邯鍘', N'ZXX', N'0', N'117.060264', N'27.706102', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1825', N'361029', N'4', N'涓滀埂鍘', N'DXX', N'0', N'116.590465', N'28.236118', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1826', N'361030', N'4', N'骞挎槍鍘', N'GCX', N'0', N'116.325757', N'26.837267', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1827', N'361102', N'4', N'淇″窞鍖', N'XZQ', N'0', N'117.966823', N'28.43121', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1828', N'361121', N'4', N'涓婇ザ鍘', N'SRX', N'0', N'117.90785', N'28.448983', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1829', N'361122', N'4', N'骞夸赴鍘', N'GFX', N'0', N'118.19124', N'28.436286', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1830', N'361123', N'4', N'鐜夊北鍘', N'YSX', N'0', N'118.245124', N'28.682055', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1831', N'361124', N'4', N'閾呭北鍘', N'QSX', N'0', N'117.709451', N'28.315217', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1832', N'361125', N'4', N'妯嘲鍘', N'HFX', N'0', N'117.596452', N'28.407118', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1833', N'361126', N'4', N'寮嬮槼鍘', N'YYX', N'0', N'117.449588', N'28.378044', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1834', N'361127', N'4', N'浣欏共鍘', N'YGX', N'0', N'116.695647', N'28.702302', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1835', N'361128', N'4', N'閯遍槼鍘', N'PYX', N'0', N'116.699746', N'29.011699', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1836', N'361129', N'4', N'涓囧勾鍘', N'WNX', N'0', N'117.058445', N'28.694582', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1837', N'361130', N'4', N'濠烘簮鍘', N'WYX', N'0', N'117.861911', N'29.2480249', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1838', N'361181', N'4', N'寰峰叴甯', N'DXS', N'0', N'117.578713', N'28.946464', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1839', N'370102', N'4', N'鍘嗕笅鍖', N'LXQ', N'0', N'117.07653', N'36.666344', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'184', N'360100', N'3', N'鍗楁槍甯', N'NCS', N'0', N'115.858089', N'28.68316', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1840', N'370103', N'4', N'甯備腑鍖', N'SZQ', N'0', N'116.997475', N'36.6511749', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1841', N'370104', N'4', N'妲愯崼鍖', N'HYQ', N'0', N'116.90113', N'36.651301', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1842', N'370105', N'4', N'澶╂ˉ鍖', N'TQQ', N'0', N'116.987492', N'36.678016', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1843', N'370112', N'4', N'鍘嗗煄鍖', N'LCQ', N'0', N'117.065222', N'36.680171', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'185', N'360200', N'3', N'鏅痉闀囧競', N'JDZS', N'0', N'117.17842', N'29.268836', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'186', N'360300', N'3', N'钀嶄埂甯', N'PXS', N'0', N'113.854676', N'27.622865', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'187', N'360400', N'3', N'涔濇睙甯', N'JJS', N'0', N'116.001951', N'29.705103', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'188', N'360500', N'3', N'鏂颁綑甯', N'XYS', N'0', N'114.91741', N'27.817819', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'189', N'360600', N'3', N'楣版江甯', N'YTS', N'0', N'117.069202', N'28.260189', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'19', N'00000017', N'2', N'婀栧寳鐪', N'HBS', N'0', N'114.341921', N'30.545861', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'190', N'360700', N'3', N'璧e窞甯', N'GZS', N'0', N'114.935025', N'25.831925', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'191', N'360800', N'3', N'鍚夊畨甯', N'JAS', N'0', N'114.992912', N'27.113039', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'192', N'360900', N'3', N'瀹滄槬甯', N'YCS', N'0', N'114.416778', N'27.815619', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'193', N'361000', N'3', N'鎶氬窞甯', N'FZS', N'0', N'116.358176', N'27.9492', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'194', N'361100', N'3', N'涓婇ザ甯', N'SRS', N'0', N'117.943433', N'28.454863', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'195', N'370100', N'3', N'娴庡崡甯', N'JNS', N'0', N'116.994917', N'36.665282', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'20', N'00000018', N'2', N'婀栧崡鐪', N'HNS', N'0', N'112.98381', N'28.112444', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'21', N'40000000', N'2', N'閲嶅簡甯', N'ZQS', N'0', N'106.551557', N'29.56301', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'22', N'00000022', N'2', N'鍥涘窛鐪', N'SCS', N'0', N'104.075931', N'30.651652', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'23', N'00000019', N'2', N'骞夸笢鐪', N'GDS', N'0', N'113.266531', N'23.132191', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'24', N'00000020', N'2', N'骞胯タ澹棌鑷不鍖', N'GXZZZZQ', N'0', N'108.327546', N'22.815478', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'25', N'00000021', N'2', N'娴峰崡鐪', N'HNS', N'0', N'110.349229', N'20.017378', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'26', N'810000', N'2', N'棣欐腐鐗瑰埆琛屾斂鍖', N'XGTBXZQ', N'0', N'114.109497', N'22.396428', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'27', N'820000', N'2', N'婢抽棬鐗瑰埆琛屾斂鍖', N'AMTBXZQ', N'0', N'113.543873', N'22.198745', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'28', N'00000023', N'2', N'璐靛窞鐪', N'GZS', N'0', N'106.707116', N'26.598026', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'29', N'00000024', N'2', N'浜戝崡鐪', N'YNS', N'0', N'102.709812', N'25.045359', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'3', N'00000006', N'2', N'杈藉畞鐪', N'LNS', N'0', N'123.42944', N'41.835441', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'30', N'00000025', N'2', N'瑗胯棌鑷不鍖', N'XCZZQ', N'0', N'91.1170059', N'29.647951', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'31', N'00000026', N'2', N'闄曡タ鐪', N'SXS', N'0', N'108.954239', N'34.265472', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'32', N'00000027', N'2', N'鐢樿們鐪', N'GSS', N'0', N'103.826308', N'36.059421', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'33', N'00000028', N'2', N'闈掓捣鐪', N'QHS', N'0', N'101.780199', N'36.620901', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'34', N'00000029', N'2', N'瀹佸鍥炴棌鑷不鍖', N'NXHZZZQ', N'0', N'106.258754', N'38.471318', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'35', N'00000030', N'2', N'鏂扮枂缁村惥灏旇嚜娌诲尯', N'XJWWEZZQ', N'0', N'87.6278119', N'43.793028', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'4', N'00000007', N'2', N'鍚夋灄鐪', N'JLS', N'0', N'125.326065', N'43.896082', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'5', N'10000000', N'2', N'鍖椾含甯', N'BJS', N'0', N'116.407413', N'39.904214', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'6', N'30000000', N'2', N'澶╂触甯', N'TJS', N'0', N'117.200983', N'39.084158', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'7', N'00000003', N'2', N'娌冲寳鐪', N'HBS', N'0', N'114.468665', N'38.037057', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'8', N'00000004', N'2', N'灞辫タ鐪', N'SXS', N'0', N'112.562569', N'37.873376', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'89', N'370200', N'3', N'闈掑矝甯', N'QDS', N'0', N'120.382504', N'36.06722', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'9', N'00000005', N'2', N'鍐呰挋鍙よ嚜娌诲尯', N'NMGZZQ', N'0', N'111.765618', N'40.817498', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'90', N'370300', N'3', N'娣勫崥甯', N'ZBS', N'0', N'118.055007', N'36.813497', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'91', N'370400', N'3', N'鏋e簞甯', N'ZZS', N'0', N'117.323725', N'34.810488', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'92', N'370500', N'3', N'涓滆惀甯', N'DYS', N'0', N'118.674767', N'37.434751', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'926', N'370113', N'4', N'闀挎竻鍖', N'CQQ', N'0', N'116.751959', N'36.553691', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'927', N'370124', N'4', N'骞抽槾鍘', N'PYX', N'0', N'116.456187', N'36.289265', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'928', N'370125', N'4', N'娴庨槼鍘', N'JYX', N'0', N'117.173529', N'36.978547', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'929', N'370126', N'4', N'鍟嗘渤鍘', N'SHX', N'0', N'117.157183', N'37.309045', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'93', N'370600', N'3', N'鐑熷彴甯', N'YTS', N'0', N'121.447926', N'37.463819', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'930', N'370181', N'4', N'绔犱笜甯', N'ZQS', N'0', N'117.534326', N'36.714015', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'931', N'370202', N'4', N'甯傚崡鍖', N'SNQ', N'0', N'120.412392', N'36.075651', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'932', N'370203', N'4', N'甯傚寳鍖', N'SBQ', N'0', N'120.374801', N'36.087661', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'933', N'370205', N'4', N'鍥涙柟鍖', N'SFQ', N'0', N'120.366454', N'36.103993', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'934', N'370211', N'4', N'榛勫矝鍖', N'HDQ', N'0', N'120.198054', N'35.960935', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'935', N'370212', N'4', N'宕傚北鍖', N'LSQ', N'0', N'120.468956', N'36.107538', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'936', N'370213', N'4', N'鏉庢钵鍖', N'LCQ', N'0', N'120.432864', N'36.145476', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'937', N'370214', N'4', N'鍩庨槼鍖', N'CYQ', N'0', N'120.396529', N'36.307061', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'938', N'370281', N'4', N'鑳跺窞甯', N'JZS', N'0', N'120.033345', N'36.264664', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'939', N'370282', N'4', N'鍗冲ⅷ甯', N'JMS', N'0', N'120.447162', N'36.389401', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'94', N'370700', N'3', N'娼嶅潑甯', N'WFS', N'0', N'119.16193', N'36.706691', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'940', N'370283', N'4', N'骞冲害甯', N'PDS', N'0', N'119.960014', N'36.7867', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'941', N'370284', N'4', N'鑳跺崡甯', N'JNS', N'0', N'120.04643', N'35.8725', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'942', N'370285', N'4', N'鑾辫タ甯', N'LXS', N'0', N'120.51769', N'36.889084', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'943', N'370302', N'4', N'娣勫窛鍖', N'ZCQ', N'0', N'117.966842', N'36.643449', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'944', N'370303', N'4', N'寮犲簵鍖', N'ZDQ', N'0', N'118.017656', N'36.806773', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'945', N'370304', N'4', N'鍗氬北鍖', N'BSQ', N'0', N'117.861698', N'36.494752', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'946', N'370305', N'4', N'涓存穭鍖', N'LZQ', N'0', N'118.308977', N'36.827343', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'947', N'370306', N'4', N'鍛ㄦ潙鍖', N'ZCQ', N'0', N'117.869877', N'36.803109', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'948', N'370321', N'4', N'妗撳彴鍘', N'HTX', N'0', N'118.097955', N'36.959623', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'949', N'370322', N'4', N'楂橀潚鍘', N'GQX', N'0', N'117.826916', N'37.171063', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'95', N'370800', N'3', N'娴庡畞甯', N'JNS', N'0', N'116.587099', N'35.414921', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'950', N'370323', N'4', N'娌傛簮鍘', N'YYX', N'0', N'118.170979', N'36.184827', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'951', N'370402', N'4', N'甯備腑鍖', N'SZQ', N'0', N'117.556124', N'34.864114', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'952', N'370403', N'4', N'钖涘煄鍖', N'YCQ', N'0', N'117.263157', N'34.795206', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'953', N'370404', N'4', N'宄勫煄鍖', N'YCQ', N'0', N'117.590819', N'34.772236', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'954', N'370405', N'4', N'鍙板効搴勫尯', N'TEZQ', N'0', N'117.733832', N'34.562528', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'955', N'370406', N'4', N'灞变涵鍖', N'STQ', N'0', N'117.461343', N'35.099549', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'956', N'370481', N'4', N'婊曞窞甯', N'TZS', N'0', N'117.164388', N'35.084021', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'957', N'370502', N'4', N'涓滆惀鍖', N'DYQ', N'0', N'118.582184', N'37.448964', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'958', N'370503', N'4', N'娌冲彛鍖', N'HKQ', N'0', N'118.525579', N'37.886138', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'959', N'370521', N'4', N'鍨﹀埄鍘', N'KLX', N'0', N'118.547627', N'37.58754', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'960', N'370522', N'4', N'鍒╂触鍘', N'LJX', N'0', N'118.255273', N'37.49026', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'961', N'370523', N'4', N'骞块ザ鍘', N'GRX', N'0', N'118.407045', N'37.0537', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'962', N'370602', N'4', N'鑺濈綐鍖', N'ZFQ', N'0', N'121.400031', N'37.540687', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'963', N'370611', N'4', N'绂忓北鍖', N'FSQ', N'0', N'121.267697', N'37.498051', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'964', N'370612', N'4', N'鐗熷钩鍖', N'MPQ', N'0', N'121.600512', N'37.386901', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'965', N'370613', N'4', N'鑾卞北鍖', N'LSQ', N'0', N'121.445304', N'37.511305', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'966', N'370614', N'4', N'寮鍙戝尯', N'KFQ', N'0', N'121.251001', N'37.554683', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'967', N'370634', N'4', N'闀垮矝鍘', N'CDX', N'0', N'120.736584', N'37.921417', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'968', N'370681', N'4', N'榫欏彛甯', N'LKS', N'0', N'120.477836', N'37.646064', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'969', N'370682', N'4', N'鑾遍槼甯', N'LYS', N'0', N'120.711607', N'36.97891', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'970', N'370683', N'4', N'鑾卞窞甯', N'LZS', N'0', N'119.942327', N'37.177017', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'971', N'370684', N'4', N'钃幈甯', N'PLS', N'0', N'120.758848', N'37.810661', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'972', N'370685', N'4', N'鎷涜繙甯', N'ZYS', N'0', N'120.434072', N'37.355469', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'973', N'370686', N'4', N'鏍栭湠甯', N'QXS', N'0', N'120.849675', N'37.335123', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'974', N'370687', N'4', N'娴烽槼甯', N'HYS', N'0', N'121.158477', N'36.776425', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'975', N'370702', N'4', N'娼嶅煄鍖', N'WCQ', N'0', N'119.024836', N'36.7281', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'976', N'370703', N'4', N'瀵掍涵鍖', N'HTQ', N'0', N'119.219734', N'36.775491', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'977', N'370704', N'4', N'鍧婂瓙鍖', N'FZQ', N'0', N'119.166485', N'36.654448', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'978', N'370705', N'4', N'濂庢枃鍖', N'KWQ', N'0', N'119.132486', N'36.707676', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'979', N'370724', N'4', N'涓存湊鍘', N'LQX', N'0', N'118.542982', N'36.5125059', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'980', N'370725', N'4', N'鏄屼箰鍘', N'CLX', N'0', N'118.829914', N'36.706945', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'981', N'370781', N'4', N'闈掑窞甯', N'QZS', N'0', N'118.479622', N'36.684528', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'982', N'370782', N'4', N'璇稿煄甯', N'ZCS', N'0', N'119.410103', N'35.995654', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'983', N'370783', N'4', N'瀵垮厜甯', N'SGS', N'0', N'118.790652', N'36.85548', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'984', N'370784', N'4', N'瀹変笜甯', N'AQS', N'0', N'119.218978', N'36.478494', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'985', N'370785', N'4', N'楂樺瘑甯', N'GMS', N'0', N'119.755597', N'36.3825949', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'986', N'370786', N'4', N'鏄岄倯甯', N'CYS', N'0', N'119.398525', N'36.85882', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'987', N'370802', N'4', N'甯備腑鍖', N'SZQ', N'0', N'116.596614', N'35.40819', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'988', N'370811', N'4', N'浠诲煄鍖', N'RCQ', N'0', N'116.628562', N'35.433727', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'989', N'370826', N'4', N'寰北鍘', N'WSX', N'0', N'117.128946', N'34.8071', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'990', N'370827', N'4', N'楸煎彴鍘', N'YTX', N'0', N'116.650608', N'35.012749', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'991', N'370828', N'4', N'閲戜埂鍘', N'JXX', N'0', N'116.311532', N'35.06662', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'992', N'370829', N'4', N'鍢夌ゥ鍘', N'JXX', N'0', N'116.342442', N'35.407829', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'993', N'370830', N'4', N'姹朵笂鍘', N'WSX', N'0', N'116.489043', N'35.732799', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'994', N'370831', N'4', N'娉楁按鍘', N'SSX', N'0', N'117.251195', N'35.664323', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'995', N'370832', N'4', N'姊佸北鍘', N'LSX', N'0', N'116.096044', N'35.802306', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'996', N'370881', N'4', N'鏇查槣甯', N'QFS', N'0', N'116.986532', N'35.581137', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'997', N'370882', N'4', N'鍏栧窞甯', N'YZS', N'0', N'116.783834', N'35.553144', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'998', N'370883', N'4', N'閭瑰煄甯', N'ZCS', N'0', N'117.003743', N'35.405185', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'999', N'370902', N'4', N'娉板北鍖', N'TSQ', N'0', N'117.135354', N'36.192084', N'96') -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 , -[UPDATE_BY] nvarchar(32) NULL , -[UPDATE_DATE] datetime NULL , -[UPDATE_NAME] nvarchar(32) NULL -) - - -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], [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'admin', N'2015-07-16 15:33:43.000', N'绠$悊鍛') -GO -GO -INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'8a8ab0b246dc81120146dc81850c016a', null, null, null, N'0 0/1 * * * ?', N'1', N'0', N'娴嬭瘯Demo', N'taskDemoServiceTaskCronTrigger', N'admin', N'2015-07-16 15:33:48.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 -) - - -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: 604160 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`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: 604160 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -GO - --- ---------------------------- --- Records of t_s_type --- ---------------------------- -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'鏄', null, N'2c90ac564c9d1734014c9db1a167002b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'鍚', null, N'2c90ac564c9d1734014c9db1a167002b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'钄疯枃涓冩潙', null, N'402880884883eff401488415cbb60027') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'鍥剧墖', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'杈炲伐', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'鎬ヨ緸宸', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'杈為', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'寮闄', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'鑷姩绂昏亴', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'鏅氳〃鍗', null, N'402881e54dcb624a014dcbf4912b000e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'澶嶆潅琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'鏇茬嚎鍥', null, N'402881e64ca6fd1b014ca7044c370004') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'鏌辩姸鍥', null, N'402881e64ca6fd1b014ca7044c370004') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'楗煎浘', null, N'402881e64ca6fd1b014ca7044c370004') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'闈炵┖', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'鏁板瓧', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'瀛楁瘝', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'閭斂缂栫爜', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'鎵嬫満鍙风爜', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'鐢靛瓙閭欢', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'缃戝潃', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6鍒16浣嶄换鎰忓瓧绗', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6鍒16浣嶆暟瀛', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6鍒18浣嶅瓧绗︿覆', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D楗煎浘', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D楗煎浘', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'鏉$姸鍥', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'闈㈢Н鍥', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'鎶樼嚎鍥', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'鍗曢', null, N'4028ef8154753f2601547546249f0005') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'澶氶', null, N'4028ef8154753f2601547546249f0005') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182400076', N'0', N'common.male', null, N'8a8ab0b246dc81120146dc8181cd005f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182430077', N'1', N'common.female', null, N'8a8ab0b246dc81120146dc8181cd005f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'澶т簬', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'澶т簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'灏忎簬', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'灏忎簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'绛変簬', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'鍖呭惈', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'妯$硦', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'涓嶇瓑浜', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'灏忔椂', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'澶', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'澶/浜', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'鍏/浜', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'鍏', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'宀', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'璇炬椂', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'鍏虫敞寮曞', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'鍐呭鍖', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'鍘熸枃寮曞', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'鏍囬', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'鍒嗛殧绾', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'浜掓帹璐﹀彿', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'鍏朵粬', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'鎴戠殑鏍峰紡', null, N'jglongjbtstypegourp2015060400001') -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 -) - - -GO - --- ---------------------------- --- Records of t_s_typegroup --- ---------------------------- -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'297e201047e95ee30147e9ba56ce0009', N'orgtype', N'common.org.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'2c90ac564c9d1734014c9db1a167002b', N'sf_yn', N'鏄惁YN') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402880884883eff401488415cbb60027', N'smsTplType', N'妯℃澘绫诲瀷') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881a151f1af7c0151f1b9d7f50002', N'outType', N'绂昏亴鏂瑰紡') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e44df713f5014df738349c002f', N'formDbType', N'form.db.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e54dcb624a014dcbf4912b000e', N'bdfl', N'琛ㄥ崟鍒嗙被') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e64ca6fd1b014ca7044c370004', N'tblx', N'鍥捐〃绫诲瀷') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e946e71f5f0146e73619bb0002', N'lang', N'common.mutilang') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028838850c35b6a0150c37251e00002', N'dataType', N'鏍¢獙瑙勫垯') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028ab8c5134f1ed0151350f08d90003', N'units', N'甯哥敤鍗曚綅') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028b881533ac16a01533adb50460001', N'graphType', N'鍔ㄦ佸浘琛ㄧ被鍨') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028ef8154753f2601547546249f0005', N'pop_retype', N'POP杩斿洖绫诲瀷') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028efa25219c9f0015219d1d2720004', N'leaveType', N'璇峰亣绫诲埆') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'enhanceType', N'java.enhance.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a3858fca40018', N'msgTplType', N'娑堟伅妯℃澘鍒嗙被') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a385cb115001e', N'msgType', N'娑堟伅绫诲埆') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a386022bd0026', N'msgStatus', N'娑堟伅鍙戦佺姸鎬') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181aa0056', N'icontype', N'common.icon.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b10057', N'order', N'lang.order.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b50058', N'custom', N'lang.customer.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b90059', N'service', N'lang.service.item.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181bc005a', N'searchmode', N'common.query.module') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c0005b', N'yesorno', N'common.logic.condition') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c3005c', N'fieldtype', N'field.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c6005d', N'database', N'common.data.table') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181ca005e', N'fieltype', N'common.document.category') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181cd005f', N'sex', N'common.sex.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0ba487c527201487c7732790019', N'dbtype', N'common.dbtype') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'f852d85d47ed64a40147ed70894c0003', N'rulecon', N'瑙勫垯鏉′欢') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'jglongjbtstypegourp2015060400001', N'weixin', N'寰俊妯℃澘绫诲瀷') -GO -GO - --- ---------------------------- --- Table structure for t_s_user --- ---------------------------- -DROP TABLE [dbo].[t_s_user] -GO -CREATE TABLE [dbo].[t_s_user] ( -[email] nvarchar(50) NULL , -[mobilePhone] nvarchar(30) NULL , -[officePhone] nvarchar(20) NULL , -[signatureFile] nvarchar(100) NULL , -[id] nvarchar(32) 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_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' -, @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'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 - --- ---------------------------- --- Records of t_s_user --- ---------------------------- -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', null, N'402880e74d75c4dd014d75d44af30005', N'绠$悊鍛', N'2016-06-27 16:00:02.000', N'admin', N'绠$悊鍛', N'2015-05-21 17:35:56.000', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'zhangdaiscott@163.com', N'13426432323', N'991', null, N'4028ef81538330cd01538333b7bc0001', N'绠$悊鍛', N'2016-07-11 11:44:33.000', N'admin', N'绠$悊鍛', N'2016-03-17 14:11:58.000', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', N'images/renfang/qm/licf.gif', N'8a8ab0b246dc81120146dc8181950052', N'绠$悊鍛', N'2016-05-30 17:53:22.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'zhangdaiscott@163.com', N'13426430000', N'7496661', null, N'8a8ab0b246dc81120146dc81819d0053', N'绠$悊鍛', N'2016-05-30 10:25:25.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', null, N'8a8ab0b246dc81120146dc8181a10054', N'绠$悊鍛', N'2016-06-01 15:07:57.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (null, null, null, null, N'8a8ab0b246dc81120146dc8181a60055', N'绠$悊鍛', N'2016-04-08 18:34:53.000', N'admin', null, null, null) -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 - --- ---------------------------- --- Records of t_s_user_org --- ---------------------------- -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef8154ff79a50154ff7ae7670001', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef8154ff79a50154ff7ae76c0002', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8180bd0018') -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'4028ef81550112c40155011505270001', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc8180ba0017') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815502401c01550241595d0001', N'402880e74d75c4dd014d75d44af30005', N'402880e6487e661a01487e6b504e0001') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815502401c0155024159670002', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550f0ac701550f21f93e0006', N'4028ef81538330cd01538333b7bc0001', N'402880e447e9ba550147e9c53b2e0013') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550f0ac701550f21f9420007', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8180bd0018') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO - --- ---------------------------- --- Table structure for t_s_version --- ---------------------------- -DROP TABLE [dbo].[t_s_version] -GO -CREATE TABLE [dbo].[t_s_version] ( -[ID] nvarchar(32) NOT NULL , -[loginpage] nvarchar(100) NULL , -[versioncode] nvarchar(50) NULL , -[versionname] nvarchar(30) NULL , -[versionnum] nvarchar(20) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_version --- ---------------------------- - --- ---------------------------- --- Indexes structure for table auto_form --- ---------------------------- -CREATE UNIQUE INDEX [form_name] ON [dbo].[auto_form] -([form_name] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table auto_form --- ---------------------------- -ALTER TABLE [dbo].[auto_form] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_db --- ---------------------------- -CREATE UNIQUE INDEX [db_name] ON [dbo].[auto_form_db] -([db_name] ASC, [auto_form_id] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table auto_form_db --- ---------------------------- -ALTER TABLE [dbo].[auto_form_db] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_db_field --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table auto_form_db_field --- ---------------------------- -ALTER TABLE [dbo].[auto_form_db_field] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_param --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table auto_form_param --- ---------------------------- -ALTER TABLE [dbo].[auto_form_param] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_style --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table auto_form_style --- ---------------------------- -ALTER TABLE [dbo].[auto_form_style] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_button --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_button --- ---------------------------- -ALTER TABLE [dbo].[cgform_button] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_button_sql --- ---------------------------- - --- ---------------------------- --- 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 --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_enhance_java --- ---------------------------- -ALTER TABLE [dbo].[cgform_enhance_java] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_enhance_js --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_enhance_js --- ---------------------------- -ALTER TABLE [dbo].[cgform_enhance_js] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_field --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_field --- ---------------------------- -ALTER TABLE [dbo].[cgform_field] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_ftl --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_ftl --- ---------------------------- -ALTER TABLE [dbo].[cgform_ftl] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_head --- ---------------------------- -ALTER TABLE [dbo].[cgform_head] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_index --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_index --- ---------------------------- -ALTER TABLE [dbo].[cgform_index] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_template --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_template --- ---------------------------- -ALTER TABLE [dbo].[cgform_template] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_uploadfiles --- ---------------------------- -CREATE INDEX [FK_qwig8sn3okhvh4wye8nn8gdeg] ON [dbo].[cgform_uploadfiles] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table cgform_uploadfiles --- ---------------------------- -ALTER TABLE [dbo].[cgform_uploadfiles] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table ck_editor --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table ck_editor --- ---------------------------- -ALTER TABLE [dbo].[ck_editor] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table ck_finder --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table ck_finder --- ---------------------------- -ALTER TABLE [dbo].[ck_finder] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table doc --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table doc --- ---------------------------- -ALTER TABLE [dbo].[doc] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_custom_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_custom_info --- ---------------------------- -ALTER TABLE [dbo].[jeecg_custom_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_custom_record --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_custom_record --- ---------------------------- -ALTER TABLE [dbo].[jeecg_custom_record] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_demo --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo_course --- ---------------------------- -CREATE INDEX [FK_g3jn8mfod69i7jfv5gnrcvgbx] ON [dbo].[jeecg_demo_course] -([teacher_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jeecg_demo_course --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_course] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo_student --- ---------------------------- -CREATE INDEX [FK_r86q81koyocgod3cx6529hbpw] ON [dbo].[jeecg_demo_student] -([COURSE_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jeecg_demo_student --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_student] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo_teacher --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_demo_teacher --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_teacher] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_matter_bom --- ---------------------------- -CREATE INDEX [FK_fldfyrevj0li4hej5b2gu2q7w] ON [dbo].[jeecg_matter_bom] -([parent_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jeecg_matter_bom --- ---------------------------- -ALTER TABLE [dbo].[jeecg_matter_bom] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_minidao --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_minidao --- ---------------------------- -ALTER TABLE [dbo].[jeecg_minidao] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_order_custom --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_order_custom --- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_custom] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_order_main --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_order_main --- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_main] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_order_product --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_order_product --- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_product] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jfom_goods --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jfom_goods --- ---------------------------- -ALTER TABLE [dbo].[jfom_goods] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgdynamgraph_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgdynamgraph_head --- ---------------------------- -ALTER TABLE [dbo].[jform_cgdynamgraph_head] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgdynamgraph_item --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgdynamgraph_item --- ---------------------------- -ALTER TABLE [dbo].[jform_cgdynamgraph_item] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgdynamgraph_param --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgdynamgraph_param --- ---------------------------- -ALTER TABLE [dbo].[jform_cgdynamgraph_param] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgreport_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgreport_head --- ---------------------------- -ALTER TABLE [dbo].[jform_cgreport_head] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgreport_item --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgreport_item --- ---------------------------- -ALTER TABLE [dbo].[jform_cgreport_item] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgreport_param --- ---------------------------- -CREATE INDEX [idx_cgrheadid] ON [dbo].[jform_cgreport_param] -([cgrhead_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jform_cgreport_param --- ---------------------------- -ALTER TABLE [dbo].[jform_cgreport_param] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_contact --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_contact --- ---------------------------- -ALTER TABLE [dbo].[jform_contact] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_contact_group --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_contact_group --- ---------------------------- -ALTER TABLE [dbo].[jform_contact_group] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_cost_claim --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_cost_claim --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_cost_claim] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_entry --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_entry --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_entry] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_leave --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_leave --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_leave] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_meals_cost --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_meals_cost --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_meals_cost] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_other_cost --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_other_cost --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_other_cost] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_resignation --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_resignation --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_resignation] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_graphreport_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_graphreport_head --- ---------------------------- -ALTER TABLE [dbo].[jform_graphreport_head] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_graphreport_item --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_graphreport_item --- ---------------------------- -ALTER TABLE [dbo].[jform_graphreport_item] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_leave --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_leave --- ---------------------------- -ALTER TABLE [dbo].[jform_leave] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_order_customer --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_order_customer --- ---------------------------- -ALTER TABLE [dbo].[jform_order_customer] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_order_main --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_order_main --- ---------------------------- -ALTER TABLE [dbo].[jform_order_main] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_order_ticket --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_order_ticket --- ---------------------------- -ALTER TABLE [dbo].[jform_order_ticket] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_price1 --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_price1 --- ---------------------------- -ALTER TABLE [dbo].[jform_price1] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_resume_degree_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_resume_degree_info --- ---------------------------- -ALTER TABLE [dbo].[jform_resume_degree_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_resume_exp_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_resume_exp_info --- ---------------------------- -ALTER TABLE [dbo].[jform_resume_exp_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_resume_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_resume_info --- ---------------------------- -ALTER TABLE [dbo].[jform_resume_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_tree --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_tree --- ---------------------------- -ALTER TABLE [dbo].[jform_tree] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_demo_activity --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_demo_activity --- ---------------------------- -ALTER TABLE [dbo].[jp_demo_activity] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_demo_auth --- ---------------------------- -CREATE UNIQUE INDEX [uniq_authid] ON [dbo].[jp_demo_auth] -([auth_id] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jp_demo_auth --- ---------------------------- -ALTER TABLE [dbo].[jp_demo_auth] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_inner_mail --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_inner_mail --- ---------------------------- -ALTER TABLE [dbo].[jp_inner_mail] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_inner_mail_attach --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_inner_mail_attach --- ---------------------------- -ALTER TABLE [dbo].[jp_inner_mail_attach] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_inner_mail_receiver --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_inner_mail_receiver --- ---------------------------- -ALTER TABLE [dbo].[jp_inner_mail_receiver] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_finance --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_finance --- ---------------------------- -ALTER TABLE [dbo].[t_finance] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_finance_files --- ---------------------------- -CREATE INDEX [FK_ij2p74feypwcda4n0n96pyd10] ON [dbo].[t_finance_files] -([financeId] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_28m7vvi0cy5r5keke68b6f7rt] ON [dbo].[t_finance_files] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_finance_files --- ---------------------------- -ALTER TABLE [dbo].[t_finance_files] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_attachment --- ---------------------------- -CREATE INDEX [FK_mnq23hlc835n4ufgjl7nkn3bd] ON [dbo].[t_s_attachment] -([USERID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_attachment --- ---------------------------- -ALTER TABLE [dbo].[t_s_attachment] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_base_user --- ---------------------------- -CREATE INDEX [FK_15jh1g4iem1857546ggor42et] ON [dbo].[t_s_base_user] -([departid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_login] ON [dbo].[t_s_base_user] -([password] ASC, [username] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [idx_deleteflg] ON [dbo].[t_s_base_user] -([delete_flag] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_base_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_base_user] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_category --- ---------------------------- -CREATE UNIQUE INDEX [uniq_code] ON [dbo].[t_s_category] -([code] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_category --- ---------------------------- -ALTER TABLE [dbo].[t_s_category] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_config --- ---------------------------- -CREATE INDEX [FK_m3q8r50ror4fl7fjkvd82tqgn] ON [dbo].[t_s_config] -([userid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_config --- ---------------------------- -ALTER TABLE [dbo].[t_s_config] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_data_log --- ---------------------------- -CREATE INDEX [sindex] ON [dbo].[t_s_data_log] -([table_name] ASC, [data_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_data_log --- ---------------------------- -ALTER TABLE [dbo].[t_s_data_log] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_data_source --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_data_source --- ---------------------------- -ALTER TABLE [dbo].[t_s_data_source] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_demo --- ---------------------------- -CREATE INDEX [FK_fni8e3v88wcf2sahhlv57u4nm] ON [dbo].[t_s_demo] -([demopid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_demo --- ---------------------------- -ALTER TABLE [dbo].[t_s_demo] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_depart --- ---------------------------- -CREATE INDEX [FK_knnm3wb0bembwvm0il7tf6686] ON [dbo].[t_s_depart] -([parentdepartid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_depart --- ---------------------------- -ALTER TABLE [dbo].[t_s_depart] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_document --- ---------------------------- -CREATE INDEX [FK_qr3qlmgkflj35m5ci1xv0vvg3] ON [dbo].[t_s_document] -([typeid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_f2mc12eu0umghp2i70apmtxjl] ON [dbo].[t_s_document] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_document --- ---------------------------- -ALTER TABLE [dbo].[t_s_document] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_fileno --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_fileno --- ---------------------------- -ALTER TABLE [dbo].[t_s_fileno] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_function --- ---------------------------- -CREATE INDEX [FK_brd7b3keorj8pmxcv8bpahnxp] ON [dbo].[t_s_function] -([parentfunctionid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_q5tqo3v4ltsp1pehdxd59rccx] ON [dbo].[t_s_function] -([iconid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_gbdacaoju6d5u53rp4jo4rbs9] ON [dbo].[t_s_function] -([desk_iconid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_function --- ---------------------------- -ALTER TABLE [dbo].[t_s_function] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_icon --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_icon --- ---------------------------- -ALTER TABLE [dbo].[t_s_icon] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_log --- ---------------------------- -CREATE INDEX [FK_oe64k4852uylhyc5a00rfwtay] ON [dbo].[t_s_log] -([userid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_log --- ---------------------------- -ALTER TABLE [dbo].[t_s_log] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_muti_lang --- ---------------------------- -CREATE UNIQUE INDEX [uniq_langkey_langcode] ON [dbo].[t_s_muti_lang] -([lang_key] ASC, [lang_code] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_muti_lang --- ---------------------------- -ALTER TABLE [dbo].[t_s_muti_lang] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice_authority_role --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice_authority_role --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice_authority_role] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice_authority_user --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice_authority_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice_authority_user] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice_read_user --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice_read_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice_read_user] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_operation --- ---------------------------- -CREATE INDEX [FK_pceuy41wr2fjbcilyc7mk3m1f] ON [dbo].[t_s_operation] -([functionid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_ny5de7922l39ta2pkhyspd5f] ON [dbo].[t_s_operation] -([iconid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_operation --- ---------------------------- -ALTER TABLE [dbo].[t_s_operation] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_opintemplate --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_opintemplate --- ---------------------------- -ALTER TABLE [dbo].[t_s_opintemplate] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_role --- ---------------------------- -ALTER TABLE [dbo].[t_s_role] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role_function --- ---------------------------- -CREATE INDEX [FK_fvsillj2cxyk5thnuu625urab] ON [dbo].[t_s_role_function] -([functionid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_9dww3p4w8jwvlrgwhpitsbfif] ON [dbo].[t_s_role_function] -([roleid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_role_function --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_function] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role_org --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_role_org --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_org] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role_user --- ---------------------------- -CREATE INDEX [FK_n2ucxeorvpjy7qhnmuem01kbx] ON [dbo].[t_s_role_user] -([roleid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_d4qb5xld2pfb0bkjx9iwtolda] ON [dbo].[t_s_role_user] -([userid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_role_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_user] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms_sql --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms_sql --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms_sql] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms_template --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms_template --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms_template] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms_template_sql --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms_template_sql --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms_template_sql] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_student --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_student --- ---------------------------- -ALTER TABLE [dbo].[t_s_student] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_territory --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_territory --- ---------------------------- -ALTER TABLE [dbo].[t_s_territory] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_timetask --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_timetask --- ---------------------------- -ALTER TABLE [dbo].[t_s_timetask] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_type --- ---------------------------- -CREATE INDEX [FK_nw2b22gy7plh7pqows186odmq] ON [dbo].[t_s_type] -([typepid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_3q40mr4ebtd0cvx79matl39x1] ON [dbo].[t_s_type] -([typegroupid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_type --- ---------------------------- -ALTER TABLE [dbo].[t_s_type] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_typegroup --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_typegroup --- ---------------------------- -ALTER TABLE [dbo].[t_s_typegroup] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_user --- ---------------------------- -CREATE INDEX [FK_2cuji5h6yorrxgsr8ojndlmal] ON [dbo].[t_s_user] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_user] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_user_org --- ---------------------------- -CREATE INDEX [index_user_id] ON [dbo].[t_s_user_org] -([user_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_org_id] ON [dbo].[t_s_user_org] -([org_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_user_org --- ---------------------------- -ALTER TABLE [dbo].[t_s_user_org] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_version --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_version --- ---------------------------- -ALTER TABLE [dbo].[t_s_version] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[jeecg_demo_course] --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_course] ADD FOREIGN KEY ([teacher_ID]) REFERENCES [dbo].[jeecg_demo_teacher] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[jeecg_demo_student] --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_student] ADD FOREIGN KEY ([COURSE_ID]) REFERENCES [dbo].[jeecg_demo_course] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[jeecg_matter_bom] --- ---------------------------- -ALTER TABLE [dbo].[jeecg_matter_bom] ADD FOREIGN KEY ([parent_ID]) REFERENCES [dbo].[jeecg_matter_bom] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_finance_files] --- ---------------------------- -ALTER TABLE [dbo].[t_finance_files] ADD FOREIGN KEY ([financeId]) REFERENCES [dbo].[t_finance] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_finance_files] ADD FOREIGN KEY ([id]) REFERENCES [dbo].[t_s_attachment] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_base_user] --- ---------------------------- -ALTER TABLE [dbo].[t_s_base_user] ADD FOREIGN KEY ([departid]) REFERENCES [dbo].[t_s_depart] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_config] --- ---------------------------- -ALTER TABLE [dbo].[t_s_config] ADD FOREIGN KEY ([userid]) REFERENCES [dbo].[t_s_user] ([id]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_demo] --- ---------------------------- -ALTER TABLE [dbo].[t_s_demo] ADD FOREIGN KEY ([demopid]) REFERENCES [dbo].[t_s_demo] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_function] --- ---------------------------- -ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([desk_iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([parentfunctionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_operation] --- ---------------------------- -ALTER TABLE [dbo].[t_s_operation] ADD FOREIGN KEY ([functionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_operation] ADD FOREIGN KEY ([iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_role_function] --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_function] ADD FOREIGN KEY ([functionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_role_function] ADD FOREIGN KEY ([roleid]) REFERENCES [dbo].[t_s_role] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_role_user] --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_user] ADD FOREIGN KEY ([roleid]) REFERENCES [dbo].[t_s_role] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_role_user] ADD FOREIGN KEY ([userid]) REFERENCES [dbo].[t_s_user] ([id]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_type] --- ---------------------------- -ALTER TABLE [dbo].[t_s_type] ADD FOREIGN KEY ([typegroupid]) REFERENCES [dbo].[t_s_typegroup] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_type] ADD FOREIGN KEY ([typepid]) REFERENCES [dbo].[t_s_type] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_user] --- ---------------------------- -ALTER TABLE [dbo].[t_s_user] ADD FOREIGN KEY ([id]) REFERENCES [dbo].[t_s_base_user] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO diff --git a/docs/db/jeecg3.6.5-mysql-20160718.sql b/docs/db/jeecg3.6.6-mysql-20170208.sql similarity index 81% rename from docs/db/jeecg3.6.5-mysql-20160718.sql rename to docs/db/jeecg3.6.6-mysql-20170208.sql index 7c72cfcf..e5448e34 100644 --- a/docs/db/jeecg3.6.5-mysql-20160718.sql +++ b/docs/db/jeecg3.6.6-mysql-20170208.sql @@ -4,18 +4,19 @@ Navicat MySQL Data Transfer Source Server : mysql Source Server Version : 50037 Source Host : localhost:3306 -Source Database : jeecg +Source Database : jeecg_3_6_6 Target Server Type : MYSQL Target Server Version : 50037 File Encoding : 65001 -Date: 2016-07-18 18:21:25 +Date: 2017-02-09 10:33:28 */ SET FOREIGN_KEY_CHECKS=0; + -- ---------------------------- --- Table structure for `auto_form` +-- Table structure for auto_form -- ---------------------------- DROP TABLE IF EXISTS `auto_form`; CREATE TABLE `auto_form` ( @@ -35,7 +36,7 @@ CREATE TABLE `auto_form` ( `main_table_source` varchar(50) default NULL COMMENT '涓绘暟鎹簮', `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', PRIMARY KEY (`id`), - UNIQUE KEY `form_name` (`form_name`) + UNIQUE KEY `form_name` USING BTREE (`form_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -48,11 +49,10 @@ INSERT INTO `auto_form` VALUES ('402885d8507f14a601507f15b5200001', 'jeecg_custo INSERT INTO `auto_form` VALUES ('402885d8508410ea01508424b4350006', 'jeecg_custom_info', '瀹㈡埛璧勬枡绠$悊鍗★紙妗堜緥锛', '', '


瀹㈡埛璧勬枡绠$悊鍗
{|-鐢 濂 -|}
{|-铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 -|}
{|-閾佽矾 姘磋繍 姹借繍 鑷彁 -|}

{|-閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 -|}


', '绠$悊鍛', 'admin', '2015-10-20 15:26:49', 'admin', '2015-11-19 11:21:10', 'A02', 'A0', '{\"fields\":0,\"template\":\"


瀹㈡埛璧勬枡绠$悊鍗
{|-鐢 濂 -|}
{|-铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 -|}
{|-閾佽矾 姘磋繍 姹借繍 鑷彁 -|}

{|-閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 -|}


\",\"parse\":\"


瀹㈡埛璧勬枡绠$悊鍗
鐢 濂 
铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 
閾佽矾 姘磋繍 姹借繍 鑷彁 

閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 


\",\"data\":[{\"name\":\"jeecg_custom_info.CUST_NAME\",\"type\":\"text\",\"title\":\"cust_name\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_NAME\",\"style\":\"text-align: left; width: 100px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_ADDR\",\"type\":\"text\",\"title\":\"cust_addr\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_ADDR\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_CODE\",\"type\":\"text\",\"title\":\"cust_code\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"60\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_CODE\",\"style\":\"text-align: left; width: 60px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.EMAIL\",\"type\":\"text\",\"title\":\"email\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.EMAIL\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_CHARGE\",\"type\":\"text\",\"title\":\"cust_charge\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_CHARGE\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"plugins\":\"radios\",\"name\":\"leipiNewField\",\"title\":\"sex\",\"value\":\"鐢,濂砛",\"content\":\"鐢 濂 \",\"options\":[{\"type\":\"radio\",\"name\":\"leipiNewField\",\"value\":\"鐢穃",\"checked\":\"\"},{\"type\":\"radio\",\"name\":\"leipiNewField\",\"value\":\"濂砛",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.AGE\",\"type\":\"text\",\"title\":\"age\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.AGE\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.POSITION\",\"type\":\"text\",\"title\":\"position\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"60\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.POSITION\",\"style\":\"text-align: left; width: 60px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PHONE\",\"type\":\"text\",\"title\":\"phone\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PHONE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.BANK\",\"type\":\"text\",\"title\":\"bank\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.BANK\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.MONEY\",\"type\":\"text\",\"title\":\"money\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.MONEY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PROMOTER\",\"type\":\"text\",\"title\":\"promoter\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PROMOTER\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.ACCOUNT\",\"type\":\"text\",\"title\":\"account\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.ACCOUNT\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.TURNOVER\",\"type\":\"text\",\"title\":\"turnover\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.TURNOVER\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PAYMENT_ATTR\",\"type\":\"text\",\"title\":\"payment_attr\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PAYMENT_ATTR\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SAX_NUM\",\"type\":\"text\",\"title\":\"sax_num\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SAX_NUM\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PAY_DATE\",\"type\":\"text\",\"title\":\"pay_date\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PAY_DATE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.BEGIN_PAY_DATE\",\"type\":\"text\",\"title\":\"begin_pay_date\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.BEGIN_PAY_DATE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"plugins\":\"checkboxs\",\"title\":\"main_bus\",\"parse_name\":\"checkboxs_0\",\"name\":\"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField\",\"value\":\"铏氭嫙,鏁扮爜,缇庡,鏈嶈,閰嶉グ,姣嶅┐,瀹跺眳,椋熷搧\",\"content\":\"铏氭嫙 鏁扮爜 缇庡 鏈嶈 閰嶉グ 姣嶅┐ 瀹跺眳 椋熷搧 \",\"options\":[{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"铏氭嫙\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"鏁扮爜\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"缇庡\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"鏈嶈\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"閰嶉グ\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"姣嶅┐\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"瀹跺眳\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"椋熷搧\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.BUS_PRO\",\"type\":\"text\",\"title\":\"bus_pro\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.BUS_PRO\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.WAREHOUSE\",\"type\":\"text\",\"title\":\"warehouse\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.WAREHOUSE\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PEOPLE\",\"type\":\"text\",\"title\":\"people\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"80\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PEOPLE\",\"style\":\"text-align: left; width: 80px;\",\"content\":\"\"},{\"plugins\":\"checkboxs\",\"title\":\"transportation\",\"parse_name\":\"checkboxs_1\",\"name\":\"leipiNewField,leipiNewField,leipiNewField,leipiNewField\",\"value\":\"閾佽矾,姘磋繍,姹借繍,鑷彁\",\"content\":\"閾佽矾 姘磋繍 姹借繍 鑷彁 \",\"options\":[{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"閾佽矾\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"姘磋繍\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"姹借繍\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"鑷彁\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.OPERATION\",\"type\":\"text\",\"title\":\"operation\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.OPERATION\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CAR\",\"type\":\"text\",\"title\":\"car\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CAR\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SHOPKEEPER\",\"type\":\"text\",\"title\":\"shopkeeper\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SHOPKEEPER\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.WHOLESALE\",\"type\":\"text\",\"title\":\"wholesale\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.WHOLESALE\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.AREA\",\"type\":\"text\",\"title\":\"area\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.AREA\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"plugins\":\"checkboxs\",\"title\":\"management\",\"parse_name\":\"checkboxs_2\",\"name\":\"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField\",\"value\":\"閿鍞笂閲,鍒╂鼎涓哄噯,閲忓埄鍏奸【,绉瀬,淇濆畧,骞冲父,鎶曟満,鍑屼贡\",\"content\":\"閿鍞笂閲 鍒╂鼎涓哄噯 閲忓埄鍏奸【 绉瀬 淇濆畧 骞冲父 鎶曟満 鍑屼贡 \",\"options\":[{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"閿鍞笂閲廫",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"鍒╂鼎涓哄噯\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"閲忓埄鍏奸【\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"绉瀬\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"淇濆畧\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"骞冲父\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"鎶曟満\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"鍑屼贡\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.STOCK1\",\"type\":\"text\",\"title\":\"stock1\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.STOCK1\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.STOCK2\",\"type\":\"text\",\"title\":\"stock2\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.STOCK2\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SALE1\",\"type\":\"text\",\"title\":\"sale1\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SALE1\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SALE2\",\"type\":\"text\",\"title\":\"sale2\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SALE2\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.INVENTORY1\",\"type\":\"text\",\"title\":\"inventory1\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.INVENTORY1\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.INVENTORY2\",\"type\":\"text\",\"title\":\"inventory2\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.INVENTORY2\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.MAX_MONEY\",\"type\":\"text\",\"title\":\"max_money\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.MAX_MONEY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_LEVEL\",\"type\":\"text\",\"title\":\"cust_level\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_LEVEL\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.ALL_AVG_INVENTORY\",\"type\":\"text\",\"title\":\"all_avg_inventory\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.ALL_AVG_INVENTORY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.AVG_INVENTORY\",\"type\":\"text\",\"title\":\"avg_inventory\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.AVG_INVENTORY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PRICE\",\"type\":\"text\",\"title\":\"price\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PRICE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PROMISE\",\"type\":\"text\",\"title\":\"promise\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PROMISE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.COMPETING_GOODS\",\"type\":\"text\",\"title\":\"competing_goods\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.COMPETING_GOODS\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"}],\"add_fields\":{}}', 'jeecg_custom_info', '绠$悊鍛'); INSERT INTO `auto_form` VALUES ('4028948150f601230150f60692050001', 'doc', '鏂囨。Doc', '', '

鍐呭
鏃堕棿
鏂囨。缂栧彿
鏍囬
鏂囨。绫诲瀷{|-  -|}
', '绠$悊鍛', 'admin', '2015-11-11 18:10:37', 'admin', '2015-11-19 10:59:24', 'A02', 'A0', '{\"fields\":0,\"template\":\"

鍐呭
鏃堕棿
鏂囨。缂栧彿
鏍囬
鏂囨。绫诲瀷{|-  -|}
\",\"parse\":\"

鍐呭
鏃堕棿
鏂囨。缂栧彿
鏍囬
鏂囨。绫诲瀷  
\",\"data\":[{\"type\":\"hidden\",\"name\":\"doc.ID\",\"autofield\":\"doc.ID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCCONTENT\",\"value\":\"\",\"name\":\"doc.DOCCONTENT\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"doc.DOCCONTENT\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"鏃堕棿\",\"value\":\"\",\"name\":\"doc.DOCDATE\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"standardDate\",\"autofield\":\"doc.DOCDATE\",\"datatype\":\"\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCID\",\"value\":\"\",\"name\":\"doc.DOCID\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"doc.DOCID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCTITLE\",\"value\":\"\",\"name\":\"doc.DOCTITLE\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"doc.DOCTITLE\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"鏂囨。绫诲瀷\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"402881e54dcb624a014dcbf4912b000e\",\"orgwidth\":\"150\",\"autofield\":\"doc.DOCTYPE\",\"style\":\"width: 150px;\",\"value\":\"bdfl_ptbd,bdfl_fzbd,bdfl_vipbd\",\"content\":\"  \"}],\"add_fields\":{}}', 'doc', '绠$悊鍛'); INSERT INTO `auto_form` VALUES ('40289481513a049b01513a0aabf70001', 'docdb', 'docdb', '', '

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


', '绠$悊鍛', 'admin', '2015-11-24 23:09:16', 'admin', '2015-11-30 12:14:19', 'A02', 'A0', '{\"fields\":0,\"template\":\"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


\",\"parse\":\"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE  
DOCTYPEspring-key java-class 


\",\"data\":[{\"type\":\"hidden\",\"name\":\"docdb.ID\",\"autofield\":\"docdb.ID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCCONTENT\",\"value\":\"\",\"name\":\"docdb.DOCCONTENT\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"docdb.DOCCONTENT\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCDATE\",\"value\":\"\",\"name\":\"docdb.DOCDATE\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"standardDate\",\"autofield\":\"docdb.DOCDATE\",\"datatype\":\"\",\"content\":\"\"},{\"name\":\"docdb.DOCID\",\"title\":\"DOCID\",\"leipiplugins\":\"popup\",\"size\":\"1\",\"datatype\":\"\",\"style\":\"background-image: url(http://localhost:8080/jeecg/plug-in/easyui/themes/default/images/searchbox_button.png); background-color: rgb(255, 255, 255); width: 150px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;\",\"dictionary\":\"user_msg,account,realname\",\"orgwidth\":\"150\",\"autofield\":\"docdb.DOCID\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"DOCTITLE\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"402881e64ca6fd1b014ca7044c370004\",\"orgwidth\":\"150\",\"autofield\":\"docdb.DOCTITLE\",\"style\":\"width: 150px;\",\"value\":\"spline,column,pie\",\"content\":\"  \"},{\"leipiplugins\":\"radios\",\"name\":\"leipiNewField\",\"selector\":\"8a1c7ee54e3e2ca9014e3e4b78f90009\",\"autofield\":\"docdb.DOCTYPE\",\"title\":\"DOCTYPE\",\"value\":\"spring,class\",\"content\":\"spring-key java-class \",\"options\":[{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"spring-key\",\"value\":\"spring\",\"checked\":\"\"},{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"java-class\",\"value\":\"class\",\"checked\":\"\"}]}],\"add_fields\":{}}', 'docdb', '绠$悊鍛'); -INSERT INTO `auto_form` VALUES ('4028ef815382c6c9015382ccd9b60003', 'test', '瀛︾敓琛ㄥ綍鍏', '', '

NAME
SEX{|-鐢锋 濂虫 -|}
AGE
BIRTHDAY


', '绠$悊鍛', 'admin', '2016-03-17 12:19:36', 'admin', '2016-03-17 12:30:58', 'A03', 'A0', '{\"fields\":0,\"template\":\"

NAME
SEX{|-鐢锋 濂虫 -|}
AGE
BIRTHDAY


\",\"parse\":\"

NAME
SEX鐢锋 濂虫 
AGE
BIRTHDAY


\",\"data\":[{\"type\":\"hidden\",\"name\":\"test_stud.ID\",\"autofield\":\"test_stud.ID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 150px;\",\"title\":\"NAME\",\"value\":\"\",\"name\":\"test_stud.NAME\",\"orgheight\":\"\",\"orgwidth\":\"150\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"test_stud.NAME\",\"content\":\"\"},{\"leipiplugins\":\"radios\",\"name\":\"leipiNewField\",\"selector\":\"8a8ab0b246dc81120146dc8181cd005f\",\"autofield\":\"test_stud.SEX\",\"title\":\"SEX\",\"value\":\"0,1\",\"content\":\"鐢锋 濂虫 \",\"options\":[{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"鐢锋",\"value\":\"0\",\"checked\":\"\"},{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"濂虫",\"value\":\"1\",\"checked\":\"\"}]},{\"style\":\"text-align: left; width: 150px;\",\"title\":\"AGE\",\"value\":\"\",\"name\":\"test_stud.AGE\",\"orgheight\":\"\",\"orgwidth\":\"150\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"test_stud.AGE\",\"datatype\":\"\",\"content\":\"\"},{\"style\":\"text-align: left; width: 150px;\",\"title\":\"BIRTHDAY\",\"value\":\"\",\"name\":\"test_stud.BIRTHDAY\",\"orgheight\":\"\",\"orgwidth\":\"150\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"standardDate\",\"autofield\":\"test_stud.BIRTHDAY\",\"datatype\":\"\",\"content\":\"\"}],\"add_fields\":{}}', 'test_stud', '绠$悊鍛'); -INSERT INTO `auto_form` VALUES ('4028efa25214f7ca0152164db04b001c', 'employee_leave_form', '璇峰亣鐢宠鍗', '', '
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆{|-  -|}
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


', '绠$悊鍛', 'admin', '2016-01-06 17:38:56', 'admin', '2016-01-13 21:16:43', 'A02', 'A0', '{\"fields\":0,\"template\":\"
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆{|-  -|}
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


\",\"parse\":\"
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆  
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


\",\"data\":[{\"name\":\"ds_leave.name\",\"type\":\"text\",\"title\":\"name\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.name\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.apply_date\",\"type\":\"text\",\"title\":\"apply_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.apply_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_employee_leave.department\",\"type\":\"text\",\"title\":\"department\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_employee_leave.department\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty\",\"type\":\"text\",\"title\":\"duty\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"leave_category\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"\",\"orgwidth\":\"150\",\"autofield\":\"ds_leave.leave_category\",\"style\":\"width: 150px;\",\"value\":\"浜嬪亣,鐥呭亣,骞村亣\",\"content\":\"  \"},{\"title\":\"leave_reason\",\"name\":\"ds_leave.leave_reason\",\"leipiplugins\":\"textarea\",\"datatype\":\"\",\"value\":\"\",\"autofield\":\"ds_leave.leave_reason\",\"orgrich\":\"1\",\"orgfontsize\":\"\",\"orgwidth\":\"300\",\"orgheight\":\"80\",\"style\":\"width: 432px; height: 80px; margin: 0px;\",\"content\":\"\"},{\"name\":\"ds_leave.leave_start_date\",\"type\":\"text\",\"title\":\"leave_start_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_start_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leave_end_date\",\"type\":\"text\",\"title\":\"leave_end_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_end_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.total\",\"type\":\"text\",\"title\":\"total\",\"value\":\"\",\"datatype\":\"n\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"int\",\"autofield\":\"ds_leave.total\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.contact_way\",\"type\":\"text\",\"title\":\"contact_way\",\"value\":\"\",\"datatype\":\"m\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.contact_way\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty_deputy\",\"type\":\"text\",\"title\":\"duty_deputy\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty_deputy\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leader_approval\",\"type\":\"text\",\"title\":\"leader_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.leader_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.dept_principal_approval\",\"type\":\"text\",\"title\":\"dept_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.dept_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_principal_approval\",\"type\":\"text\",\"title\":\"hr_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_records\",\"type\":\"text\",\"title\":\"hr_records\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_records\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.id\",\"type\":\"text\",\"title\":\"id\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"1\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.id\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"}],\"add_fields\":{}}', 'ds_leave', '绠$悊鍛'); +INSERT INTO `auto_form` VALUES ('4028efa25214f7ca0152164db04b001c', 'employee_leave_form', '璇峰亣鐢宠鍗', '', '
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆{|-  -|}
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


', '绠$悊鍛', 'admin', '2016-01-06 17:38:56', 'admin', '2016-12-21 12:46:40', 'A02', 'A0', '{\"fields\":0,\"template\":\"
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆{|-  -|}
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


\",\"parse\":\"
璇峰亣鐢宠鍗
濮撳悕鐢宠鏃ユ湡
閮ㄩ棬鑱屽姟
璇峰亣绫诲埆  
璇峰亣鍘熷洜
寮濮嬫椂闂
缁撴潫鏃堕棿
鍏辫
鑱旂郴鏂瑰紡
鑱屽姟浠g悊浜
鐩存帴涓荤
閮ㄩ棬璐熻矗浜
浜哄姏琛屾斂閮
琛屾斂閮ㄥ妗


\",\"data\":[{\"name\":\"ds_leave.name\",\"type\":\"text\",\"title\":\"name\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.name\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.apply_date\",\"type\":\"text\",\"title\":\"apply_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.apply_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_employee_leave.department\",\"type\":\"text\",\"title\":\"department\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_employee_leave.department\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty\",\"type\":\"text\",\"title\":\"duty\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"leave_category\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"\",\"orgwidth\":\"150\",\"autofield\":\"ds_leave.leave_category\",\"style\":\"width: 150px;\",\"value\":\"浜嬪亣,鐥呭亣,骞村亣\",\"content\":\"  \"},{\"title\":\"leave_reason\",\"name\":\"ds_leave.leave_reason\",\"leipiplugins\":\"textarea\",\"datatype\":\"\",\"value\":\"\",\"autofield\":\"ds_leave.leave_reason\",\"orgrich\":\"1\",\"orgfontsize\":\"\",\"orgwidth\":\"300\",\"orgheight\":\"80\",\"style\":\"width: 432px; height: 80px; margin: 0px;\",\"content\":\"\"},{\"name\":\"ds_leave.leave_start_date\",\"type\":\"text\",\"title\":\"leave_start_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_start_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leave_end_date\",\"type\":\"text\",\"title\":\"leave_end_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_end_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.total\",\"type\":\"text\",\"title\":\"total\",\"value\":\"\",\"datatype\":\"n\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"int\",\"autofield\":\"ds_leave.total\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.contact_way\",\"type\":\"text\",\"title\":\"contact_way\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.contact_way\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty_deputy\",\"type\":\"text\",\"title\":\"duty_deputy\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty_deputy\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leader_approval\",\"type\":\"text\",\"title\":\"leader_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.leader_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.dept_principal_approval\",\"type\":\"text\",\"title\":\"dept_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.dept_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_principal_approval\",\"type\":\"text\",\"title\":\"hr_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_records\",\"type\":\"text\",\"title\":\"hr_records\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_records\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.id\",\"type\":\"text\",\"title\":\"id\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"1\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.id\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"}],\"add_fields\":{}}', 'ds_leave', '绠$悊鍛'); -- ---------------------------- --- Table structure for `auto_form_db` +-- Table structure for auto_form_db -- ---------------------------- DROP TABLE IF EXISTS `auto_form_db`; CREATE TABLE `auto_form_db` ( @@ -75,7 +75,7 @@ CREATE TABLE `auto_form_db` ( `auto_form_id` varchar(32) default NULL COMMENT '涓婚敭瀛楁', `tb_db_table_name` varchar(32) default NULL COMMENT '濉姤鏁版嵁琛', PRIMARY KEY (`id`), - UNIQUE KEY `db_name` (`db_name`,`auto_form_id`) + UNIQUE KEY `db_name` USING BTREE (`db_name`,`auto_form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -89,11 +89,10 @@ INSERT INTO `auto_form_db` VALUES ('402885d8507f228101507f76227a0021', '绠$悊 INSERT INTO `auto_form_db` VALUES ('402885d8508410ea0150842528020008', '绠$悊鍛', 'admin', '绠$悊鍛', 'admin', 'A02', 'A0', '2015-10-20 15:27:19', '2015-11-10 09:23:35', 'jeecg_custom_info', 'jeecg_custom_info', 'table', 'jeecg_custom_info', null, '', '', '402885d8508410ea01508424b4350006', 'jeecg_custom_info'); INSERT INTO `auto_form_db` VALUES ('40289481511d91f101511da111100012', '绠$悊鍛', 'admin', '', '', 'A02', 'A0', '2015-11-19 10:44:33', null, 'doc', 'doc', 'sql', 'auto_form', 'select * from doc where id = \'${id}\'', '', '', '4028948150f601230150f60692050001', 'doc'); INSERT INTO `auto_form_db` VALUES ('40289481513a049b01513a0aedcd0003', '绠$悊鍛', 'admin', '', '', 'A02', 'A0', '2015-11-24 23:09:33', null, 'docdb', 'docdb', 'table', 'doc', '', '', '', '40289481513a049b01513a0aabf70001', 'doc'); -INSERT INTO `auto_form_db` VALUES ('4028ef815382c6c9015382ce39f40005', '绠$悊鍛', 'admin', '绠$悊鍛', 'admin', 'A03', 'A0', '2016-03-17 12:21:06', '2016-03-17 12:21:37', 'test_stud', '瀛︾敓褰曞叆', 'table', 'test_student', null, '', '', '4028ef815382c6c9015382ccd9b60003', 'test_student'); INSERT INTO `auto_form_db` VALUES ('4028efa25214f7ca01521657b948001f', '绠$悊鍛', 'admin', '绠$悊鍛', 'admin', 'A02', 'A0', '2016-01-06 17:49:53', '2016-01-06 22:50:18', 'ds_leave', '璇峰亣鐢宠鍗', 'sql', null, 'select * from jform_employee_leave where id=\'${id}\'', null, '', '4028efa25214f7ca0152164db04b001c', 'jform_employee_leave'); -- ---------------------------- --- Table structure for `auto_form_db_field` +-- Table structure for auto_form_db_field -- ---------------------------- DROP TABLE IF EXISTS `auto_form_db_field`; CREATE TABLE `auto_form_db_field` ( @@ -369,14 +368,9 @@ INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee0b0006', ' INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee0f0007', '绠$悊鍛', 'admin', '2015-11-24 23:09:33', null, null, null, 'A02', 'A0', '40289481513a049b01513a0aedcd0003', 'DOCID', ''); INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee130008', '绠$悊鍛', 'admin', '2015-11-24 23:09:33', null, null, null, 'A02', 'A0', '40289481513a049b01513a0aedcd0003', 'DOCTITLE', ''); INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee160009', '绠$悊鍛', 'admin', '2015-11-24 23:09:33', null, null, null, 'A02', 'A0', '40289481513a049b01513a0aedcd0003', 'DOCTYPE', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce39f90006', '绠$悊鍛', 'admin', '2016-03-17 12:21:06', '绠$悊鍛', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'ID', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a2e000f', '绠$悊鍛', 'admin', '2016-03-17 12:21:06', '绠$悊鍛', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'NAME', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a2f0010', '绠$悊鍛', 'admin', '2016-03-17 12:21:06', '绠$悊鍛', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'SEX', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a310011', '绠$悊鍛', 'admin', '2016-03-17 12:21:06', '绠$悊鍛', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'AGE', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a320012', '绠$悊鍛', 'admin', '2016-03-17 12:21:06', '绠$悊鍛', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'BIRTHDAY', ''); -- ---------------------------- --- Table structure for `auto_form_param` +-- Table structure for auto_form_param -- ---------------------------- DROP TABLE IF EXISTS `auto_form_param`; CREATE TABLE `auto_form_param` ( @@ -413,7 +407,7 @@ INSERT INTO `auto_form_param` VALUES ('40289481510e814b01510e8766640014', '绠 INSERT INTO `auto_form_param` VALUES ('40289481511d91f101511da1111a0019', '绠$悊鍛', 'admin', '2015-11-19 10:44:33', null, null, null, 'A02', 'A0', 'id', '', '', '0', '40289481511d91f101511da111100012'); -- ---------------------------- --- Table structure for `auto_form_style` +-- Table structure for auto_form_style -- ---------------------------- DROP TABLE IF EXISTS `auto_form_style`; CREATE TABLE `auto_form_style` ( @@ -439,7 +433,7 @@ INSERT INTO `auto_form_style` VALUES ('402880e850ad49570150ad656afa000c', '鍙 INSERT INTO `auto_form_style` VALUES ('402880e850ad49570150ad8b852a001c', '涓夊垪琛ㄥ崟', '<#macro showItem ds po itemIndex>\r\n<#if itemIndex % 3 == 0> \r\n<#if po.fieldText?trim == \"\">${po.fieldName}<#else>${po.fieldText?trim}\r\n${po.fieldName}<#else>${po.fieldText?trim}\" value=\"\" name=\"${ds.dsName}.${po.fieldName}\" orgheight=\"\" orgwidth=\"150\" orgalign=\"left\" orgfontsize=\"\" orghide=\"0\" leipiplugins=\"text\" orgtype=\"text\" autofield=\"${ds.dsName}.${po.fieldName}\"/>\r\n<#if itemIndex % 3 == 2>\r\n\r\n<#if dsList?exists&&(dsList?size>0)>\r\n
\r\n<#list dsList as ds>\r\n<#list ds.columns as po><#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == \"id\" >\r\n\r\n
\r\n \r\n <#assign id_count = 0 />\r\n <#list dsList as ds>\r\n <#list ds.columns as po>\r\n <#assign temp_show = po.fieldName?lower_case /><#if temp_show != \"id\" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 />\r\n \r\n \r\n
\r\n', '绠$悊鍛', 'admin', '2015-10-28 16:23:33', '绠$悊鍛', 'admin', '2015-12-01 12:04:54', 'A02', 'A0'); -- ---------------------------- --- Table structure for `cgform_button` +-- Table structure for cgform_button -- ---------------------------- DROP TABLE IF EXISTS `cgform_button`; CREATE TABLE `cgform_button` ( @@ -469,7 +463,7 @@ INSERT INTO `cgform_button` VALUES ('4028b881535b12bd01535b3c3c1f001a', 'cancel_ INSERT INTO `cgform_button` VALUES ('4028b881537338160153738b86ac0010', 'groupmanage', 'pictures', '鍒嗙粍缁存姢', '1', 'button', '', '4028b881535b12bd01535b1ae3680001', 'js', '2'); -- ---------------------------- --- Table structure for `cgform_button_sql` +-- Table structure for cgform_button_sql -- ---------------------------- DROP TABLE IF EXISTS `cgform_button_sql`; CREATE TABLE `cgform_button_sql` ( @@ -487,7 +481,7 @@ CREATE TABLE `cgform_button_sql` ( -- ---------------------------- -- ---------------------------- --- Table structure for `cgform_enhance_java` +-- Table structure for cgform_enhance_java -- ---------------------------- DROP TABLE IF EXISTS `cgform_enhance_java`; CREATE TABLE `cgform_enhance_java` ( @@ -503,9 +497,10 @@ CREATE TABLE `cgform_enhance_java` ( -- Records of cgform_enhance_java -- ---------------------------- INSERT INTO `cgform_enhance_java` VALUES ('402883885139c8d7015139cb2de40002', 'add', 'spring', 'cgformJavaInterDemo', '8a8ab0b246dc81120146dc818484013c'); +INSERT INTO `cgform_enhance_java` VALUES ('4028ef815602f891015602fb7cac0001', 'add', 'class', 'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', '4028b881535b12bd01535b1ae3680001'); -- ---------------------------- --- Table structure for `cgform_enhance_js` +-- Table structure for cgform_enhance_js -- ---------------------------- DROP TABLE IF EXISTS `cgform_enhance_js`; CREATE TABLE `cgform_enhance_js` ( @@ -526,7 +521,7 @@ INSERT INTO `cgform_enhance_js` VALUES ('4028138151b3cf300151b42289dd000f', 0x2F INSERT INTO `cgform_enhance_js` VALUES ('4028b881535b12bd01535b4275ea0022', 0x66756E6374696F6E2063616E63656C5F636865636B28297B202020200D0A2020202020242827236A666F726D5F636F6E746163744C69737427292E64617461677269642827636C656172436865636B656427293B0D0A7D0D0A0D0A66756E6374696F6E2067726F75706D616E61676528297B0D0A202020206164644F6E65546162282027E9809AE8AEAFE5BD95E58886E5BD95E7BBB4E68AA4272C2763674175746F4C697374436F6E74726F6C6C65722E646F3F6C6973742669643D6A666F726D5F636F6E746163745F67726F757027290D0A7D0D0A0D0A2428646F63756D656E74292E72656164792866756E6374696F6E202829207B0D0A2020202020202428272361646427292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E696B0E5A29EE4BABAE59198270D0A2020202020207D290D0A20202020202428272375706461746527292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E4BFAEE694B9E4BABAE59198270D0A2020202020207D290D0A7D293B, 'list', null, '4028b881535b12bd01535b1ae3680001'); -- ---------------------------- --- Table structure for `cgform_field` +-- Table structure for cgform_field -- ---------------------------- DROP TABLE IF EXISTS `cgform_field`; CREATE TABLE `cgform_field` ( @@ -542,7 +537,7 @@ CREATE TABLE `cgform_field` ( `field_href` varchar(200) default NULL, `field_length` int(11) default NULL, `field_name` varchar(32) NOT NULL, - `field_valid_type` varchar(10) default NULL, + `field_valid_type` varchar(300) default NULL, `is_key` varchar(2) default NULL, `is_null` varchar(5) default NULL, `is_query` varchar(5) default NULL, @@ -641,6 +636,58 @@ INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d020008', '鏇存柊 INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d050009', '鐗╂枡缂栫爜', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', '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', '', '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', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'age', '10', '0', 'single', 'text', 'string', null, null, null, '402880e74da32ebe014da3309b880001', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b400a0', '涓婚敭', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b500a1', '鍒涘缓浜哄悕绉', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b500a2', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b500a3', '鍒涘缓鏃ユ湡', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b600a4', '鏇存柊浜哄悕绉', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b600a5', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b600a6', '鏇存柊鏃ユ湡', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b700a7', '鎵灞為儴闂', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', '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 ('402880ee5a17e711015a17ed96b700a8', '鎵灞炲叕鍙', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', '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 ('402880ee5a17e711015a17ed96b700a9', '鍦伴搧绔欏悕', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b800aa', '鍚姩鏃堕棿', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b800ab', '璇存槑', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b800ac', '绫诲瀷', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ea00ad', '涓婚敭', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96eb00ae', '鍒涘缓浜哄悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96eb00af', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96eb00b0', '鍒涘缓鏃ユ湡', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ec00b1', '鏇存柊浜哄悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ec00b2', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ec00b3', '鏇存柊鏃ユ湡', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ed00b4', '鎵灞為儴闂', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', '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 ('402880ee5a17e711015a17ed96ed00b5', '鎵灞炲叕鍙', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', '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 ('402880ee5a17e711015a17ed96ed00b6', '鍦伴搧绔欏悕', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ee00b7', '鍚姩鏃堕棿', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ee00b8', '璇存槑', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ee00b9', '绫诲瀷', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972100ba', '涓婚敭', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972100bb', '鍒涘缓浜哄悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972100bc', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972200bd', '鍒涘缓鏃ユ湡', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972200be', '鏇存柊浜哄悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972200bf', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972300c0', '鏇存柊鏃ユ湡', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972300c1', '鎵灞為儴闂', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', '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 ('402880ee5a17e711015a17ed972300c2', '鎵灞炲叕鍙', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', '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 ('402880ee5a17e711015a17ed972400c3', '鍦伴搧绔欏悕', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972400c4', '鍚姩鏃堕棿', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972500c5', '璇存槑', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972500c6', '绫诲瀷', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975800c7', '涓婚敭', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975900c8', '鍒涘缓浜哄悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975900c9', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975a00ca', '鍒涘缓鏃ユ湡', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975a00cb', '鏇存柊浜哄悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975a00cc', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975b00cd', '鏇存柊鏃ユ湡', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975b00ce', '鎵灞為儴闂', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', '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 ('402880ee5a17e711015a17ed975b00cf', '鎵灞炲叕鍙', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', '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 ('402880ee5a17e711015a17ed975c00d0', '鍦伴搧绔欏悕', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975c00d1', '鍚姩鏃堕棿', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975c00d2', '璇存槑', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975d00d3', '绫诲瀷', 'admin', '2017-02-07 17:35:31', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74170002', '涓婚敭', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', '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', '', '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', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); @@ -738,8 +785,8 @@ INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfaf00006', '鐢佃瘽 INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000007', '鐢靛瓙閭', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'email', '6', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000008', '鏈楂樺鍘', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000009', '宸ヤ綔骞撮檺', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'workyear', '', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'workyear', '8', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000a', '韬唤璇佸彿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'Y', 'N', 'N', 'Y', '200', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2016-07-06 15:44:08', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000b', '鐜板眳鍦', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'Y', 'N', 'N', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2016-05-07 16:24:34', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000a', '韬唤璇佸彿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000b', '鐜板眳鍦', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000c', '鎴峰彛鎵鍦ㄥ湴', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'residence', '', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'residence', '11', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000d', '鏈熸湜钖祫', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'salary', '', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'salary', '12', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000e', '鏈熸湜宸ヤ綔鍦扮偣', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'work_place', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'work_place', '13', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); @@ -747,7 +794,7 @@ INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000f', '宸ヤ綔 INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0010', '鍒板矖鏃堕棿', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'arrival_time', '15', '0', 'group', 'datetime', 'Date', 'admin', '2016-05-03 18:57:03', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0011', '鑷垜璇勪环', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', '', '', '', '', '', '120', 'introduction', '', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'introduction', '16', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:45', '绠$悊鍛', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50013', 'id', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', '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', '', 'N', 'Y', 'N', 'Y', 'Y', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'list', 'string', 'admin', '2016-07-14 14:48:33', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50014', '绠鍘嗕俊鎭〃ID', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', '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', '', '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', '', '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', '', 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:23:12', '绠$悊鍛', '402881e4534c0aea01534c0cfca50012', ''); @@ -872,6 +919,58 @@ INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21ed0014', '鎵灞 INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f00015', '鎵灞炲叕鍙', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028b88153659dd4015365ab21d0000c', ''); INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f40016', '娴佺▼鐘舵', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', 'admin', '2016-03-11 22:27:55', '绠$悊鍛', '4028b88153659dd4015365ab21d0000c', ''); INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f70017', '鍒嗙粍鍚嶇О', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '11', '0', 'single', 'text', 'string', null, null, null, '4028b88153659dd4015365ab21d0000c', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec00002', '涓婚敭', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec10003', '鍒涘缓浜哄悕绉', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec30004', '鍒涘缓浜虹櫥褰曞悕绉', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec30005', '鍒涘缓鏃ユ湡', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec40006', '鏇存柊浜哄悕绉', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec50007', '鏇存柊浜虹櫥褰曞悕绉', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ece0008', '鏇存柊鏃ユ湡', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed00009', '鎵灞為儴闂', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed1000a', '鎵灞炲叕鍙', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed3000c', '鍦伴搧绔欏悕', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'name', '10', '0', 'single', 'text', 'string', 'admin', '2016-09-12 12:31:20', '绠$悊鍛', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed4000d', '鍚姩鏃堕棿', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'begin_date', '11', '0', 'single', 'date', 'Date', 'admin', '2016-08-17 11:51:15', '绠$悊鍛', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed4000e', '璇存槑', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', '', '', '', '', '', '120', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'content', '12', '0', 'single', 'file', 'string', 'admin', '2016-08-17 13:39:01', '绠$悊鍛', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed5000f', '绫诲瀷', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'ctypedd', '13', '0', 'single', 'checkbox', 'string', 'admin', '2016-08-17 13:41:21', '绠$悊鍛', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f080180002', 'id', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f080180003', '绠鍘嗕俊鎭〃ID', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'N', 'N', 'Y', 'Y', '36', 'id', 'jform_resume_info__0', 'resume_id', '2', '0', 'group', 'list', 'string', 'admin', '2016-08-10 18:19:01', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f080190004', '寮濮嬫棩鏈', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801a0005', '缁撴潫鏃ユ湡', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801b0006', '鍏徃鍚嶇О', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', 'N', 'N', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801b0007', '閮ㄩ棬鍚嶇О', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', 'N', 'N', 'N', 'Y', 'Y', '100', '', '', 'depart_name', '6', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801c0008', '鑱屼綅', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'post', '7', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801e0009', '宸ヤ綔鎻忚堪', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', 'N', 'N', 'N', 'Y', 'Y', '2000', '', '', 'experience', '8', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '绠$悊鍛', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637d001f', 'id', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637d0020', '绠鍘嗕俊鎭〃ID', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'Y', 'N', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'list', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637d0021', '寮濮嬫棩鏈', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637e0022', '缁撴潫鏃ユ湡', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'end_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637e0023', '鍏徃鍚嶇О', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'company_name', '', 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637f0024', '閮ㄩ棬鍚嶇О', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'depart_name', '', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'depart_name', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637f0025', '鑱屼綅', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'post', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'post', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637f0026', '宸ヤ綔鎻忚堪', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', '', '', '', '', '', '120', 'experience', '', 'N', 'Y', 'N', 'Y', 'Y', '2000', '', '', 'experience', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d10016', 'id', 'admin', '2016-08-15 12:09:53', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', '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', '', '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', '', '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', '', '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', '', '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', '', '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', '', 'N', 'Y', 'N', 'N', 'Y', '30', null, null, 'degree', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff370001f', 'id', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'id', '', 'N', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3700020', '濮撳悕', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'name', '2', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3700021', '鎬у埆', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'Y', 'Y', '10', '', '', 'sex', '3', '0', 'group', 'radio', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3710022', '鐢熸棩', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'birthday', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'birthday', '4', '0', 'group', 'date', 'Date', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3710023', '鐢佃瘽鍙风爜', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'telnum', '', 'N', 'N', 'N', 'Y', 'Y', '30', '', '', 'telnum', '5', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3720024', '鐢靛瓙閭', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'email', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'email', '6', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3720025', '鏈楂樺鍘', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3720026', '宸ヤ綔骞撮檺', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'workyear', '', 'N', 'N', 'N', 'Y', 'Y', '20', '', '', 'workyear', '8', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3730027', '韬唤璇佸彿', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'cardid', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3730028', '鐜板眳鍦', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'habitation', '', 'N', 'N', 'N', 'Y', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3740029', '鎴峰彛鎵鍦ㄥ湴', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'residence', '', 'N', 'N', 'N', 'Y', 'Y', '100', '', '', 'residence', '11', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff374002a', '鏈熸湜钖祫', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'salary', '', 'N', 'N', 'N', 'Y', 'Y', '20', '', '', 'salary', '12', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff374002b', '鏈熸湜宸ヤ綔鍦扮偣', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'work_place', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'work_place', '13', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff375002c', '宸ヤ綔绫诲瀷', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'work_type', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'work_type', '14', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff375002d', '鍒板矖鏃堕棿', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'arrival_time', '15', '0', 'group', 'datetime', 'Date', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff376002e', '鑷垜璇勪环', 'admin', '2016-08-15 12:22:42', '绠$悊鍛', '', '', '', '', '', '120', 'introduction', '', 'N', 'N', 'N', 'Y', 'Y', '500', '', '', 'introduction', '16', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', '4028ef81568c5de601568c6ff36c001e', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184940140', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2016-02-25 11:55:39', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849b0141', '璁㈠崟鍙', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'account', 'user_msg', 'realname', '', '', '0', 'order_code', '', 'N', 'Y', 'Y', 'Y', 'Y', '50', '', '', 'order_code', '2', '0', 'single', 'popup', 'string', 'admin', '2016-02-25 11:55:39', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849d0142', '璁㈠崟鏃ユ湡', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'order_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '20', '', '', 'order_date', '3', '0', 'single', 'date', 'Date', 'admin', '2016-02-25 11:55:39', '绠$悊鍛', '8a8ab0b246dc81120146dc81847e013b', ''); @@ -880,11 +979,11 @@ INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184a10144', '澶囨敞', INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ab0145', '涓婚敭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:57', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ad0146', '璇峰亣鏍囬', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'title', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'title', '2', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:57', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184af0147', '璇峰亣浜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'people', '', 'N', 'N', 'Y', 'Y', 'Y', '20', '', '', 'people', '3', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:57', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b10148', '鎬у埆', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'sex', '', '', '', '', '0', 'sex', '', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'sex', '4', '0', 'single', 'list', 'string', 'admin', '2015-06-27 16:59:57', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b10148', '鎬у埆', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'sex', '4', '0', 'single', 'checkbox', 'string', 'admin', '2016-08-16 09:59:59', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b30149', '璇峰亣寮濮嬫椂闂', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'begindate', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'begindate', '5', '0', 'group', 'date', 'Date', 'admin', '2015-06-27 16:59:57', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b6014a', '璇峰亣缁撴潫鏃堕棿', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'enddate', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'enddate', '6', '0', 'group', 'datetime', 'Date', 'admin', '2015-06-27 16:59:57', '绠$悊鍛', '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', 'Y', 'Y', '32', '', '', 'hol_dept', '8', '0', 'single', 'list', 'string', 'admin', '2015-06-27 16:59:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ba014c', '璇峰亣鍘熷洜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'hol_reson', '', 'N', 'N', 'N', 'Y', 'Y', '255', '', '', 'hol_reson', '9', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ba014c', '璇峰亣鍘熷洜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'hol_reson', '', 'N', 'N', 'N', 'Y', 'Y', '255', '', '', 'hol_reson', '9', '0', 'single', 'file', 'string', 'admin', '2016-08-16 10:01:21', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bc014d', '閮ㄩ棬瀹℃壒浜', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'dep_leader', '', 'N', 'N', 'N', 'Y', 'Y', '20', '', '', 'dep_leader', '10', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bd014e', '閮ㄩ棬瀹℃壒鎰忚', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '0', 'content', '', 'N', 'N', 'N', 'Y', 'Y', '255', '', '', 'content', '11', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bf014f', '璇峰亣澶╂暟', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', '', '', '', '120', 'day_num', '', 'N', 'Y', 'N', 'Y', 'Y', '10', '', '', 'day_num', '7', '0', 'single', 'text', 'int', 'admin', '2015-06-27 16:59:58', '绠$悊鍛', '8a8ab0b246dc81120146dc818484013c', ''); @@ -916,7 +1015,7 @@ INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185070168', '缁忚垂 INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81850a0169', '鏈烘瀯璧勮川', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', '', '', null, null, null, '0', 'd1', null, 'N', 'N', 'N', 'Y', 'Y', '1000', '', '', null, '15', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -- ---------------------------- --- Table structure for `cgform_ftl` +-- Table structure for cgform_ftl -- ---------------------------- DROP TABLE IF EXISTS `cgform_ftl`; CREATE TABLE `cgform_ftl` ( @@ -947,12 +1046,13 @@ INSERT INTO `cgform_ftl` VALUES ('402880e74d90a2f4014d90a5cab30003', '8a8ab0b246 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 ('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'); -INSERT INTO `cgform_ftl` VALUES ('402889f3489e434301489e4517400002', '8a8ab0b246dc81120146dc818484013c', '鑷畾涔夋ā鏉縲ord椋庢牸', 'admin', '2014-09-23 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

璇峰亣鍗12

\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

#{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

 

\r\n\r\n\r\n', '0', '2', '', 'admin', '2016-02-19 18:51:15', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('402889f3489e434301489e4517400002', '8a8ab0b246dc81120146dc818484013c', '鑷畾涔夋ā鏉縲ord椋庢牸', 'admin', '2014-09-23 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

璇峰亣鍗12

\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

#{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

 

\r\n\r\n\r\n', '0', '2', '', 'admin', '2016-07-21 18:49:05', '绠$悊鍛', null); INSERT INTO `cgform_ftl` VALUES ('40288be75217166d01521725c3170003', '4028efa25214f7ca015216264bb30003', '璇峰亣鐢宠鍗', 'admin', '2016-01-06 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

#{name}

\r\n
\r\n

鐢宠鏃ユ湡

\r\n
\r\n

#{ apply_date }

\r\n
\r\n

閮ㄩ棬

\r\n
\r\n

#{department}

\r\n
\r\n

鑱屽姟

\r\n
\r\n

#{duty}

\r\n
\r\n

璇峰亣绫诲埆

\r\n
\r\n

#{leave_category}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{leave_reason}

\r\n
\r\n

寮濮嬫椂闂

\r\n
\r\n

#{leave_start_date}

\r\n
\r\n

缁撴潫鏃堕棿

\r\n
\r\n

#{leave_end_date}

\r\n
\r\n

鍏辫

\r\n
\r\n

#{total}

\r\n
\r\n

鑱旂郴鏂瑰紡

\r\n
\r\n

#{contact_way}

\r\n
\r\n

鑱屽姟浠g悊浜

\r\n
\r\n

#{duty_deputy}

\r\n
\r\n

鐩存帴涓荤

\r\n
\r\n

#{leader_approval}

\r\n
\r\n

閮ㄩ棬璐熻矗浜

\r\n
\r\n

#{dept_principal_approval}

\r\n
\r\n

浜哄姏琛屾斂閮

\r\n
\r\n

#{hr_principal_approval}

\r\n
\r\n

琛屾斂閮ㄥ妗

\r\n
\r\n

#{hr_records}

\r\n
\r\n

\r\n
\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', 'admin', '2016-01-14 15:00:20', '绠$悊鍛', null); -INSERT INTO `cgform_ftl` VALUES ('40289481511417d501511441ce6f0003', '8a8ab0b246dc81120146dc818484013c', 'word澶嶅埗妯℃澘', 'admin', '2015-11-17 15:03:55', '绠$悊鍛', '\r\n\r\n \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

#{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', '0', '3', '', 'admin', '2015-11-17 16:23:46', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('40289481511417d501511441ce6f0003', '8a8ab0b246dc81120146dc818484013c', 'word澶嶅埗妯℃澘', 'admin', '2015-11-17 15:03:55', '绠$悊鍛', '\r\n\r\n \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

#{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', '1', '3', '', 'admin', '2017-02-08 18:09:40', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('4028ef8156598a2c0156598bb30a0001', '4028ef8156176adb015617801ebd0001', '999', 'admin', '2016-08-05 15:12:22', '绠$悊鍛', '\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

#{create_date}

\r\n
\r\n

鍩烘湰淇℃伅

\r\n
\r\n

濮撳悕

\r\n
\r\n

#{employee_name}

\r\n
\r\n

閮ㄩ棬

\r\n
\r\n

#{employee_depart}

\r\n
\r\n

鑱屽姟

\r\n
\r\n

#{employee_job}

\r\n
\r\n

\r\n
\r\n

鐢熸棩

\r\n
\r\n

#{employee_birthday}

\r\n
\r\n

绫嶈疮

\r\n
\r\n

#{employee_origin}

\r\n
\r\n

瀛﹀巻

\r\n
\r\n

#{employee_degree}

\r\n
\r\n

韬唤璇

\r\n
\r\n

#{employee_identification}

\r\n
\r\n

鍏ヨ亴鏃ユ湡

\r\n
\r\n

#{employee_entry_date}

\r\n
\r\n

宸ュ彿

\r\n
\r\n

#{employee_code}

\r\n
\r\n

鎵嬫満

\r\n
\r\n

#{employee_phone}

\r\n
\r\n

閭

\r\n
\r\n

#{employee_mail}

\r\n
\r\n

MSN

\r\n
\r\n

#{employee_msn}

\r\n
\r\n

浜轰簨閮

\r\n
\r\n

鐓х墖

\r\n
\r\n

#{hr_pic}

\r\n
\r\n

妗f琛

\r\n
\r\n

#{hr_archives}

\r\n
\r\n

韬唤璇

\r\n
\r\n

#{hr_identification}

\r\n
\r\n

瀛︿綅璇

\r\n
\r\n

#{hr_degree}

\r\n
\r\n

鍏朵粬璇佷欢

\r\n
\r\n

#{hr_other}

\r\n
\r\n

鍒嗛厤鐢佃瘽

\r\n
\r\n

#{hr_tel}

\r\n
 
\r\n

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

\r\n
\r\n

閮ㄩ棬鎰忚

\r\n
\r\n

#{depart_opinion}

\r\n
\r\n

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

\r\n
\r\n

鎬荤粡鐞嗘剰瑙

\r\n
\r\n

#{manager_opinion}

\r\n
\r\n

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

\r\n
\r\n

鏂板憳宸ユ剰瑙

\r\n
\r\n

#{employee_opinion}

\r\n
\r\n

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

\r\n
\r\n

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

 

\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', null, null, null, null); -- ---------------------------- --- Table structure for `cgform_head` +-- Table structure for cgform_head -- ---------------------------- DROP TABLE IF EXISTS `cgform_head`; CREATE TABLE `cgform_head` ( @@ -983,37 +1083,49 @@ CREATE TABLE `cgform_head` ( `jform_category` varchar(50) NOT NULL default 'bdfl_ptbd', `form_template` varchar(50) default NULL COMMENT '琛ㄥ崟妯℃澘', `form_template_mobile` varchar(50) default NULL COMMENT '琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)', + `table_type` varchar(50) default NULL COMMENT '''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛', + `table_version` int(11) default NULL, + `physice_id` varchar(32) default NULL COMMENT '鐗╃悊琛╥d', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cgform_head -- ---------------------------- -INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b16c0001', '鍥捐〃閰嶇疆', 'admin', '2015-04-09 15:43:58', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_graphreport_item', null, 'jform_graphreport_head', 'admin', '2015-04-13 00:40:36', '绠$悊鍛', null, null, null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b360000b', '鍥捐〃閰嶇疆', 'admin', '2015-04-09 15:43:59', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '9', 'group', '0', null, null, 'jform_graphreport_item', 'admin', '2015-04-13 00:40:36', '绠$悊鍛', null, null, null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('4028138151adbcc50151adfd13680002', '鍛樺伐鍏ヨ亴鍗', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '48', 'single', '0', null, null, 'jform_employee_entry', 'admin', '2016-02-26 16:04:27', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'jform00001', null); -INSERT INTO `cgform_head` VALUES ('402880e74da32ebe014da3309b880001', '绗竴涓爲', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', 'N', 'Y', 'Y', 'Y', '', 'UUID', '1', '13', 'single', '0', null, null, 'jform_tree', 'admin', '2016-07-07 17:17:50', '绠$悊鍛', 'father_id', 'id', 'name', 'bdfl_ptbd', 'ledefault', ''); -INSERT INTO `cgform_head` VALUES ('402881a151f09a900151f0ad74120001', '鍛樺伐绂昏亴鍗', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '3', 'single', '0', null, null, 'jform_employee_resignation', 'admin', '2016-02-19 18:48:59', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'jform00002', null); -INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df71fc6be0004', '琛ㄥ崟鏁版嵁婧', 'admin', '2015-06-15 20:09:24', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '18', 'group', '0', 'auto_form_db_field', null, 'auto_form_db', 'admin', '2015-06-16 16:25:21', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df7242f070015', '琛ㄥ崟鏁版嵁婧愬瓧娈', 'admin', '2015-06-15 20:14:13', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '5', 'single', '0', null, null, 'auto_form_db_field', 'admin', '2015-06-15 20:20:24', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', null, null); -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', ''); -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); -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); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cf9f70001', '绠鍘嗕俊鎭〃', 'admin', '2016-03-06 21:10:32', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '60', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info', 'admin', '2016-07-14 14:48:33', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', 'resume'); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfca50012', '宸ヤ綔淇℃伅琛', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '12', 'group', '0', null, null, 'jform_resume_exp_info', 'admin', '2016-07-14 14:48:33', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', ''); -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', '', ''); -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', ''); -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); -INSERT INTO `cgform_head` VALUES ('4028b881535b12bd01535b1ae3680001', '涓汉閫氳褰', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '59', 'group', '0', 't_s_contact', null, 'jform_contact', 'admin', '2016-07-18 17:44:54', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('4028b88153659dd4015365ab21d0000c', '閫氳繀褰曞垎缁', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '4', 'single', '0', null, null, 'jform_contact_group', 'admin', '2016-06-11 18:17:21', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81847e013b', '璁㈠崟涓讳俊鎭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '87', 'group', '0', 'jform_order_ticket,jform_order_customer', null, 'jform_order_main', 'admin', '2016-03-21 15:52:31', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818484013c', '璇峰亣鍗', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '102', 'group', '0', null, null, 'jform_leave', 'admin', '2016-03-15 11:30:55', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818486013d', '璁㈠崟瀹㈡埛淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '17', 'single', '0', null, null, 'jform_order_customer', 'admin', '2016-03-21 15:51:57', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818488013e', '璁㈠崟鏈虹エ淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', null, 'UUID', '3', '20', 'single', '0', null, null, 'jform_order_ticket', 'admin', '2014-09-23 00:56:07', '绠$悊鍛', null, null, 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); +INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b16c0001', '鍥捐〃閰嶇疆', 'admin', '2015-04-09 15:43:58', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_graphreport_item', null, 'jform_graphreport_head', 'admin', '2015-04-13 00:40:36', '绠$悊鍛', null, null, null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b360000b', '鍥捐〃閰嶇疆', 'admin', '2015-04-09 15:43:59', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '9', 'group', '0', null, null, 'jform_graphreport_item', 'admin', '2015-04-13 00:40:36', '绠$悊鍛', null, null, null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('4028138151adbcc50151adfd13680002', '鍛樺伐鍏ヨ亴鍗', 'admin', '2015-12-17 11:30:22', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '48', 'single', '0', null, null, 'jform_employee_entry', 'admin', '2016-02-26 16:04:27', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'jform00001', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402880e74da32ebe014da3309b880001', '绗竴涓爲', 'admin', '2015-05-30 12:59:41', '绠$悊鍛', 'N', 'Y', 'Y', 'Y', '', 'UUID', '1', '13', 'single', '0', null, null, 'jform_tree', 'admin', '2016-07-07 17:17:50', '绠$悊鍛', 'father_id', 'id', 'name', 'bdfl_ptbd', 'ledefault', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('402881a151f09a900151f0ad74120001', '鍛樺伐绂昏亴鍗', 'admin', '2015-12-30 10:17:58', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '3', 'single', '0', null, null, 'jform_employee_resignation', 'admin', '2016-02-19 18:48:59', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'jform00002', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df71fc6be0004', '琛ㄥ崟鏁版嵁婧', 'admin', '2015-06-15 20:09:24', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '18', 'group', '0', 'auto_form_db_field', null, 'auto_form_db', 'admin', '2015-06-16 16:25:21', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df7242f070015', '琛ㄥ崟鏁版嵁婧愬瓧娈', 'admin', '2015-06-15 20:14:13', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '5', 'single', '0', null, null, 'auto_form_db_field', 'admin', '2015-06-15 20:20:24', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', null, null, null, null, null); +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', '69', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info', 'admin', '2016-08-13 11:09:22', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'resume', 'resume', '', null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfca50012', '宸ヤ綔淇℃伅琛', 'admin', '2016-03-06 21:10:33', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '14', 'group', '0', null, null, 'jform_resume_exp_info', 'admin', '2016-08-10 18:05:29', '绠$悊鍛', 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 ('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 ('4028b881535b12bd01535b1ae3680001', '涓汉閫氳褰', 'admin', '2016-03-09 19:20:02', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '59', 'group', '0', 't_s_contact', null, 'jform_contact', 'admin', '2016-07-18 17:44:54', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('4028b88153659dd4015365ab21d0000c', '閫氳繀褰曞垎缁', 'admin', '2016-03-11 20:33:47', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '4', 'single', '0', null, null, 'jform_contact_group', 'admin', '2016-06-11 18:17:21', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('4028ef8156176adb015617801ebd0001', '鍦伴搧绔欑偣', 'admin', '2016-07-23 19:24:47', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '30', 'group', '0', null, null, 'test_ditie', 'admin', '2017-02-07 17:35:30', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'RowsEdit', '', '', 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'); +INSERT INTO `cgform_head` VALUES ('4028ef815673ecb9015673f080160001', '宸ヤ綔淇℃伅琛', 'admin', '2016-08-10 18:12:36', '绠$悊鍛', 'Y', 'N', 'Y', 'N', '', 'UUID', '3', '4', 'group', '0', null, null, 'jform_resume_exp_info__0', 'admin', '2016-08-10 18:19:01', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', '1', '0', '402881e4534c0aea01534c0cfca50012'); +INSERT INTO `cgform_head` VALUES ('4028ef815673ecb9015673fa637c001e', '宸ヤ綔淇℃伅琛', 'admin', '2016-08-10 18:23:24', '绠$悊鍛', 'Y', 'N', 'Y', 'N', '', 'UUID', '3', '1', 'group', '0', null, null, 'jform_resume_exp_info__1', null, null, null, null, 'id', null, 'bdfl_ptbd', '', '', '1', '1', '402881e4534c0aea01534c0cfca50012'); +INSERT INTO `cgform_head` VALUES ('4028ef81567e88db01567e8a34ef0002', '鍦伴搧绔欑偣', 'admin', '2016-08-12 19:36:41', '绠$悊鍛', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__2', null, null, null, null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '1', '2', '4028ef8156176adb015617801ebd0001'); +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', '2', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info__0', 'admin', '2016-08-15 12:22:52', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'resume', 'resume', '1', '0', '402881e4534c0aea01534c0cf9f70001'); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81847e013b', '璁㈠崟涓讳俊鎭', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '87', 'group', '0', 'jform_order_ticket,jform_order_customer', null, 'jform_order_main', 'admin', '2016-03-21 15:52:31', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818484013c', '璇峰亣鍗', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '141', 'group', '0', null, null, 'jform_leave', 'admin', '2017-02-08 17:57:29', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', 'moblieCommon001', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818486013d', '璁㈠崟瀹㈡埛淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '17', 'single', '0', null, null, 'jform_order_customer', 'admin', '2016-03-21 15:51:57', '绠$悊鍛', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818488013e', '璁㈠崟鏈虹エ淇℃伅', 'admin', '2014-06-27 16:46:54', '绠$悊鍛', 'N', 'Y', 'Y', 'N', null, 'UUID', '3', '20', 'single', '0', null, null, 'jform_order_ticket', 'admin', '2014-09-23 00:56:07', '绠$悊鍛', null, null, null, 'bdfl_ptbd', null, null, null, 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); -- ---------------------------- --- Table structure for `cgform_index` +-- Table structure for cgform_index -- ---------------------------- DROP TABLE IF EXISTS `cgform_index`; CREATE TABLE `cgform_index` ( @@ -1036,7 +1148,7 @@ CREATE TABLE `cgform_index` ( -- ---------------------------- -- ---------------------------- --- Table structure for `cgform_template` +-- Table structure for cgform_template -- ---------------------------- DROP TABLE IF EXISTS `cgform_template`; CREATE TABLE `cgform_template` ( @@ -1084,7 +1196,7 @@ INSERT INTO `cgform_template` VALUES ('4028b88154d672d00154d8c21e36005c', '绠 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'); -- ---------------------------- --- Table structure for `cgform_uploadfiles` +-- Table structure for cgform_uploadfiles -- ---------------------------- DROP TABLE IF EXISTS `cgform_uploadfiles`; CREATE TABLE `cgform_uploadfiles` ( @@ -1093,7 +1205,7 @@ CREATE TABLE `cgform_uploadfiles` ( `CGFORM_NAME` varchar(100) NOT NULL, `id` varchar(32) NOT NULL, PRIMARY KEY (`id`), - KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` (`id`) + KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` USING BTREE (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1102,9 +1214,41 @@ CREATE TABLE `cgform_uploadfiles` ( INSERT INTO `cgform_uploadfiles` VALUES ('name', '4028ef815382d0af015382d780440002', 'test_student', '4028ef8153cf9d710153cfa38ea10010'); INSERT INTO `cgform_uploadfiles` VALUES ('name', '4028ef8153cf9d710153cfa4a4fd0011', 'test_student', '4028ef8153cf9d710153cfa4a5cc0013'); INSERT INTO `cgform_uploadfiles` VALUES ('filename2', '4028ef815509d9db015509e142860001', 'test_file', '4028ef815509d842015509e143280004'); +INSERT INTO `cgform_uploadfiles` VALUES ('hol_reson', '4028ef81569113f5015691154af60001', 'jform_leave', '4028ef81569111e501569115983b0007'); +INSERT INTO `cgform_uploadfiles` VALUES ('hol_reson', '4028ef81569113f5015691154af60001', 'jform_leave', '4028ef81569111e501569115d8fe0008'); -- ---------------------------- --- Table structure for `ck_editor` +-- Table structure for chat_message_his +-- ---------------------------- +DROP TABLE IF EXISTS `chat_message_his`; +CREATE TABLE `chat_message_his` ( + `id` varchar(36) NOT NULL, + `msg_type` varchar(50) default NULL COMMENT '娑堟伅绫诲瀷', + `msg` varchar(1024) default NULL COMMENT '娑堟伅鏁版嵁', + `from_user` varchar(50) default NULL COMMENT '娑堟伅鍙戦佽', + `from_name` varchar(100) default NULL COMMENT '鍙戦佽呯殑鐪熷疄濮撳悕', + `to_user` varchar(50) default NULL COMMENT '娑堟伅鎺ユ敹鑰', + `to_name` varchar(100) default NULL COMMENT '鎺ユ敹鑰呯殑鐪熷疄濮撳悕', + `accountid` varchar(36) default NULL, + `create_date` datetime default NULL, + `create_by` varchar(255) default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of chat_message_his +-- ---------------------------- +INSERT INTO `chat_message_his` VALUES ('115C3CC613EF4E7BA9852F9E2E6CE35E', 'friend', '0000', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('18D158EC78FC4C5899DDA94F4023B35C', 'friend', '000', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('20254AF789F1486D885DB9D4EF66798C', 'friend', '111', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('2236E68595FE47B1BD27BEE77FD21ED8', 'friend', '浣犲ソ', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('9B5D86C36B324A4ABF240070521BB9E8', 'friend', 'face[鏅昡 ', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('B7BD27DF21C9473EA8A09BF6E094FD38', 'friend', '1111', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('C8C744D046FA490D8902B9BAAC922327', 'friend', '00000', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); +INSERT INTO `chat_message_his` VALUES ('CE3EB7D8CD8D40FBB8CA083DEB526C16', 'friend', '99face[鎮蹭激] ', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '8a8ab0b246dc81120146dc81819d0053', '寮犱唬娴', null, null, null); + +-- ---------------------------- +-- Table structure for ck_editor -- ---------------------------- DROP TABLE IF EXISTS `ck_editor`; CREATE TABLE `ck_editor` ( @@ -1120,7 +1264,7 @@ INSERT INTO `ck_editor` VALUES ('4028ef81532b0ae401532b0bd4780001', 0x3C68746D6C INSERT INTO `ck_editor` VALUES ('4028ef81532b0ae401532b0bf57e0002', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E37373737373C2F626F64793E0D0A3C2F68746D6C3E0D0A); -- ---------------------------- --- Table structure for `ck_finder` +-- Table structure for ck_finder -- ---------------------------- DROP TABLE IF EXISTS `ck_finder`; CREATE TABLE `ck_finder` ( @@ -1136,7 +1280,7 @@ CREATE TABLE `ck_finder` ( -- ---------------------------- -- ---------------------------- --- Table structure for `doc` +-- Table structure for doc -- ---------------------------- DROP TABLE IF EXISTS `doc`; CREATE TABLE `doc` ( @@ -1157,7 +1301,7 @@ INSERT INTO `doc` VALUES ('4028ef81533fb6e701533fb6e78e0000', 0x393939737373, '2 INSERT INTO `doc` VALUES ('4028ef815353fa00015353fa00320000', 0x33333333737373, '2016-03-08 00:00:00', '1', '1', 'bdfl_ptbd'); -- ---------------------------- --- Table structure for `jeecg_custom_info` +-- Table structure for jeecg_custom_info -- ---------------------------- DROP TABLE IF EXISTS `jeecg_custom_info`; CREATE TABLE `jeecg_custom_info` ( @@ -1219,10 +1363,9 @@ CREATE TABLE `jeecg_custom_info` ( -- ---------------------------- -- Records of jeecg_custom_info -- ---------------------------- -INSERT INTO `jeecg_custom_info` VALUES ('4028ef8153167a170153167b60230001', '绠$悊鍛', 'admin', '2016-02-25 00:00:00', '绠$悊鍛', 'admin', '2016-05-30 00:00:00', 'A03', 'A0', '11', '11', '11', '1@1.com', null, null, '11', null, '1', 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); -- ---------------------------- --- Table structure for `jeecg_custom_record` +-- Table structure for jeecg_custom_record -- ---------------------------- DROP TABLE IF EXISTS `jeecg_custom_record`; CREATE TABLE `jeecg_custom_record` ( @@ -1265,7 +1408,7 @@ CREATE TABLE `jeecg_custom_record` ( INSERT INTO `jeecg_custom_record` VALUES ('4028ef8153167a170153167c23dd0002', '绠$悊鍛', 'admin', '2016-02-25 00:00:00', null, null, null, 'A03', 'A0', '2', '2', '2016-02-25 00:00:00', '2', '22', '222', '2', '2', '2', '2', '2', '2', '2', null, '2', null, '2', '2', '2', '2', '2'); -- ---------------------------- --- Table structure for `jeecg_demo` +-- Table structure for jeecg_demo -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo`; CREATE TABLE `jeecg_demo` ( @@ -1289,11 +1432,11 @@ CREATE TABLE `jeecg_demo` ( -- ---------------------------- -- Records of jeecg_demo -- ---------------------------- -INSERT INTO `jeecg_demo` VALUES ('4028ef81550c1a7901550c1cd6e70001', null, null, '111', '2016-06-01 21:17:44', '402880e447e99cf10147e9a03b320003', '', '', '', null, '1', '1', '121221', null); +INSERT INTO `jeecg_demo` VALUES ('4028ef81550c1a7901550c1cd6e70001', null, null, '111', '2016-06-23 12:00:00', '402880e447e99cf10147e9a03b320003', '', '', '', null, '1', '1', '9001', null); INSERT INTO `jeecg_demo` VALUES ('8a8ab0b246dc81120146dc81860f016f', '12', '2014-02-14 00:00:00', '', null, '402880e447e99cf10147e9a03b320003', 'demo@jeecg.com', '13111111111', '66666666', '10.00', '1', '', '灏忔槑', null); -- ---------------------------- --- Table structure for `jeecg_demo_course` +-- Table structure for jeecg_demo_course -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo_course`; CREATE TABLE `jeecg_demo_course` ( @@ -1301,9 +1444,9 @@ CREATE TABLE `jeecg_demo_course` ( `NAME` varchar(25) default NULL, `teacher_ID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_g3jn8mfod69i7jfv5gnrcvgbx` (`teacher_ID`), - CONSTRAINT `FK_g3jn8mfod69i7jfv5gnrcvgbx` FOREIGN KEY (`teacher_ID`) REFERENCES `jeecg_demo_teacher` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_g3jn8mfod69i7jfv5gnrcvgbx` USING BTREE (`teacher_ID`), + CONSTRAINT `jeecg_demo_course_ibfk_1` FOREIGN KEY (`teacher_ID`) REFERENCES `jeecg_demo_teacher` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`teacher_ID`) REFER `jeecg_20170207'; -- ---------------------------- -- Records of jeecg_demo_course @@ -1311,7 +1454,27 @@ CREATE TABLE `jeecg_demo_course` ( INSERT INTO `jeecg_demo_course` VALUES ('8a8ab0b246dc81120146dc818512016c', '娴疯醇鐜', '8a8ab0b246dc81120146dc81850f016b'); -- ---------------------------- --- Table structure for `jeecg_demo_student` +-- Table structure for jeecg_demo_person +-- ---------------------------- +DROP TABLE IF EXISTS `jeecg_demo_person`; +CREATE TABLE `jeecg_demo_person` ( + `ID` varchar(32) NOT NULL, + `AGE` int(11) default NULL, + `BIRTHDAY` datetime default NULL, + `CREATEDT` datetime default NULL, + `NAME` varchar(255) NOT NULL, + `SALARY` decimal(19,2) default NULL, + PRIMARY KEY (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of jeecg_demo_person +-- ---------------------------- +INSERT INTO `jeecg_demo_person` VALUES ('1', '20', '2015-10-27 12:21:48', '2015-10-27 00:00:00', '灏忕帇', '5000.00'); +INSERT INTO `jeecg_demo_person` VALUES ('12', '12', '2015-10-30 22:15:29', '2015-10-15 00:00:00', '1', '1.00'); + +-- ---------------------------- +-- Table structure for jeecg_demo_student -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo_student`; CREATE TABLE `jeecg_demo_student` ( @@ -1321,9 +1484,9 @@ CREATE TABLE `jeecg_demo_student` ( `SEX` varchar(1) default NULL, `COURSE_ID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_r86q81koyocgod3cx6529hbpw` (`COURSE_ID`), - CONSTRAINT `FK_r86q81koyocgod3cx6529hbpw` FOREIGN KEY (`COURSE_ID`) REFERENCES `jeecg_demo_course` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_r86q81koyocgod3cx6529hbpw` USING BTREE (`COURSE_ID`), + CONSTRAINT `jeecg_demo_student_ibfk_1` FOREIGN KEY (`COURSE_ID`) REFERENCES `jeecg_demo_course` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`COURSE_ID`) REFER `jeecg_20170207/'; -- ---------------------------- -- Records of jeecg_demo_student @@ -1333,7 +1496,7 @@ INSERT INTO `jeecg_demo_student` VALUES ('8a8ab0b246dc81120146dc818516016d', nul INSERT INTO `jeecg_demo_student` VALUES ('8a8ab0b246dc81120146dc818519016e', null, '灞辨不 ', '0', '8a8ab0b246dc81120146dc818512016c'); -- ---------------------------- --- Table structure for `jeecg_demo_teacher` +-- Table structure for jeecg_demo_teacher -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo_teacher`; CREATE TABLE `jeecg_demo_teacher` ( @@ -1349,7 +1512,7 @@ CREATE TABLE `jeecg_demo_teacher` ( INSERT INTO `jeecg_demo_teacher` VALUES ('8a8ab0b246dc81120146dc81850f016b', '璺', null); -- ---------------------------- --- Table structure for `jeecg_matter_bom` +-- Table structure for jeecg_matter_bom -- ---------------------------- DROP TABLE IF EXISTS `jeecg_matter_bom`; CREATE TABLE `jeecg_matter_bom` ( @@ -1365,9 +1528,9 @@ CREATE TABLE `jeecg_matter_bom` ( `weight` varchar(50) default NULL, `parent_ID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_fldfyrevj0li4hej5b2gu2q7w` (`parent_ID`), - CONSTRAINT `FK_fldfyrevj0li4hej5b2gu2q7w` FOREIGN KEY (`parent_ID`) REFERENCES `jeecg_matter_bom` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_fldfyrevj0li4hej5b2gu2q7w` USING BTREE (`parent_ID`), + CONSTRAINT `jeecg_matter_bom_ibfk_1` FOREIGN KEY (`parent_ID`) REFERENCES `jeecg_matter_bom` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`parent_ID`) REFER `jeecg_20170207/'; -- ---------------------------- -- Records of jeecg_matter_bom @@ -1376,7 +1539,7 @@ INSERT INTO `jeecg_matter_bom` VALUES ('8a8ab0b246dc81120146dc8186230174', '骞 INSERT INTO `jeecg_matter_bom` VALUES ('8a8ab0b246dc81120146dc8186260175', '涓婃捣', '001001', '涓绘澘', '800.000000', '2014-06-27 04:46:54', '6', '18', '涓', '60', '8a8ab0b246dc81120146dc8186230174'); -- ---------------------------- --- Table structure for `jeecg_minidao` +-- Table structure for jeecg_minidao -- ---------------------------- DROP TABLE IF EXISTS `jeecg_minidao`; CREATE TABLE `jeecg_minidao` ( @@ -1399,10 +1562,10 @@ CREATE TABLE `jeecg_minidao` ( -- ---------------------------- -- Records of jeecg_minidao -- ---------------------------- -INSERT INTO `jeecg_minidao` VALUES ('402880e74d75abd1014d75ac82410002', null, null, null, '2015-05-21 04:52:29', '402880e447e99cf10147e9a03b320003', '', '12', '12', null, null, '0', '12'); +INSERT INTO `jeecg_minidao` VALUES ('402880e74d75abd1014d75ac82410002', null, null, null, '2015-05-21 04:52:29', '402880e447e99cf10147e9a03b320003', '', '18611744545', '12', null, null, '0', '寮犱笁'); -- ---------------------------- --- Table structure for `jeecg_order_custom` +-- Table structure for jeecg_order_custom -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_custom`; CREATE TABLE `jeecg_order_custom` ( @@ -1432,7 +1595,7 @@ INSERT INTO `jeecg_order_custom` VALUES ('40289481511dac0701511db18e490002', nul INSERT INTO `jeecg_order_custom` VALUES ('4028ef8154ff68e90154ff736734000a', null, null, null, null, null, '111', '2', '2', '2', '2', '2', '1', null, null, null); -- ---------------------------- --- Table structure for `jeecg_order_main` +-- Table structure for jeecg_order_main -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_main`; CREATE TABLE `jeecg_order_main` ( @@ -1463,7 +1626,7 @@ CREATE TABLE `jeecg_order_main` ( INSERT INTO `jeecg_order_main` VALUES ('4028ef8154ff68e90154ff7367330008', null, null, null, null, null, '1.00', '11', '1', '2222', '11', '11.00', '', '1', null, null, null, '2'); -- ---------------------------- --- Table structure for `jeecg_order_product` +-- Table structure for jeecg_order_product -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_product`; CREATE TABLE `jeecg_order_product` ( @@ -1493,7 +1656,7 @@ INSERT INTO `jeecg_order_product` VALUES ('4028ef8154ff68e90154ff7367330009', nu INSERT INTO `jeecg_order_product` VALUES ('4028ef8154ff68e90154ff73b6fd000e', null, null, null, null, null, '2222', '1', '111', '11.00', '123456733', '1', '1.00', null, null, null); -- ---------------------------- --- Table structure for `jfom_goods` +-- Table structure for jfom_goods -- ---------------------------- DROP TABLE IF EXISTS `jfom_goods`; CREATE TABLE `jfom_goods` ( @@ -1555,7 +1718,7 @@ CREATE TABLE `jfom_goods` ( INSERT INTO `jfom_goods` VALUES ('4028ef81550c8fad01550c95130d0004', '绠$悊鍛', 'admin', '2016-06-01 23:29:04', null, null, null, 'A03', 'A0', null, '123123', '23123', '', '', '', '', '', '', '', '', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null, '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- ---------------------------- --- Table structure for `jform_cgdynamgraph_head` +-- Table structure for jform_cgdynamgraph_head -- ---------------------------- DROP TABLE IF EXISTS `jform_cgdynamgraph_head`; CREATE TABLE `jform_cgdynamgraph_head` ( @@ -1581,9 +1744,10 @@ CREATE TABLE `jform_cgdynamgraph_head` ( -- Records of jform_cgdynamgraph_head -- ---------------------------- INSERT INTO `jform_cgdynamgraph_head` VALUES ('40287d815212a622015212ab57100003', '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', 't_s_log', '娴嬭瘯鎶ヨ〃', '鐢ㄦ埛鐧诲綍璁板綍', '绠$悊鍛', '2016-03-15 14:07:53', 'admin', null, null, null, '', '', '', null); +INSERT INTO `jform_cgdynamgraph_head` VALUES ('4028ef8156fe0cf20156fe0e25c80003', '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', 'cc', '1', 'cc', '绠$悊鍛', '2016-09-06 14:11:06', 'admin', null, null, null, '', '', '', null); -- ---------------------------- --- Table structure for `jform_cgdynamgraph_item` +-- Table structure for jform_cgdynamgraph_item -- ---------------------------- DROP TABLE IF EXISTS `jform_cgdynamgraph_item`; CREATE TABLE `jform_cgdynamgraph_item` ( @@ -1608,9 +1772,12 @@ CREATE TABLE `jform_cgdynamgraph_item` ( INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d5a0009', 'Y', 'single', '40287d815212a622015212ab57100003', '', '', 'name', '娴忚鍣', 'String', 'Y', '0', ''); INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d66000a', 'Y', 'group', '40287d815212a622015212ab57100003', '', '', 'value', '鏁伴噺', 'String', 'Y', '1', ''); INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d6a000b', '', '', '40287d815212a622015212ab57100003', '', '', 'color', 'color', 'String', 'Y', '2', ''); +INSERT INTO `jform_cgdynamgraph_item` VALUES ('4028ef8156fe0cf20156fe0e25c80004', '', '', '4028ef8156fe0cf20156fe0e25c80003', '', '', 'name', 'name', '', 'Y', '0', ''); +INSERT INTO `jform_cgdynamgraph_item` VALUES ('4028ef8156fe0cf20156fe0e25c80005', '', '', '4028ef8156fe0cf20156fe0e25c80003', '', '', 'value', 'value', '', 'Y', '1', ''); +INSERT INTO `jform_cgdynamgraph_item` VALUES ('4028ef8156fe0cf20156fe0e25c80006', '', '', '4028ef8156fe0cf20156fe0e25c80003', '', '', 'color', 'color', '', 'Y', '2', ''); -- ---------------------------- --- Table structure for `jform_cgdynamgraph_param` +-- Table structure for jform_cgdynamgraph_param -- ---------------------------- DROP TABLE IF EXISTS `jform_cgdynamgraph_param`; CREATE TABLE `jform_cgdynamgraph_param` ( @@ -1636,7 +1803,7 @@ CREATE TABLE `jform_cgdynamgraph_param` ( -- ---------------------------- -- ---------------------------- --- Table structure for `jform_cgreport_head` +-- Table structure for jform_cgreport_head -- ---------------------------- DROP TABLE IF EXISTS `jform_cgreport_head`; CREATE TABLE `jform_cgreport_head` ( @@ -1666,9 +1833,10 @@ INSERT INTO `jform_cgreport_head` VALUES ('402880e64e1ef94d014e1efefc2a0001', 's INSERT INTO `jform_cgreport_head` VALUES ('402880e64eb9a22c014eb9a4d5890001', 'select * from t_s_base_user', 'ddt_s_base_user', '鍏ㄨ〃鏌ヨ', '鐢ㄦ埛鍏ㄩ儴鏌ヨ鎶ヨ〃', '绠$悊鍛', '2016-05-03 15:14:58', 'admin', null, null, null, '', '', '', '2'); INSERT INTO `jform_cgreport_head` VALUES ('402880e74d76e784014d76f9e783001e', 'select username account , realname from t_s_base_user', 'user_msg', '鐢ㄦ埛POPUP锛屽脊鍑洪〉闈', 'POPUP鐢ㄦ埛鍒楄〃', '绠$悊鍛', '2016-05-03 15:26:21', 'admin', null, null, null, '', 'account', 'realname', '2'); INSERT INTO `jform_cgreport_head` VALUES ('4028ef815475774a01547578a9ee0002', 'select * from cms_menu', 'cms_menu', 'cms_menu', 'cms_menu', null, null, null, '绠$悊鍛', '2016-05-03 15:15:22', 'admin', '', '', '', '2'); +INSERT INTO `jform_cgreport_head` VALUES ('4028ef8156f848210156f84aa2280003', 'select * from t_s_log where operatetime > \'2016-01-01\'', 'fffff', 'dddd', 'fff', '绠$悊鍛', '2016-09-05 17:10:21', 'admin', null, null, null, '', '', '', ''); -- ---------------------------- --- Table structure for `jform_cgreport_item` +-- Table structure for jform_cgreport_item -- ---------------------------- DROP TABLE IF EXISTS `jform_cgreport_item`; CREATE TABLE `jform_cgreport_item` ( @@ -1733,9 +1901,17 @@ INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578a9fe0009', '' INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578aa00000a', '', '', '4028ef815475774a01547578a9ee0002', '', '', 'TYPE', 'TYPE', 'String', 'Y', '7', ''); INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578aa02000b', '', '', '4028ef815475774a01547578a9ee0002', '', '', 'PARENT_CODE', 'PARENT_CODE', 'String', 'Y', '8', ''); INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578aa03000c', '', '', '4028ef815475774a01547578a9ee0002', '', '', 'HREF', 'HREF', 'String', 'Y', '9', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2280004', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'ID', 'ID', 'Date', 'N', '0', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2280005', 'Y', 'single', '4028ef8156f848210156f84aa2280003', '', '', 'broswer', '娴忚鍣', 'String', 'Y', '1', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2280006', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'logcontent', 'logcontent', 'String', 'Y', '2', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2290007', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'loglevel', 'loglevel', 'String', 'Y', '3', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2290008', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'note', 'note', 'String', 'Y', '4', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2290009', 'Y', 'group', '4028ef8156f848210156f84aa2280003', '', '', 'operatetime', '鎿嶄綔鏃堕棿', 'Date', 'Y', '5', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa229000a', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'operatetype', 'operatetype', 'String', 'Y', '6', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa229000b', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'userid', 'userid', 'String', 'Y', '7', ''); -- ---------------------------- --- Table structure for `jform_cgreport_param` +-- Table structure for jform_cgreport_param -- ---------------------------- DROP TABLE IF EXISTS `jform_cgreport_param`; CREATE TABLE `jform_cgreport_param` ( @@ -1754,15 +1930,16 @@ CREATE TABLE `jform_cgreport_param` ( `seq` int(11) default NULL COMMENT '鎺掑簭', `cgrhead_id` varchar(36) default NULL COMMENT '鍔ㄦ佹姤琛↖D', PRIMARY KEY (`id`), - KEY `idx_cgrheadid` (`cgrhead_id`) + KEY `idx_cgrheadid` USING BTREE (`cgrhead_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_cgreport_param -- ---------------------------- +INSERT INTO `jform_cgreport_param` VALUES ('4028ef8156f98dcb0156f99cdb260010', '绠$悊鍛', 'admin', '2016-09-05 17:10:21', null, null, null, 'A03', 'A0', 'operatetype', 'operatetype', '', null, '4028ef8156f848210156f84aa2280003'); -- ---------------------------- --- Table structure for `jform_contact` +-- Table structure for jform_contact -- ---------------------------- DROP TABLE IF EXISTS `jform_contact`; CREATE TABLE `jform_contact` ( @@ -1795,7 +1972,7 @@ INSERT INTO `jform_contact` VALUES ('4028ef8153cf9d710153cf9f29430002', '绠$悊 INSERT INTO `jform_contact` VALUES ('4028ef815509d9db01550a0120f00002', '绠$悊鍛', 'admin', '2016-06-01 00:00:00', '绠$悊鍛', 'admin', '2016-06-01 00:00:00', 'A03', 'A0', '1', '1212', '1', '4028ef815373fddd015373fdfd9e0001', '12', '12', '18611788521', '12', null); -- ---------------------------- --- Table structure for `jform_contact_group` +-- Table structure for jform_contact_group -- ---------------------------- DROP TABLE IF EXISTS `jform_contact_group`; CREATE TABLE `jform_contact_group` ( @@ -1820,7 +1997,7 @@ INSERT INTO `jform_contact_group` VALUES ('4028ef815373fddd015373fddd540000', ' INSERT INTO `jform_contact_group` VALUES ('4028ef815373fddd015373fdfd9e0001', '绠$悊鍛', 'admin', '2016-03-14 00:00:00', '绠$悊鍛', 'admin', '2016-05-30 00:00:00', 'A03', 'A0', '1', '閿鍞儴'); -- ---------------------------- --- Table structure for `jform_employee_cost_claim` +-- Table structure for jform_employee_cost_claim -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_cost_claim`; CREATE TABLE `jform_employee_cost_claim` ( @@ -1855,7 +2032,7 @@ CREATE TABLE `jform_employee_cost_claim` ( INSERT INTO `jform_employee_cost_claim` VALUES ('4028ef81536003710153600400740004', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_entry` +-- Table structure for jform_employee_entry -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_entry`; CREATE TABLE `jform_employee_entry` ( @@ -1909,7 +2086,7 @@ INSERT INTO `jform_employee_entry` VALUES ('4028138151b461e80151b461e86a0000', n INSERT INTO `jform_employee_entry` VALUES ('4028ef81552637e901552637e98b0000', 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, null); -- ---------------------------- --- Table structure for `jform_employee_leave` +-- Table structure for jform_employee_leave -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_leave`; CREATE TABLE `jform_employee_leave` ( @@ -1935,11 +2112,14 @@ CREATE TABLE `jform_employee_leave` ( -- ---------------------------- -- Records of jform_employee_leave -- ---------------------------- -INSERT INTO `jform_employee_leave` VALUES ('1', 'qiao', null, null, null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fca6701591fca678b0000', '11', '2016-12-21 00:00:00', null, '浜嬪亣', null, null, null, '1111', null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fd24a01591fd24a920000', '12121', null, null, '浜嬪亣', null, null, null, '1212', null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fd24a01591fd31bb40001', '寮犱笁', null, null, '骞村亣', null, null, null, '8000', null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fd5d601591fd5d6dc0000', '111', null, null, '浜嬪亣', null, null, null, '11', null, null, null, null, null, null, null); INSERT INTO `jform_employee_leave` VALUES ('4028efa2521a91c701521a91c77d0000', '闃垮阀', '2016-01-06 00:00:00', 'java寮鍙', '浜嬪亣', '鍥炲', '2016-01-06 00:00:00', '2016-01-14 00:00:00', '22', '15110089792', '鍒樻棴鐢', '鍒樻棴鐢', '鍒樻棴鐢', '鍒樻棴鐢', '10001', null); -- ---------------------------- --- Table structure for `jform_employee_meals_cost` +-- Table structure for jform_employee_meals_cost -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_meals_cost`; CREATE TABLE `jform_employee_meals_cost` ( @@ -1959,7 +2139,7 @@ CREATE TABLE `jform_employee_meals_cost` ( INSERT INTO `jform_employee_meals_cost` VALUES ('4028ef8154f799780154f79a19b90003', '4028ef81536003710153600400740004', null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_other_cost` +-- Table structure for jform_employee_other_cost -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_other_cost`; CREATE TABLE `jform_employee_other_cost` ( @@ -1979,7 +2159,7 @@ CREATE TABLE `jform_employee_other_cost` ( INSERT INTO `jform_employee_other_cost` VALUES ('4028ef8154f799780154f79a19840002', '4028ef81536003710153600400740004', null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_resignation` +-- Table structure for jform_employee_resignation -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_resignation`; CREATE TABLE `jform_employee_resignation` ( @@ -2020,7 +2200,7 @@ CREATE TABLE `jform_employee_resignation` ( INSERT INTO `jform_employee_resignation` VALUES ('4028ef81536380d90153639400990004', null, null, null, null, null, null, null, null, '12', '12', '12', '2016-03-11 00:00:00', 'cigong', '2016-03-11 00:00:00', '2016-03-11 00:00:00', '12', '12', '12', '12', '12', null, '12', '12', null, null, null, null); -- ---------------------------- --- Table structure for `jform_graphreport_head` +-- Table structure for jform_graphreport_head -- ---------------------------- DROP TABLE IF EXISTS `jform_graphreport_head`; CREATE TABLE `jform_graphreport_head` ( @@ -2042,7 +2222,7 @@ CREATE TABLE `jform_graphreport_head` ( INSERT INTO `jform_graphreport_head` VALUES ('402881e64ca71152014ca71152480000', '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', 'yhcztj', '鐢ㄦ埛鎿嶄綔缁熻', '鐢ㄦ埛鎿嶄綔缁熻', '鎿嶄綔娆℃暟', 'userid', 'Y', 'function getTotalRows(totalRows) {\r\n return [\'ct\', \'login_count\'];\r\n}'); -- ---------------------------- --- Table structure for `jform_graphreport_item` +-- Table structure for jform_graphreport_item -- ---------------------------- DROP TABLE IF EXISTS `jform_graphreport_item`; CREATE TABLE `jform_graphreport_item` ( @@ -2076,7 +2256,7 @@ INSERT INTO `jform_graphreport_item` VALUES ('402881e64ca71152014ca71152a90002', INSERT INTO `jform_graphreport_item` VALUES ('402881e64ca7adc7014ca7adc75a0000', 'Y', 'group', '402881e64ca71152014ca71152480000', '', '', 'operatetime', '鎿嶄綔鏃ユ湡', 'Date', 'N', '3', '}}}}}}}}}}}}}}', 'N', 'spline', '', ''); -- ---------------------------- --- Table structure for `jform_leave` +-- Table structure for jform_leave -- ---------------------------- DROP TABLE IF EXISTS `jform_leave`; CREATE TABLE `jform_leave` ( @@ -2098,9 +2278,12 @@ CREATE TABLE `jform_leave` ( -- Records of jform_leave -- ---------------------------- INSERT INTO `jform_leave` VALUES ('4028ef815374112b015374112b620000', '璇峰亣鍑哄樊', '鏉庡洓', '0', '2016-03-31 00:00:00', '2016-03-17 15:39:41', null, '402880e447e99cf10147e9a03b320003', '12', '12', '12'); +INSERT INTO `jform_leave` VALUES ('4028ef81569113f501569113f5fa0000', '223', '33', '0', '2016-08-16 00:00:00', '2016-08-16 10:00:16', null, '402880e447e99cf10147e9a03b320003', '3', '33', '33'); +INSERT INTO `jform_leave` VALUES ('4028ef81569113f5015691154af60001', '12', '12', '0', '2016-08-16 00:00:00', '2016-08-16 10:01:33', null, '402880e447e99cf10147e9a03b320003', 'upload/files/201608161002239NrNvNKP.docx', '77', '77'); +INSERT INTO `jform_leave` VALUES ('4028ef81569113f50156911741030002', '44', '44', '0,1', '2016-08-16 00:00:00', '2016-08-16 10:03:28', null, '402880e447e99cf10147e9a03b320003', null, '4', '4'); -- ---------------------------- --- Table structure for `jform_order_customer` +-- Table structure for jform_order_customer -- ---------------------------- DROP TABLE IF EXISTS `jform_order_customer`; CREATE TABLE `jform_order_customer` ( @@ -2126,7 +2309,7 @@ INSERT INTO `jform_order_customer` VALUES ('4028ef81536003710153600371ec0001', ' INSERT INTO `jform_order_customer` VALUES ('4028ef815373fddd015374035a640004', '2', '2.00', null, null, '4028ef815373fddd015374035a3e0003'); -- ---------------------------- --- Table structure for `jform_order_main` +-- Table structure for jform_order_main -- ---------------------------- DROP TABLE IF EXISTS `jform_order_main`; CREATE TABLE `jform_order_main` ( @@ -2149,7 +2332,7 @@ INSERT INTO `jform_order_main` VALUES ('4028ef81536003710153600371320000', '寮 INSERT INTO `jform_order_main` VALUES ('4028ef815373fddd015374035a3e0003', '寮犱唬娴', '2016-03-14 00:00:00', '12', '1'); -- ---------------------------- --- Table structure for `jform_order_ticket` +-- Table structure for jform_order_ticket -- ---------------------------- DROP TABLE IF EXISTS `jform_order_ticket`; CREATE TABLE `jform_order_ticket` ( @@ -2174,7 +2357,7 @@ INSERT INTO `jform_order_ticket` VALUES ('4028ef81536003710153600372940003', '1' INSERT INTO `jform_order_ticket` VALUES ('4028ef815373fddd015374035a9d0005', '1', '2016-03-14 15:24:39', '4028ef815373fddd015374035a3e0003'); -- ---------------------------- --- Table structure for `jform_price1` +-- Table structure for jform_price1 -- ---------------------------- DROP TABLE IF EXISTS `jform_price1`; CREATE TABLE `jform_price1` ( @@ -2202,7 +2385,7 @@ CREATE TABLE `jform_price1` ( -- ---------------------------- -- ---------------------------- --- Table structure for `jform_resume_degree_info` +-- Table structure for jform_resume_degree_info -- ---------------------------- DROP TABLE IF EXISTS `jform_resume_degree_info`; CREATE TABLE `jform_resume_degree_info` ( @@ -2219,11 +2402,11 @@ CREATE TABLE `jform_resume_degree_info` ( -- ---------------------------- -- Records of jform_resume_degree_info -- ---------------------------- -INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8155bf28d40155bf2a510f000b', '4028ef815360037101536015fbe40007', '2016-03-01 00:00:00', '2016-03-10 00:00:00', '娓呭崕澶у', '璁$畻鏈', '鏈'); -INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8155bf28d40155bf2a512e000c', '4028ef815360037101536015fbe40007', '2016-03-31 00:00:00', '2016-03-31 00:00:00', '123', '123', '123'); +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 ('4028ef8156826b380156826b4e160004', '4028ef815673f03a015673f03a880000', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含澶у', '璁$畻鏈轰笓涓', null); -- ---------------------------- --- Table structure for `jform_resume_exp_info` +-- Table structure for jform_resume_exp_info -- ---------------------------- DROP TABLE IF EXISTS `jform_resume_exp_info`; CREATE TABLE `jform_resume_exp_info` ( @@ -2241,12 +2424,12 @@ CREATE TABLE `jform_resume_exp_info` ( -- ---------------------------- -- Records of jform_resume_exp_info -- ---------------------------- -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef81547f9ad401547fd02fb40012', null, '2016-05-05 00:00:00', '2016-05-05 00:00:00', '99', '99', '99', '99'); -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8155bf28d40155bf2a50cc0009', '4028ef815360037101536015fbe40007', '2016-03-10 00:00:00', '2016-03-10 00:00:00', '鍖椾含杞欢', '鐮斿彂閮', '楂樼骇', '鐮旂┒宸ヤ綔鏈哄櫒浜'); -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8155bf28d40155bf2a50ec000a', '4028ef815360037101536015fbe40007', '2016-04-01 00:00:00', '2016-04-01 00:00:00', '1', '1', '1', '1'); +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 ('4028ef8156826b380156826b4dcf0002', '4028ef815673f03a015673f03a880000', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '88', '88', '88', '88'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8156826b380156826b4df50003', '4028ef815673f03a015673f03a880000', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '鍖椾含鍥界偓', 'IT鐮斿彂', '寮鍙戠粡鐞', '琛ㄧ幇浼樼'); -- ---------------------------- --- Table structure for `jform_resume_info` +-- Table structure for jform_resume_info -- ---------------------------- DROP TABLE IF EXISTS `jform_resume_info`; CREATE TABLE `jform_resume_info` ( @@ -2272,10 +2455,11 @@ CREATE TABLE `jform_resume_info` ( -- ---------------------------- -- Records of jform_resume_info -- ---------------------------- -INSERT INTO `jform_resume_info` VALUES ('4028ef815360037101536015fbe40007', '寮犱笁', '1', '2016-03-10 00:00:00', '18611788888', '123@123.com', '鏈', '5', '345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545', '鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含,鍖椾含', null, '8000', '鍖椾含', '杞欢寮鍙', '2016-03-31 00:00:00', '寰堝ソ'); +INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f03a880000', '寮犱笁', '1', '2016-08-10 00:00:00', '18611788888', null, null, null, '123123', '123123', 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); -- ---------------------------- --- Table structure for `jform_tree` +-- Table structure for jform_tree -- ---------------------------- DROP TABLE IF EXISTS `jform_tree`; CREATE TABLE `jform_tree` ( @@ -2300,7 +2484,7 @@ INSERT INTO `jform_tree` VALUES ('4028ef81552e09fd01552e110d510002', '绠$悊鍛' INSERT INTO `jform_tree` VALUES ('4028ef8155c4a6480155c4a6481e0000', '绠$悊鍛', 'admin', '2016-07-07 00:00:00', '绠$悊鍛', 'admin', '2016-07-07 00:00:00', '333', '4028ef81552e09fd01552e10fb280001', '333'); -- ---------------------------- --- Table structure for `jp_demo_activity` +-- Table structure for jp_demo_activity -- ---------------------------- DROP TABLE IF EXISTS `jp_demo_activity`; CREATE TABLE `jp_demo_activity` ( @@ -2320,7 +2504,7 @@ INSERT INTO `jp_demo_activity` VALUES ('DEBCE74A2E87406EBA557748BE0FA700', '1', INSERT INTO `jp_demo_activity` VALUES ('F4EAEF41A7DF4B59AE9A41455E1643F9', '3', '2016-06-30 23:52:20', '2016-06-30 23:52:21', '3'); -- ---------------------------- --- Table structure for `jp_demo_auth` +-- Table structure for jp_demo_auth -- ---------------------------- DROP TABLE IF EXISTS `jp_demo_auth`; CREATE TABLE `jp_demo_auth` ( @@ -2332,7 +2516,7 @@ CREATE TABLE `jp_demo_auth` ( `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`) + UNIQUE KEY `uniq_authid` USING BTREE (`auth_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='杩愯惀绯荤粺鏉冮檺琛'; -- ---------------------------- @@ -2352,7 +2536,7 @@ INSERT INTO `jp_demo_auth` VALUES ('11', '210301', '鏂板鏉冮檺', '1', '/system INSERT INTO `jp_demo_auth` VALUES ('12', '210302', '缂栬緫鏉冮檺', '1', '/system/back/jwSystemAuth/doEdit.do1', '2103', 'Y'); -- ---------------------------- --- Table structure for `jp_inner_mail` +-- Table structure for jp_inner_mail -- ---------------------------- DROP TABLE IF EXISTS `jp_inner_mail`; CREATE TABLE `jp_inner_mail` ( @@ -2386,7 +2570,7 @@ INSERT INTO `jp_inner_mail` VALUES ('4028ef8153c5a4860153c5cb63570011', '绠$悊 INSERT INTO `jp_inner_mail` VALUES ('4028ef8153fe51210153fe5df3bd0001', '绠$悊鍛', 'admin', '2016-04-10 12:11:23', '112', null, '

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

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

銆愭灦鏋勮鏄庛

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

銆愰」鐩鏄庛

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

銆愬紑鍙戝叆闂ㄣ

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

銆愪唬鐮佺敓鎴愬櫒銆

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

鎶鏈氦娴


', '02', '寮犱唬娴', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `jp_inner_mail` VALUES ('4028ef81540325190154032622320002', '绠$悊鍛', 'admin', '2016-04-11 10:28:31', '121212', null, '

姝ょ増鏈槸涓涓墎骞冲寲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. 鎻掍欢婕旂ず锛


', '02', '寮犱唬娴', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `jp_inner_mail` VALUES ('4028ef8154032519015403287cc9000c', '寮犱唬娴', 'scott', '2016-04-11 10:31:05', '娴嬭瘯閭欢', null, '

娴嬭瘯閭欢

', '01', '绠$悊鍛', '8a8ab0b246dc81120146dc8181950052'); -INSERT INTO `jp_inner_mail` VALUES ('46604968EFE1483481BE6EDAFC657CBC', '绠$悊鍛', 'admin', '2016-07-17 22:41:40', '12', null, '\n 12\n ', '01', '寮犱唬娴', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `jp_inner_mail` VALUES ('46604968EFE1483481BE6EDAFC657CBC', '绠$悊鍛', 'admin', '2016-07-17 22:41:40', '12', null, '\n 12\n ', '02', '寮犱唬娴', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `jp_inner_mail` VALUES ('5F99D18C7CED41D0BF5DB9B351D5522E', '绠$悊鍛', 'admin', null, '1212', null, '1212121212', '02', '寮犱笁,绠$悊鍛', '4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052'); INSERT INTO `jp_inner_mail` VALUES ('771A39B4BB924C62B718B067A0189C72', '寮犱笁', 'lisi', null, '娴嬭瘯鑽夌ǹ', null, '\n 娴嬭瘯鑽夌ǹ\n\n \n ', '01', '绠$悊鍛', ''); INSERT INTO `jp_inner_mail` VALUES ('80683B1F97844A209D665B601B302E36', '寮犱笁', 'lisi', null, '娴嬭瘯鑽夌ǹ鍔熻兘', null, '\n 娴嬭瘯鑽夌ǹ鍔熻兘娴嬭瘯鑽夌ǹ鍔熻兘\n\n \n ', '01', '绠$悊鍛', ''); @@ -2394,9 +2578,10 @@ INSERT INTO `jp_inner_mail` VALUES ('87702BA292984B1CBBB3BC34D097F9D6', '绠$悊 INSERT INTO `jp_inner_mail` VALUES ('A1606A71E238407F9911692132B73617', '寮犱笁', 'lisi', null, '999999999999', null, '\n 99999999999999999999\n ', '02', '绠$悊鍛', ''); INSERT INTO `jp_inner_mail` VALUES ('B4CC1059FDA6440F96FB3FFDE63ABAA9', '绠$悊鍛', 'admin', null, '1222', null, '\n 1212\n ', '02', '绠$悊鍛', ''); INSERT INTO `jp_inner_mail` VALUES ('CAB308BF489144AD8842667CC741D453', '绠$悊鍛', 'admin', '2016-07-18 16:54:13', '12', null, '12', '01', '寮犱唬娴', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `jp_inner_mail` VALUES ('E9B0557DBA994D46A3D44495AFA428B0', '绠$悊鍛', 'admin', '2017-01-10 10:25:26', '1212', null, '121212', '01', 'demo', '402880e74d75c4dd014d75d44af30005'); -- ---------------------------- --- Table structure for `jp_inner_mail_attach` +-- Table structure for jp_inner_mail_attach -- ---------------------------- DROP TABLE IF EXISTS `jp_inner_mail_attach`; CREATE TABLE `jp_inner_mail_attach` ( @@ -2411,7 +2596,7 @@ CREATE TABLE `jp_inner_mail_attach` ( INSERT INTO `jp_inner_mail_attach` VALUES ('4028ef8153a650060153a65327350012', '4028ef8153a650060153a653262c0010'); -- ---------------------------- --- Table structure for `jp_inner_mail_receiver` +-- Table structure for jp_inner_mail_receiver -- ---------------------------- DROP TABLE IF EXISTS `jp_inner_mail_receiver`; CREATE TABLE `jp_inner_mail_receiver` ( @@ -2444,6 +2629,7 @@ INSERT INTO `jp_inner_mail_receiver` VALUES ('4028ef81540325190154032a238e001d', INSERT INTO `jp_inner_mail_receiver` VALUES ('4DE50EC2B9AC4D86B5DE2D36EE3B1B30', '2016-07-05 14:48:40', null, 'BB3DF9C9437C4512923A9CE162B81A40', '8a8ab0b246dc81120146dc8181950052', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('598A0F12130145C898334BB3F51B8BFE', '2016-07-05 14:22:13', null, 'B4CC1059FDA6440F96FB3FFDE63ABAA9', '', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('9E1214516ECE4DF38A652264E60F5EE8', '2016-07-17 22:41:48', '2016-07-17 22:42:52', '46604968EFE1483481BE6EDAFC657CBC', '8a8ab0b246dc81120146dc81819d0053', '00', '1'); +INSERT INTO `jp_inner_mail_receiver` VALUES ('9E7454B4F67A4BBFB34A23BD806BC3C6', '2017-01-10 10:25:26', '2017-01-10 10:25:26', 'E9B0557DBA994D46A3D44495AFA428B0', '402880e74d75c4dd014d75d44af30005', '00', '0'); INSERT INTO `jp_inner_mail_receiver` VALUES ('9FC0C28ECE474448888B9E872DC3B72D', '2016-07-05 14:40:15', null, '3A230A6CC3544E1B9D941136ACBB4E1B', '', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('B3F28061CB534C419E36D9C1AB401052', '2016-07-11 12:06:55', null, '3C5E246D939545069FAB2DFD0D4B0474', '8a8ab0b246dc81120146dc8181950052', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('CAAC167F8FD442B38C5F2232DCA88460', '2016-07-11 12:11:19', null, '771A39B4BB924C62B718B067A0189C72', '', '00', null); @@ -2451,7 +2637,34 @@ INSERT INTO `jp_inner_mail_receiver` VALUES ('DDBDE922A4824DECACFE1F903D281535', INSERT INTO `jp_inner_mail_receiver` VALUES ('F35684BE071F40939155F4FBC844F040', '2016-07-11 12:08:43', null, '80683B1F97844A209D665B601B302E36', '', '00', null); -- ---------------------------- --- Table structure for `t_finance` +-- Table structure for test_ditie +-- ---------------------------- +DROP TABLE IF EXISTS `test_ditie`; +CREATE TABLE `test_ditie` ( + `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 '鍦伴搧绔欏悕', + `begin_date` datetime default NULL COMMENT '鍚姩鏃堕棿', + `content` varchar(500) default NULL COMMENT '璇存槑', + `ctypedd` varchar(32) default NULL COMMENT '绫诲瀷', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of test_ditie +-- ---------------------------- +INSERT INTO `test_ditie` VALUES ('402880ee5a17ea59015a17ea59200000', '绠$悊鍛', 'admin', '2017-02-07 17:31:58', '绠$悊鍛', 'admin', '2017-02-07 17:35:39', 'A03', 'A03', '33333', '2017-02-24 00:00:00', null, null); +INSERT INTO `test_ditie` VALUES ('402881875992ece9015992f421c10004', '绠$悊鍛', 'admin', '2017-01-12 00:00:00', null, null, null, 'A03', 'A03', '111', '2017-01-12 00:00:00', '11', '1'); + +-- ---------------------------- +-- Table structure for t_finance -- ---------------------------- DROP TABLE IF EXISTS `t_finance`; CREATE TABLE `t_finance` ( @@ -2481,18 +2694,18 @@ CREATE TABLE `t_finance` ( INSERT INTO `t_finance` VALUES ('4028ef8155103d070155103ee78e000a', '', null, null, null, null, null, '', '', '', null, null, null, null, null, null, ''); -- ---------------------------- --- Table structure for `t_finance_files` +-- Table structure for t_finance_files -- ---------------------------- DROP TABLE IF EXISTS `t_finance_files`; CREATE TABLE `t_finance_files` ( `id` varchar(32) NOT NULL, `financeId` varchar(32) default NULL, PRIMARY KEY (`id`), - KEY `FK_ij2p74feypwcda4n0n96pyd10` (`financeId`), - KEY `FK_28m7vvi0cy5r5keke68b6f7rt` (`id`), - CONSTRAINT `FK_28m7vvi0cy5r5keke68b6f7rt` FOREIGN KEY (`id`) REFERENCES `t_s_attachment` (`ID`), - CONSTRAINT `FK_ij2p74feypwcda4n0n96pyd10` FOREIGN KEY (`financeId`) REFERENCES `t_finance` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_ij2p74feypwcda4n0n96pyd10` USING BTREE (`financeId`), + KEY `FK_28m7vvi0cy5r5keke68b6f7rt` USING BTREE (`id`), + CONSTRAINT `t_finance_files_ibfk_1` FOREIGN KEY (`id`) REFERENCES `t_s_attachment` (`ID`), + CONSTRAINT `t_finance_files_ibfk_2` FOREIGN KEY (`financeId`) REFERENCES `t_finance` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`id`) REFER `jeecg_20170207/t_s_att'; -- ---------------------------- -- Records of t_finance_files @@ -2500,7 +2713,7 @@ CREATE TABLE `t_finance_files` ( INSERT INTO `t_finance_files` VALUES ('4028ef8155103d070155103ee823000c', '4028ef8155103d070155103ee78e000a'); -- ---------------------------- --- Table structure for `t_s_attachment` +-- Table structure for t_s_attachment -- ---------------------------- DROP TABLE IF EXISTS `t_s_attachment`; CREATE TABLE `t_s_attachment` ( @@ -2518,7 +2731,7 @@ CREATE TABLE `t_s_attachment` ( `INFOTYPEID` varchar(32) default NULL, `USERID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` (`USERID`) + KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` USING BTREE (`USERID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2527,12 +2740,14 @@ CREATE TABLE `t_s_attachment` ( 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); INSERT INTO `t_s_attachment` VALUES ('4028ef8153cf9d710153cfa38ea10010', null, '12', null, null, 'txt', null, 'upload/files/20160401102515OPXGG3yH.txt', null, 'upload/files/20160401102515OPXGG3yH.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef8153cf9d710153cfa4a5cc0013', null, '12', null, null, 'txt', null, 'upload/files/20160401102627O0dOFSea.txt', null, 'upload/files/20160401102627O0dOFSea.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('4028ef81549a6bd301549a6cda7f0002', null, '鎷涜仒', null, '2016-05-10 19:28:25', 'txt', null, 'upload/files/201605101928256PPpKhRz.txt', 'org.jeecgframework.web.system.pojo.base.TSDocument', 'upload/files/201605101928256PPpKhRz.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef815509d842015509e143280004', null, '20160504-鑱旈氬崌绾', null, null, 'txt', null, 'upload/files/20160601105325pLV33L00.txt', null, 'upload/files/20160601105325pLV33L00.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef8155103d070155103ee823000c', null, '鑱旈氬井淇℃竻鐞嗘暟鎹剼鏈', null, null, 'txt', null, 'upload/files/20160602163326F3sM4W5u.txt', null, 'upload/files/20160602163326F3sM4W5u.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028ef81567cb00901567cb41f960007', null, 'H5娲诲姩骞冲彴杩愯惀鏂规', null, '2016-08-12 11:03:14', 'docx', null, 'upload/files/20160812110314OSHH9KmL.docx', 'org.jeecgframework.web.system.pojo.base.TSDocument', 'upload/files/20160812110314OSHH9KmL.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028ef81569111e501569115983b0007', null, '鏂板缓MicrosoftOfficeExcel2007Workbook', null, null, 'xlsx', null, 'upload/files/20160816100206gFOmf1Ny.xlsx', null, 'upload/files/20160816100206gFOmf1Ny.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028ef81569111e501569115d8fe0008', null, 'JEECG-鍏宠仈鏌ヨ鏂囨。_v3', null, null, 'docx', null, 'upload/files/201608161002239NrNvNKP.docx', null, 'upload/files/201608161002239NrNvNKP.swf', null, null, null); -- ---------------------------- --- Table structure for `t_s_base_user` +-- Table structure for t_s_base_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_base_user`; CREATE TABLE `t_s_base_user` ( @@ -2548,24 +2763,27 @@ CREATE TABLE `t_s_base_user` ( `departid` varchar(32) default NULL, `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; + 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: 171008 kB; (`departid`) REFER `jeecg_20170207/t'; -- ---------------------------- -- Records of t_s_base_user -- ---------------------------- INSERT INTO `t_s_base_user` VALUES ('402880e74d75c4dd014d75d44af30005', null, null, 'deec3ebf23191eee', 'demo', null, '1', 'demo', 'demo', null, '0'); -INSERT INTO `t_s_base_user` VALUES ('4028ef81538330cd01538333b7bc0001', null, null, 'fa83c6e9a2006c62', '寮犱笁', null, '1', '鏅氱敤鎴', 'lisi', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('402880f159a546550159a547aaed0001', null, null, '3cc69c68200e39a7', '111', null, '1', '鏅氱敤鎴', '111', null, '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', null, '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', '8a8ab0b246dc81120146dc8180a20016', '0'); INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc81819d0053', null, null, 'd47ca58189979651', '寮犱唬娴', null, '1', '鏅氱敤鎴', 'scott', '8a8ab0b246dc81120146dc8180bd0018', '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', '1', null, 'a324509dc1a3089a', '閲囪喘瀹℃壒鍛', null, '1', '绠$悊鍛', 'cgspy', '8a8ab0b246dc81120146dc8180a20016', '0'); -- ---------------------------- --- Table structure for `t_s_category` +-- Table structure for t_s_category -- ---------------------------- DROP TABLE IF EXISTS `t_s_category`; CREATE TABLE `t_s_category` ( @@ -2584,7 +2802,7 @@ CREATE TABLE `t_s_category` ( `sys_company_code` varchar(10) NOT NULL COMMENT '鍏徃', `PARENT_CODE` varchar(32) default NULL, PRIMARY KEY (`id`), - UNIQUE KEY `uniq_code` (`code`) + UNIQUE KEY `uniq_code` USING BTREE (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鍒嗙被绠$悊'; -- ---------------------------- @@ -2604,7 +2822,7 @@ INSERT INTO `t_s_category` VALUES ('4028ef81526266d401526273ee390033', '8a8ab0b2 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_config` +-- Table structure for t_s_config -- ---------------------------- DROP TABLE IF EXISTS `t_s_config`; CREATE TABLE `t_s_config` ( @@ -2615,16 +2833,16 @@ CREATE TABLE `t_s_config` ( `note` longtext, `userid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_m3q8r50ror4fl7fjkvd82tqgn` (`userid`), - CONSTRAINT `FK_m3q8r50ror4fl7fjkvd82tqgn` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_m3q8r50ror4fl7fjkvd82tqgn` USING BTREE (`userid`), + CONSTRAINT `t_s_config_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`userid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_config -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_data_log` +-- Table structure for t_s_data_log -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_log`; CREATE TABLE `t_s_data_log` ( @@ -2642,7 +2860,7 @@ CREATE TABLE `t_s_data_log` ( `data_content` text COMMENT '鏁版嵁鍐呭', `version_number` int(11) default NULL COMMENT '鐗堟湰鍙', PRIMARY KEY (`id`), - KEY `sindex` (`table_name`,`data_id`) + KEY `sindex` USING BTREE (`table_name`,`data_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2657,9 +2875,10 @@ INSERT INTO `t_s_data_log` VALUES ('4028ef8153c028db0153c051d4b5000a', '绠$悊 INSERT INTO `t_s_data_log` VALUES ('4028ef8153c028db0153c07033d8000d', '绠$悊鍛', 'admin', '2016-03-29 11:34:52', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef8153c028db0153c0502d420002', '{\"mobilePhone\":\"13565486458\",\"officePhone\":\"123\",\"email\":\"\",\"age\":23,\"createDate\":\"Mar 29, 2016 10:59:53 AM\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"123\",\"status\":\"0\",\"id\":\"4028ef8153c028db0153c0502d420002\"}', '3'); INSERT INTO `t_s_data_log` VALUES ('4028ef8153c028db0153c070492e000f', '绠$悊鍛', 'admin', '2016-03-29 11:34:57', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef8153c028db0153c0509a3e0005', '{\"mobilePhone\":\"13565486458\",\"officePhone\":\"\",\"email\":\"\",\"age\":22,\"createDate\":\"Mar 29, 2016 11:00:21 AM\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"22\",\"status\":\"0\",\"id\":\"4028ef8153c028db0153c0509a3e0005\"}', '3'); INSERT INTO `t_s_data_log` VALUES ('4028ef81550c1a7901550c1cd7850002', '绠$悊鍛', 'admin', '2016-06-01 21:17:44', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef81550c1a7901550c1cd6e70001', '{\"mobilePhone\":\"\",\"officePhone\":\"\",\"email\":\"\",\"createDate\":\"Jun 1, 2016 9:17:44 PM\",\"sex\":\"1\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"121221\",\"status\":\"0\",\"id\":\"4028ef81550c1a7901550c1cd6e70001\"}', '1'); +INSERT INTO `t_s_data_log` VALUES ('4028ef81568c31ec01568c3307080004', '绠$悊鍛', 'admin', '2016-08-15 11:16:09', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef81550c1a7901550c1cd6e70001', '{\"mobilePhone\":\"\",\"officePhone\":\"\",\"email\":\"\",\"createDate\":\"Jun 23, 2016 12:00:00 PM\",\"sex\":\"1\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"9001\",\"status\":\"1\",\"content\":\"111\",\"id\":\"4028ef81550c1a7901550c1cd6e70001\"}', '2'); -- ---------------------------- --- Table structure for `t_s_data_rule` +-- Table structure for t_s_data_rule -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_rule`; CREATE TABLE `t_s_data_rule` ( @@ -2690,9 +2909,10 @@ INSERT INTO `t_s_data_rule` VALUES ('402880e6487e661a01487e8153ee0007', 'create_ INSERT INTO `t_s_data_rule` VALUES ('402881e45394d66901539500a4450001', 'sysCompanyCode', 'sysCompanyCode', '=', '#{SYS_COMPANY_CODE}', '2016-03-21 01:09:21', 'admin', '绠$悊鍛', null, null, null, '402881e54df73c73014df75ab670000f'); INSERT INTO `t_s_data_rule` VALUES ('402881e45394d6690153950177cb0003', 'sysOrgCode', 'sysOrgCode', '=', '#{SYS_ORG_CODE}', '2016-03-21 01:10:15', 'admin', '绠$悊鍛', null, null, null, '402881e54df73c73014df75ab670000f'); INSERT INTO `t_s_data_rule` VALUES ('4028ef815595a881015595b0ccb60001', '鍒涘缓浜', 'create_by', '=', 'zhangsan', '2016-06-28 14:27:19', 'admin', '绠$悊鍛', null, null, null, '40288088481d019401481d2fcebf000d'); +INSERT INTO `t_s_data_rule` VALUES ('4028ef81574ae99701574aed26530005', '鐢ㄦ埛鍚', 'userName', '!=', 'admin', '2016-09-21 12:07:18', 'admin', '绠$悊鍛', null, null, null, '4028ef81574ae99701574aeb97bd0003'); -- ---------------------------- --- Table structure for `t_s_data_source` +-- Table structure for t_s_data_source -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_source`; CREATE TABLE `t_s_data_source` ( @@ -2711,11 +2931,11 @@ CREATE TABLE `t_s_data_source` ( -- ---------------------------- -- Records of t_s_data_source -- ---------------------------- -INSERT INTO `t_s_data_source` VALUES ('402880e74e064fc5014e0652f72b0001', 'jeewx-yunying', '寰俊杩愯惀鏁版嵁搴', 'com.mysql.jdbc.Driver', 'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', 'root', 'e3593c2fa5ad98c3c617064700983f0d063321cec19f8c6c', 'mysql', 'jeewx-yunying'); +INSERT INTO `t_s_data_source` VALUES ('402880e74e064fc5014e0652f72b0001', 'jeewx-yunying', '寰俊杩愯惀鏁版嵁搴', 'com.mysql.jdbc.Driver', 'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', 'root', 'ea3d519525358e00', 'mysql', 'jeewx-yunying'); INSERT INTO `t_s_data_source` VALUES ('8a8aada9486347c001486401180a0003', 'SAP_DB', 'sap db', 'oracle.jdbc.driver.OracleDriver', 'jdbc:oracle:thin:@127.0.0.1:1521:oral', 'db_user', 'b87229b8439ad93f6f288822a9f2a01c', 'oracle', 'orcl'); -- ---------------------------- --- Table structure for `t_s_demo` +-- Table structure for t_s_demo -- ---------------------------- DROP TABLE IF EXISTS `t_s_demo`; CREATE TABLE `t_s_demo` ( @@ -2726,9 +2946,9 @@ CREATE TABLE `t_s_demo` ( `demourl` varchar(200) default NULL, `demopid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_fni8e3v88wcf2sahhlv57u4nm` (`demopid`), - CONSTRAINT `FK_fni8e3v88wcf2sahhlv57u4nm` FOREIGN KEY (`demopid`) REFERENCES `t_s_demo` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_fni8e3v88wcf2sahhlv57u4nm` USING BTREE (`demopid`), + CONSTRAINT `t_s_demo_ibfk_1` FOREIGN KEY (`demopid`) REFERENCES `t_s_demo` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`demopid`) REFER `jeecg_20170207/t_'; -- ---------------------------- -- Records of t_s_demo @@ -2740,7 +2960,7 @@ INSERT INTO `t_s_demo` VALUES ('402880e74d582251014d58260e3a0002', '9', '99', '9 INSERT INTO `t_s_demo` VALUES ('8a8ab0b246dc81120146dc8183cb00d5', '
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n 闃呰\r\n \r\n \r\n \r\n 闊充箰\r\n \r\n \r\n \r\n 杩愬姩\r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
', null, '琛ㄥ崟楠岃瘉', null, null); -- ---------------------------- --- Table structure for `t_s_depart` +-- Table structure for t_s_depart -- ---------------------------- DROP TABLE IF EXISTS `t_s_depart`; CREATE TABLE `t_s_depart` ( @@ -2753,26 +2973,30 @@ CREATE TABLE `t_s_depart` ( `mobile` varchar(32) default NULL, `fax` varchar(32) default NULL, `address` varchar(100) default NULL, + `depart_order` varchar(5) default '0' COMMENT '鎺掑簭', PRIMARY KEY (`ID`), - KEY `FK_knnm3wb0bembwvm0il7tf6686` (`parentdepartid`) + KEY `FK_knnm3wb0bembwvm0il7tf6686` USING BTREE (`parentdepartid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_depart -- ---------------------------- -INSERT INTO `t_s_depart` VALUES ('402880e447e99cf10147e9a03b320003', '鍖椾含鍥界偓杞欢', '', null, 'A01', '1', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b677320003', '杞欢淇℃伅閮', '', '402880e447e99cf10147e9a03b320003', 'A01A01', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b6a3be0005', '閿鍞儴闂', '', '402880e447e99cf10147e9a03b320003', 'A01A02', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b710d20007', '浜哄姏璧勬簮閮', '', '402880e447e99cf10147e9a03b320003', 'A01A03', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b762e30009', '閿鍞粡鐞', '', '402880e447e9a9570147e9b6a3be0005', 'A01A02A01', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9ba550147e9c53b2e0013', '璐㈠姟', '', '8a8ab0b246dc81120146dc8180ba0017', 'A03A02', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e6487e661a01487e6b504e0001', '閿鍞汉鍛', '閿鍞汉鍛', '402880e447e9a9570147e9b762e30009', 'A01A02A01A01', '3', null, null, null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180a20016', '涓浗浜哄鎬诲叕鍙', '', null, 'A02', '1', null, null, null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180ba0017', 'JEECG寮婧愮ぞ鍖', '', null, 'A03', '1', null, null, null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '杞欢寮鍙戦儴', '鐮斿彂鎶鏈毦棰', '8a8ab0b246dc81120146dc8180ba0017', 'A03A01', '2', null, null, null); +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', '3', '', '', '1', '0'); +INSERT INTO `t_s_depart` VALUES ('402881875992e76c015992f641b0002c', '鍖椾含鍥界偓杞欢B', '', null, 'B01', '1', '', '', '', '0'); +INSERT INTO `t_s_depart` VALUES ('402881875992e76c015992f641bd002d', '杞欢淇℃伅閮˙', '', '402881875992e76c015992f641b0002c', 'B01B01', '2', '', '', '', '0'); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180a20016', '涓浗浜哄鎬诲叕鍙', '', null, 'A02', '1', '', '', '', '3'); +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'); -- ---------------------------- --- Table structure for `t_s_document` +-- Table structure for t_s_document -- ---------------------------- DROP TABLE IF EXISTS `t_s_document`; CREATE TABLE `t_s_document` ( @@ -2783,17 +3007,17 @@ CREATE TABLE `t_s_document` ( `id` varchar(32) NOT NULL, `typeid` varchar(32) default NULL, PRIMARY KEY (`id`), - KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` (`typeid`), - KEY `FK_f2mc12eu0umghp2i70apmtxjl` (`id`) + KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` USING BTREE (`typeid`), + KEY `FK_f2mc12eu0umghp2i70apmtxjl` USING BTREE (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_document -- ---------------------------- -INSERT INTO `t_s_document` VALUES (null, '1212', null, null, '4028ef81549a6bd301549a6cda7f0002', '8a8ab0b246dc81120146dc8181fa0062'); +INSERT INTO `t_s_document` VALUES (null, '9999999', null, null, '4028ef81567cb00901567cb41f960007', '8a8ab0b246dc81120146dc8181fa0062'); -- ---------------------------- --- Table structure for `t_s_fileno` +-- Table structure for t_s_fileno -- ---------------------------- DROP TABLE IF EXISTS `t_s_fileno`; CREATE TABLE `t_s_fileno` ( @@ -2810,7 +3034,7 @@ CREATE TABLE `t_s_fileno` ( -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_function` +-- Table structure for t_s_function -- ---------------------------- DROP TABLE IF EXISTS `t_s_function`; CREATE TABLE `t_s_function` ( @@ -2824,6 +3048,7 @@ CREATE TABLE `t_s_function` ( `iconid` varchar(32) default NULL, `desk_iconid` varchar(32) default NULL, `functiontype` smallint(6) default NULL, + `function_icon_style` varchar(255) default NULL, `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', @@ -2831,113 +3056,120 @@ CREATE TABLE `t_s_function` ( `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`), - 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; + KEY `FK_brd7b3keorj8pmxcv8bpahnxp` USING BTREE (`parentfunctionid`), + KEY `FK_q5tqo3v4ltsp1pehdxd59rccx` USING BTREE (`iconid`), + KEY `FK_gbdacaoju6d5u53rp4jo4rbs9` USING BTREE (`desk_iconid`), + 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: 171008 kB; (`parentfunctionid`) REFER `jeecg_20'; -- ---------------------------- -- Records of t_s_function -- ---------------------------- -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); -INSERT INTO `t_s_function` VALUES ('402831814d8a2853014d8a55a7c90005', null, '1', 'Datagrid鏌ヨ鏉′欢榛樿鍊', '19', 'jeecgDemoController.do?jeecgDemo2&sex=1', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:39:59', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('40287d81522a428401522a44aafb0002', null, '1', 'Online绉诲姩鍥捐〃', '5', 'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:34:36', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('40288088481d019401481d2fcebf000d', null, '1', 'menu.input.demo', '1', 'jeecgDemoController.do?addorupdate', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461226e0001', null, '0', '娑堟伅涓棿浠', '8', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 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, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488462658f0006', null, '1', 'menu.message.template', '2', 'tSSmsTemplateController.do?tSSmsTemplate', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -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); -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); -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); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5505a0012', null, '0', '鍦ㄧ嚎婕旂ず', '4', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-08 22:28:22', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5cc2e0014', null, '1', '璇峰亣鍒楄〃', '1', 'cgAutoListController.do?list&id=jform_leave', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 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, '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, 'admin', '2016-03-14 11:37:16', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402880ea53303a060153304a9ad50001', null, '1', '绯荤粺鍏憡', '7', 'noticeController.do?tSNotice', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:16:34', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028819e5505ee23015505f646190001', null, '1', '鍟嗗搧绠$悊(鐗规畩甯冨眬)', '102', 'goodsController.do?list', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:43:50', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402881c746de1ea60146de207d770001', null, '1', 'language.manage', '10', 'mutiLangController.do?mutiLang', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75ab670000f', null, '1', '鑷畾涔夎〃鍗曞垪琛', '9', 'autoFormController.do?autoForm', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-14 12:34:57', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75b69680011', null, '1', '鑷畾涔夎〃鍗曟ā鏉', '10', 'autoFormStyleController.do?autoFormStyle', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-14 12:35:07', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('402881e74e68621b014e686407c20001', null, '1', '琛ㄥ崟鐗规畩甯冨眬', '102', 'demoController.do?demoLayoutList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402881e74e6d6066014e6d62d4ce0002', null, '1', '瀛樺偍杩囩▼瀹炰緥', '103', 'jeecgProcedureController.do?procedure', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -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); -INSERT INTO `t_s_function` VALUES ('402882b54e2ef618014e2f0086d70001', null, '1', '涓瀵瑰妯″瀷锛堝苟鍒桾AB锛', '4', 'jeecgOrderMainPTabController.do?jeecgOrderMain', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402882b54e439ce7014e43c1d63c0003', null, '1', '琛岀紪杈慸emo', '101', 'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402882b54f027310014f0274db7a0001', null, '1', '浜嬪姟鍥炴粴', '102', 'transactionTestController.do?showPage', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402885814e3d2d09014e3d2e77800001', null, '1', '鏁版嵁鏃ュ織', '4', 'systemController.do?dataLogList', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402889fb486e848101486e8de3d60005', null, '0', 'menu.data.permission', '100', '', null, '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d0b0200004', null, '1', '瀹㈡埛璺熻釜璁板綍', '4', 'cgAutoListController.do?list&id=jeecg_custom_record', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d34aca000a', null, '1', '瀹㈡埛璧勬枡绠$悊', '5', 'cgAutoListController.do?list&id=jeecg_custom_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028b88155061bbe015506cbe157000f', null, '1', '琛ㄥ崟椋庢牸闈炲脊妗', '3', 'jeecgNoteController.do?jeecgNote2', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:37:28', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028bc934869765001486977f0980001', null, '1', 'common.datasource.manage', '11', 'dynamicDataSourceController.do?dbSource', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028ef81535fff5101536001bb8d0005', null, '1', '鎷涜仒绠$悊', '1', 'cgAutoListController.do?list&id=jform_resume_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:17:13', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373fef1c50003', null, '1', '閫氳褰曞垎缁', '9', 'cgAutoListController.do?list&id=jform_contact_group', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:16:01', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373ff521d0005', null, '1', '閫氳褰', '10', 'cgAutoListController.do?list&id=jform_contact', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:16:09', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef8153781af3015378643c1e000b', null, '1', '绉诲姩濉姤琛ㄥ崟', '8', 'jeecgDemoController.do?addorupdatemobile', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:31:03', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815378741f0153787764cc0004', null, '1', '绉诲姩璇峰亣鍗', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:30:44', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815378741f01537879315e0009', null, '1', 'PC璇峰亣鍗', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:30:50', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378ddc2380001', null, '1', '3D楗煎浘', '7', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 14:04:46', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e019750003', null, '0', '绉诲姩鎶ヨ〃', '2', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-08 22:27:36', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e0d39d0006', null, '1', '鎶樼嚎鍥', '1', 'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-03-15 14:05:13', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e1395d0008', null, '1', '闈㈢Н鍥 ', '2', 'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-03-15 14:05:39', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e19969000a', null, '1', '鏉$姸鍥', '3', 'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-03-15 14:06:04', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e207cf000c', null, '1', '3D鏌辩姸鍥', '4', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-03-15 14:06:32', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e27ae5000e', null, '1', '2D鏌辩姸鍥', '5', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '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', '2016-03-15 14:12:59', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e3e6530013', null, '1', '缁煎悎鎶ヨ〃', '8', 'cgDynamGraphController.do?design&id=t_s_log', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-03-15 14:08:34', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd33c6670001', null, '0', '鎻掍欢妯″潡', '0', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-07-18 16:51:16', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd344cdd0003', null, '1', '鏅氬垪琛', '1', 'p3/wxActInvite.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '绠$悊鍛', null, null, '2016-07-18 16:51:51', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd348df80005', null, '1', '鏍戝舰鍒楄〃', '2', 'p3/auth.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 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', 'admin', '绠$悊鍛', null, null, '2016-07-18 16:53:02', null); -INSERT INTO `t_s_function` VALUES ('4028f0c9528200c701528207d42c0001', null, '1', '鐢靛瓙绛剧珷', '104', 'demoController.do?eSign', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-27 16:05:55', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ce0019', null, '0', 'online.develop', '5', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', 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', 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', null, null, 'admin', '2016-04-08 22:27:49', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d7001c', null, '0', 'general.demo', '10', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-14 11:30:57', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d9001d', null, '0', 'system.monitor', '6', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-14 11:21:59', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180df001f', null, '1', 'user.manage', '1', 'userController.do?user', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e30021', null, '1', 'role.manage', '2', 'roleController.do?role', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e10020', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e70023', null, '1', 'menu.manage', '4', 'functionController.do?function', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e50022', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ee0025', null, '1', 'common.data.dictionary', '6', 'systemController.do?typeGroupList', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180eb0024', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f30027', null, '1', 'icon.manage', '8', 'iconController.do?icon', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180f00026', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f60028', null, '1', 'department.manage', '3', 'departController.do?depart', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180fe002b', null, '1', 'user.analysis', '1', 'logController.do?statisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180fb002a', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818106002d', null, '1', 'form.config', '1', 'cgFormHeadController.do?cgFormHeadList', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc818102002c', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818109002e', null, '1', 'dynamic.form.config', '3', 'cgreportConfigHeadController.do?cgreportConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -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); -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); -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); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81812b0036', null, '1', 'menu.form.validation', '1', 'demoController.do?formTabs', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181290035', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181300037', null, '1', 'menu.demo.example', '2', 'jeecgDemoController.do?jeecgDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181330038', null, '1', 'menu.minidao.example', '2', 'jeecgMinidaoController.do?jeecgMinidao', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181370039', null, '1', 'menu.form.model', '3', 'jeecgNoteController.do?jeecgNote', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813a003a', null, '1', 'menu.one_to_many.model', '4', 'jeecgOrderMainController.do?jeecgOrderMain', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813e003b', null, '1', 'menu.import_export.excel', '5', 'courseController.do?course', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818141003c', null, '1', 'menu.uploads_downloads', '6', 'commonController.do?listTurn&turn=system/document/filesList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-22 10:25:04', null, '绠$悊鍛'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818145003d', null, '1', 'menu.JqueryFileUpload.example', '6', 'fileUploadController.do?fileUploadSample&isIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818148003e', null, '1', 'menu.no.paging', '7', 'userNoPageController.do?user', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81814b003f', null, '1', 'menu.jdbc.example', '8', 'jeecgJdbcController.do?jeecgJdbc', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81814e0040', null, '1', 'menu.sql.separation', '9', 'jeecgJdbcController.do?dictParameter', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181510041', null, '1', 'menu.dictionary.labels', '10', 'demoController.do?dictSelect', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181530042', null, '1', 'menu.form.thePop_UpStyle', '11', 'demoController.do?demoList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181590044', null, '1', 'menu.special.layout', '12', 'demoController.do?demoIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81815c0045', null, '1', 'menu.single.table', '13', 'jeecgEasyUIController.do?jeecgEasyUI', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181610046', null, '1', 'menu.one_to_many.example', '14', 'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181640047', null, '1', 'menu.html.editor', '15', 'jeecgDemoController.do?ckeditor&isIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181680048', null, '1', 'menu.word.online', '16', 'webOfficeController.do?webOffice', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81816b0049', null, '1', 'menu.webOfficeo.fficialExample', '17', 'webOfficeController.do?webOfficeSample&isIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818173004b', null, '1', 'menu.moreAccessoriesManagement', '18', 'tFinanceController.do?tFinance', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81816e004a', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818176004c', null, '1', 'menu.datagridHandHtml', '19', 'userController.do?userDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817b004d', null, '1', 'menu.materialPom', '20', 'jeecgMatterBomController.do?goList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817f004e', null, '1', 'user.report', '2', 'reportDemoController.do?studentStatisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818183004f', null, '1', 'menu.ckfinderDemo', '100', 'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818183004h', null, '1', 'menu.queryEditor', '100', 'jeecgDemoController.do?goDemo&demoPage=queryBuilderDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('297eaafb599137290159918fb5110011', null, '1', '鏁版嵁鏉冮檺', '5', 'functionController.do?function&type=1', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', null, null, '2017-01-12 15:23:51', null); +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 ('402831814d8a2853014d8a55a7c90005', null, '2', 'datagrid鏌ヨ榛樿鏉′欢', '19', 'jeecgDemoController.do?jeecgDemo2&sex=1', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-09-04 22:45:58', 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 ('40288088481d019401481d2fcebf000d', null, '1', 'menu.input.demo', '1', 'jeecgDemoController.do?addorupdate', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', null, null, null, null, null, null, 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, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488462658f0006', null, '1', 'menu.message.template', '2', 'tSSmsTemplateController.do?tSSmsTemplate', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +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', 'fa-play-circle', null, null, 'admin', '2017-01-10 23:20:35', 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, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402880e9563b945801563b9856da0001', null, '2', '涓嬫媺鑿滃崟鏍', '20', 'jeecgDemoController.do?ztreelist', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:48', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402880ea53303a060153304a9ad50001', null, '1', '绯荤粺鍏憡', '7', 'noticeController.do?tSNotice', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:16:34', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402880ea560cd87901560cf1d99a0001', null, '2', 'datagrid鑷畾涔夋煡璇2', '21', 'jeecgDemoController.do?customDatagridList', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:58:16', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402880f159a546550159a55a1a190006', null, '0', '111', '111', '11', null, null, null, '1', null, null, null, 'admin', '2017-01-16 11:37:48', null, '绠$悊鍛'); +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 ('4028819e5505ee23015505f646190001', null, '2', '鍟嗗搧绠$悊(鐗规畩甯冨眬)', '102', 'goodsController.do?list', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:41:55', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881c746de1ea60146de207d770001', null, '1', 'language.manage', '10', 'mutiLangController.do?mutiLang', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75ab670000f', null, '1', '鑷畾涔夎〃鍗曞垪琛', '9', 'autoFormController.do?autoForm', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-04-14 12:34:57', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75b69680011', null, '1', '鑷畾涔夎〃鍗曟ā鏉', '10', 'autoFormStyleController.do?autoFormStyle', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-04-14 12:35:07', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881e74e68621b014e686407c20001', null, '2', '琛ㄥ崟鐗规畩甯冨眬', '102', 'demoController.do?demoLayoutList', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:42:11', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402881e74e6d6066014e6d62d4ce0002', null, '2', '瀛樺偍杩囩▼瀹炰緥', '103', 'jeecgProcedureController.do?procedure', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:46', null, '绠$悊鍛'); +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 ('402882b54e2ef618014e2f0086d70001', null, '2', '涓瀵瑰妯″瀷锛堝苟鍒桾AB锛', '4', 'jeecgOrderMainPTabController.do?jeecgOrderMain', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:35', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402882b54e439ce7014e43c1d63c0003', null, '2', '琛岀紪杈慸emo', '101', 'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:42:29', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('402882b54f027310014f0274db7a0001', null, '2', '浜嬪姟鍥炴粴', '102', 'transactionTestController.do?showPage', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:37', null, '绠$悊鍛'); +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', 'menu.data.permission', '100', '', null, '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', 'fa-gears', null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d0b0200004', null, '1', '瀹㈡埛璺熻釜璁板綍', '4', 'cgAutoListController.do?list&id=jeecg_custom_record', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d34aca000a', null, '1', '瀹㈡埛璧勬枡绠$悊', '5', 'cgAutoListController.do?list&id=jeecg_custom_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028bc934869765001486977f0980001', null, '1', 'common.datasource.manage', '11', 'dynamicDataSourceController.do?dbSource', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028ef81535fff5101536001bb8d0005', null, '1', '鎷涜仒绠$悊', '1', 'cgAutoListController.do?list&id=jform_resume_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:17:13', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373fef1c50003', null, '1', '閫氳褰曞垎缁', '9', 'cgAutoListController.do?list&id=jform_contact_group', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:16:01', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373ff521d0005', null, '1', '閫氳褰', '10', 'cgAutoListController.do?list&id=jform_contact', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:16:09', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef8153781af3015378643c1e000b', null, '1', '绉诲姩濉姤琛ㄥ崟', '8', 'jeecgDemoController.do?addorupdatemobile', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:31:03', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815378741f0153787764cc0004', null, '1', '绉诲姩璇峰亣鍗', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:30:44', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815378741f01537879315e0009', null, '1', 'PC璇峰亣鍗', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:30:50', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378ddc2380001', null, '1', '3D楗煎浘', '7', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 14:04:46', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e019750003', null, '0', '绉诲姩鎶ヨ〃', '2', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-pie-chart', null, null, 'admin', '2016-07-25 12:08:54', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e0d39d0006', null, '1', '鎶樼嚎鍥', '1', 'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-01-12 21:40:11', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e1395d0008', null, '1', '闈㈢Н鍥 ', '2', 'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '绠$悊鍛', null, null, '2016-03-15 14:05:39', null); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e19969000a', null, '1', '鏉$姸鍥', '3', 'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '绠$悊鍛', null, null, '2016-03-15 14:06:04', null); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e207cf000c', null, '1', '3D鏌辩姸鍥', '4', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '绠$悊鍛', null, null, '2016-03-15 14:06:32', null); +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, null, 'admin', '2016-03-15 14:12:59', 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', 'icon-download-alt', null, null, 'admin', '2016-07-25 12:12:52', 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 ('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 ('4028ef81568bf29301568bf580fc0003', null, '1', 'UI鏍囩', '1', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-tags', null, null, 'admin', '2016-09-04 22:45:57', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef81568c06a201568c1002bd000b', null, '1', '琛ㄥ崟甯冨眬', '2', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-list', null, null, 'admin', '2016-09-04 22:47:13', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef81568c06a201568c16dbb9001d', null, '1', '甯哥敤鎺т欢', '3', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-random', null, null, 'admin', '2016-09-04 22:48:17', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028ef81568c06a201568c19a905002a', null, '1', '鏁版嵁搴撶浉鍏', '4', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-database', null, null, 'admin', '2016-09-04 22:48:44', 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 ('4028f0c9528200c701528207d42c0001', null, '2', '鐢靛瓙绛剧珷', '104', 'demoController.do?eSign', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:47:37', 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', '2016-04-08 22:27:49', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d7001c', 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 ('8a8ab0b246dc81120146dc8180d9001d', null, '0', 'system.monitor', '6', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-headphones', null, null, 'admin', '2016-01-14 11:21:59', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180df001f', null, '1', 'user.manage', '1', 'userController.do?user', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e30021', null, '1', 'role.manage', '2', 'roleController.do?role', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e10020', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e70023', null, '1', 'menu.manage', '4', 'functionController.do?function&type=0', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e50022', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ee0025', null, '1', 'common.data.dictionary', '6', 'systemController.do?typeGroupList', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180eb0024', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f30027', null, '1', 'icon.manage', '8', 'iconController.do?icon', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180f00026', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f60028', null, '1', 'department.manage', '3', 'departController.do?depart', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180fe002b', null, '1', 'user.analysis', '1', 'logController.do?statisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180fb002a', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818106002d', null, '1', 'form.config', '1', 'cgFormHeadController.do?cgFormHeadList', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc818102002c', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818109002e', null, '1', 'dynamic.form.config', '3', 'cgreportConfigHeadController.do?cgreportConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null, null); +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); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81812b0036', null, '2', 'menu.form.validation', '1', 'demoController.do?formTabs', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181290035', '0', '', null, null, 'admin', '2016-08-15 10:09:19', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181300037', null, '2', 'menu.demo.example', '2', 'jeecgDemoController.do?jeecgDemo', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:23', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181330038', null, '2', 'menu.minidao.example', '2', 'jeecgMinidaoController.do?jeecgMinidao', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:48:45', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181370039', null, '2', 'menu.form.model', '3', 'jeecgNoteController.do?jeecgNote', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:08', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813a003a', null, '2', 'menu.one_to_many.model', '4', 'jeecgOrderMainController.do?jeecgOrderMain', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:47', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813e003b', null, '2', 'menu.import_export.excel', '5', 'courseController.do?course', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:45:39', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818141003c', null, '2', 'menu.uploads_downloads', '6', 'commonController.do?listTurn&turn=system/document/filesList', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:45:56', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818145003d', null, '2', 'menu.JqueryFileUpload.example', '6', 'fileUploadController.do?fileUploadSample&isIframe', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-09-04 22:48:18', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818148003e', null, '2', 'menu.no.paging', '7', 'userNoPageController.do?user', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:00', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81814b003f', null, '2', 'menu.jdbc.example', '8', 'jeecgJdbcController.do?jeecgJdbc', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:13', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181510041', null, '2', 'menu.dictionary.labels', '10', 'demoController.do?dictSelect', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:33:56', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181530042', null, '2', 'menu.form.thePop_UpStyle', '11', 'demoController.do?demoList', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:39:08', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181590044', null, '2', 'menu.special.layout', '12', 'demoController.do?demoIframe', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', '', null, null, 'admin', '2016-09-04 22:47:13', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81815c0045', null, '2', 'menu.single.table', '50', 'jeecgEasyUIController.do?jeecgEasyUI', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:59:06', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181610046', null, '2', 'menu.one_to_many.example', '51', 'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:59:18', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181640047', null, '2', 'menu.html.editor', '15', 'jeecgDemoController.do?ckeditor&isIframe', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:10', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181680048', null, '2', 'menu.word.online', '16', 'webOfficeController.do?webOffice', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:35', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81816b0049', null, '2', 'menu.webOfficeo.fficialExample', '17', 'webOfficeController.do?webOfficeSample&isIframe', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:22', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818173004b', null, '2', 'menu.moreAccessoriesManagement', '18', 'tFinanceController.do?tFinance', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81816e004a', '0', '', null, null, 'admin', '2016-08-15 10:48:08', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818176004c', null, '2', 'datagrid鑷畾涔夋煡璇1', '20', 'userController.do?userDemo', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:58:31', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817b004d', null, '2', 'menu.materialPom', '20', 'jeecgMatterBomController.do?goList', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-09-04 22:47:13', null, '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817f004e', null, '1', 'user.report', '2', 'reportDemoController.do?studentStatisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818183004f', null, '2', 'menu.ckfinderDemo', '100', 'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:47:17', null, '绠$悊鍛'); -- ---------------------------- --- Table structure for `t_s_icon` +-- Table structure for t_s_icon -- ---------------------------- DROP TABLE IF EXISTS `t_s_icon`; CREATE TABLE `t_s_icon` ( @@ -2963,22 +3195,22 @@ INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180850005', 'png', 'map', INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180860006', 'png', 'group_add', null, '缁', 'plug-in/accordion/images/group_add.png', '1'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180880007', 'png', 'calculator', null, '璁$畻鍣', 'plug-in/accordion/images/calculator.png', '1'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180890008', 'png', 'folder', null, '鏂囦欢澶', 'plug-in/accordion/images/folder.png', '1'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180dd001e', 'png', 'deskIcon', null, 'user.manage', 'plug-in/sliding/icon/Finder.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e10020', 'png', 'deskIcon', null, 'role.manage', 'plug-in/sliding/icon/friendgroup.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e50022', 'png', 'deskIcon', null, 'menu.manage', 'plug-in/sliding/icon/kaikai.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180eb0024', 'png', 'deskIcon', null, 'dict.manage', 'plug-in/sliding/icon/friendnear.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180f00026', 'png', 'deskIcon', null, 'icon.manage', 'plug-in/sliding/icon/kxjy.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180fb002a', 'png', 'deskIcon', null, 'user.analysis', 'plug-in/sliding/icon/User.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc818102002c', 'png', 'deskIcon', null, 'form.config', 'plug-in/sliding/icon/Applications Folder.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81810d002f', 'png', 'deskIcon', null, 'data.monitor', 'plug-in/sliding/icon/Super Disk.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181150031', 'png', 'deskIcon', null, 'system.log', 'plug-in/sliding/icon/fastsearch.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181210033', 'png', 'deskIcon', null, 'common.schedule.task', 'plug-in/sliding/icon/Utilities.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180dd001e', 'png', 'deskIcon', null, '鐢ㄦ埛绠$悊', 'plug-in/sliding/icon/Finder.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e10020', 'png', 'deskIcon', null, '瑙掕壊绠$悊', 'plug-in/sliding/icon/friendgroup.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e50022', 'png', 'deskIcon', null, '鑿滃崟绠$悊', 'plug-in/sliding/icon/kaikai.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180eb0024', 'png', 'deskIcon', null, '鏁版嵁瀛楀吀绠$悊', 'plug-in/sliding/icon/friendnear.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180f00026', 'png', 'deskIcon', null, '绯荤粺鍥炬爣', 'plug-in/sliding/icon/kxjy.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180fb002a', 'png', 'deskIcon', null, '鐢ㄦ埛鍒嗘瀽', 'plug-in/sliding/icon/User.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc818102002c', 'png', 'deskIcon', null, 'Online琛ㄥ崟寮鍙', 'plug-in/sliding/icon/Applications Folder.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81810d002f', 'png', 'deskIcon', null, '鏁版嵁鐩戞帶', 'plug-in/sliding/icon/Super Disk.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181150031', 'png', 'deskIcon', null, '绯荤粺鏃ュ織', 'plug-in/sliding/icon/fastsearch.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181210033', 'png', 'deskIcon', null, '瀹氭椂浠诲姟', 'plug-in/sliding/icon/Utilities.png', '3'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181290035', 'png', 'deskIcon', null, '琛ㄥ崟楠岃瘉', 'plug-in/sliding/icon/qidianzhongwen.png', '3'); 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_log` +-- Table structure for t_s_log -- ---------------------------- DROP TABLE IF EXISTS `t_s_log`; CREATE TABLE `t_s_log` ( @@ -2991,13 +3223,132 @@ CREATE TABLE `t_s_log` ( `operatetype` smallint(6) default NULL, `userid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_oe64k4852uylhyc5a00rfwtay` (`userid`) + KEY `FK_oe64k4852uylhyc5a00rfwtay` USING BTREE (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_log -- ---------------------------- +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1cfe79320000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.147.1', '2017-02-08 17:12:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1cfe7b220001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.147.1', '2017-02-08 17:12:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1cfe7bf00002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.147.1', '2017-02-08 17:12:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d064a7f0003', 'IE', '淇敼鎴愬姛', '5', '192.168.147.1', '2017-02-08 17:20:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d06f6060004', 'IE', '淇敼鎴愬姛', '5', '192.168.147.1', '2017-02-08 17:21:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d0739aa0005', 'IE', '淇敼鎴愬姛', '5', '192.168.147.1', '2017-02-08 17:21:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d07adde0006', 'IE', '淇敼鎴愬姛', '5', '192.168.147.1', '2017-02-08 17:22:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d127d560007', 'IE', '淇敼鎴愬姛', '5', '192.168.147.1', '2017-02-08 17:33:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d1380850008', 'IE', '鍙栨秷婵娲绘垚鍔', '5', '192.168.147.1', '2017-02-08 17:35:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d1400920009', 'IE', '婵娲绘垚鍔', '5', '192.168.147.1', '2017-02-08 17:35:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d281276000a', 'IE', '淇敼鎴愬姛', '5', '192.168.147.1', '2017-02-08 17:57:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d282cdb000b', 'IE', '鍙栨秷婵娲绘垚鍔', '5', '192.168.147.1', '2017-02-08 17:57:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d31bf6e000c', 'IE', '璇█ 鏇存柊鎴愬姛', '5', '192.168.147.1', '2017-02-08 18:08:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d31d7b6000d', 'IE', '璇█ 鏇存柊鎴愬姛', '5', '192.168.147.1', '2017-02-08 18:08:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d333a25000e', 'IE', '婵娲绘垚鍔', '5', '192.168.147.1', '2017-02-08 18:09:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5c39f6000f', 'IE', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.147.1', '2017-02-08 18:54:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5c68f00010', 'IE', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.147.1', '2017-02-08 18:54:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5caa910011', 'IE', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.147.1', '2017-02-08 18:54:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5cc8840012', 'IE', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.147.1', '2017-02-08 18:55:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5ce6340013', 'IE', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.147.1', '2017-02-08 18:55:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1e22a7015a1e2396cd0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.147.1', '2017-02-08 22:32:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1e22a7015a1e239e7b0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.147.1', '2017-02-08 22:32:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1e22a7015a1e2ac4170002', 'IE', '閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - \'4028ef815335c28f015335c28f0a0000\'', '6', '192.168.147.1', '2017-02-08 22:40:03', '3', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('402880eb53cc57770153cc5826b30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.107', '2016-03-31 19:04:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17e99c2a0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.110', '2017-02-07 17:31:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ec3aa00035', 'IE', '淇敼鎴愬姛', '5', '192.168.0.110', '2017-02-07 17:34:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ecd48b006a', 'IE', '淇敼鎴愬姛', '5', '192.168.0.110', '2017-02-07 17:34:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ed08e4009f', 'IE', '淇敼鎴愬姛', '5', '192.168.0.110', '2017-02-07 17:34:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ed977900d4', 'IE', '淇敼鎴愬姛', '5', '192.168.0.110', '2017-02-07 17:35:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2093b6800000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.110', '2017-02-09 09:53:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2093b8ad0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.110', '2017-02-09 09:53:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2093b8e70002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.110', '2017-02-09 09:53:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2097842b0003', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.0.110', '2017-02-09 09:58:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a209790ab0004', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.110', '2017-02-09 09:58:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a209924a30005', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.110', '2017-02-09 09:59:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f15986303c0159863118d60000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.113', '2017-01-10 10:24:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f15986303c0159863b13490001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.113', '2017-01-10 10:35:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f15986303c01598648163d0003', 'IE', '缁勭粐鏈烘瀯 褰曞叆鎴愬姛', '3', '192.168.0.113', '2017-01-10 10:49:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159865623015986566bc70000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.113', '2017-01-10 11:05:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f1599b0bbf01599b0c0b120000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.113', '2017-01-14 11:36:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f1599b0df101599b0e4e930000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.113', '2017-01-14 11:38:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a5469e6d0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.113', '2017-01-16 11:16:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a547ab150005', 'IE', '鐢ㄦ埛: 111娣诲姞鎴愬姛', '3', '192.168.0.113', '2017-01-16 11:17:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a55a1a220007', 'IE', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.0.113', '2017-01-16 11:37:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a55a31650008', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.0.113', '2017-01-16 11:37:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f86cbdb0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 11:57:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f8777af0001', 'IE', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.0.115', '2016-12-21 11:58:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f89873d0002', 'IE', '閿欒寮傚父: 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[\'\']]', '6', '192.168.0.115', '2016-12-21 12:00:23', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f89a6640003', 'IE', '閿欒寮傚父: 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[\'\']]', '6', '192.168.0.115', '2016-12-21 12:00:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f89c20e0004', 'IE', '閿欒寮傚父: 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[\'\']]', '6', '192.168.0.115', '2016-12-21 12:00:38', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa4cbc60000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 12:30:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa539a50001', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.0.115', '2016-12-21 12:30:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa5e2f00036', 'IE', '淇敼鎴愬姛', '5', '192.168.0.115', '2016-12-21 12:31:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa88273003b', 'IE', '鏇存柊鎴愬姛', '5', '192.168.0.115', '2016-12-21 12:34:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa96769003c', 'IE', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '192.168.0.115', '2016-12-21 12:35:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fab6297003d', 'IE', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.0.115', '2016-12-21 12:37:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fafa101591fb05f560000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 12:42:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fafa101591fb060670001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 12:42:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fafa101591fb3e5190002', 'IE', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '192.168.0.115', '2016-12-21 12:46:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fb6ff01591fb7dda70000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 12:51:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fd0a601591fd135f60000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 13:18:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fd4b101591fd57b520000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-21 13:23:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f35929b1f1015929b5af3e0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.115', '2016-12-23 11:24:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5596d4d9f01596d4e509f0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-05 14:26:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5596d511c01596d5190860000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-05 14:29:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f559726141015972645ba00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:08:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f559726141015972645e1a0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:08:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f559726141015972645e6d0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:08:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b50159728545db0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:44:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b50159728592060001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:44:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b50159728673df0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:45:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b501597286e15a0003', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.0.117', '2017-01-06 14:45:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b501597288be910004', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.0.117', '2017-01-06 14:48:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988e9a3d00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-10 23:05:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988ec369a0004', 'IE', '鐢ㄦ埛: 777娣诲姞鎴愬姛', '3', '192.168.1.7', '2017-01-10 23:08:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988f6212b0006', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.1.7', '2017-01-10 23:19:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988f632900007', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-10 23:19:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988f73e1e0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-10 23:20:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988f774bb0001', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-10 23:20:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988ff7a000003', 'IE', '缁勭粐鏈烘瀯 褰曞叆鎴愬姛', '3', '192.168.1.7', '2017-01-10 23:29:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988ff85e40004', 'IE', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-10 23:29:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e7d3f00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-12 21:39:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e841b90001', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:40:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e8caab0003', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.1.7', '2017-01-12 21:40:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e8d95a0004', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-12 21:40:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e96de10006', 'IE', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.1.7', '2017-01-12 21:41:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e9a35c0007', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:41:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e9e9c80008', 'IE', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.1.7', '2017-01-12 21:42:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992eb2a47000a', 'IE', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.1.7', '2017-01-12 21:43:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ebad5b000c', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.1.7', '2017-01-12 21:43:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ebc733000d', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-12 21:44:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ed2c3f0011', 'IE', '鐢ㄦ埛: qq娣诲姞鎴愬姛', '3', '192.168.1.7', '2017-01-12 21:45:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992eda23a0015', 'IE', '鐢ㄦ埛: qq鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:46:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ee8df00019', 'IE', '鐢ㄦ埛: qq鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:47:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992efd3d5001a', 'IE', '鐢ㄦ埛锛歲q鍒犻櫎鎴愬姛', '4', '192.168.1.7', '2017-01-12 21:48:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f0da90001b', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f0e55e001c', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:38', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f0f908001d', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:43', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f12d80001e', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:56', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1660b001f', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:10', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f16dc60020', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:12', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f17eb00021', 'IE', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:50:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f190360022', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:21', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f198b30023', 'IE', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:50:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1a39f0024', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:26', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1ad0c0025', 'IE', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:50:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1b7c40026', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1c1030027', 'IE', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:50:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1cbdc0028', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:37', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1d6f60029', 'IE', '缁勭粐鏈烘瀯 鏇存柊鎴愬姛', '5', '192.168.1.7', '2017-01-12 21:50:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f40030002a', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.1.7', '2017-01-12 21:53:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f55c69002b', 'IE', '缁勭粐鏈烘瀯鍒犻櫎鎴愬姛', '4', '192.168.1.7', '2017-01-12 21:54:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f65399002e', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:33', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f67968002f', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:43', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f6930a0030', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f6a4710031', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:54', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f6fa670032', 'IE', '閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:56:16', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875998d719015998d7a7310000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-14 01:19:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875998e4df015998e5337f0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.7', '2017-01-14 01:34:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028818958ca1f250158ca1f6e340000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.1.9', '2016-12-04 21:56:47', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef81526266d401526268a7ed0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-01-21 12:19:31', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef81526266d401526268fcf90002', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-01-21 12:19:53', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef81526266d40152626919130003', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-01-21 12:20:00', '1', '8a8ab0b246dc81120146dc8181950052'); @@ -3462,7 +3813,7 @@ INSERT INTO `t_s_log` VALUES ('4028ef815373fb5301537404ba1b000e', 'Chrome', '淇 INSERT INTO `t_s_log` VALUES ('4028ef815373fb5301537406bea80010', 'Chrome', '鍥剧墖琛ㄦ坊鍔犳垚鍔', '3', '192.168.111.1', '2016-03-14 15:28:32', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef815373fb5301537406e7480011', 'Chrome', '鍥剧墖琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-03-14 15:28:42', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef815373fb530153740b6d3f0012', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-03-14 15:33:39', '1', '8a8ab0b246dc81120146dc8181950052'); -INSERT INTO `t_s_log` VALUES ('4028ef815373fb530153740b7e8f0013', 'Chrome', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-03-14 15:33:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815373fb530153740b7e8f0013', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-03-14 15:33:43', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8153740f9f0153741003df0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-03-14 15:38:39', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8153740f9f015374114ed00001', 'Chrome', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-03-14 15:40:04', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8153740f9f01537411b7bd0002', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-03-14 15:40:31', '1', '8a8ab0b246dc81120146dc8181950052'); @@ -5177,9 +5528,970 @@ INSERT INTO `t_s_log` VALUES ('4028ef8155fd62710155fd64e1030001', 'Chrome', '淇 INSERT INTO `t_s_log` VALUES ('4028ef8155fd62710155fd65b9ee0002', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-18 17:45:50', '3', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8155fd62710155fd65be330003', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-18 17:45:51', '3', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8155fd85190155fd8588280000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-18 18:20:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8155fda3440155fda3d72d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-18 18:53:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8155fe1e3b0155fe2112560000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-18 21:10:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815600b7bd015600b92b210000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 09:15:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815600b7bd015600d886310001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 09:50:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815600dd8d015600de53340000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 09:56:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560138d70156013937040000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 11:35:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815601b4d1015601b55bc60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 13:51:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815601ff02015601ffd7c80000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 15:12:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156020d8d0156020de56d0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 15:28:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602324401560232cf8a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 16:08:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602630401560264ce040000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 17:02:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156026e9f0156026f224a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 17:14:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602872901560287a8520000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 17:41:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602f891015602f9665f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-19 19:45:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602f891015602fb7cf20002', 'Chrome', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-07-19 19:47:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815607929101560795248b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-20 17:13:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815607929101560795c4330008', 'Chrome', '閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn \'jform_category\' cannot be null', '6', '192.168.111.1', '2016-07-20 17:14:30', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd636b00000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 17:43:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd698df0001', 'Chrome', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-07-21 17:43:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd700450002', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 17:43:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd7ad320003', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 17:44:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd7bd270004', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 17:44:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd99f450005', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 17:46:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560ce70e01560ce7b19f0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 18:02:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560ce8ba01560ce9d1010000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 18:04:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560ce8ba01560ceb1e410001', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:05:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cefff01560cf08e490000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 18:11:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cefff01560cf23fb80001', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:13:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cefff01560cf246b00002', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:13:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d01b30a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 18:30:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d022d070001', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:31:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d028c5f0002', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:31:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d02b1350003', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:31:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d02c7940004', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:31:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d0374090005', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:32:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d03b41c0006', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:32:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0752500000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 18:36:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d082e9e0001', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:37:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0916510002', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:38:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0d00510003', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:42:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0e0e840004', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:44:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d107f3c0005', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:46:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d109d580006', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:46:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d10e4bc0007', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:47:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d11396a0008', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:47:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d1242170009', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:48:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d129373000a', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:48:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d12b8c0000b', 'Chrome', '鍙栨秷婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:49:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d12caeb000c', 'Chrome', '婵娲绘垚鍔', '5', '192.168.111.1', '2016-07-21 18:49:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d1be101560d1d563b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 19:00:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da332ea0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 21:26:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da4884c0003', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-21 21:28:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da4ae110004', 'Chrome', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '192.168.111.1', '2016-07-21 21:28:31', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da57c290005', 'Chrome', '鐢ㄦ埛demo宸查鍑', '2', '192.168.111.1', '2016-07-21 21:29:24', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da5898e0006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-21 21:29:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da5ed6f0007', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-21 21:29:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da638230008', 'Chrome', '鐢ㄦ埛: demo[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-07-21 21:30:12', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c015610fed9cd0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-22 13:05:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c0156112233d20002', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-22 13:44:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c0156112243f20003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-22 13:44:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c01561122cfce0005', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-22 13:45:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c01561122e28d0006', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-22 13:45:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c01561123167d0007', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-22 13:45:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c0156112363350008', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-22 13:45:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156177e7c4c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-23 19:23:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb015617801fd80010', 'Chrome', '鍒涘缓鎴愬姛', '3', '192.168.111.1', '2016-07-23 19:24:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561780afdc0011', 'Chrome', 'bpm_status鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-07-23 19:25:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561780b1ac0012', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:25:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561781821d0013', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:26:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178223e80014', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:27:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561782f7980015', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:27:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb015617840b970016', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:29:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561784cabf0017', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:29:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178524a90018', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-23 19:30:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178aa67d0019', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-23 19:36:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178b421c001a', 'Chrome', '鐢ㄦ埛: scott[杞欢寮鍙戦儴]common.login.success', '1', '192.168.111.1', '2016-07-23 19:36:57', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178b5a6e001b', 'Chrome', '鐢ㄦ埛scott宸查鍑', '2', '192.168.111.1', '2016-07-23 19:37:03', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178b70b8001c', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-23 19:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561793bbf3001d', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-23 19:46:13', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe114e30000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:27:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe1dfba0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:28:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe4faf60002', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-25 10:31:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe514e80003', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:32:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5294f0004', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:32:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5d39f0005', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-25 10:32:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5db690006', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:32:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5e9a70007', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:32:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561feda3580008', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:41:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fedb28b0009', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:41:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fee2ad4000a', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:41:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561feeb347000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:42:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff028d2000c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-25 10:44:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff06741000d', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:44:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff08304000e', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:44:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff0a836000f', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:44:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff0b30d0010', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:44:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff1c22b0011', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 10:45:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff1d11a0012', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 10:45:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156200b09920000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 11:13:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203a3f760001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 12:05:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c2d8c0002', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 12:07:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c3e620003', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 12:07:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c79060004', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 12:07:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c8a1f0005', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 12:07:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203d8c5e0006', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-25 12:08:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203dc5740007', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-25 12:08:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203de21f0008', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 12:09:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203def3d0009', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 12:09:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203e2dd0000a', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 12:09:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203e3adf000b', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 12:09:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156200240015620416609000c', 'Chrome', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-25 12:12:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156204176cb000d', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-25 12:12:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156204188bf000e', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 12:13:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562120ba01562121121e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 16:17:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216248a70000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-25 17:28:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216297e60001', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-07-25 17:28:44', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216297e90002', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-07-25 17:28:44', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216820ad0003', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-07-25 17:34:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216820d90004', 'Chrome', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-07-25 17:34:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815625368201562539c53a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-26 11:22:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562cb7ab01562cb81db90000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-27 22:17:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562cb7ab01562cb931fa0001', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-27 22:19:09', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562cb7ab01562cb9803d0002', 'Chrome', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-27 22:19:29', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f31bf120000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 09:50:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f38012c0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 09:56:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f3aecf20005', 'Chrome', '鐢ㄦ埛: 22娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-07-28 10:00:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f3afdf90006', 'Chrome', '鐢ㄦ埛锛22鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-07-28 10:00:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4265100007', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 10:08:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f43a0c40008', 'Chrome', '鍥炬爣鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-07-28 10:09:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f471f750009', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-28 10:13:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4777bc000a', 'Chrome', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-07-28 10:13:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4d35fc000b', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-28 10:20:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4d4fcd000c', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 10:20:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4da895000d', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-28 10:20:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4db775000e', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 10:20:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4e3049000f', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-28 10:21:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4e422e0010', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 10:21:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156301e4f0156301ee9ba0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-28 14:09:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815634e456015634e573bb0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 12:24:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815636278b01563628479e0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:17:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156362ea70156362f50d60000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:24:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156362ea70156362fcc880001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:25:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815636363d01563636a0770000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:32:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156363ac20156363c69620000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:39:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156363ac20156363ce0ba0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:39:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563641d401563643ea3c0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 18:47:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365a560156365b148a0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:12:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365a560156365b81ed0001', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:13:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365a560156365cb95d0002', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:14:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156365e95760000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:16:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366027b10006', 'Chrome', '鐢ㄦ埛: lisi鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-29 19:18:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366032fe0007', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-29 19:18:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366061ca0008', 'Chrome', '鐢ㄦ埛: lisi[杞欢寮鍙戦儴]common.login.success', '1', '192.168.111.1', '2016-07-29 19:18:21', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563660c1c50009', 'Chrome', '鐢ㄦ埛lisi宸查鍑', '2', '192.168.111.1', '2016-07-29 19:18:45', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563660ceaa000a', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:18:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563660f8b6000e', 'Chrome', '鐢ㄦ埛: lisi鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-29 19:19:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563661006d000f', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-29 19:19:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366110620010', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:19:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df6015636612e9e0011', 'Chrome', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-07-29 19:19:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df6015636614de10012', 'Chrome', '鐢ㄦ埛: lisi[璐㈠姟]common.login.success', '1', '192.168.111.1', '2016-07-29 19:19:21', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df6015636624ef50013', 'Chrome', '鐢ㄦ埛lisi宸查鍑', '2', '192.168.111.1', '2016-07-29 19:20:27', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366263e60014', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-29 19:20:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae3e04b0000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-30 16:20:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae48c240004', 'Chrome', '鐢ㄦ埛: 999娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-07-30 16:21:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae495860005', 'Chrome', '閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method \'GET\' not supported', '6', '192.168.111.1', '2016-07-30 16:21:14', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae4c31e0006', 'Chrome', '閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method \'GET\' not supported', '6', '192.168.111.1', '2016-07-30 16:21:25', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae82bd50000', 'Chrome', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-07-30 16:25:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae860f00001', 'Chrome', '鐢ㄦ埛锛999鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-07-30 16:25:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae92e100005', 'Chrome', '鐢ㄦ埛: 999娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-07-30 16:26:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae98caf0009', 'Chrome', '鐢ㄦ埛: lisi鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-07-30 16:26:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae9fd9a000b', 'Chrome', '鍥炬爣鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-07-30 16:27:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643f5ec015643f705000000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-01 10:37:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643f5ec015643f7934e0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-01 10:38:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643f5ec015643fcda380002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-01 10:44:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643ff37015643ffecb80000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-01 10:47:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564a157201564a16f4a00000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-02 15:10:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564a157201564a16f7110001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-02 15:10:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564a157201564a16f7f60002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-02 15:10:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564e492d01564e49a55c0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 10:44:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564e492d01564e49a84b0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 10:44:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564e492d01564e49a8fc0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 10:44:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1b4eed0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:33:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1b51140001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:33:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1b51b10002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:33:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1cb7040003', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 14:34:57', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f228fc30000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:41:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f22922a0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:41:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f2292df0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:41:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f23a1460003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:42:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f23e9260004', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-03 14:42:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f24472e0005', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 14:43:12', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f2c4701564f2de74c0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:53:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f2c4701564f2de9b70001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:53:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f2c4701564f2e9ea20002', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 14:54:30', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f3216700000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f3218c90001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f321a000002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f328a8d0003', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:47', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f47c301564f484e7a0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:22:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f47c301564f4850910001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:22:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f47c301564f48510f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:22:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f4ec301564f4fba620000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:30:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f4ec301564f4fbcfe0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:30:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f4ec301564f4fbd6d0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:30:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f521b0a0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:33:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f521d690001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:33:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f5299da0002', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 15:33:48', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f541f500003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 15:35:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f5a3d8b0004', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 15:42:09', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f62ff01564f6c78ea0000', 'Firefox', '閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path \'/loginController.do\', method \'GET\', parameters map[\'list\' -> array[\'\']]', '6', '192.168.111.1', '2016-08-03 16:02:04', '3', null); +INSERT INTO `t_s_log` VALUES ('4028ef81564f71f001564f7290460000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:08:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f71f001564f7292b40001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:08:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f71f001564f7293360002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:08:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f790e860000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:15:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f7910ec0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:15:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f7911c00002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:15:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f791f9e0003', 'Firefox', '閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path \'/loginController.do\', method \'GET\', parameters map[\'loginddd\' -> array[\'\']]', '6', '192.168.111.1', '2016-08-03 16:15:53', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f7b1301564f7d26af0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f7b1301564f7d29200001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f7b1301564f7dd3eb0002', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-03 16:21:01', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9b1901564f9b7b7b0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:53:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9b1901564f9b7e110001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:53:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9b1901564f9b7e9c0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:53:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9f8601564f9fe6050000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:58:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9f8601564f9fe8440001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:58:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9f8601564f9fe95f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-03 16:58:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156598a2c0156598adac00000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 15:11:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659d09e015659d152000000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 16:28:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659d09e015659d154e30001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 16:28:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659d09e015659d155990002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 16:28:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659e54c015659f7554e0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 17:09:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659e54c015659f758060001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 17:09:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659e54c015659f758560002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 17:09:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a3c6c01565a3cea7d0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:25:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a3c6c01565a3ced240001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:25:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a3c6c01565a3cee0c0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:25:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a4e30eb0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:44:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a4e32e80001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:44:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a4e33700002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:44:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a50e8550003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:47:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a51bcf50004', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-05 18:48:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a54e3b20005', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-05 18:52:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a55742f0006', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-05 18:52:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692a10b60000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-08 15:59:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692a13090001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-08 15:59:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692a1f110002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-08 15:59:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692ab10b0004', 'Firefox', '琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-08 16:00:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a401566931e7410005', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-08 16:08:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669321e240006', 'Firefox', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-08 16:08:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156693253d90008', 'Firefox', '琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-08 16:08:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669329f680009', 'Firefox', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-08 16:09:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669332fe3000b', 'Firefox', '琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-08 16:09:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156693373ba001c', 'Firefox', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-08 16:09:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669338071001d', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-08 16:09:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a401566933963f001e', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-08 16:10:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a401566933e45b001f', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-08 16:10:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566a581301566a58ab9e0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-08 21:30:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566a581301566a58aebf0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-08 21:30:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566a581301566a58af7c0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-08 21:30:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566d570701566d5803270000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-09 11:28:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566d570701566d5805270001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-09 11:28:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566d570701566d5805e80002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-09 11:28:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3cff4b0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-09 15:38:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3d01c20001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-09 15:38:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3d025b0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-09 15:38:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3d3b740003', 'Firefox', '1212琚垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-09 15:38:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673486e01567348d3fa0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 15:09:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673486e01567348d66a0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 15:09:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673486e01567348d6da0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 15:09:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c513440000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 17:25:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c515f80001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 17:25:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c516750002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 17:25:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c6e02d0011', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 17:27:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c7cb86003a', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 17:28:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c8e419004c', 'Firefox', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:29:20', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c941d5004d', 'Firefox', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:29:44', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c94b5c004e', 'Firefox', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:29:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ca39680057', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 17:30:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ca665c0058', 'Firefox', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:30:59', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673caede20067', 'Firefox', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-08-10 17:31:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673cea9840068', 'Firefox', '閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歍able \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:35:38', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ced7960069', 'Firefox', '閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column \'cardid\' at row 1', '6', '192.168.111.1', '2016-08-10 17:35:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673cefbac006a', 'Firefox', '閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column \'cardid\' at row 1', '6', '192.168.111.1', '2016-08-10 17:35:59', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d5519c006b', 'Firefox', '閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Data too long for column \'cardid\' at row 1', '6', '192.168.111.1', '2016-08-10 17:42:55', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d5c128006c', 'Firefox', '閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Incorrect datetime value: \',\' for column \'begin_date\' at row 1', '6', '192.168.111.1', '2016-08-10 17:43:23', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d67ad4006d', 'Firefox', '閿欒寮傚父: MysqlDataTruncation,閿欒鎻忚堪锛欴ata truncation: Incorrect datetime value: \',\' for column \'begin_date\' at row 1', '6', '192.168.111.1', '2016-08-10 17:44:11', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d7fcb30088', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 17:45:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d994480099', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 17:47:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e2e9f7009a', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 17:57:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e3feef00ac', 'Firefox', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-08-10 17:58:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e7868e00ad', 'Firefox', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-08-10 18:02:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e7a71d00ae', 'Firefox', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-08-10 18:02:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e849dc00af', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 18:03:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e9fe8b00b0', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 18:05:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea444500b1', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-10 18:05:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea44ba00b2', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:05:48', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea4ed000b3', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:05:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea5e2900b4', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-10 18:05:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea5ebc00b5', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:05:54', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673eaaf7a00b6', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:06:15', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ead99300b7', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:06:26', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ebc17f00b8', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:07:25', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ebcb5a00b9', 'Firefox', '閿欒寮傚父: LazyInitializationException,閿欒鎻忚堪锛歠ailed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:07:28', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673ef473a0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-10 18:11:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673f0aabf000a', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 18:12:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673f2d056000b', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 18:15:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673f661d5001d', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-10 18:19:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b0156778445040000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-11 10:52:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b0156778447950001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-11 10:52:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b01567784489e0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-11 10:52:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b015677858f210003', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-11 10:54:16', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0b96aa0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-11 22:39:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0b9a530001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-11 22:39:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0b9b3f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-11 22:39:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0c82840003', 'Firefox', 'JeecgDemo渚嬪瓙: 99991琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-11 22:40:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a12feff0004', 'Firefox', 'JeecgDemo渚嬪瓙: 100琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-11 22:48:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a153cd40005', 'Firefox', 'JeecgDemo渚嬪瓙: 900琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-11 22:50:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a17700d0006', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-11 22:52:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb18bba0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:00:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb18de50001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:00:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb18e720002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:00:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb1fc980003', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-12 11:00:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb347da0004', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-12 11:02:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb35f5a0005', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-12 11:02:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb3fed30006', 'Firefox', '666琚垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-12 11:03:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cbd1001567cbe04060000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:14:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cbd1001567cbe92770001', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-12 11:14:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cbd1001567cbf1f500002', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-12 11:15:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc323b00000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:19:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc40b920001', 'Firefox', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-12 11:20:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc431680003', 'Firefox', '琛ㄥ崟娣诲姞鎴愬姛,涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛', '5', '192.168.111.1', '2016-08-12 11:20:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc4ac260014', 'Firefox', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-12 11:21:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc4bf9e0015', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-12 11:21:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc4eded0016', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-12 11:21:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc75fec0018', 'Firefox', '琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮,灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-08-12 11:24:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc7a6c80019', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮锛屽皻鏈缃)锛', '5', '192.168.111.1', '2016-08-12 11:24:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc7e3d2001a', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-08-12 11:24:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc827ff001b', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-08-12 11:25:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ccb6301567ccbc64f0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:29:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567ce6f3d00000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:58:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567ce6f6560001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:58:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567ce6f6e00002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 11:58:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567cf29cc80003', 'Firefox', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-12 12:11:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567e88db01567e8948600000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 19:35:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567e88db01567e894ac60001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 19:35:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec45401567ec4c0f10000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 20:40:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec45401567ec4c36c0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 20:40:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567eccde6d0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 20:49:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567ecce08e0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 20:49:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567ecce1100002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 20:49:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567ecdc10f0003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-12 20:50:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681de4ebb0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 11:07:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681de521b0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681de52d90002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681deec9a0003', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-13 11:08:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681e019d30014', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-13 11:09:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826acf0d0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 13:40:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826ad1520001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 13:40:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826ad1d80002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 13:40:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826b197b0003', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-13 13:41:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815683265e01568326eede0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 17:06:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815683265e01568326f0bb0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 17:06:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815683265e01568326f1520002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-13 17:06:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf340150000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:06:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf343b50001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:06:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf344cc0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:06:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf581940004', 'Firefox', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-08-15 10:08:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf5d7740005', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:09:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf619b80006', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:09:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf623150007', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:09:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf633540008', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:09:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf68898000a', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:10:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf6984f000b', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:10:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568c038343000c', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-15 10:24:15', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c070c860000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c070ece0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c070f5b0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0795800003', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:42', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c08f7220004', 'Firefox', '鐢ㄦ埛scott宸查鍑', '2', '192.168.111.1', '2016-08-15 10:30:13', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0909be0005', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:30:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0c62000006', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:33:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0cf3f20007', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:34:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0da24c0008', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:35:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0e56510009', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:36:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0e6f53000a', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:36:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10030b000c', 'Firefox', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-08-15 10:37:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10392a000d', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:38:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1073ac000e', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:38:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10a154000f', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:38:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10d1c30010', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:38:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1122b40011', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:39:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c121bdf0012', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:40:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c128e810013', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:40:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c12d49b0014', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:40:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1359c10015', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:41:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c13b0010016', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:41:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c13ec140017', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:42:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1432850018', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:42:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1532c4001a', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:43:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c15e1f2001b', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:44:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c15f381001c', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:44:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c16dbf0001e', 'Firefox', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-08-15 10:45:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1719ec001f', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:45:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c175c880020', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:45:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1792220021', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:46:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c17c1d50022', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:46:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c17f3960023', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:46:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1829a40024', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:46:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1860cf0025', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:47:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1897550026', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:47:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c18e9410027', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:47:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c191fed0028', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:47:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c19608b0029', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:48:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c19a959002b', 'Firefox', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-08-15 10:48:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c19ef16002c', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:48:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1a2d4f002d', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:49:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1a5e94002e', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:49:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1a8408002f', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:49:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1abb190030', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:49:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1addf10031', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:49:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1ae52b0032', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:49:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1affd20033', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:49:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1b584a0038', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:50:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1b66610039', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:50:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1e8b8d003a', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:53:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c21141e003b', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:56:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c214b94003c', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:56:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c2154fc003d', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 10:56:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c216091003e', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 10:56:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c2230e4003f', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:57:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c22646f0040', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:57:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c22a71b0041', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:58:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c22e1820042', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:58:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c236a770043', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:59:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c239aa30044', 'Firefox', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 10:59:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c2779fc0045', 'Firefox', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-15 11:03:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c300e970046', 'Firefox', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-15 11:12:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3246750000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:15:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3248ea0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:15:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c32495f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:15:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c32b75e0003', 'Firefox', 'Minidao渚嬪瓙鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-15 11:15:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3307460005', 'Firefox', 'JeecgDemo渚嬪瓙: null琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-15 11:16:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3355460006', 'Firefox', '閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - \'4028ef815335c28f015335c28f0a0000\'', '6', '192.168.111.1', '2016-08-15 11:16:29', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c344a880007', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-15 11:17:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3567cb0008', 'Firefox', 'JeecgDemo渚嬪瓙: 9001琚洿鏂版垚鍔', '5', '192.168.111.1', '2016-08-15 11:18:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c404e630009', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 11:30:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c4063b2000a', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:30:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c46f5630000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:37:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c46f7ba0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:37:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c46f8580002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:37:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c4805c00003', 'Firefox', '鑿滃崟鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-15 11:39:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c4985f00004', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 11:40:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c4994430005', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 11:40:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c6315830000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 12:08:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c6317e30001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 12:08:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c63887c0002', 'Firefox', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-08-15 12:09:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c63d6350014', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-15 12:09:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c6fe220001d', 'Firefox', '绉婚櫎鎴愬姛', '4', '192.168.111.1', '2016-08-15 12:22:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c701acc002f', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-15 12:22:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c71d15d003b', 'Firefox', '鍒涘缓鎴愬姛', '3', '192.168.111.1', '2016-08-15 12:24:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c737f08003c', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-15 12:26:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568c9af08f0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:09:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568c9af2fe0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:09:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568c9af4540002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:09:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568ca386110003', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-15 13:19:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568ca397f30004', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:19:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568ca46901568ca4fc820000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:20:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caadb01568cab74790000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:27:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caadb01568cab76e70001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:27:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caadb01568cab77820002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:27:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caefb01568caf5faa0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 13:31:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d64a701568d6538570000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 16:50:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d64a701568d653acd0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 16:50:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d64a701568d653b690002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 16:50:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d980801568d986e230000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 17:46:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d980801568d9870c00001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 17:46:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d980801568d9871600002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 17:46:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568db753750000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 18:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568db7564a0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 18:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568db757050002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 18:20:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568ddb0a080003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 18:59:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568e287b01568e2901f20000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 20:24:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568e287b01568e29052e0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 20:24:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568e287b01568e2906180002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-15 20:24:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569112a5a90000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 09:58:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569112a8810001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 09:58:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569112a9d10002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 09:58:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569113a7a80003', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-16 09:59:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569114e88a0004', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-16 10:01:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e50156911538b20006', 'Firefox', '閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn \'CGFORM_FIELD\' cannot be null', '6', '192.168.111.1', '2016-08-16 10:01:42', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e5015691172818000a', 'Firefox', '閿欒寮傚父: MySQLIntegrityConstraintViolationException,閿欒鎻忚堪锛欳olumn \'CGFORM_FIELD\' cannot be null', '6', '192.168.111.1', '2016-08-16 10:03:49', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e50156911b711f000b', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:08:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815691202e0156912107dd0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:14:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815691202e015691210a210001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:14:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815691202e015691210aaa0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:14:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569148d80156914978750000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:58:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569148d8015691497ab90001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:58:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569148d8015691497b2f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 10:58:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156924e320156924ea7400000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 15:44:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156924e320156924ea97d0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 15:44:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156924e320156924eaa0d0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 15:44:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569254110156925514f00000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 15:51:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569254110156925517890001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 15:51:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692541101569255181e0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 15:51:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156925411015692798c860003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 16:30:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569254110156927dab140004', 'Firefox', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-16 16:35:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692d215015692da124c0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 18:16:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692d215015692da14b70001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 18:16:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692d215015692da152e0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 18:16:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b5ac640000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 22:16:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b5aedf0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 22:16:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b5afc50002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 22:16:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b71ffa0003', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-16 22:17:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b793a30004', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-16 22:18:16', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b838fd0005', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-16 22:18:59', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b884100006', 'Firefox', '澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-16 22:19:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693bf51015693c061d60000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 22:27:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693bf51015693c064310001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 22:27:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693bf51015693c0651c0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-16 22:27:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815696919401569692f43d0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 11:37:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815696919401569692f8200001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 11:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815696919401569692f92f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 11:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156969194015696959e7c0003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 11:40:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569691940156969fe6a00038', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-17 11:51:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156969194015696a03508006d', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-17 11:51:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700bf2b0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 13:37:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700c2580001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 13:37:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700c31c0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 13:37:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700fc3c0003', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-17 13:37:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569701039d0004', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-17 13:37:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156970001015697017d180039', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-17 13:37:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569700010156970215e0003b', 'Firefox', '閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛氭枃浠朵笂浼犲け璐ワ細Data truncation: Data too long for column \'content\' at row 1', '6', '192.168.111.1', '2016-08-17 13:38:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156970001015697024e71003c', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-17 13:38:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156970001015697028e3e0071', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-17 13:39:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569700010156970398870074', 'Firefox', '鏂板缓MicrosoftOfficeExcel2007Workbook琚垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-17 13:40:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569703f6db0075', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-17 13:40:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569700010156970477be0076', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-17 13:41:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569704b1a400ab', 'Firefox', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-08-17 13:41:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f22f015697f2ff4f0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:01:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f22f015697f301e60001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:01:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f22f015697f3025b0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:01:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f7874c0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:06:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f789d20001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:06:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f78a410002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:06:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f8505d0004', 'Firefox', '閫氱煡鍏憡娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-17 18:07:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fbb54a0007', 'Firefox', '閫氱煡鍏憡娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-17 18:11:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fbeb220009', 'Firefox', '閫氱煡鍏憡瑙掕壊鎺堟潈淇濆瓨鎴愬姛', '3', '192.168.111.1', '2016-08-17 18:11:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fcd8c0000b', 'Firefox', '閫氱煡鍏憡鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-17 18:12:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fcf240000d', 'Firefox', '閫氱煡鍏憡鐢ㄦ埛鎺堟潈淇濆瓨鎴愬姛', '3', '192.168.111.1', '2016-08-17 18:12:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fe1636000f', 'Firefox', '閫氱煡鍏憡娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-17 18:13:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f7110156980255f80010', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-17 18:18:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f7110156980663bf0013', 'Firefox', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-17 18:22:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015698068d120014', 'Firefox', '鍥捐〃閰嶇疆鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-17 18:23:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569cc98201569cca30270000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-18 16:35:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569cc98201569cca329b0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-18 16:35:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569cc98201569cca34760002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-18 16:35:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a0995a9d0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 10:20:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a0995cad0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 10:20:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a0995ed60002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 10:20:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a09a2bce000f', 'Firefox', '鍒涘缓鎴愬姛', '3', '192.168.111.1', '2016-08-19 10:21:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a09add020010', 'Firefox', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-08-19 10:21:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0ab65bc0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0ab68250001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0ab68910002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0abf10c0003', 'Firefox', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:38', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f1242e0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 11:56:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f126580001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 11:56:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f127bd0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 11:56:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f19be30004', 'Firefox', '琛ㄥ崟鏍峰紡琛ㄦ坊鍔犳垚鍔', '3', '192.168.111.1', '2016-08-19 11:56:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f1a4450005', 'Firefox', '琛ㄥ崟鏍峰紡琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-19 11:56:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f1e2a60007', 'Firefox', '琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-08-19 11:57:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f253730029', 'Firefox', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-19 11:57:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f274c1002a', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-08-19 11:57:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f2867b002b', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '192.168.111.1', '2016-08-19 11:57:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f325df002c', 'Firefox', '琛ㄥ崟鏁版嵁婧愬垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-19 11:58:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f45d7a003c', 'Firefox', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-19 11:59:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f498db003d', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-08-19 11:59:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f4a82f003e', 'Firefox', '琛ㄥ崟鏇存柊鎴愬姛锛', '5', '192.168.111.1', '2016-08-19 12:00:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f535cc003f', 'Firefox', '琛ㄥ崟琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-08-19 12:00:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a107640156a1089ecb0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:21:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a107640156a108a0f10001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:21:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a107640156a10aa68f0002', 'Firefox', '閿欒寮傚父: NoSuchRequestHandlingMethodException,閿欒鎻忚堪锛歂o matching handler method found for servlet request: path \'/cgreportConfigHeadController.do\', method \'GET\', parameters map[\'form\' -> array[\'\']]', '6', '192.168.111.1', '2016-08-19 12:24:05', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10ba9f60000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:25:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10bac790001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:25:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10bad210002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:25:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10bc5120003', 'Firefox', '閿欒寮傚父: MissingServletRequestParameterException,閿欒鎻忚堪锛歊equired String parameter \'id\' is not present', '6', '192.168.111.1', '2016-08-19 12:25:18', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10c09650004', 'Firefox', '閿欒寮傚父: MissingServletRequestParameterException,閿欒鎻忚堪锛歊equired String parameter \'id\' is not present', '6', '192.168.111.1', '2016-08-19 12:25:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10cbc0156a10d17d10000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:26:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10cbc0156a10d1a830001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:26:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10cbc0156a10d1ae60002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:26:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a115410156a115a83d0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:36:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a115410156a115aadb0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:36:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a115410156a115abc30002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-19 12:36:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b02242630000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b02245210001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b02245ce0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b022d1930003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d193360000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-25 16:29:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d1955e0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-25 16:29:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d196020002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-25 16:29:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d1db050003', 'Firefox', '澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-25 16:29:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d36e140004', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-25 16:31:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d3e2b70005', 'Firefox', '澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-25 16:32:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d4a8ba0006', 'Firefox', '澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-25 16:32:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d4cdbd0007', 'Firefox', '澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-25 16:33:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d4f9bc0008', 'Firefox', '澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-25 16:33:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c4e8ec0156c4e94b650000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-26 11:33:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c4e8ec0156c4e94ebf0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-26 11:33:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c4e8ec0156c4e94fa30002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-26 11:33:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c502a40156c5066cce0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-26 12:05:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c502a40156c5066f0a0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-26 12:05:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c502a40156c5066f890002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-26 12:05:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d430dc6b0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 10:46:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d430df620001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 10:46:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d430e0270002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 10:46:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d431c6620003', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 10:47:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4369c0156d43808a30000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 10:54:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d443ac0156d44411e70000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d443ac0156d44414130001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d443ac0156d44414a90002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d44d880156d44df1d90000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 11:18:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d44d880156d44df4240001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 11:18:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d44d880156d44df5080002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 11:18:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4d09a0a0000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 13:40:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4d09c910001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 13:40:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4d09d4d0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 13:40:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4ebc5c20003', 'Firefox', '閿欒寮傚父: SQLException,閿欒鎻忚堪锛欼nvalid value for getInt() - \'4028ef815335c28f015335c28f0a0000\'', '6', '192.168.111.1', '2016-08-29 14:10:36', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fb83760000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 14:27:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fb86160001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 14:27:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fb86900002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 14:27:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fc1b9d0004', 'Firefox', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-08-29 14:28:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fc2d9d0005', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 14:28:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ff2799000f', 'Firefox', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-08-29 14:31:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ffbe790011', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:32:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ffcbc10012', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:32:28', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ffd5ff0013', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:32:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d500ad140015', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:33:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d500c2130017', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:33:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d501a69f0019', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:34:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d501bd59001b', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:34:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50228cb001c', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:03', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50236d2001d', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:07', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d502676d001f', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:35:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d5026da90020', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:21', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50270210021', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50270d20022', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50272ba0023', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50273630024', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50727aa0026', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:40:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50750700028', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:40:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50771500029', 'Firefox', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-08-29 14:40:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d508a62c002a', 'Firefox', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-08-29 14:42:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d575a30156d5760d360000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 16:41:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d575a30156d5760f580001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 16:41:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d575a30156d576101f0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 16:41:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d579bd0156d57a2f800000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 16:46:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d579bd0156d57a32490001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 16:46:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d579bd0156d57a32d60002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-29 16:46:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d94bba140000', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-30 10:33:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d94bbc6f0001', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-30 10:33:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d94bbd1e0002', 'Firefox', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-08-30 10:33:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d95498700004', 'Firefox', '绫诲瀷鍒嗙粍: 222琚坊鍔犳垚鍔', '3', '192.168.111.1', '2016-08-30 10:43:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d954b11a0005', 'Firefox', '绫诲瀷鍒嗙粍: 222 琚垹闄 鎴愬姛', '4', '192.168.111.1', '2016-08-30 10:43:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3bd950156e3be187b0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-01 11:15:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3bd950156e3be1cb70001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-01 11:15:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3bd950156e3be1d480002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-01 11:15:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3c3e70156e3c48a550000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-01 11:22:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3c3e70156e3c48cf40001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-01 11:22:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3c3e70156e3c48d550002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-01 11:22:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea175e2a0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 16:50:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1761930001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 16:50:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea17620d0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 16:50:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea18ec9e0003', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 16:51:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1b88480004', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-02 16:54:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1ba62e0005', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 16:54:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1fcba70006', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-02 16:59:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1fddd90007', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 16:59:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2d72170000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 17:14:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2d74a60001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 17:14:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2d75310002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-02 17:14:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2eb7e60003', 'IE', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-09-02 17:15:45', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2ecb140004', 'IE', '鍔ㄦ佹姤琛ㄩ厤缃姮澶村垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-09-02 17:15:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2ed3230005', 'IE', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-09-02 17:15:52', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2ee1320006', 'IE', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-09-02 17:15:56', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f330f6fa0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 11:14:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f330f9550001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 11:14:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f330f9db0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 11:14:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f33241db0003', 'IE', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-09-04 11:16:12', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f3f2df0156f3f366290000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 14:47:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f3f2df0156f3f369060001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 14:47:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f3f2df0156f3f369b90002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 14:47:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f4786c0156f47908190000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 17:13:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f4786c0156f4790aab0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 17:13:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f4786c0156f4790b250002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 17:13:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f482db0156f48339750000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 17:24:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f482db0156f4833c0e0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 17:24:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f482db0156f4833c8f0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 17:24:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f533d2340000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 20:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f533d4d60001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 20:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f533d56e0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 20:37:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f53cf3ac0003', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 20:47:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f53f350156f53f96c60000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 20:50:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5464a0156f546b4010000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 20:57:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f578290156f57b7f300000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 21:55:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f578290156f57b81940001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 21:55:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f578290156f57b82f50002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 21:55:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f5927ce80000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:20:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592c6a40002', 'IE', '绫诲瀷鍒嗙粍: dd琚坊鍔犳垚鍔', '3', '192.168.111.1', '2016-09-04 22:20:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592de2c0004', 'IE', '绫诲瀷鍒嗙粍: aa琚坊鍔犳垚鍔', '3', '192.168.111.1', '2016-09-04 22:20:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592ee920006', 'IE', '绫诲瀷鍒嗙粍: cc琚坊鍔犳垚鍔', '3', '192.168.111.1', '2016-09-04 22:21:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592f8160007', 'IE', '绫诲瀷鍒嗙粍: cc 琚垹闄 鎴愬姛', '4', '192.168.111.1', '2016-09-04 22:21:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f59300d70008', 'IE', '绫诲瀷鍒嗙粍: aa 琚垹闄 鎴愬姛', '4', '192.168.111.1', '2016-09-04 22:21:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f59307040009', 'IE', '绫诲瀷鍒嗙粍: dd 琚垹闄 鎴愬姛', '4', '192.168.111.1', '2016-09-04 22:21:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a8a1a70000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:44:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a8a3c20001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:44:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a8a43a0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:44:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a9c0c60003', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-04 22:45:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5aae7290004', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-04 22:47:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5abe3910005', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-04 22:48:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5ac4af90006', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-04 22:48:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5ac533d0007', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-04 22:48:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5ad71c60008', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:50:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5ae260156f5ae7fb30000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:51:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5ae260156f5ae81f20001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:51:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5ae260156f5ae826b0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-04 22:51:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f848d3e50000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 10:58:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f848d8480001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 10:58:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f848d9210002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 10:58:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84aa307000c', 'IE', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-09-05 11:00:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84c360b000e', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 11:02:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84c58b60010', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 11:02:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84d92890012', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 11:04:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84e0e810013', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 11:04:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84e2b9c0015', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 11:04:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f8782e0f0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 11:50:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f87830f60001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 11:50:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f878317f0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 11:50:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f8784ffe0003', 'IE', '閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 11:50:49', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f87b680156f87bc55c0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 11:54:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f87b680156f87bc7fb0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 11:54:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f87b680156f87c1b000002', 'IE', '閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 11:54:58', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f888170e0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:08:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f88819230001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:08:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f888199c0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:08:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f88865a60003', 'IE', '閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 12:08:23', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88de8920000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:14:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88deaee0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:14:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88deb4d0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:14:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88e10c40003', 'IE', '閿欒寮傚父: InvalidDataAccessApiUsageException,閿欒鎻忚堪锛歂o value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 12:14:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f891c90156f892481a0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:19:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f89529310000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:22:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f8952b550001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:22:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f8952be60002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:22:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f895a0930004', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 12:22:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f895d0370006', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 12:23:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899858c0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899888e0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f89989220002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899c2fa0003', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-05 12:27:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899dace0004', 'IE', 'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a061340000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:34:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a063630001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:34:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a063ca0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:34:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a155e60003', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-05 12:35:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a174a00004', 'IE', 'User: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 12:35:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a555cc0006', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 12:40:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f0f7e00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 14:02:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f0faca0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 14:02:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f0fb930002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 14:02:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f14f2d0003', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 14:02:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f183c40005', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 14:03:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f5c80156f8f63bf40000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 14:08:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f5c80156f8f63dfc0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 14:08:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f5c80156f8f63e900002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 14:08:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e28ef0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:01:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e2ada0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:01:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e2b600002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:01:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e93b70003', 'IE', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-09-05 16:02:20', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95ef5300004', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 16:02:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95f83570005', 'IE', '閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:03:21', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95fbaed0006', 'IE', '閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:03:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95fef930007', 'IE', '閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:03:49', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f961ad910008', 'IE', '閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:05:43', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f967920156f9683cc60000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:12:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f974790156f9756d370000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:27:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f974790156f9756f940001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:27:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f974790156f975701d0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:27:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f98f94ec0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 16:55:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9901f190001', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 16:56:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99087270002', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 16:56:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f990cd6f0003', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 16:57:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f991195a0004', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 16:57:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9934cdc0005', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 16:59:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99372640006', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:00:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f993b5c60007', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:00:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f994a42f0008', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:01:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9960e4a0009', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:02:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99692ac000a', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:03:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99726cc000c', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:04:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99768af000d', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:04:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9978a82000e', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:04:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9987f12000f', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:05:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99cdb850011', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 17:10:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f9a7ec0156f9a85d510000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 17:22:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fa10ba0156fa114e000000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 19:17:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fa10ba0156fa11503f0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 19:17:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156faf1a0300000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:22:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156faf1a3f50001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:22:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156faf1a4e90002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:22:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156fafa737e0003', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-05 23:32:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156fafa83560004', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:32:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafb88670000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:33:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafb8ab70001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:33:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafb8b3b0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:33:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafcc2b70003', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-05 23:34:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafccb930004', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-05 23:34:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafcd8a40005', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-05 23:34:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd965c510000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 11:41:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd965f290001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 11:41:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd965fc70002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 11:41:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd972f3e0004', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-06 11:42:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd9740070005', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 11:42:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0d61cd0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 13:51:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0d63440001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 13:51:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0d63a30002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 13:51:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0e26360007', 'IE', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-09-06 13:52:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe14c6d70000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 13:59:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe14c9760001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 13:59:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe14c9d90002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 13:59:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1edc140003', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-06 14:10:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1ee48c0004', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-06 14:10:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1ef0220005', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 14:10:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1f1c890006', 'IE', '鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-06 14:11:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe57b10156fe586f540000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 15:13:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe57b10156fe5871a60001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 15:13:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe57b10156fe5872210002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 15:13:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156feb0570156feb1eca00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 16:51:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156feb0570156feb1ef2c0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 16:51:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffec69760000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 22:34:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffec6cf50001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 22:34:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffec6d860002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 22:34:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffecb21b0004', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-06 22:35:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffecc0cc0005', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-06 22:35:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157024ec60157024f9aa40000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 09:42:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157024ec60157026a342d0001', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-07 10:11:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157027f1f0157027ff6610000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 10:35:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157027f1f0157027ff8e10001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 10:35:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157027f1f0157027ff9800002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 10:35:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815703693501570369d4710000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 14:50:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815703693501570369d6850001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 14:50:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815703693501570369d6fe0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 14:50:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036a4a5f0003', 'IE', '閿欒寮傚父: HttpRequestMethodNotSupportedException,閿欒鎻忚堪锛歊equest method \'GET\' not supported', '6', '192.168.111.1', '2016-09-07 14:51:20', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036ab4320004', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-07 14:51:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036abe260005', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-07 14:51:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036af5fe0006', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-07 14:52:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815708a5d7015708a641a00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-08 15:14:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815708a5d7015708a644a80001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-08 15:14:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815708a5d7015708a6463f0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-08 15:14:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570905000157090577710000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-08 16:58:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815709050001570905796c0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-08 16:58:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570905000157090579ee0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-08 16:58:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815709050001570905c7580003', 'IE', '閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', '6', '192.168.111.1', '2016-09-08 16:59:16', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca85b510000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-12 12:29:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca85dab0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-12 12:29:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca85f9c0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-12 12:29:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca9c2050037', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-12 12:31:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca9ef1b006c', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-12 12:31:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d0860c0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 16:57:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d087f30001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 16:57:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d0889a0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 16:57:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d1943e0004', 'IE', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-09-20 16:58:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d1e22b0005', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-20 16:59:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d257210007', 'IE', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-09-20 16:59:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d29a1b000a', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-20 16:59:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d2adc9000b', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 16:59:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d314fe000c', 'IE', '鑿滃崟 鏇存柊鎴愬姛', '5', '192.168.111.1', '2016-09-20 17:00:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d31da8000d', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-20 17:00:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d33338000e', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 17:00:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d614460000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 17:03:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d616eb0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 17:03:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d617540002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-20 17:03:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d74d5b0004', 'IE', '琛ㄥ崟鏍峰紡琛ㄦ坊鍔犳垚鍔', '3', '192.168.111.1', '2016-09-20 17:04:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d760d10005', 'IE', '琛ㄥ崟鏍峰紡琛ㄥ垹闄ゆ垚鍔', '4', '192.168.111.1', '2016-09-20 17:05:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d8cc5b0007', 'IE', '琛ㄥ崟娣诲姞鎴愬姛锛(涓绘暟鎹簮灏氭湭璁剧疆)', '5', '192.168.111.1', '2016-09-20 17:06:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d988aa000f', 'IE', '娣诲姞鎴愬姛', '3', '192.168.111.1', '2016-09-20 17:07:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aea02150000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-21 12:03:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aea05590001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-21 12:03:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aea06150002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-21 12:03:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aeb984c0004', 'IE', '鑿滃崟 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-09-21 12:05:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aed26900006', 'IE', '鎿嶄綔 褰曞叆鎴愬姛', '3', '192.168.111.1', '2016-09-21 12:07:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aedc1da000b', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-21 12:07:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aede9d9000c', 'IE', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '192.168.111.1', '2016-09-21 12:08:08', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aee4875000d', 'IE', '鐢ㄦ埛demo宸查鍑', '2', '192.168.111.1', '2016-09-21 12:08:32', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aee57b3000e', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-21 12:08:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aef1e57000f', 'IE', '鐢ㄦ埛admin宸查鍑', '2', '192.168.111.1', '2016-09-21 12:09:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aef64cf0010', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-21 12:09:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815750914701575091e5df0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-22 14:25:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815750914701575091e9fa0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-22 14:25:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815750914701575091eb050002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-22 14:25:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b01576969cf3a0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:12:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b01576969d2900001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:12:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b01576969d3540002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:12:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b0157696a3a320037', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-27 10:12:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb001576980146f0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:36:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb00157698016dc0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:36:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb001576980175c0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:36:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb0015769808ac50037', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-27 10:36:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb0015769818793006c', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-27 10:37:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e01576982a9f90000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:39:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e01576982ac240001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:39:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e01576982aca00002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:39:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e015769832deb0037', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-27 10:39:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157698c4d0157698cba0b0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:50:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157698c4d0157698cbc690001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 10:50:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b381790000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 11:32:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b3839e0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 11:32:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b384490002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-09-27 11:32:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b5bc3b0037', 'IE', '淇敼鎴愬姛', '5', '192.168.111.1', '2016-09-27 11:35:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa0996d00000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:11:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa099a190001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:11:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa099ada0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:11:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa0a96c80003', 'IE', '鐢ㄦ埛: demo[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-10-25 12:13:00', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c68f50000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:14:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c6b630001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:15:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c6c340002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:15:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c9af30003', 'IE', '鐢ㄦ埛: demo[閿鍞汉鍛榏common.login.success', '1', '192.168.111.1', '2016-10-25 12:15:12', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0d49da0004', 'IE', '鐢ㄦ埛demo宸查鍑', '2', '192.168.111.1', '2016-10-25 12:15:57', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0d6d790005', 'IE', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-10-25 12:16:06', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0e11ea0006', 'IE', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-10-25 12:16:48', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa11320157fa11a86a0000', 'IE', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-10-25 12:20:43', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa11320157fa11c3a40001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 12:20:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157faf98e0157fafa0f900000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 16:34:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157faf98e0157fafa11790001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 16:34:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157faf98e0157fafa11ef0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-25 16:34:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0c5eb10000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-26 11:33:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0c61730001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-26 11:33:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0c63810002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-26 11:33:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0cbdf30003', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-10-26 11:33:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0cc5c20004', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-10-26 11:33:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0ccc510005', 'IE', '鍒犻櫎鎴愬姛', '4', '192.168.111.1', '2016-10-26 11:33:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff7e540157ff7f13a50000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-26 13:38:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff7e540157ff7f16170001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-26 13:38:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff7e540157ff7f16a00002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-26 13:38:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3db5060000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 18:16:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3db6f40001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 18:16:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3db7830002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 18:16:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3e48210003', 'IE', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-10-31 18:17:19', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a421c01581a43804f0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 18:23:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a462e01581a46c76e0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 18:26:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a462e01581a46c9d20001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 18:26:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a462e01581a4e8e160002', 'IE', '鐢ㄦ埛: scott[涓浗浜哄鎬诲叕鍙竇common.login.success', '1', '192.168.111.1', '2016-10-31 18:35:05', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81581b02ae01581b05c5890000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 21:55:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581b02ae01581b05c77b0001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 21:55:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581b02ae01581b05c8070002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-10-31 21:55:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815884d839015884d909c60000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-11-21 11:06:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815884d839015884d90c540001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-11-21 11:06:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815884d839015884d90e1a0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-11-21 11:06:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8158949adf0158949c298f0000', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-11-24 12:33:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8158949adf0158949c2bf40001', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-11-24 12:33:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8158949adf0158949c2e6f0002', 'IE', '鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', '1', '192.168.111.1', '2016-11-24 12:33:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('F63FA7A4AC6D4CB3B9193734DE4C25BC', 'IE', '銆恆dmin(JEECG寮婧愮ぞ鍖)銆戠櫥闄嗙郴缁熸垚鍔', '0', '鏈湴', '2017-01-12 22:58:54', '0', '8a8ab0b246dc81120146dc8181950052'); -- ---------------------------- --- Table structure for `t_s_muti_lang` +-- Table structure for t_s_muti_lang -- ---------------------------- DROP TABLE IF EXISTS `t_s_muti_lang`; CREATE TABLE `t_s_muti_lang` ( @@ -5194,7 +6506,7 @@ CREATE TABLE `t_s_muti_lang` ( `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`) + UNIQUE KEY `uniq_langkey_langcode` USING BTREE (`lang_key`,`lang_code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -5340,6 +6652,10 @@ INSERT INTO `t_s_muti_lang` VALUES ('297e201048b803ec0148b80d34360001', 'common. 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 ('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', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a855611e7c8015611eb204f0003', 'menu.funiconstyle', 'Menu Icon Style', 'en', '2016-07-22 17:23:57', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a85567d940f01567db64d4e0005', 'confirm.copy.form', '纭澶嶅埗琛ㄥ崟', 'zh-cn', '2016-08-12 15:45:15', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a85567d940f01567db6bcc00007', 'confirm.copy.form', 'Confirm copy form', 'en', '2016-08-12 15:45:43', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('2d70c1a8158b415b9aff12e1957c1819', 'common.repeat.password', 'Repeat 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 ('2fe5274af5d94fb49240d82b7b8d2a95', 'common.tel', 'Telephone', 'en', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('3db54b3731434dc38bc5ea3b20de7db8', 'common.middle', 'Middle', 'en', '2014-07-04 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-04 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); @@ -5631,6 +6947,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc0014720704aa50001', 'menunam INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc0014720718d360003', 'menuname.rang4to15', 'Menu name should be 4-15 characters and should not empty', 'en', '2014-07-10 21:23:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:23:38', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc001472082f5130005', 'jeect.platform', 'Jeecg 蹇熷紑鍙戝钩鍙', 'zh-cn', '2014-07-10 21:42:39', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:42:39', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc00147208321e10007', 'jeect.platform', 'Jeecg Quckly Platform', 'en', '2014-07-10 21:42:50', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:42:50', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fcc0014720704aa5000', 'menuname.rang2to15', '鑿滃崟鍚嶇О鑼冨洿2~15浣嶅瓧绗,涓斾笉涓虹┖', 'zh-cn', '2014-07-10 21:22:15', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:22:15', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fcd0014720718d36000', 'menuname.rang2to15', 'Menu name should be 2-15 characters and should not empty', 'en', '2014-07-10 21:23:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:23:38', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402881e446f486df0146f49af73f0001', 'pk.strategies', 'Primary key strategies', 'en', '2014-07-02 09:05:35', '402881e946e70d550146e70fa0680086', 'admin', '2014-07-02 09:05:35', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402881e446f486df0146f49c57320003', 'pk.strategies', '涓婚敭绛栫暐', 'zh-cn', '2014-07-02 09:07:05', '402881e946e70d550146e70fa0680086', 'admin', '2014-07-02 09:07:05', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402881e446f5ec0b0146f5f492d60001', 'table.name', '琛ㄥ悕', 'zh-cn', '2014-07-02 15:23:04', '402881e946e70d550146e70fa0680086', 'admin', '2014-07-02 15:23:04', 'admin', '绠$悊鍛'); @@ -5827,8 +7145,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.6.5', '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.6.5', '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.6.6', 'zh-cn', '2016-03-03 18:31:56', 'admin', '绠$悊鍛', '2017-02-08 18:08:09', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.6.6', 'en', '2016-03-03 18:32:08', 'admin', '绠$悊鍛', '2017-02-08 18:08:03', '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); @@ -6119,7 +7437,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c674f6ee0002', 'common. INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c675351b0004', 'common.data.loading', 'Data Loading......', 'en', '2014-06-23 10:01:48', 'admin', '绠$悊鍛', '2014-06-23 10:01:48', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c6788e550006', 'common.exit.confirm', '纭畾閫鍑鸿绯荤粺鍚 ?', 'zh-cn', '2014-06-23 10:05:28', 'admin', '绠$悊鍛', '2014-06-23 10:05:28', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c678d8600008', 'common.exit.confirm', 'Confirm Exit?', 'en', '2014-06-23 10:05:46', 'admin', '绠$悊鍛', '2014-06-23 10:05:46', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c67af864000a', 'common.change.style', '鍒囨崲椤甸潰椋庢牸', 'zh-cn', '2014-06-23 10:08:06', 'admin', '绠$悊鍛', '2015-05-29 14:09:17', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c67af864000a', 'common.change.style', '棣栭〉椋庢牸', 'zh-cn', '2014-06-23 10:08:06', 'admin', '绠$悊鍛', '2015-05-29 14:09:17', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c67b3590000c', 'common.change.style', 'Change Style', 'en', '2014-06-23 10:08:21', 'admin', '绠$悊鍛', '2014-06-23 10:08:21', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c683c4ea0012', 'common.browser.recommend', '(鎺ㄨ崘浣跨敤IE8+,璋锋瓕娴忚鍣ㄥ彲浠ヨ幏寰楁洿蹇,鏇村畨鍏ㄧ殑椤甸潰鍝嶅簲閫熷害) 鎶鏈敮鎸侊細', 'zh-cn', '2014-06-23 10:17:42', 'admin', '绠$悊鍛', '2014-06-23 11:05:48', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c68486160014', 'common.browser.recommend', '(Recommend IE+, Google browser) Support: ', 'en', '2014-06-23 10:18:32', 'admin', '绠$悊鍛', '2014-06-23 10:18:32', 'admin', '绠$悊鍛'); @@ -6192,8 +7510,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d039', 'menu.im INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d040', 'menu.import_export.excel', 'import and export of the excel ', 'en', '2015-06-02 15:23:06', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:23:43', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d041', 'menu.uploads_downloads', '涓婁紶涓嬭浇', 'zh-cn', '2015-06-02 15:31:48', '8a8ab0b246dc81120146dc8181950052', 'admin', '2016-03-21 16:49:07', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d042', 'menu.uploads_downloads', 'Upload', 'en', '2015-06-02 15:31:51', '8a8ab0b246dc81120146dc8181950052', 'admin', '2016-03-21 16:49:19', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d043', 'menu.JqueryFileUpload.example', 'JqueryFileUpload绀轰緥', 'zh-cn', '2015-06-02 15:35:07', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:30', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d044', 'menu.JqueryFileUpload.example', 'JqueryFileUpload example', 'en', '2015-06-02 15:35:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:32', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d043', 'menu.JqueryFileUpload.example', 'Jquery涓婁紶绀轰緥', 'zh-cn', '2015-06-02 15:35:07', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:30', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d044', 'menu.JqueryFileUpload.example', 'JqueryUploadDemo', 'en', '2015-06-02 15:35:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:32', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d045', 'menu.no.paging', '鏃犲垎椤靛垪琛', 'zh-cn', '2015-06-02 15:39:15', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:39:34', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d046', 'menu.no.paging', 'No paging list', 'en', '2015-06-02 15:39:17', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:39:37', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d047', 'menu.jdbc.example', 'jdbc绀轰緥', 'zh-cn', '2015-06-02 15:42:32', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:42:49', 'admin', 'admin'); @@ -6204,8 +7522,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d051', 'menu.di INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d052', 'menu.dictionary.labels', 'The dictionary labels', 'en', '2015-06-02 15:50:21', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:50:40', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d053', 'menu.form.thePop_UpStyle', '琛ㄥ崟寮瑰嚭椋庢牸', 'zh-cn', '2015-06-02 15:54:56', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:55:13', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d054', 'menu.form.thePop_UpStyle', 'Form the pop-up style', 'en', '2015-06-02 15:54:57', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:55:15', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d055', 'menu.special.layout', '鐗规畩甯冨眬', 'zh-cn', '2015-06-02 15:58:36', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:57', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d056', 'menu.special.layout', 'The special layout', 'en', '2015-06-02 15:58:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:59', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d055', 'menu.special.layout', '宸﹀彸甯冨眬', 'zh-cn', '2015-06-02 15:58:36', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:57', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d056', 'menu.special.layout', 'page layout', 'en', '2015-06-02 15:58:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:59', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d057', 'menu.single.table', '鍗曡〃渚嬪瓙锛堟棤tag锛', 'zh-cn', '2015-06-02 16:02:33', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:02:52', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d058', 'menu.single.table', 'Single table example(no tag)', 'en', '2015-06-02 16:02:36', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:02:54', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d059', 'menu.one_to_many.example', '涓瀵瑰渚嬪瓙锛堟棤tag锛', 'zh-cn', '2015-06-02 16:06:06', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:08:01', 'admin', 'admin'); @@ -6220,8 +7538,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d067', 'menu.mo INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d068', 'menu.moreAccessoriesManagement', 'More accessories management', 'en', '2015-06-02 16:24:21', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:24:39', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d069', 'menu.datagridHandHtml', 'Datagrid鑷畾涔夋煡璇㈡潯浠', 'zh-cn', '2015-06-02 16:28:48', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-12-22 16:58:46', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d070', 'menu.datagridHandHtml', 'Datagrid Custom Condition', 'en', '2015-06-02 16:28:50', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-12-22 16:59:27', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d071', 'menu.materialPom', '鐗╂枡POM', 'zh-cn', '2015-06-02 16:37:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:27', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d072', 'menu.materialPom', 'material pom', 'en', '2015-06-02 16:37:11', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:29', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d071', 'menu.materialPom', '鏍戝垪琛', 'zh-cn', '2015-06-02 16:37:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:27', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d072', 'menu.materialPom', 'tree list', 'en', '2015-06-02 16:37:11', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:29', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d073', 'menu.ckfinderDemo', 'ckfinder渚嬪瓙', 'zh-cn', '2015-06-02 16:40:05', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:40:26', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d074', 'menu.ckfinderDemo', 'ckfinder demo', 'en', '2015-06-02 16:40:07', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:40:28', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d075', 'menu.queryEditor', '鏌ヨ缂栬緫鍣', 'zh-cn', '2015-06-02 16:44:01', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:44:34', 'admin', 'admin'); @@ -6352,7 +7670,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba87c37d001487c499a4d1113', 'common. INSERT INTO `t_s_muti_lang` VALUES ('jglongjba87c37d001487c499a4d1114', 'common.unlock.user.tips', 'Sure to activate user', 'en', '2015-06-05 16:59:22', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-05 16:59:36', 'admin', 'admin'); -- ---------------------------- --- Table structure for `t_s_notice` +-- Table structure for t_s_notice -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice`; CREATE TABLE `t_s_notice` ( @@ -6371,7 +7689,7 @@ CREATE TABLE `t_s_notice` ( -- Records of t_s_notice -- ---------------------------- INSERT INTO `t_s_notice` VALUES ('402880ea53303a060153304cf8860006', 'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', 'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', '1', '1', '2016-03-30 00:00:00', null, '2016-03-01 11:51:04'); -INSERT INTO `t_s_notice` VALUES ('402880ea53303a060153304cf88600062', 'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', 'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', '1', '1', '2016-03-30 00:00:00', '', '2016-03-01 11:51:04'); +INSERT INTO `t_s_notice` VALUES ('402880ea53303a060153304cf88600062', 'jeecg蹇熷钩鍙板鍔燯I閫夋嫨', '

jeecg蹇熷钩鍙板鍔燯I閫夋嫨

', '1', '3', '2016-03-30 00:00:00', '', '2016-03-01 11:51:04'); INSERT INTO `t_s_notice` VALUES ('402880ea5330fe22015331062a040002', '鏂板叕鍛', '

鎹峰井H5钀ラ攢娲诲姩骞冲彴涓撻鍏紑璇

    杩樺湪涓哄浣曞仛濂藉井淇¤惀閿澶寸柤鍚楋紵

    寰俊鏃朵唬锛屽眰鍑轰笉绌疯姳鏍风櫨鍑虹殑钀ラ攢娲诲姩宸叉鏃犺川鐤戝湴鎴愪负鍟嗗鍚哥矇钀ラ攢鐨勯閫夊埄鍣紝鑰屽叾涓璈TML5浣滀负钀ラ攢鐣屾柊瀹犲効锛屸滃蹇ソ鐪佲濈殑鏉板嚭浠h〃锛屽叾鐏垫椿鎬ч珮銆佸紑鍙戞垚鏈綆涓斿埗浣滃懆鏈熺煭鐨勭绉嶇壒鎬т娇鍏跺湪绉诲姩钀ラ攢棰嗗煙澶ф斁寮傚僵銆傛柊骞翠紛濮嬶紝JEEWX闅嗛噸鎺ㄥ嚭H5钀ラ攢娲诲姩骞冲彴锛屾眹闆嗗悇绉嶆偍鎯冲埌鐨勬兂涓嶅埌鐨勫皬娓告垙灏忔椿鍔紝鍚勭闇姹傝交鏉惧垱寤猴紝涓閿惀閿锛

    涓哄府鍔╁ぇ瀹跺揩閫熸帉鎻℃嵎寰瓾5钀ラ攢娲诲姩骞冲彴鐨勪娇鐢ㄥ強寮鍙戞祦绋嬶紝JEECG寮婧愮ぞ鍖鸿繎鏈熷皢鎺ㄥ嚭涓撻鍏紑璇撅紝娆㈣繋澶у鎶ュ悕鍙傚姞锛屽叡鍚屽涔狅紒


    寮璇炬椂闂达細2016骞1鏈7鏃20锛30-21:30     1鏈12鏃20:30-21:30

    寮璇惧湴鐐癸細http://ke.qq.com/course/111073#term_id=100119113

    鍐呭姒傝锛鍏ラ棬璁茶В锛堜互鎹峰井H5钀ラ攢娲诲姩骞冲彴涓哄熀纭锛岃瑙e井淇″叕浼楀彿濡備綍杩涜娲诲姩鎺ㄥ箍锛

                     瀹炰緥寮鍙戣瑙o紙瀹炰緥璁茶В鎹峰井H5钀ラ攢娲诲姩寮鍙戞祦绋嬪強瑙勮寖锛





', '2', '1', '2016-03-17 00:00:00', null, '2016-03-01 15:13:20'); INSERT INTO `t_s_notice` VALUES ('402880ea5330fe22015331062a0400022', '鏂板叕鍛', '

鎹峰井H5钀ラ攢娲诲姩骞冲彴涓撻鍏紑璇

    杩樺湪涓哄浣曞仛濂藉井淇¤惀閿澶寸柤鍚楋紵

    寰俊鏃朵唬锛屽眰鍑轰笉绌疯姳鏍风櫨鍑虹殑钀ラ攢娲诲姩宸叉鏃犺川鐤戝湴鎴愪负鍟嗗鍚哥矇钀ラ攢鐨勯閫夊埄鍣紝鑰屽叾涓璈TML5浣滀负钀ラ攢鐣屾柊瀹犲効锛屸滃蹇ソ鐪佲濈殑鏉板嚭浠h〃锛屽叾鐏垫椿鎬ч珮銆佸紑鍙戞垚鏈綆涓斿埗浣滃懆鏈熺煭鐨勭绉嶇壒鎬т娇鍏跺湪绉诲姩钀ラ攢棰嗗煙澶ф斁寮傚僵銆傛柊骞翠紛濮嬶紝JEEWX闅嗛噸鎺ㄥ嚭H5钀ラ攢娲诲姩骞冲彴锛屾眹闆嗗悇绉嶆偍鎯冲埌鐨勬兂涓嶅埌鐨勫皬娓告垙灏忔椿鍔紝鍚勭闇姹傝交鏉惧垱寤猴紝涓閿惀閿锛

    涓哄府鍔╁ぇ瀹跺揩閫熸帉鎻℃嵎寰瓾5钀ラ攢娲诲姩骞冲彴鐨勪娇鐢ㄥ強寮鍙戞祦绋嬶紝JEECG寮婧愮ぞ鍖鸿繎鏈熷皢鎺ㄥ嚭涓撻鍏紑璇撅紝娆㈣繋澶у鎶ュ悕鍙傚姞锛屽叡鍚屽涔狅紒


    寮璇炬椂闂达細2016骞1鏈7鏃20锛30-21:30     1鏈12鏃20:30-21:30

    寮璇惧湴鐐癸細http://ke.qq.com/course/111073#term_id=100119113

    鍐呭姒傝锛鍏ラ棬璁茶В锛堜互鎹峰井H5钀ラ攢娲诲姩骞冲彴涓哄熀纭锛岃瑙e井淇″叕浼楀彿濡備綍杩涜娲诲姩鎺ㄥ箍锛

                     瀹炰緥寮鍙戣瑙o紙瀹炰緥璁茶В鎹峰井H5钀ラ攢娲诲姩寮鍙戞祦绋嬪強瑙勮寖锛





', '2', '1', '2016-03-17 00:00:00', '', '2016-03-01 15:13:20'); INSERT INTO `t_s_notice` VALUES ('402880ea5335da5601533612553f0004', '娴嬭瘯鍏憡~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', '
  • 寰惀閿

    鍚勭被钀ラ攢娲诲姩鎺ㄩ
    涓庣敤鎴蜂簰鍔

  • 寰洟璐

    鎷囨寚寰洟
    灏嗕紭鎯犺鍏ュ鎴峰彛琚

  • 寰俊澧

    娲昏穬鐜板満姘旀皼
    璁╃矇涓濇定璧锋潵

  • 寰皟鐮

    鏃犻渶浜哄姏 鐢靛瓙璋冪爺
    涓哄競鍦鸿皟鐮斿姞涓浠芥湁鍔涙暟鎹

  • 寰浉鍐

    鍚勮鍚勪笟
    鐓х墖灞曠幇杞绘澗鎼炲畾

  • 寰ぞ鍖

    寤虹珛寰俊绀句氦骞冲彴
    绀惧尯铏藉皬 瑙佸井鐭ヨ憲

  • 寰暀瑷

    鎰忚锛熼渶姹傦紵鐤戦棶锛
    涓閿暀瑷  涓閿洖澶

  • 寰绾

    鍚勭棰勭害 涓閿嵆鍙
    鐭俊閭欢浼氱珛鍗抽氱煡鍟嗘埛

  • 寰個璇

    鐢靛瓙璇峰笘 寰俊鏉ヨ
    鎻愪緵鐢ㄦ埛鐗瑰埆鏈嶅姟

  • 寰敓娲

    寰俊鍏紬鍙峰缓绔嬪晢鍦
    鍚冨枬鐜╀箰搴旀湁灏芥湁

  • 寰楗

    鎵竴鎵
    寰俊涔熻兘澶熷疄鏃剁偣椁

  • 寰厭搴

    鍦ㄧ嚎璁㈡埧铻嶅叆寰俊
    閰掑簵钀ラ攢澶氫竴鏉℃湁鍔涢斿緞

  • 寰埧浜

    鍏ㄦ櫙鐪嬫埧 妤肩洏鍗拌薄 棰勭害鐪嬫埧
    鏈夋晥鍔╁姏寰俊钀ラ攢

  • 寰苯杞

    棰勭害璇曢┚鎴栦繚鍏 杞︿富鍏虫
    360搴︾湅杞﹀簲鏈夊敖鏈

  • 寰尰鐤

    鍦ㄧ嚎鎸傚彿鎴栧挩璇
    浜嗚В鐥呮儏 寰俊閮藉彲浠


', '2', '1', '2016-03-10 00:00:00', null, '2016-03-02 14:44:44'); @@ -6381,9 +7699,12 @@ INSERT INTO `t_s_notice` VALUES ('402880ea5335da5601533613046e00062', '娴嬭瘯鍏 INSERT INTO `t_s_notice` VALUES ('4028ef815331b759015331b90ac70004', '浠婂ぉ鏃╀笅鐝', '

浠婂ぉ鏃╀笅鐝

', '2', '1', '2016-03-25 00:00:00', null, '2016-03-01 18:28:43'); INSERT INTO `t_s_notice` VALUES ('4028ef815331b759015331c37ff50007', '123', '

123

', '2', '2', '2016-04-09 00:00:00', null, '2016-03-01 18:40:09'); INSERT INTO `t_s_notice` VALUES ('4028ef8153eab2e60153eaba09fe0002', '234234', '

234234

', '1', '1', '2016-04-30 00:00:00', null, '2016-04-06 16:39:34'); +INSERT INTO `t_s_notice` VALUES ('4028ef815697f711015697f8500e0003', '浠婂ぉ鏀惧亣', '

浠婂ぉ鏀惧亣

', '2', '1', '2016-08-17 00:00:00', null, '2016-08-17 18:07:28'); +INSERT INTO `t_s_notice` VALUES ('4028ef815697f711015697fbb50c0006', '8888888888888888', '

99999999999999999

', '1', '2', '2016-08-17 00:00:00', null, '2016-08-17 18:11:10'); +INSERT INTO `t_s_notice` VALUES ('4028ef815697f711015697fe15f2000e', '3333', '

3333333

', '1', '1', '2016-08-17 00:00:00', null, '2016-08-17 18:13:46'); -- ---------------------------- --- Table structure for `t_s_notice_authority_role` +-- Table structure for t_s_notice_authority_role -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_role`; CREATE TABLE `t_s_notice_authority_role` ( @@ -6397,9 +7718,10 @@ CREATE TABLE `t_s_notice_authority_role` ( -- Records of t_s_notice_authority_role -- ---------------------------- INSERT INTO `t_s_notice_authority_role` VALUES ('4028ef815331b759015331c3d43f0009', '4028ef815331b759015331c37ff50007', '8a8ab0b246dc81120146dc81818b0051'); +INSERT INTO `t_s_notice_authority_role` VALUES ('4028ef815697f711015697fbeaa00008', '4028ef815697f711015697fbb50c0006', '8a8ab0b246dc81120146dc8181870050'); -- ---------------------------- --- Table structure for `t_s_notice_authority_user` +-- Table structure for t_s_notice_authority_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_user`; CREATE TABLE `t_s_notice_authority_user` ( @@ -6412,9 +7734,10 @@ CREATE TABLE `t_s_notice_authority_user` ( -- ---------------------------- -- Records of t_s_notice_authority_user -- ---------------------------- +INSERT INTO `t_s_notice_authority_user` VALUES ('4028ef815697f711015697fcf1b6000c', '402880ea53303a060153304cf88600062', '8a8ab0b246dc81120146dc81819d0053'); -- ---------------------------- --- Table structure for `t_s_notice_read_user` +-- Table structure for t_s_notice_read_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_read_user`; CREATE TABLE `t_s_notice_read_user` ( @@ -6438,9 +7761,12 @@ INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81533c02db01533c0391fd0001', ' INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81533c02db01533c03a2fd0002', '402880ea53303a060153304cf88600062', '8a8ab0b246dc81120146dc8181950052', '2016-03-03 18:26:24'); INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81533c02db01533c03d9030003', '402880ea53303a060153304cf8860006', '8a8ab0b246dc81120146dc8181950052', '2016-03-03 18:26:38'); INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81540325190154033fc3b60021', '4028ef8153eab2e60153eaba09fe0002', '8a8ab0b246dc81120146dc8181950052', '2016-04-11 10:56:31'); +INSERT INTO `t_s_notice_read_user` VALUES ('4028ef815697f711015697f917840005', '4028ef815697f711015697f8500e0003', '8a8ab0b246dc81120146dc8181950052', '2016-08-17 18:08:19'); +INSERT INTO `t_s_notice_read_user` VALUES ('4028ef815697f711015697fc12f9000a', '4028ef815697f711015697fbb50c0006', '8a8ab0b246dc81120146dc8181950052', '2016-08-17 18:11:34'); +INSERT INTO `t_s_notice_read_user` VALUES ('4028ef8156e3bd950156e3bf0d750003', '4028ef815697f711015697fe15f2000e', '8a8ab0b246dc81120146dc8181950052', '2016-09-01 11:16:04'); -- ---------------------------- --- Table structure for `t_s_operation` +-- Table structure for t_s_operation -- ---------------------------- DROP TABLE IF EXISTS `t_s_operation`; CREATE TABLE `t_s_operation` ( @@ -6453,11 +7779,11 @@ CREATE TABLE `t_s_operation` ( `iconid` varchar(32) default NULL, `operationtype` smallint(6) default NULL, 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; + 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: 169984 kB; (`iconid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_operation @@ -6470,7 +7796,7 @@ INSERT INTO `t_s_operation` VALUES ('8a8ab0b246dc81120146dc818258007a', 'del', n INSERT INTO `t_s_operation` VALUES ('8a8ab0b246dc81120146dc81825b007b', 'szqm', null, '瀹℃牳', '0', '8a8ab0b246dc81120146dc8181300037', '8a8ab0b246dc81120146dc8180800001', '0'); -- ---------------------------- --- Table structure for `t_s_opintemplate` +-- Table structure for t_s_opintemplate -- ---------------------------- DROP TABLE IF EXISTS `t_s_opintemplate`; CREATE TABLE `t_s_opintemplate` ( @@ -6484,7 +7810,7 @@ CREATE TABLE `t_s_opintemplate` ( -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_role` +-- Table structure for t_s_role -- ---------------------------- DROP TABLE IF EXISTS `t_s_role`; CREATE TABLE `t_s_role` ( @@ -6508,21 +7834,21 @@ INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc8181870050', 'admin', '绠 INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc81818b0051', 'manager', '鏅氱敤鎴', '绠$悊鍛', '2016-05-29 17:42:19', 'admin', null, null, null); -- ---------------------------- --- Table structure for `t_s_role_function` +-- Table structure for t_s_role_function -- ---------------------------- DROP TABLE IF EXISTS `t_s_role_function`; CREATE TABLE `t_s_role_function` ( `ID` varchar(32) NOT NULL, - `operation` varchar(10000) default NULL, + `operation` varchar(2000) default NULL, `functionid` varchar(32) default NULL, `roleid` varchar(32) default NULL, `datarule` varchar(1000) default NULL, 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; + 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: 169984 kB; (`roleid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_role_function @@ -6536,8 +7862,6 @@ INSERT INTO `t_s_role_function` VALUES ('4028808848845c0f01488464dc1a0011', null INSERT INTO `t_s_role_function` VALUES ('4028808848845c0f01488464dc1a0012', null, '4028808848845c0f01488461b3ac0004', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76f64d070016', null, '402880e74d76e784014d76f5cc2e0014', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76f64d0b0017', null, '402880e74d76e784014d76f5505a0012', '402880e74d75c4dd014d75d3c5f40001', null); -INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fa34ff0022', null, '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fa35000023', null, '402880e74d76e784014d76f5cc2e0014', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fa9bdb0026', null, '402880e74d76e784014d76fa7e970024', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fbf5a6002d', null, '402880e74d76e784014d76fa7e970024', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fd30f60032', null, '402880e74d76e784014d76fd1bd60030', '8a8ab0b246dc81120146dc8181870050', null); @@ -6545,24 +7869,19 @@ INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fd3db10033', null INSERT INTO `t_s_role_function` VALUES ('402880e750693d4401506945ceed0014', null, '402881e54df73c73014df75ab670000f', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e750693d4401506945ceed0015', null, '402881e54df73c73014df75b69680011', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e750697e3001506991c0de0011', null, '4028bc934869765001486977f0980001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402880e9563b945801563b98c5040003', null, '402880ea560cd87901560cf1d99a0001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402880e9563b945801563b98c5070004', null, '402880e9563b945801563b9856da0001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881875992e76c015992e8931d0002', null, '297eaafb599137290159918fb5110011', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881875992e76c015992eba70b000b', null, '402881875992e76c015992eb2a3b0009', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881c746de1ea60146de20b9d60003', '', '402881c746de1ea60146de207d770001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881e74e68621b014e6864403c0003', null, '402881e74e68621b014e686407c20001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54df53718014df539413f0003', null, '402882b54df53718014df538fc100001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54e2ef618014e2f0101380003', null, '402882b54e2ef618014e2f0086d70001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54e439ce7014e43c39cb60008', null, '402882b54e439ce7014e43c1d63c0003', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54f027310014f0275130b0003', null, '402882b54f027310014f0274db7a0001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028948150f5ba6a0150f5d3d4cf000e', null, '4028948150f5ba6a0150f5d0b0200004', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028948150f5ba6a0150f5d3d4d3000f', null, '4028948150f5ba6a0150f5d34aca000a', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('40289481511d91f101511dd7cce80036', null, '402831814d8a2853014d8a55a7c90005', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('40289481511d91f101511dd7cceb0037', null, '402885814e3d2d09014e3d2e77800001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028b88155061bbe015506cdc5da0011', null, '4028b88155061bbe015506cbe157000f', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815331b759015331b838150001', null, '402880ea53303a060153304a9ad50001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef81535fff510153600ae653000b', null, '4028ef81535fff5101536001bb8d0005', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815373fb530153740051bd0007', null, '4028ef815373fb53015373fef1c50003', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815373fb530153740051c00008', null, '4028ef815373fb53015373ff521d0005', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815378741f0153787637620003', null, '4028ef8153781af3015378643c1e000b', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815378741f01537877906f0006', null, '4028ef815378741f0153787764cc0004', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815378741f01537879506e000b', null, '4028ef815378741f01537879315e0009', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815378be7c015378e4182f0015', null, '4028ef815378be7c015378e1395d0008', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815378be7c015378e418320016', null, '4028ef815378be7c015378e30f760010', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815378be7c015378e418320017', null, '4028ef815378be7c015378e27ae5000e', '8a8ab0b246dc81120146dc8181870050', null); @@ -6609,7 +7928,6 @@ INSERT INTO `t_s_role_function` VALUES ('4028ef8155046e080155046f4c6f0008', null INSERT INTO `t_s_role_function` VALUES ('4028ef8155046e080155046f4c6f0009', null, '4028ef815378be7c015378e207cf000c', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155046e080155046f4c6f000a', null, '4028ef815378be7c015378e019750003', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028ef81550c8fad01550c94b53f0001', null, '4028819e5505ee23015505f646190001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815595a881015595b1235e0003', '40288088481d019401481d30a0d1000f,', '40288088481d019401481d2fcebf000d', '402880e74d75c4dd014d75d3c5f40001', '4028ef815595a881015595b0ccb60001,'); INSERT INTO `t_s_role_function` VALUES ('4028ef815595a881015595b123610004', null, '402889fb486e848101486e8de3d60005', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155d8158f0155d81c27350006', null, '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc81818b0051', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155d8158f0155d81c27380008', null, '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc81818b0051', null); @@ -6617,6 +7935,18 @@ INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddcc000a', null INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddd1000b', null, '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddd2000c', null, '4028ef8155fd32e40155fd348df80005', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddd2000d', null, '4028ef8155fd32e40155fd3564520008', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81560da1da01560da45f160001', '8a8ab0b246dc81120146dc81824f0078,8a8ab0b246dc81120146dc818258007a,', '8a8ab0b246dc81120146dc8181300037', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81560da1da01560da45f190002', null, '8a8ab0b246dc81120146dc8180d7001c', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef815610fe4c015611222e100001', null, '8a8ab0b246dc81120146dc8180f30027', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568bf29301568bf677460009', null, '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c14e3a60019', null, '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c1b4e020034', null, '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c1b4e040035', null, '8a8ab0b246dc81120146dc81814b003f', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c1b4e040037', null, '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aed784f0007', null, '4028ef81568c06a201568c1002bd000b', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aed78520008', null, '4028ef81574ae99701574aeb97bd0003', '402880e74d75c4dd014d75d3c5f40001', '4028ef81574ae99701574aed26530005,'); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aedb7e00009', null, '8a8ab0b246dc81120146dc8180df001f', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aedb7e2000a', null, '8a8ab0b246dc81120146dc8180d2001a', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028f0c9528200c70152820c006b0005', null, '4028f0c9528200c701528207d42c0001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81826d007c', '', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc818275007e', '', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8181870050', null); @@ -6645,8 +7975,6 @@ INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182e200aa', '', INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182e600ac', '', '8a8ab0b246dc81120146dc818141003c', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182ea00ae', '', '8a8ab0b246dc81120146dc818145003d', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182ef00b0', '', '8a8ab0b246dc81120146dc818148003e', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182f300b2', '', '8a8ab0b246dc81120146dc81814b003f', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182f800b4', '', '8a8ab0b246dc81120146dc81814e0040', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182fd00b6', '', '8a8ab0b246dc81120146dc8181510041', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81830100b8', '', '8a8ab0b246dc81120146dc8181530042', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81830500ba', '', '8a8ab0b246dc81120146dc8181590044', '8a8ab0b246dc81120146dc8181870050', null); @@ -6661,10 +7989,9 @@ INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832700ca', '', INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832b00cc', '', '8a8ab0b246dc81120146dc81817f004e', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832d00cd', '', '8a8ab0b246dc81120146dc81817f004e', '8a8ab0b246dc81120146dc81818b0051', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832f00ce', '', '8a8ab0b246dc81120146dc818183004f', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81833100d1', null, '8a8ab0b246dc81120146dc818183004h', '8a8ab0b246dc81120146dc8181870050', null); -- ---------------------------- --- Table structure for `t_s_role_org` +-- Table structure for t_s_role_org -- ---------------------------- DROP TABLE IF EXISTS `t_s_role_org`; CREATE TABLE `t_s_role_org` ( @@ -6679,7 +8006,7 @@ CREATE TABLE `t_s_role_org` ( -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_role_user` +-- Table structure for t_s_role_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_role_user`; CREATE TABLE `t_s_role_user` ( @@ -6687,24 +8014,27 @@ CREATE TABLE `t_s_role_user` ( `roleid` varchar(32) default NULL, `userid` varchar(32) default NULL, 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; + 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: 169984 kB; (`userid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_role_user -- ---------------------------- +INSERT INTO `t_s_role_user` VALUES ('402880f159a546550159a547ab0f0004', '8a8ab0b246dc81120146dc81818b0051', '402880f159a546550159a547aaed0001'); +INSERT INTO `t_s_role_user` VALUES ('402881875988e889015988ec36940003', '402880e74d75c4dd014d75d3c5f40001', '402881875988e889015988ec36770001'); INSERT INTO `t_s_role_user` VALUES ('4028ef8154ff79a50154ff7ae8a40003', '8a8ab0b246dc81120146dc81818b0051', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `t_s_role_user` VALUES ('4028ef815500fa15015500fbc3c50002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181a10054'); INSERT INTO `t_s_role_user` VALUES ('4028ef81550112c40155011505c50002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_role_user` VALUES ('4028ef815502401c015502415a4d0003', '402880e74d75c4dd014d75d3c5f40001', '402880e74d75c4dd014d75d44af30005'); -INSERT INTO `t_s_role_user` VALUES ('4028ef81550f0ac701550f21f9e70008', '8a8ab0b246dc81120146dc81818b0051', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_role_user` VALUES ('4028ef81563ae5be01563ae92de10004', '402880e74d75c4dd014d75d3c5f40001', '4028ef81563ae5be01563ae92d7f0002'); +INSERT INTO `t_s_role_user` VALUES ('4028ef81563ae5be01563ae98c8f0008', '8a8ab0b246dc81120146dc81818b0051', '4028ef81538330cd01538333b7bc0001'); INSERT INTO `t_s_role_user` VALUES ('8a8ab0b246dc81120146dc81834300d4', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181a60055'); -- ---------------------------- --- Table structure for `t_s_sms` +-- Table structure for t_s_sms -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms`; CREATE TABLE `t_s_sms` ( @@ -6733,7 +8063,7 @@ INSERT INTO `t_s_sms` VALUES ('402880e74dc2f361014dc2f8411e0001', '绠$悊鍛', ' INSERT INTO `t_s_sms` VALUES ('402880ea533647b00153364e74770001', '绠$悊鍛', 'admin', '2016-03-02 15:50:24', '绠$悊鍛', 'admin', '2016-04-06 16:32:52', '鍙戜釜闂', '3', 'admin', 'admin', '浣犲ソ', '2016-03-02 00:00:00', null, '2'); -- ---------------------------- --- Table structure for `t_s_sms_sql` +-- Table structure for t_s_sms_sql -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms_sql`; CREATE TABLE `t_s_sms_sql` ( @@ -6755,7 +8085,7 @@ CREATE TABLE `t_s_sms_sql` ( INSERT INTO `t_s_sms_sql` VALUES ('8a71b40e4a386269014a3865f9a90001', 'SQL-鏌ヨ鐢ㄦ埛濮撳悕', 'SELECT NAME as name,ID as order_code from t_s_student where id = :id', '2014-12-11 16:10:14', '4028d881436d514601436d5215ac0043', 'admin', '2014-12-14 20:51:27', '4028d881436d514601436d5215ac0043', 'admin'); -- ---------------------------- --- Table structure for `t_s_sms_template` +-- Table structure for t_s_sms_template -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms_template`; CREATE TABLE `t_s_sms_template` ( @@ -6778,7 +8108,7 @@ CREATE TABLE `t_s_sms_template` ( INSERT INTO `t_s_sms_template` VALUES ('8a71b40e4a386269014a38701cff0005', '1', '鍏呭肩煭淇℃彁閱掓ā鏉', '${name}浣犲ソ锛屼綘鐨勮鍗${order_code}宸蹭粯娆!', '2014-12-11 16:21:19', '4028d881436d514601436d5215ac0043', 'admin', '2014-12-14 21:11:00', '4028d881436d514601436d5215ac0043', 'admin'); -- ---------------------------- --- Table structure for `t_s_sms_template_sql` +-- Table structure for t_s_sms_template_sql -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms_template_sql`; CREATE TABLE `t_s_sms_template_sql` ( @@ -6802,7 +8132,7 @@ CREATE TABLE `t_s_sms_template_sql` ( INSERT INTO `t_s_sms_template_sql` VALUES ('8a71b40e4a386269014a3871f5ee0008', 'CZTX', '鍏呭兼彁閱掗厤缃', '8a71b40e4a386269014a3865f9a90001', '8a71b40e4a386269014a38701cff0005', '2014-12-11 16:23:20', '4028d881436d514601436d5215ac0043', 'admin', null, '', ''); -- ---------------------------- --- Table structure for `t_s_student` +-- Table structure for t_s_student -- ---------------------------- DROP TABLE IF EXISTS `t_s_student`; CREATE TABLE `t_s_student` ( @@ -6823,327 +8153,7 @@ INSERT INTO `t_s_student` VALUES ('4', '3鐝', 'xiaozhang', 'f'); INSERT INTO `t_s_student` VALUES ('4028d881436d514601436d521ae80165', '1鐝', '寮犱笁', 'f'); -- ---------------------------- --- Table structure for `t_s_territory` --- ---------------------------- -DROP TABLE IF EXISTS `t_s_territory`; -CREATE TABLE `t_s_territory` ( - `ID` varchar(32) NOT NULL, - `territorycode` varchar(10) NOT NULL, - `territorylevel` smallint(6) NOT NULL, - `territoryname` varchar(50) NOT NULL, - `territory_pinyin` varchar(40) default NULL, - `territorysort` varchar(3) NOT NULL, - `x_wgs84` double NOT NULL, - `y_wgs84` double NOT NULL, - `territoryparentid` varchar(32) default NULL, - PRIMARY KEY (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - --- ---------------------------- --- Records of t_s_territory --- ---------------------------- -INSERT INTO `t_s_territory` VALUES ('1', '100', '1', '鍏ㄥ浗', 'qg', '0', '106.258754', '38.471318', '0'); -INSERT INTO `t_s_territory` VALUES ('10', '00000016', '2', '娌冲崡鐪', 'HNS', '0', '113.687228', '34.76819', '1'); -INSERT INTO `t_s_territory` VALUES ('100', '371300', '3', '涓存矀甯', 'LYS', '0', '118.356448', '35.104672', '18'); -INSERT INTO `t_s_territory` VALUES ('1000', '370903', '4', '宀卞渤鍖', 'DYQ', '0', '117.041582', '36.18799', '96'); -INSERT INTO `t_s_territory` VALUES ('1001', '370921', '4', '瀹侀槼鍘', 'NYX', '0', '116.805797', '35.758787', '96'); -INSERT INTO `t_s_territory` VALUES ('1002', '370923', '4', '涓滃钩鍘', 'DPX', '0', '116.470304', '35.937102', '96'); -INSERT INTO `t_s_territory` VALUES ('1003', '370982', '4', '鏂版嘲甯', 'XTS', '0', '117.767953', '35.909032', '96'); -INSERT INTO `t_s_territory` VALUES ('1004', '370983', '4', '鑲ュ煄甯', 'FCS', '0', '116.768358', '36.182571', '96'); -INSERT INTO `t_s_territory` VALUES ('1005', '371002', '4', '鐜繝鍖', 'HCQ', '0', '122.123444', '37.501991', '97'); -INSERT INTO `t_s_territory` VALUES ('1006', '371081', '4', '鏂囩櫥甯', 'WDS', '0', '122.058128', '37.1939129', '97'); -INSERT INTO `t_s_territory` VALUES ('1007', '371082', '4', '鑽f垚甯', 'RCS', '0', '122.486676', '37.165249', '97'); -INSERT INTO `t_s_territory` VALUES ('1008', '371083', '4', '涔冲北甯', 'RSS', '0', '121.539764', '36.919816', '97'); -INSERT INTO `t_s_territory` VALUES ('1009', '371102', '4', '涓滄腐鍖', 'DGQ', '0', '119.462228', '35.425475', '98'); -INSERT INTO `t_s_territory` VALUES ('101', '371400', '3', '寰峰窞甯', 'DZS', '0', '116.357465', '37.434093', '18'); -INSERT INTO `t_s_territory` VALUES ('1010', '371103', '4', '宀氬北鍖', 'LSQ', '0', '119.318813', '35.121816', '98'); -INSERT INTO `t_s_territory` VALUES ('1011', '371121', '4', '浜旇幉鍘', 'WLX', '0', '119.208744', '35.750095', '98'); -INSERT INTO `t_s_territory` VALUES ('1012', '371122', '4', '鑾掑幙', 'JX', '0', '118.837131', '35.579868', '98'); -INSERT INTO `t_s_territory` VALUES ('1013', '371202', '4', '鑾卞煄鍖', 'LCQ', '0', '117.659864', '36.203208', '99'); -INSERT INTO `t_s_territory` VALUES ('1014', '371203', '4', '閽㈠煄鍖', 'GCQ', '0', '117.811355', '36.058572', '99'); -INSERT INTO `t_s_territory` VALUES ('1015', '371302', '4', '鍏板北鍖', 'LSQ', '0', '118.347707', '35.051729', '100'); -INSERT INTO `t_s_territory` VALUES ('1016', '371311', '4', '缃楀簞鍖', 'LZQ', '0', '118.284786', '34.996741', '100'); -INSERT INTO `t_s_territory` VALUES ('1017', '371312', '4', '娌充笢鍖', 'HDQ', '0', '118.402893', '35.089917', '100'); -INSERT INTO `t_s_territory` VALUES ('1018', '371321', '4', '娌傚崡鍘', 'YNX', '0', '118.465213', '35.549976', '100'); -INSERT INTO `t_s_territory` VALUES ('1019', '371322', '4', '閮煄鍘', 'TCX', '0', '118.367263', '34.613557', '100'); -INSERT INTO `t_s_territory` VALUES ('102', '371500', '3', '鑱婂煄甯', 'LCS', '0', '115.985371', '36.4567039', '18'); -INSERT INTO `t_s_territory` VALUES ('1020', '371323', '4', '娌傛按鍘', 'YSX', '0', '118.627918', '35.79045', '100'); -INSERT INTO `t_s_territory` VALUES ('1021', '371324', '4', '鑻嶅北鍘', 'CSX', '0', '118.07065', '34.857149', '100'); -INSERT INTO `t_s_territory` VALUES ('1022', '371325', '4', '璐瑰幙', 'FX', '0', '117.977868', '35.26634', '100'); -INSERT INTO `t_s_territory` VALUES ('1023', '371326', '4', '骞抽倯鍘', 'PYX', '0', '117.640352', '35.5059429', '100'); -INSERT INTO `t_s_territory` VALUES ('1024', '371327', '4', '鑾掑崡鍘', 'JNX', '0', '118.835163', '35.174846', '100'); -INSERT INTO `t_s_territory` VALUES ('1025', '371328', '4', '钂欓槾鍘', 'MYX', '0', '117.945085', '35.710032', '100'); -INSERT INTO `t_s_territory` VALUES ('1026', '371329', '4', '涓存箔鍘', 'LSX', '0', '118.650782', '34.919852', '100'); -INSERT INTO `t_s_territory` VALUES ('1027', '371402', '4', '寰峰煄鍖', 'DCQ', '0', '116.299434', '37.451272', '101'); -INSERT INTO `t_s_territory` VALUES ('1028', '371421', '4', '闄靛幙', 'LX', '0', '116.576176', '37.33579', '101'); -INSERT INTO `t_s_territory` VALUES ('1029', '371422', '4', '瀹佹触鍘', 'NJX', '0', '116.800324', '37.652329', '101'); -INSERT INTO `t_s_territory` VALUES ('103', '371600', '3', '婊ㄥ窞甯', 'BZS', '0', '117.970703', '37.38199', '18'); -INSERT INTO `t_s_territory` VALUES ('1030', '371423', '4', '搴嗕簯鍘', 'QYX', '0', '117.385123', '37.77539', '101'); -INSERT INTO `t_s_territory` VALUES ('1031', '371424', '4', '涓撮倯鍘', 'LYX', '0', '116.86665', '37.189864', '101'); -INSERT INTO `t_s_territory` VALUES ('1032', '371425', '4', '榻愭渤鍘', 'QHX', '0', '116.758917', '36.795011', '101'); -INSERT INTO `t_s_territory` VALUES ('1033', '371426', '4', '骞冲師鍘', 'PYX', '0', '116.434187', '37.165419', '101'); -INSERT INTO `t_s_territory` VALUES ('1034', '371427', '4', '澶忔触鍘', 'XJX', '0', '116.001726', '36.948371', '101'); -INSERT INTO `t_s_territory` VALUES ('1035', '371428', '4', '姝﹀煄鍘', 'WCX', '0', '116.069302', '37.213311', '101'); -INSERT INTO `t_s_territory` VALUES ('1036', '371481', '4', '涔愰櫟甯', 'LLS', '0', '117.231935', '37.729907', '101'); -INSERT INTO `t_s_territory` VALUES ('1037', '371482', '4', '绂瑰煄甯', 'YCS', '0', '116.638387', '36.934259', '101'); -INSERT INTO `t_s_territory` VALUES ('1038', '371502', '4', '涓滄槍搴滃尯', 'DCFQ', '0', '115.988484', '36.434697', '102'); -INSERT INTO `t_s_territory` VALUES ('1039', '371521', '4', '闃宠胺鍘', 'YGX', '0', '115.79182', '36.114392', '102'); -INSERT INTO `t_s_territory` VALUES ('104', '371700', '3', '鑿忔辰甯', 'HZS', '0', '115.480656', '35.23375', '18'); -INSERT INTO `t_s_territory` VALUES ('1040', '371522', '4', '鑾樺幙', 'SX', '0', '115.671191', '36.233599', '102'); -INSERT INTO `t_s_territory` VALUES ('1041', '371523', '4', '鑼屽钩鍘', 'CPX', '0', '116.255282', '36.5807639', '102'); -INSERT INTO `t_s_territory` VALUES ('1042', '371524', '4', '涓滈樋鍘', 'DAX', '0', '116.24758', '36.334917', '102'); -INSERT INTO `t_s_territory` VALUES ('1043', '371525', '4', '鍐犲幙', 'GX', '0', '115.44274', '36.484009', '102'); -INSERT INTO `t_s_territory` VALUES ('1044', '371526', '4', '楂樺攼鍘', 'GTX', '0', '116.231478', '36.866062', '102'); -INSERT INTO `t_s_territory` VALUES ('1045', '371581', '4', '涓存竻甯', 'LQS', '0', '115.704881', '36.838277', '102'); -INSERT INTO `t_s_territory` VALUES ('1046', '371602', '4', '婊ㄥ煄鍖', 'BCQ', '0', '118.019146', '37.43206', '103'); -INSERT INTO `t_s_territory` VALUES ('1047', '371621', '4', '鎯犳皯鍘', 'HMX', '0', '117.510451', '37.489769', '103'); -INSERT INTO `t_s_territory` VALUES ('1048', '371622', '4', '闃充俊鍘', 'YXX', '0', '117.578262', '37.641106', '103'); -INSERT INTO `t_s_territory` VALUES ('1049', '371623', '4', '鏃犳#鍘', 'WDX', '0', '117.625696', '37.770261', '103'); -INSERT INTO `t_s_territory` VALUES ('1050', '371624', '4', '娌惧寲鍘', 'ZHX', '0', '118.132199', '37.698281', '103'); -INSERT INTO `t_s_territory` VALUES ('1051', '371625', '4', '鍗氬叴鍘', 'BXX', '0', '118.131815', '37.150226', '103'); -INSERT INTO `t_s_territory` VALUES ('1052', '371626', '4', '閭瑰钩鍘', 'ZPX', '0', '117.743109', '36.862989', '103'); -INSERT INTO `t_s_territory` VALUES ('1053', '371702', '4', '鐗′腹鍖', 'MDQ', '0', '115.417827', '35.252512', '104'); -INSERT INTO `t_s_territory` VALUES ('1054', '371721', '4', '鏇瑰幙', 'CX', '0', '115.542328', '34.825508', '104'); -INSERT INTO `t_s_territory` VALUES ('1055', '371722', '4', '鍗曞幙', 'DX', '0', '116.107428', '34.778808', '104'); -INSERT INTO `t_s_territory` VALUES ('1056', '371723', '4', '鎴愭鍘', 'CWX', '0', '115.889765', '34.952459', '104'); -INSERT INTO `t_s_territory` VALUES ('1057', '371724', '4', '宸ㄩ噹鍘', 'JYX', '0', '116.094674', '35.396261', '104'); -INSERT INTO `t_s_territory` VALUES ('1058', '371725', '4', '閮撳煄鍘', 'YCX', '0', '115.943613', '35.599758', '104'); -INSERT INTO `t_s_territory` VALUES ('1059', '371726', '4', '閯勫煄鍘', 'JCX', '0', '115.510193', '35.563408', '104'); -INSERT INTO `t_s_territory` VALUES ('1060', '371727', '4', '瀹氶櫠鍘', 'DTX', '0', '115.573094', '35.071', '104'); -INSERT INTO `t_s_territory` VALUES ('1061', '371728', '4', '涓滄槑鍘', 'DMX', '0', '115.089905', '35.289368', '104'); -INSERT INTO `t_s_territory` VALUES ('11', '00000008', '2', '榛戦緳姹熺渷', 'HLJS', '0', '126.662507', '45.7421699', '1'); -INSERT INTO `t_s_territory` VALUES ('12', '20000000', '2', '涓婃捣甯', 'SHS', '0', '121.473704', '31.230393', '1'); -INSERT INTO `t_s_territory` VALUES ('13', '00000010', '2', '姹熻嫃鐪', 'JSS', '0', '118.763232', '32.061707', '1'); -INSERT INTO `t_s_territory` VALUES ('14', '00000011', '2', '娴欐睙鐪', 'ZJS', '0', '120.153676', '30.26586', '1'); -INSERT INTO `t_s_territory` VALUES ('15', '00000012', '2', '瀹夊窘鐪', 'AHS', '0', '117.284923', '31.861184', '1'); -INSERT INTO `t_s_territory` VALUES ('16', '00000013', '2', '绂忓缓鐪', 'FJS', '0', '119.296506', '26.099933', '1'); -INSERT INTO `t_s_territory` VALUES ('17', '00000014', '2', '姹熻タ鐪', 'JXS', '0', '115.909175', '28.674424', '1'); -INSERT INTO `t_s_territory` VALUES ('1739', '360102', '4', '涓滄箹鍖', 'DHQ', '0', '115.89901', '28.6849159', '184'); -INSERT INTO `t_s_territory` VALUES ('1740', '360103', '4', '瑗挎箹鍖', 'XHQ', '0', '115.877287', '28.656887', '184'); -INSERT INTO `t_s_territory` VALUES ('1741', '360104', '4', '闈掍簯璋卞尯', 'QYPQ', '0', '115.925749', '28.621169', '184'); -INSERT INTO `t_s_territory` VALUES ('1742', '360105', '4', '婀鹃噷鍖', 'WLQ', '0', '115.730994', '28.714869', '184'); -INSERT INTO `t_s_territory` VALUES ('1743', '360111', '4', '闈掑北婀栧尯', 'QSHQ', '0', '115.962144', '28.682985', '184'); -INSERT INTO `t_s_territory` VALUES ('1744', '360121', '4', '鍗楁槍鍘', 'NCX', '0', '115.944162', '28.545459', '184'); -INSERT INTO `t_s_territory` VALUES ('1745', '360122', '4', '鏂板缓鍘', 'XJX', '0', '115.815233', '28.692437', '184'); -INSERT INTO `t_s_territory` VALUES ('1746', '360123', '4', '瀹変箟鍘', 'AYX', '0', '115.549199', '28.844429', '184'); -INSERT INTO `t_s_territory` VALUES ('1747', '360124', '4', '杩涜搐鍘', 'JXX', '0', '116.240924', '28.376918', '184'); -INSERT INTO `t_s_territory` VALUES ('1748', '360202', '4', '鏄屾睙鍖', 'CJQ', '0', '117.183688', '29.27342', '185'); -INSERT INTO `t_s_territory` VALUES ('1749', '360203', '4', '鐝犲北鍖', 'ZSQ', '0', '117.202336', '29.301272', '185'); -INSERT INTO `t_s_territory` VALUES ('1750', '360222', '4', '娴鍘', 'FLX', '0', '117.215061', '29.351739', '185'); -INSERT INTO `t_s_territory` VALUES ('1751', '360281', '4', '涔愬钩甯', 'LPS', '0', '117.129169', '28.961902', '185'); -INSERT INTO `t_s_territory` VALUES ('1752', '360302', '4', '瀹夋簮鍖', 'AYQ', '0', '113.87073', '27.615202', '186'); -INSERT INTO `t_s_territory` VALUES ('1753', '360313', '4', '婀樹笢鍖', 'XDQ', '0', '113.733059', '27.640075', '186'); -INSERT INTO `t_s_territory` VALUES ('1754', '360321', '4', '鑾茶姳鍘', 'LHX', '0', '113.961465', '27.127669', '186'); -INSERT INTO `t_s_territory` VALUES ('1755', '360322', '4', '涓婃牀鍘', 'SLX', '0', '113.795219', '27.880567', '186'); -INSERT INTO `t_s_territory` VALUES ('1756', '360323', '4', '鑺︽邯鍘', 'LXX', '0', '114.029595', '27.631145', '186'); -INSERT INTO `t_s_territory` VALUES ('1757', '360402', '4', '搴愬北鍖', 'LSQ', '0', '115.989212', '29.671775', '187'); -INSERT INTO `t_s_territory` VALUES ('1758', '360403', '4', '娴旈槼鍖', 'XYQ', '0', '115.990399', '29.72746', '187'); -INSERT INTO `t_s_territory` VALUES ('1759', '360421', '4', '涔濇睙鍘', 'JJX', '0', '115.911314', '29.608456', '187'); -INSERT INTO `t_s_territory` VALUES ('1760', '360423', '4', '姝﹀畞鍘', 'WNX', '0', '115.100579', '29.256323', '187'); -INSERT INTO `t_s_territory` VALUES ('1761', '360424', '4', '淇按鍘', 'XSX', '0', '114.547356', '29.025707', '187'); -INSERT INTO `t_s_territory` VALUES ('1762', '360425', '4', '姘镐慨鍘', 'YXX', '0', '115.809111', '29.021824', '187'); -INSERT INTO `t_s_territory` VALUES ('1763', '360426', '4', '寰峰畨鍘', 'DAX', '0', '115.756883', '29.314348', '187'); -INSERT INTO `t_s_territory` VALUES ('1764', '360427', '4', '鏄熷瓙鍘', 'XZX', '0', '116.044893', '29.448037', '187'); -INSERT INTO `t_s_territory` VALUES ('1765', '360428', '4', '閮芥槍鍘', 'DCX', '0', '116.204099', '29.273194', '187'); -INSERT INTO `t_s_territory` VALUES ('1766', '360429', '4', '婀栧彛鍘', 'HKX', '0', '116.220266', '29.73944', '187'); -INSERT INTO `t_s_territory` VALUES ('1767', '360430', '4', '褰辰鍘', 'PZX', '0', '116.549359', '29.896061', '187'); -INSERT INTO `t_s_territory` VALUES ('1768', '360481', '4', '鐟炴槍甯', 'RCS', '0', '115.681504', '29.673795', '187'); -INSERT INTO `t_s_territory` VALUES ('1769', '360499', '4', '鍏遍潚鍩', 'GQC', '0', '115.774', '29.2417', '187'); -INSERT INTO `t_s_territory` VALUES ('1770', '360502', '4', '娓濇按鍖', 'YSQ', '0', '114.944574', '27.80038', '188'); -INSERT INTO `t_s_territory` VALUES ('1771', '360521', '4', '鍒嗗疁鍘', 'FYX', '0', '114.692039', '27.814628', '188'); -INSERT INTO `t_s_territory` VALUES ('1772', '360602', '4', '鏈堟箹鍖', 'YHQ', '0', '117.036676', '28.238797', '189'); -INSERT INTO `t_s_territory` VALUES ('1773', '360622', '4', '浣欐睙鍘', 'YJX', '0', '116.818871', '28.204174', '189'); -INSERT INTO `t_s_territory` VALUES ('1774', '360681', '4', '璐垫邯甯', 'GXS', '0', '117.245497', '28.292519', '189'); -INSERT INTO `t_s_territory` VALUES ('1775', '360702', '4', '绔犺础鍖', 'ZGQ', '0', '114.941826', '25.862827', '190'); -INSERT INTO `t_s_territory` VALUES ('1776', '360721', '4', '璧e幙', 'GX', '0', '115.011561', '25.860691', '190'); -INSERT INTO `t_s_territory` VALUES ('1777', '360722', '4', '淇′赴鍘', 'XFX', '0', '114.922963', '25.386278', '190'); -INSERT INTO `t_s_territory` VALUES ('1778', '360723', '4', '澶т綑鍘', 'DYX', '0', '114.362094', '25.401283', '190'); -INSERT INTO `t_s_territory` VALUES ('1779', '360724', '4', '涓婄姽鍘', 'SYX', '0', '114.551371', '25.784978', '190'); -INSERT INTO `t_s_territory` VALUES ('1780', '360725', '4', '宕囦箟鍘', 'CYX', '0', '114.308273', '25.681879', '190'); -INSERT INTO `t_s_territory` VALUES ('1781', '360726', '4', '瀹夎繙鍘', 'AYX', '0', '115.393922', '25.136925', '190'); -INSERT INTO `t_s_territory` VALUES ('1782', '360727', '4', '榫欏崡鍘', 'LNX', '0', '114.789811', '24.911107', '190'); -INSERT INTO `t_s_territory` VALUES ('1783', '360728', '4', '瀹氬崡鍘', 'DNX', '0', '115.027845', '24.78441', '190'); -INSERT INTO `t_s_territory` VALUES ('1784', '360729', '4', '鍏ㄥ崡鍘', 'QNX', '0', '114.530125', '24.742401', '190'); -INSERT INTO `t_s_territory` VALUES ('1785', '360730', '4', '瀹侀兘鍘', 'NDX', '0', '116.009472', '26.470116', '190'); -INSERT INTO `t_s_territory` VALUES ('1786', '360731', '4', '浜庨兘鍘', 'YDX', '0', '115.41551', '25.952066', '190'); -INSERT INTO `t_s_territory` VALUES ('1787', '360732', '4', '鍏村浗鍘', 'XGX', '0', '115.36319', '26.337937', '190'); -INSERT INTO `t_s_territory` VALUES ('1788', '360733', '4', '浼氭槍鍘', 'HCX', '0', '115.786057', '25.600272', '190'); -INSERT INTO `t_s_territory` VALUES ('1789', '360734', '4', '瀵讳箤鍘', 'YWX', '0', '115.646525', '24.963322', '190'); -INSERT INTO `t_s_territory` VALUES ('1790', '360735', '4', '鐭冲煄鍘', 'SCX', '0', '116.354201', '26.32686', '190'); -INSERT INTO `t_s_territory` VALUES ('1791', '360781', '4', '鐟為噾甯', 'RJS', '0', '116.02713', '25.885561', '190'); -INSERT INTO `t_s_territory` VALUES ('1792', '360782', '4', '鍗楀悍甯', 'NKS', '0', '114.765238', '25.661356', '190'); -INSERT INTO `t_s_territory` VALUES ('1793', '360802', '4', '鍚夊窞鍖', 'JZQ', '0', '114.994307', '27.129975', '191'); -INSERT INTO `t_s_territory` VALUES ('1794', '360803', '4', '闈掑師鍖', 'QYQ', '0', '115.01424', '27.081719', '191'); -INSERT INTO `t_s_territory` VALUES ('1795', '360821', '4', '鍚夊畨鍘', 'JAX', '0', '114.907659', '27.040142', '191'); -INSERT INTO `t_s_territory` VALUES ('1796', '360822', '4', '鍚夋按鍘', 'JSX', '0', '115.135507', '27.229632', '191'); -INSERT INTO `t_s_territory` VALUES ('1797', '360823', '4', '宄℃睙鍘', 'XJX', '0', '115.316566', '27.582901', '191'); -INSERT INTO `t_s_territory` VALUES ('1798', '360824', '4', '鏂板共鍘', 'XGX', '0', '115.393043', '27.740809', '191'); -INSERT INTO `t_s_territory` VALUES ('1799', '360825', '4', '姘镐赴鍘', 'YFX', '0', '115.441477', '27.317869', '191'); -INSERT INTO `t_s_territory` VALUES ('18', '00000015', '2', '灞变笢鐪', 'SDS', '0', '117.020411', '36.668627', '1'); -INSERT INTO `t_s_territory` VALUES ('1800', '360826', '4', '娉板拰鍘', 'THX', '0', '114.908861', '26.790231', '191'); -INSERT INTO `t_s_territory` VALUES ('1801', '360827', '4', '閬傚窛鍘', 'SCX', '0', '114.52098', '26.311894', '191'); -INSERT INTO `t_s_territory` VALUES ('1802', '360828', '4', '涓囧畨鍘', 'WAX', '0', '114.786256', '26.458257', '191'); -INSERT INTO `t_s_territory` VALUES ('1803', '360829', '4', '瀹夌鍘', 'AFX', '0', '114.619893', '27.392874', '191'); -INSERT INTO `t_s_territory` VALUES ('1804', '360830', '4', '姘告柊鍘', 'YXX', '0', '114.242675', '26.945233', '191'); -INSERT INTO `t_s_territory` VALUES ('1805', '360881', '4', '浜曞唸灞卞競', 'JGSS', '0', '114.289182', '26.748186', '191'); -INSERT INTO `t_s_territory` VALUES ('1806', '360902', '4', '琚佸窞鍖', 'YZQ', '0', '114.424657', '27.798846', '192'); -INSERT INTO `t_s_territory` VALUES ('1807', '360921', '4', '濂夋柊鍘', 'FXX', '0', '115.384904', '28.700806', '192'); -INSERT INTO `t_s_territory` VALUES ('1808', '360922', '4', '涓囪浇鍘', 'WZX', '0', '114.447551', '28.10455', '192'); -INSERT INTO `t_s_territory` VALUES ('1809', '360923', '4', '涓婇珮鍘', 'SGX', '0', '114.924494', '28.232827', '192'); -INSERT INTO `t_s_territory` VALUES ('1810', '360924', '4', '瀹滀赴鍘', 'YFX', '0', '114.803542', '28.393613', '192'); -INSERT INTO `t_s_territory` VALUES ('1811', '360925', '4', '闈栧畨鍘', 'JAX', '0', '115.362629', '28.861475', '192'); -INSERT INTO `t_s_territory` VALUES ('1812', '360926', '4', '閾滈紦鍘', 'TGX', '0', '114.37098', '28.520747', '192'); -INSERT INTO `t_s_territory` VALUES ('1813', '360981', '4', '涓板煄甯', 'FCS', '0', '115.771195', '28.159325', '192'); -INSERT INTO `t_s_territory` VALUES ('1814', '360982', '4', '妯熸爲甯', 'ZSS', '0', '115.546063', '28.055796', '192'); -INSERT INTO `t_s_territory` VALUES ('1815', '360983', '4', '楂樺畨甯', 'GAS', '0', '115.375618', '28.417261', '192'); -INSERT INTO `t_s_territory` VALUES ('1816', '361002', '4', '涓村窛鍖', 'LCQ', '0', '116.31136', '27.934529', '193'); -INSERT INTO `t_s_territory` VALUES ('1817', '361021', '4', '鍗楀煄鍘', 'NCX', '0', '116.644658', '27.552748', '193'); -INSERT INTO `t_s_territory` VALUES ('1818', '361022', '4', '榛庡窛鍘', 'LCX', '0', '116.907508', '27.282382', '193'); -INSERT INTO `t_s_territory` VALUES ('1819', '361023', '4', '鍗椾赴鍘', 'NFX', '0', '116.525725', '27.218445', '193'); -INSERT INTO `t_s_territory` VALUES ('1820', '361024', '4', '宕囦粊鍘', 'CRX', '0', '116.061164', '27.764681', '193'); -INSERT INTO `t_s_territory` VALUES ('1821', '361025', '4', '涔愬畨鍘', 'LAX', '0', '115.837895', '27.420441', '193'); -INSERT INTO `t_s_territory` VALUES ('1822', '361026', '4', '瀹滈粍鍘', 'YHX', '0', '116.222128', '27.546146', '193'); -INSERT INTO `t_s_territory` VALUES ('1823', '361027', '4', '閲戞邯鍘', 'JXX', '0', '116.775435', '27.908337', '193'); -INSERT INTO `t_s_territory` VALUES ('1824', '361028', '4', '璧勬邯鍘', 'ZXX', '0', '117.060264', '27.706102', '193'); -INSERT INTO `t_s_territory` VALUES ('1825', '361029', '4', '涓滀埂鍘', 'DXX', '0', '116.590465', '28.236118', '193'); -INSERT INTO `t_s_territory` VALUES ('1826', '361030', '4', '骞挎槍鍘', 'GCX', '0', '116.325757', '26.837267', '193'); -INSERT INTO `t_s_territory` VALUES ('1827', '361102', '4', '淇″窞鍖', 'XZQ', '0', '117.966823', '28.43121', '194'); -INSERT INTO `t_s_territory` VALUES ('1828', '361121', '4', '涓婇ザ鍘', 'SRX', '0', '117.90785', '28.448983', '194'); -INSERT INTO `t_s_territory` VALUES ('1829', '361122', '4', '骞夸赴鍘', 'GFX', '0', '118.19124', '28.436286', '194'); -INSERT INTO `t_s_territory` VALUES ('1830', '361123', '4', '鐜夊北鍘', 'YSX', '0', '118.245124', '28.682055', '194'); -INSERT INTO `t_s_territory` VALUES ('1831', '361124', '4', '閾呭北鍘', 'QSX', '0', '117.709451', '28.315217', '194'); -INSERT INTO `t_s_territory` VALUES ('1832', '361125', '4', '妯嘲鍘', 'HFX', '0', '117.596452', '28.407118', '194'); -INSERT INTO `t_s_territory` VALUES ('1833', '361126', '4', '寮嬮槼鍘', 'YYX', '0', '117.449588', '28.378044', '194'); -INSERT INTO `t_s_territory` VALUES ('1834', '361127', '4', '浣欏共鍘', 'YGX', '0', '116.695647', '28.702302', '194'); -INSERT INTO `t_s_territory` VALUES ('1835', '361128', '4', '閯遍槼鍘', 'PYX', '0', '116.699746', '29.011699', '194'); -INSERT INTO `t_s_territory` VALUES ('1836', '361129', '4', '涓囧勾鍘', 'WNX', '0', '117.058445', '28.694582', '194'); -INSERT INTO `t_s_territory` VALUES ('1837', '361130', '4', '濠烘簮鍘', 'WYX', '0', '117.861911', '29.2480249', '194'); -INSERT INTO `t_s_territory` VALUES ('1838', '361181', '4', '寰峰叴甯', 'DXS', '0', '117.578713', '28.946464', '194'); -INSERT INTO `t_s_territory` VALUES ('1839', '370102', '4', '鍘嗕笅鍖', 'LXQ', '0', '117.07653', '36.666344', '195'); -INSERT INTO `t_s_territory` VALUES ('184', '360100', '3', '鍗楁槍甯', 'NCS', '0', '115.858089', '28.68316', '17'); -INSERT INTO `t_s_territory` VALUES ('1840', '370103', '4', '甯備腑鍖', 'SZQ', '0', '116.997475', '36.6511749', '195'); -INSERT INTO `t_s_territory` VALUES ('1841', '370104', '4', '妲愯崼鍖', 'HYQ', '0', '116.90113', '36.651301', '195'); -INSERT INTO `t_s_territory` VALUES ('1842', '370105', '4', '澶╂ˉ鍖', 'TQQ', '0', '116.987492', '36.678016', '195'); -INSERT INTO `t_s_territory` VALUES ('1843', '370112', '4', '鍘嗗煄鍖', 'LCQ', '0', '117.065222', '36.680171', '195'); -INSERT INTO `t_s_territory` VALUES ('185', '360200', '3', '鏅痉闀囧競', 'JDZS', '0', '117.17842', '29.268836', '17'); -INSERT INTO `t_s_territory` VALUES ('186', '360300', '3', '钀嶄埂甯', 'PXS', '0', '113.854676', '27.622865', '17'); -INSERT INTO `t_s_territory` VALUES ('187', '360400', '3', '涔濇睙甯', 'JJS', '0', '116.001951', '29.705103', '17'); -INSERT INTO `t_s_territory` VALUES ('188', '360500', '3', '鏂颁綑甯', 'XYS', '0', '114.91741', '27.817819', '17'); -INSERT INTO `t_s_territory` VALUES ('189', '360600', '3', '楣版江甯', 'YTS', '0', '117.069202', '28.260189', '17'); -INSERT INTO `t_s_territory` VALUES ('19', '00000017', '2', '婀栧寳鐪', 'HBS', '0', '114.341921', '30.545861', '1'); -INSERT INTO `t_s_territory` VALUES ('190', '360700', '3', '璧e窞甯', 'GZS', '0', '114.935025', '25.831925', '17'); -INSERT INTO `t_s_territory` VALUES ('191', '360800', '3', '鍚夊畨甯', 'JAS', '0', '114.992912', '27.113039', '17'); -INSERT INTO `t_s_territory` VALUES ('192', '360900', '3', '瀹滄槬甯', 'YCS', '0', '114.416778', '27.815619', '17'); -INSERT INTO `t_s_territory` VALUES ('193', '361000', '3', '鎶氬窞甯', 'FZS', '0', '116.358176', '27.9492', '17'); -INSERT INTO `t_s_territory` VALUES ('194', '361100', '3', '涓婇ザ甯', 'SRS', '0', '117.943433', '28.454863', '17'); -INSERT INTO `t_s_territory` VALUES ('195', '370100', '3', '娴庡崡甯', 'JNS', '0', '116.994917', '36.665282', '18'); -INSERT INTO `t_s_territory` VALUES ('20', '00000018', '2', '婀栧崡鐪', 'HNS', '0', '112.98381', '28.112444', '1'); -INSERT INTO `t_s_territory` VALUES ('21', '40000000', '2', '閲嶅簡甯', 'ZQS', '0', '106.551557', '29.56301', '1'); -INSERT INTO `t_s_territory` VALUES ('22', '00000022', '2', '鍥涘窛鐪', 'SCS', '0', '104.075931', '30.651652', '1'); -INSERT INTO `t_s_territory` VALUES ('23', '00000019', '2', '骞夸笢鐪', 'GDS', '0', '113.266531', '23.132191', '1'); -INSERT INTO `t_s_territory` VALUES ('24', '00000020', '2', '骞胯タ澹棌鑷不鍖', 'GXZZZZQ', '0', '108.327546', '22.815478', '1'); -INSERT INTO `t_s_territory` VALUES ('25', '00000021', '2', '娴峰崡鐪', 'HNS', '0', '110.349229', '20.017378', '1'); -INSERT INTO `t_s_territory` VALUES ('26', '810000', '2', '棣欐腐鐗瑰埆琛屾斂鍖', 'XGTBXZQ', '0', '114.109497', '22.396428', '1'); -INSERT INTO `t_s_territory` VALUES ('27', '820000', '2', '婢抽棬鐗瑰埆琛屾斂鍖', 'AMTBXZQ', '0', '113.543873', '22.198745', '1'); -INSERT INTO `t_s_territory` VALUES ('28', '00000023', '2', '璐靛窞鐪', 'GZS', '0', '106.707116', '26.598026', '1'); -INSERT INTO `t_s_territory` VALUES ('29', '00000024', '2', '浜戝崡鐪', 'YNS', '0', '102.709812', '25.045359', '1'); -INSERT INTO `t_s_territory` VALUES ('3', '00000006', '2', '杈藉畞鐪', 'LNS', '0', '123.42944', '41.835441', '1'); -INSERT INTO `t_s_territory` VALUES ('30', '00000025', '2', '瑗胯棌鑷不鍖', 'XCZZQ', '0', '91.1170059', '29.647951', '1'); -INSERT INTO `t_s_territory` VALUES ('31', '00000026', '2', '闄曡タ鐪', 'SXS', '0', '108.954239', '34.265472', '1'); -INSERT INTO `t_s_territory` VALUES ('32', '00000027', '2', '鐢樿們鐪', 'GSS', '0', '103.826308', '36.059421', '1'); -INSERT INTO `t_s_territory` VALUES ('33', '00000028', '2', '闈掓捣鐪', 'QHS', '0', '101.780199', '36.620901', '1'); -INSERT INTO `t_s_territory` VALUES ('34', '00000029', '2', '瀹佸鍥炴棌鑷不鍖', 'NXHZZZQ', '0', '106.258754', '38.471318', '1'); -INSERT INTO `t_s_territory` VALUES ('35', '00000030', '2', '鏂扮枂缁村惥灏旇嚜娌诲尯', 'XJWWEZZQ', '0', '87.6278119', '43.793028', '1'); -INSERT INTO `t_s_territory` VALUES ('4', '00000007', '2', '鍚夋灄鐪', 'JLS', '0', '125.326065', '43.896082', '1'); -INSERT INTO `t_s_territory` VALUES ('5', '10000000', '2', '鍖椾含甯', 'BJS', '0', '116.407413', '39.904214', '1'); -INSERT INTO `t_s_territory` VALUES ('6', '30000000', '2', '澶╂触甯', 'TJS', '0', '117.200983', '39.084158', '1'); -INSERT INTO `t_s_territory` VALUES ('7', '00000003', '2', '娌冲寳鐪', 'HBS', '0', '114.468665', '38.037057', '1'); -INSERT INTO `t_s_territory` VALUES ('8', '00000004', '2', '灞辫タ鐪', 'SXS', '0', '112.562569', '37.873376', '1'); -INSERT INTO `t_s_territory` VALUES ('89', '370200', '3', '闈掑矝甯', 'QDS', '0', '120.382504', '36.06722', '18'); -INSERT INTO `t_s_territory` VALUES ('9', '00000005', '2', '鍐呰挋鍙よ嚜娌诲尯', 'NMGZZQ', '0', '111.765618', '40.817498', '1'); -INSERT INTO `t_s_territory` VALUES ('90', '370300', '3', '娣勫崥甯', 'ZBS', '0', '118.055007', '36.813497', '18'); -INSERT INTO `t_s_territory` VALUES ('91', '370400', '3', '鏋e簞甯', 'ZZS', '0', '117.323725', '34.810488', '18'); -INSERT INTO `t_s_territory` VALUES ('92', '370500', '3', '涓滆惀甯', 'DYS', '0', '118.674767', '37.434751', '18'); -INSERT INTO `t_s_territory` VALUES ('926', '370113', '4', '闀挎竻鍖', 'CQQ', '0', '116.751959', '36.553691', '195'); -INSERT INTO `t_s_territory` VALUES ('927', '370124', '4', '骞抽槾鍘', 'PYX', '0', '116.456187', '36.289265', '195'); -INSERT INTO `t_s_territory` VALUES ('928', '370125', '4', '娴庨槼鍘', 'JYX', '0', '117.173529', '36.978547', '195'); -INSERT INTO `t_s_territory` VALUES ('929', '370126', '4', '鍟嗘渤鍘', 'SHX', '0', '117.157183', '37.309045', '195'); -INSERT INTO `t_s_territory` VALUES ('93', '370600', '3', '鐑熷彴甯', 'YTS', '0', '121.447926', '37.463819', '18'); -INSERT INTO `t_s_territory` VALUES ('930', '370181', '4', '绔犱笜甯', 'ZQS', '0', '117.534326', '36.714015', '195'); -INSERT INTO `t_s_territory` VALUES ('931', '370202', '4', '甯傚崡鍖', 'SNQ', '0', '120.412392', '36.075651', '89'); -INSERT INTO `t_s_territory` VALUES ('932', '370203', '4', '甯傚寳鍖', 'SBQ', '0', '120.374801', '36.087661', '89'); -INSERT INTO `t_s_territory` VALUES ('933', '370205', '4', '鍥涙柟鍖', 'SFQ', '0', '120.366454', '36.103993', '89'); -INSERT INTO `t_s_territory` VALUES ('934', '370211', '4', '榛勫矝鍖', 'HDQ', '0', '120.198054', '35.960935', '89'); -INSERT INTO `t_s_territory` VALUES ('935', '370212', '4', '宕傚北鍖', 'LSQ', '0', '120.468956', '36.107538', '89'); -INSERT INTO `t_s_territory` VALUES ('936', '370213', '4', '鏉庢钵鍖', 'LCQ', '0', '120.432864', '36.145476', '89'); -INSERT INTO `t_s_territory` VALUES ('937', '370214', '4', '鍩庨槼鍖', 'CYQ', '0', '120.396529', '36.307061', '89'); -INSERT INTO `t_s_territory` VALUES ('938', '370281', '4', '鑳跺窞甯', 'JZS', '0', '120.033345', '36.264664', '89'); -INSERT INTO `t_s_territory` VALUES ('939', '370282', '4', '鍗冲ⅷ甯', 'JMS', '0', '120.447162', '36.389401', '89'); -INSERT INTO `t_s_territory` VALUES ('94', '370700', '3', '娼嶅潑甯', 'WFS', '0', '119.16193', '36.706691', '18'); -INSERT INTO `t_s_territory` VALUES ('940', '370283', '4', '骞冲害甯', 'PDS', '0', '119.960014', '36.7867', '89'); -INSERT INTO `t_s_territory` VALUES ('941', '370284', '4', '鑳跺崡甯', 'JNS', '0', '120.04643', '35.8725', '89'); -INSERT INTO `t_s_territory` VALUES ('942', '370285', '4', '鑾辫タ甯', 'LXS', '0', '120.51769', '36.889084', '89'); -INSERT INTO `t_s_territory` VALUES ('943', '370302', '4', '娣勫窛鍖', 'ZCQ', '0', '117.966842', '36.643449', '90'); -INSERT INTO `t_s_territory` VALUES ('944', '370303', '4', '寮犲簵鍖', 'ZDQ', '0', '118.017656', '36.806773', '90'); -INSERT INTO `t_s_territory` VALUES ('945', '370304', '4', '鍗氬北鍖', 'BSQ', '0', '117.861698', '36.494752', '90'); -INSERT INTO `t_s_territory` VALUES ('946', '370305', '4', '涓存穭鍖', 'LZQ', '0', '118.308977', '36.827343', '90'); -INSERT INTO `t_s_territory` VALUES ('947', '370306', '4', '鍛ㄦ潙鍖', 'ZCQ', '0', '117.869877', '36.803109', '90'); -INSERT INTO `t_s_territory` VALUES ('948', '370321', '4', '妗撳彴鍘', 'HTX', '0', '118.097955', '36.959623', '90'); -INSERT INTO `t_s_territory` VALUES ('949', '370322', '4', '楂橀潚鍘', 'GQX', '0', '117.826916', '37.171063', '90'); -INSERT INTO `t_s_territory` VALUES ('95', '370800', '3', '娴庡畞甯', 'JNS', '0', '116.587099', '35.414921', '18'); -INSERT INTO `t_s_territory` VALUES ('950', '370323', '4', '娌傛簮鍘', 'YYX', '0', '118.170979', '36.184827', '90'); -INSERT INTO `t_s_territory` VALUES ('951', '370402', '4', '甯備腑鍖', 'SZQ', '0', '117.556124', '34.864114', '91'); -INSERT INTO `t_s_territory` VALUES ('952', '370403', '4', '钖涘煄鍖', 'YCQ', '0', '117.263157', '34.795206', '91'); -INSERT INTO `t_s_territory` VALUES ('953', '370404', '4', '宄勫煄鍖', 'YCQ', '0', '117.590819', '34.772236', '91'); -INSERT INTO `t_s_territory` VALUES ('954', '370405', '4', '鍙板効搴勫尯', 'TEZQ', '0', '117.733832', '34.562528', '91'); -INSERT INTO `t_s_territory` VALUES ('955', '370406', '4', '灞变涵鍖', 'STQ', '0', '117.461343', '35.099549', '91'); -INSERT INTO `t_s_territory` VALUES ('956', '370481', '4', '婊曞窞甯', 'TZS', '0', '117.164388', '35.084021', '91'); -INSERT INTO `t_s_territory` VALUES ('957', '370502', '4', '涓滆惀鍖', 'DYQ', '0', '118.582184', '37.448964', '92'); -INSERT INTO `t_s_territory` VALUES ('958', '370503', '4', '娌冲彛鍖', 'HKQ', '0', '118.525579', '37.886138', '92'); -INSERT INTO `t_s_territory` VALUES ('959', '370521', '4', '鍨﹀埄鍘', 'KLX', '0', '118.547627', '37.58754', '92'); -INSERT INTO `t_s_territory` VALUES ('960', '370522', '4', '鍒╂触鍘', 'LJX', '0', '118.255273', '37.49026', '92'); -INSERT INTO `t_s_territory` VALUES ('961', '370523', '4', '骞块ザ鍘', 'GRX', '0', '118.407045', '37.0537', '92'); -INSERT INTO `t_s_territory` VALUES ('962', '370602', '4', '鑺濈綐鍖', 'ZFQ', '0', '121.400031', '37.540687', '93'); -INSERT INTO `t_s_territory` VALUES ('963', '370611', '4', '绂忓北鍖', 'FSQ', '0', '121.267697', '37.498051', '93'); -INSERT INTO `t_s_territory` VALUES ('964', '370612', '4', '鐗熷钩鍖', 'MPQ', '0', '121.600512', '37.386901', '93'); -INSERT INTO `t_s_territory` VALUES ('965', '370613', '4', '鑾卞北鍖', 'LSQ', '0', '121.445304', '37.511305', '93'); -INSERT INTO `t_s_territory` VALUES ('966', '370614', '4', '寮鍙戝尯', 'KFQ', '0', '121.251001', '37.554683', '93'); -INSERT INTO `t_s_territory` VALUES ('967', '370634', '4', '闀垮矝鍘', 'CDX', '0', '120.736584', '37.921417', '93'); -INSERT INTO `t_s_territory` VALUES ('968', '370681', '4', '榫欏彛甯', 'LKS', '0', '120.477836', '37.646064', '93'); -INSERT INTO `t_s_territory` VALUES ('969', '370682', '4', '鑾遍槼甯', 'LYS', '0', '120.711607', '36.97891', '93'); -INSERT INTO `t_s_territory` VALUES ('970', '370683', '4', '鑾卞窞甯', 'LZS', '0', '119.942327', '37.177017', '93'); -INSERT INTO `t_s_territory` VALUES ('971', '370684', '4', '钃幈甯', 'PLS', '0', '120.758848', '37.810661', '93'); -INSERT INTO `t_s_territory` VALUES ('972', '370685', '4', '鎷涜繙甯', 'ZYS', '0', '120.434072', '37.355469', '93'); -INSERT INTO `t_s_territory` VALUES ('973', '370686', '4', '鏍栭湠甯', 'QXS', '0', '120.849675', '37.335123', '93'); -INSERT INTO `t_s_territory` VALUES ('974', '370687', '4', '娴烽槼甯', 'HYS', '0', '121.158477', '36.776425', '93'); -INSERT INTO `t_s_territory` VALUES ('975', '370702', '4', '娼嶅煄鍖', 'WCQ', '0', '119.024836', '36.7281', '94'); -INSERT INTO `t_s_territory` VALUES ('976', '370703', '4', '瀵掍涵鍖', 'HTQ', '0', '119.219734', '36.775491', '94'); -INSERT INTO `t_s_territory` VALUES ('977', '370704', '4', '鍧婂瓙鍖', 'FZQ', '0', '119.166485', '36.654448', '94'); -INSERT INTO `t_s_territory` VALUES ('978', '370705', '4', '濂庢枃鍖', 'KWQ', '0', '119.132486', '36.707676', '94'); -INSERT INTO `t_s_territory` VALUES ('979', '370724', '4', '涓存湊鍘', 'LQX', '0', '118.542982', '36.5125059', '94'); -INSERT INTO `t_s_territory` VALUES ('980', '370725', '4', '鏄屼箰鍘', 'CLX', '0', '118.829914', '36.706945', '94'); -INSERT INTO `t_s_territory` VALUES ('981', '370781', '4', '闈掑窞甯', 'QZS', '0', '118.479622', '36.684528', '94'); -INSERT INTO `t_s_territory` VALUES ('982', '370782', '4', '璇稿煄甯', 'ZCS', '0', '119.410103', '35.995654', '94'); -INSERT INTO `t_s_territory` VALUES ('983', '370783', '4', '瀵垮厜甯', 'SGS', '0', '118.790652', '36.85548', '94'); -INSERT INTO `t_s_territory` VALUES ('984', '370784', '4', '瀹変笜甯', 'AQS', '0', '119.218978', '36.478494', '94'); -INSERT INTO `t_s_territory` VALUES ('985', '370785', '4', '楂樺瘑甯', 'GMS', '0', '119.755597', '36.3825949', '94'); -INSERT INTO `t_s_territory` VALUES ('986', '370786', '4', '鏄岄倯甯', 'CYS', '0', '119.398525', '36.85882', '94'); -INSERT INTO `t_s_territory` VALUES ('987', '370802', '4', '甯備腑鍖', 'SZQ', '0', '116.596614', '35.40819', '95'); -INSERT INTO `t_s_territory` VALUES ('988', '370811', '4', '浠诲煄鍖', 'RCQ', '0', '116.628562', '35.433727', '95'); -INSERT INTO `t_s_territory` VALUES ('989', '370826', '4', '寰北鍘', 'WSX', '0', '117.128946', '34.8071', '95'); -INSERT INTO `t_s_territory` VALUES ('990', '370827', '4', '楸煎彴鍘', 'YTX', '0', '116.650608', '35.012749', '95'); -INSERT INTO `t_s_territory` VALUES ('991', '370828', '4', '閲戜埂鍘', 'JXX', '0', '116.311532', '35.06662', '95'); -INSERT INTO `t_s_territory` VALUES ('992', '370829', '4', '鍢夌ゥ鍘', 'JXX', '0', '116.342442', '35.407829', '95'); -INSERT INTO `t_s_territory` VALUES ('993', '370830', '4', '姹朵笂鍘', 'WSX', '0', '116.489043', '35.732799', '95'); -INSERT INTO `t_s_territory` VALUES ('994', '370831', '4', '娉楁按鍘', 'SSX', '0', '117.251195', '35.664323', '95'); -INSERT INTO `t_s_territory` VALUES ('995', '370832', '4', '姊佸北鍘', 'LSX', '0', '116.096044', '35.802306', '95'); -INSERT INTO `t_s_territory` VALUES ('996', '370881', '4', '鏇查槣甯', 'QFS', '0', '116.986532', '35.581137', '95'); -INSERT INTO `t_s_territory` VALUES ('997', '370882', '4', '鍏栧窞甯', 'YZS', '0', '116.783834', '35.553144', '95'); -INSERT INTO `t_s_territory` VALUES ('998', '370883', '4', '閭瑰煄甯', 'ZCS', '0', '117.003743', '35.405185', '95'); -INSERT INTO `t_s_territory` VALUES ('999', '370902', '4', '娉板北鍖', 'TSQ', '0', '117.135354', '36.192084', '96'); - --- ---------------------------- --- Table structure for `t_s_timetask` +-- Table structure for t_s_timetask -- ---------------------------- DROP TABLE IF EXISTS `t_s_timetask`; CREATE TABLE `t_s_timetask` ( @@ -7169,7 +8179,7 @@ INSERT INTO `t_s_timetask` VALUES ('402880e74c79dd47014c79de88f70001', 'admin', INSERT INTO `t_s_timetask` VALUES ('8a8ab0b246dc81120146dc81850c016a', null, null, null, '0 0/1 * * * ?', '1', '0', '娴嬭瘯Demo', 'taskDemoServiceTaskCronTrigger', 'admin', '2015-07-16 15:33:48', '绠$悊鍛'); -- ---------------------------- --- Table structure for `t_s_type` +-- Table structure for t_s_type -- ---------------------------- DROP TABLE IF EXISTS `t_s_type`; CREATE TABLE `t_s_type` ( @@ -7178,166 +8188,170 @@ CREATE TABLE `t_s_type` ( `typename` varchar(50) default NULL, `typepid` varchar(32) default NULL, `typegroupid` varchar(32) default NULL, + `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; + 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: 169984 kB; (`typegroupid`) REFER `jeecg_2017020'; -- ---------------------------- -- Records of t_s_type -- ---------------------------- -INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baab5c000b', '1', 'common.company', null, '297e201047e95ee30147e9ba56ce0009'); -INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baef97000d', '2', 'common.department', null, '297e201047e95ee30147e9ba56ce0009'); -INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9bb1210000f', '3', 'common.position', null, '297e201047e95ee30147e9ba56ce0009'); -INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db1e025002d', 'Y', '鏄', null, '2c90ac564c9d1734014c9db1a167002b'); -INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db20b0d002f', 'N', '鍚', null, '2c90ac564c9d1734014c9db1a167002b'); -INSERT INTO `t_s_type` VALUES ('402880884883eff4014884180bf80029', '1', '钄疯枃涓冩潙', null, '402880884883eff401488415cbb60027'); -INSERT INTO `t_s_type` VALUES ('402880cd4dbd4baa014dbd9c184f0003', 'WXTP', '鍥剧墖', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bb1b520004', 'cigong', '杈炲伐', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bc55b10006', 'jicigong', '鎬ヨ緸宸', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bca0680008', 'citui', '杈為', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bcbf62000a', 'kaichu', '寮闄', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bce839000c', 'zidonglizhi', '鑷姩绂昏亴', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73ef09a003d', 'table', 'form.db.type.table', null, '402881e44df713f5014df738349c002f'); -INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f1436003f', 'sql', 'form.db.type.sql', null, '402881e44df713f5014df738349c002f'); -INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f3f830041', 'clazz', 'form.db.type.clazz', null, '402881e44df713f5014df738349c002f'); -INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf65e5a0010', 'bdfl_ptbd', '鏅氳〃鍗', null, '402881e54dcb624a014dcbf4912b000e'); -INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf6a4620012', 'bdfl_fzbd', '澶嶆潅琛ㄥ崟', null, '402881e54dcb624a014dcbf4912b000e'); -INSERT INTO `t_s_type` VALUES ('402881e54dce16ba014dce17990c0001', 'bdfl_vipbd', 'VIP琛ㄥ崟', null, '402881e54dcb624a014dcbf4912b000e'); -INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7052d930006', 'spline', '鏇茬嚎鍥', null, '402881e64ca6fd1b014ca7044c370004'); -INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca705b2b40008', 'column', '鏌辩姸鍥', null, '402881e64ca6fd1b014ca7044c370004'); -INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7061fb7000a', 'pie', '楗煎浘', null, '402881e64ca6fd1b014ca7044c370004'); -INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e736c4e80008', 'en', 'common.english', null, '402881e946e71f5f0146e73619bb0002'); -INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e740dcad0012', 'zh-cn', 'common.chinese', null, '402881e946e71f5f0146e73619bb0002'); -INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c372e3b10005', '*', '闈炵┖', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3abef800019', 'n', '鏁板瓧', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3ac17f9001b', 's', '瀛楁瘝', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267a61e0001', 'p', '閭斂缂栫爜', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267d5c10003', 'm', '鎵嬫満鍙风爜', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26812d40005', 'e', '鐢靛瓙閭欢', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26850210007', 'url', '缃戝潃', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268ae510009', '*6-16', '6鍒16浣嶄换鎰忓瓧绗', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268e229000b', 'n6-16', '6鍒16浣嶆暟瀛', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26912e2000d', 's6-18', '6鍒18浣嶅瓧绗︿覆', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533adf65370003', 'Pie2D', '2D楗煎浘', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae0363d0005', 'Pie3D', '3D楗煎浘', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae2d2a50007', 'Column2D', '2D鏌辩姸鍥', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae305340009', 'Column3D', '3D鏌辩姸鍥', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae45759000b', 'Bar2D', '鏉$姸鍥', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae4c6de000d', 'Area2D', '闈㈢Н鍥', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae50a67000f', 'LineBasic2D', '鎶樼嚎鍥', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546bb620007', '1', '鍗曢', null, '4028ef8154753f2601547546249f0005'); -INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546d3d60009', '2', '澶氶', null, '4028ef8154753f2601547546249f0005'); -INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e520bdc0010', 'spring', 'java.enhance.type.spring', null, '8a1c7ee54e3e2ca9014e3e4b78f90009'); -INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e524b560012', 'class', 'java.enhance.type.class', null, '8a1c7ee54e3e2ca9014e3e4b78f90009'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3859a2c1001a', '1', 'common.smsAlertsModel', null, '8a71b40e4a38319b014a3858fca40018'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385a01d1001c', '2', 'common.emailAlertsModel', null, '8a71b40e4a38319b014a3858fca40018'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d30300020', '1', 'common.smsAlerts', null, '8a71b40e4a38319b014a385cb115001e'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d86c30022', '2', 'common.emailAlerts', null, '8a71b40e4a38319b014a385cb115001e'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385dc1370024', '3', 'common.sysAlerts', null, '8a71b40e4a38319b014a385cb115001e'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860603f0028', '1', 'common.didNotSend', null, '8a71b40e4a38319b014a386022bd0026'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a38608d98002a', '2', 'common.sendSuccess', null, '8a71b40e4a38319b014a386022bd0026'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860b181002c', '3', 'common.failToSend', null, '8a71b40e4a38319b014a386022bd0026'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f30060', '2', 'menu.icon', null, '8a8ab0b246dc81120146dc8181aa0056'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f70061', '1', 'system.icon', null, '8a8ab0b246dc81120146dc8181aa0056'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fa0062', 'files', 'common.attachment', null, '8a8ab0b246dc81120146dc8181ca005e'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fe0063', '1', 'lang.excellent.order', null, '8a8ab0b246dc81120146dc8181b10057'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182010064', '2', 'lang.normal.order', null, '8a8ab0b246dc81120146dc8181b10057'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182050065', '1', 'lang.contract.customer', null, '8a8ab0b246dc81120146dc8181b50058'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182080066', '2', 'lang.normal.customer', null, '8a8ab0b246dc81120146dc8181b50058'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81820b0067', '1', 'lang.special.servcie', null, '8a8ab0b246dc81120146dc8181b90059'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182100068', '2', 'lang.normal.service', null, '8a8ab0b246dc81120146dc8181b90059'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182130069', 'single', 'common.single.condition.query', null, '8a8ab0b246dc81120146dc8181bc005a'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818216006a', 'group', 'common.scope.query', null, '8a8ab0b246dc81120146dc8181bc005a'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821a006b', 'Y', 'common.yes', null, '8a8ab0b246dc81120146dc8181c0005b'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821d006c', 'N', 'common.no', null, '8a8ab0b246dc81120146dc8181c0005b'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818221006d', 'Integer', 'common.db.integer', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818224006e', 'Date', 'common.db.date', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818227006f', 'String', 'common.db.string', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822b0070', 'Long', 'common.db.long', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822f0071', 'act', 'common.workflow.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182320072', 't_s', 'common.system.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182350073', 't_b', 'common.business.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182390074', 't_p', 'common.customer.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81823c0075', 'news', 'common.news', null, '8a8ab0b246dc81120146dc8181ca005e'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182400076', '0', 'common.male', null, '8a8ab0b246dc81120146dc8181cd005f'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182430077', '1', 'common.female', null, '8a8ab0b246dc81120146dc8181cd005f'); -INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c7863ec001b', 'oracle', 'common.oracle', null, '8a8ab0ba487c527201487c7732790019'); -INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78aefc001d', 'sqlserver2008', 'common.sqlserver2008', null, '8a8ab0ba487c527201487c7732790019'); -INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78fbb5001f', 'mysql', 'common.mysql', null, '8a8ab0ba487c527201487c7732790019'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed71f6b40005', '>', '澶т簬', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed72a9dc0007', '>=', '澶т簬绛変簬', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed750e1c0009', '<', '灏忎簬', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed753b6f000b', '<=', '灏忎簬绛変簬', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75afe5000d', '=', '绛変簬', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75ed62000f', 'IN', '鍖呭惈', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed7638b20011', 'LIKE', '妯$硦', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed767c240013', '!=', '涓嶇瓑浜', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b0e0b80003', 'hour', '灏忔椂', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b1609d0006', 'day', '澶', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b283a10008', 'perday', '澶/浜', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b29550000a', 'permoney', '鍏/浜', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2a6e5000c', 'money', '鍏', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2bab4000e', 'age', '宀', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2c9ce0010', 'class', '璇炬椂', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000001', 'WXGZYD', '鍏虫敞寮曞', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000002', 'WXNRQ', '鍐呭鍖', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000003', 'WXYWYD', '鍘熸枃寮曞', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000004', 'WXBT', '鏍囬', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000005', 'WXFGX', '鍒嗛殧绾', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000006', 'WXHTZH', '浜掓帹璐﹀彿', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000007', 'WXQT', '鍏朵粬', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000008', 'WXWDYS', '鎴戠殑鏍峰紡', null, 'jglongjbtstypegourp2015060400001'); +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 ('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 ('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 ('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', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bcbf62000a', 'kaichu', '寮闄', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bce839000c', 'zidonglizhi', '鑷姩绂昏亴', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73ef09a003d', 'table', 'form.db.type.table', null, '402881e44df713f5014df738349c002f', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f1436003f', 'sql', 'form.db.type.sql', null, '402881e44df713f5014df738349c002f', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f3f830041', 'clazz', 'form.db.type.clazz', null, '402881e44df713f5014df738349c002f', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf65e5a0010', 'bdfl_ptbd', '鏅氳〃鍗', null, '402881e54dcb624a014dcbf4912b000e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf6a4620012', 'bdfl_fzbd', '澶嶆潅琛ㄥ崟', null, '402881e54dcb624a014dcbf4912b000e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e54dce16ba014dce17990c0001', 'bdfl_vipbd', 'VIP琛ㄥ崟', null, '402881e54dcb624a014dcbf4912b000e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7052d930006', 'spline', '鏇茬嚎鍥', null, '402881e64ca6fd1b014ca7044c370004', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca705b2b40008', 'column', '鏌辩姸鍥', null, '402881e64ca6fd1b014ca7044c370004', '2016-09-04 22:19:12', '绠$悊鍛'); +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 ('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', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267a61e0001', 'p', '閭斂缂栫爜', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267d5c10003', 'm', '鎵嬫満鍙风爜', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26812d40005', 'e', '鐢靛瓙閭欢', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26850210007', 'url', '缃戝潃', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268ae510009', '*6-16', '6鍒16浣嶄换鎰忓瓧绗', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268e229000b', 'n6-16', '6鍒16浣嶆暟瀛', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26912e2000d', 's6-18', '6鍒18浣嶅瓧绗︿覆', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533adf65370003', 'Pie2D', '2D楗煎浘', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae0363d0005', 'Pie3D', '3D楗煎浘', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae2d2a50007', 'Column2D', '2D鏌辩姸鍥', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae305340009', 'Column3D', '3D鏌辩姸鍥', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae45759000b', 'Bar2D', '鏉$姸鍥', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae4c6de000d', 'Area2D', '闈㈢Н鍥', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae50a67000f', 'LineBasic2D', '鎶樼嚎鍥', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546bb620007', '1', '鍗曢', null, '4028ef8154753f2601547546249f0005', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546d3d60009', '2', '澶氶', null, '4028ef8154753f2601547546249f0005', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e520bdc0010', 'spring', 'java.enhance.type.spring', null, '8a1c7ee54e3e2ca9014e3e4b78f90009', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e524b560012', 'class', 'java.enhance.type.class', null, '8a1c7ee54e3e2ca9014e3e4b78f90009', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3859a2c1001a', '1', 'common.smsAlertsModel', null, '8a71b40e4a38319b014a3858fca40018', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385a01d1001c', '2', 'common.emailAlertsModel', null, '8a71b40e4a38319b014a3858fca40018', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d30300020', '1', 'common.smsAlerts', null, '8a71b40e4a38319b014a385cb115001e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d86c30022', '2', 'common.emailAlerts', null, '8a71b40e4a38319b014a385cb115001e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385dc1370024', '3', 'common.sysAlerts', null, '8a71b40e4a38319b014a385cb115001e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860603f0028', '1', 'common.didNotSend', null, '8a71b40e4a38319b014a386022bd0026', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a38608d98002a', '2', 'common.sendSuccess', null, '8a71b40e4a38319b014a386022bd0026', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860b181002c', '3', 'common.failToSend', null, '8a71b40e4a38319b014a386022bd0026', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f30060', '2', 'menu.icon', null, '8a8ab0b246dc81120146dc8181aa0056', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f70061', '1', 'system.icon', null, '8a8ab0b246dc81120146dc8181aa0056', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fa0062', 'files', 'common.attachment', null, '8a8ab0b246dc81120146dc8181ca005e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fe0063', '1', 'lang.excellent.order', null, '8a8ab0b246dc81120146dc8181b10057', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182010064', '2', 'lang.normal.order', null, '8a8ab0b246dc81120146dc8181b10057', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182050065', '1', 'lang.contract.customer', null, '8a8ab0b246dc81120146dc8181b50058', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182080066', '2', 'lang.normal.customer', null, '8a8ab0b246dc81120146dc8181b50058', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81820b0067', '1', 'lang.special.servcie', null, '8a8ab0b246dc81120146dc8181b90059', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182100068', '2', 'lang.normal.service', null, '8a8ab0b246dc81120146dc8181b90059', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182130069', 'single', 'common.single.condition.query', null, '8a8ab0b246dc81120146dc8181bc005a', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818216006a', 'group', 'common.scope.query', null, '8a8ab0b246dc81120146dc8181bc005a', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821a006b', 'Y', 'common.yes', null, '8a8ab0b246dc81120146dc8181c0005b', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821d006c', 'N', 'common.no', null, '8a8ab0b246dc81120146dc8181c0005b', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818221006d', 'Integer', 'common.db.integer', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818224006e', 'Date', 'common.db.date', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818227006f', 'String', 'common.db.string', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822b0070', 'Long', 'common.db.long', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822f0071', 'act', 'common.workflow.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182320072', 't_s', 'common.system.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182350073', 't_b', 'common.business.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182390074', 't_p', 'common.customer.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81823c0075', 'news', 'common.news', null, '8a8ab0b246dc81120146dc8181ca005e', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182400076', '0', 'common.male', null, '8a8ab0b246dc81120146dc8181cd005f', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182430077', '1', 'common.female', null, '8a8ab0b246dc81120146dc8181cd005f', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c7863ec001b', 'oracle', 'common.oracle', null, '8a8ab0ba487c527201487c7732790019', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78aefc001d', 'sqlserver2008', 'common.sqlserver2008', null, '8a8ab0ba487c527201487c7732790019', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78fbb5001f', 'mysql', 'common.mysql', null, '8a8ab0ba487c527201487c7732790019', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed71f6b40005', '>', '澶т簬', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed72a9dc0007', '>=', '澶т簬绛変簬', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed750e1c0009', '<', '灏忎簬', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed753b6f000b', '<=', '灏忎簬绛変簬', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75afe5000d', '=', '绛変簬', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75ed62000f', 'IN', '鍖呭惈', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed7638b20011', 'LIKE', '妯$硦', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed767c240013', '!=', '涓嶇瓑浜', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b0e0b80003', 'hour', '灏忔椂', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b1609d0006', 'day', '澶', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b283a10008', 'perday', '澶/浜', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b29550000a', 'permoney', '鍏/浜', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2a6e5000c', 'money', '鍏', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2bab4000e', 'age', '宀', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2c9ce0010', 'class', '璇炬椂', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000001', 'WXGZYD', '鍏虫敞寮曞', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000002', 'WXNRQ', '鍐呭鍖', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000003', 'WXYWYD', '鍘熸枃寮曞', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000004', 'WXBT', '鏍囬', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000005', 'WXFGX', '鍒嗛殧绾', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000006', 'WXHTZH', '浜掓帹璐﹀彿', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000007', 'WXQT', '鍏朵粬', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000008', 'WXWDYS', '鎴戠殑鏍峰紡', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '绠$悊鍛'); -- ---------------------------- --- Table structure for `t_s_typegroup` +-- Table structure for t_s_typegroup -- ---------------------------- DROP TABLE IF EXISTS `t_s_typegroup`; CREATE TABLE `t_s_typegroup` ( `ID` varchar(32) NOT NULL, `typegroupcode` varchar(50) default NULL, `typegroupname` varchar(50) default NULL, + `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(36) default NULL COMMENT '鍒涘缓鐢ㄦ埛', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_typegroup -- ---------------------------- -INSERT INTO `t_s_typegroup` VALUES ('297e201047e95ee30147e9ba56ce0009', 'orgtype', 'common.org.type'); -INSERT INTO `t_s_typegroup` VALUES ('2c90ac564c9d1734014c9db1a167002b', 'sf_yn', '鏄惁YN'); -INSERT INTO `t_s_typegroup` VALUES ('402880884883eff401488415cbb60027', 'smsTplType', '妯℃澘绫诲瀷'); -INSERT INTO `t_s_typegroup` VALUES ('402881a151f1af7c0151f1b9d7f50002', 'outType', '绂昏亴鏂瑰紡'); -INSERT INTO `t_s_typegroup` VALUES ('402881e44df713f5014df738349c002f', 'formDbType', 'form.db.type'); -INSERT INTO `t_s_typegroup` VALUES ('402881e54dcb624a014dcbf4912b000e', 'bdfl', '琛ㄥ崟鍒嗙被'); -INSERT INTO `t_s_typegroup` VALUES ('402881e64ca6fd1b014ca7044c370004', 'tblx', '鍥捐〃绫诲瀷'); -INSERT INTO `t_s_typegroup` VALUES ('402881e946e71f5f0146e73619bb0002', 'lang', 'common.mutilang'); -INSERT INTO `t_s_typegroup` VALUES ('4028838850c35b6a0150c37251e00002', 'dataType', '鏍¢獙瑙勫垯'); -INSERT INTO `t_s_typegroup` VALUES ('4028ab8c5134f1ed0151350f08d90003', 'units', '甯哥敤鍗曚綅'); -INSERT INTO `t_s_typegroup` VALUES ('4028b881533ac16a01533adb50460001', 'graphType', '鍔ㄦ佸浘琛ㄧ被鍨'); -INSERT INTO `t_s_typegroup` VALUES ('4028ef8154753f2601547546249f0005', 'pop_retype', 'POP杩斿洖绫诲瀷'); -INSERT INTO `t_s_typegroup` VALUES ('4028efa25219c9f0015219d1d2720004', 'leaveType', '璇峰亣绫诲埆'); -INSERT INTO `t_s_typegroup` VALUES ('8a1c7ee54e3e2ca9014e3e4b78f90009', 'enhanceType', 'java.enhance.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a3858fca40018', 'msgTplType', '娑堟伅妯℃澘鍒嗙被'); -INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a385cb115001e', 'msgType', '娑堟伅绫诲埆'); -INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a386022bd0026', 'msgStatus', '娑堟伅鍙戦佺姸鎬'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181aa0056', 'icontype', 'common.icon.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b10057', 'order', 'lang.order.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b50058', 'custom', 'lang.customer.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b90059', 'service', 'lang.service.item.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181bc005a', 'searchmode', 'common.query.module'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c0005b', 'yesorno', 'common.logic.condition'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c3005c', 'fieldtype', 'field.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c6005d', 'database', 'common.data.table'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181ca005e', 'fieltype', 'common.document.category'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181cd005f', 'sex', 'common.sex.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0ba487c527201487c7732790019', 'dbtype', 'common.dbtype'); -INSERT INTO `t_s_typegroup` VALUES ('f852d85d47ed64a40147ed70894c0003', 'rulecon', '瑙勫垯鏉′欢'); -INSERT INTO `t_s_typegroup` VALUES ('jglongjbtstypegourp2015060400001', 'weixin', '寰俊妯℃澘绫诲瀷'); +INSERT INTO `t_s_typegroup` VALUES ('297e201047e95ee30147e9ba56ce0009', 'orgtype', 'common.org.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('2c90ac564c9d1734014c9db1a167002b', 'sf_yn', '鏄惁YN', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('402880884883eff401488415cbb60027', 'smsTplType', '妯℃澘绫诲瀷', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('402881a151f1af7c0151f1b9d7f50002', 'outType', '绂昏亴鏂瑰紡', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('402881e44df713f5014df738349c002f', 'formDbType', 'form.db.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('402881e54dcb624a014dcbf4912b000e', 'bdfl', '琛ㄥ崟鍒嗙被', '2016-09-04 22:19:12', '绠$悊鍛'); +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 ('4028838850c35b6a0150c37251e00002', 'dataType', '鏍¢獙瑙勫垯', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('4028ab8c5134f1ed0151350f08d90003', 'units', '甯哥敤鍗曚綅', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('4028b881533ac16a01533adb50460001', 'graphType', '鍔ㄦ佸浘琛ㄧ被鍨', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('4028ef8154753f2601547546249f0005', 'pop_retype', 'POP杩斿洖绫诲瀷', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('4028efa25219c9f0015219d1d2720004', 'leaveType', '璇峰亣绫诲埆', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a1c7ee54e3e2ca9014e3e4b78f90009', 'enhanceType', 'java.enhance.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a3858fca40018', 'msgTplType', '娑堟伅妯℃澘鍒嗙被', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a385cb115001e', 'msgType', '娑堟伅绫诲埆', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a386022bd0026', 'msgStatus', '娑堟伅鍙戦佺姸鎬', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181aa0056', 'icontype', 'common.icon.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b10057', 'order', 'lang.order.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b50058', 'custom', 'lang.customer.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b90059', 'service', 'lang.service.item.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181bc005a', 'searchmode', 'common.query.module', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c0005b', 'yesorno', 'common.logic.condition', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c3005c', 'fieldtype', 'field.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c6005d', 'database', 'common.data.table', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181ca005e', 'fieltype', 'common.document.category', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181cd005f', 'sex', 'common.sex.type', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0ba487c527201487c7732790019', 'dbtype', 'common.dbtype', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('f852d85d47ed64a40147ed70894c0003', 'rulecon', '瑙勫垯鏉′欢', '2016-09-04 22:19:12', '绠$悊鍛'); +INSERT INTO `t_s_typegroup` VALUES ('jglongjbtstypegourp2015060400001', 'weixin', '寰俊妯℃澘绫诲瀷', '2016-09-04 22:19:12', '绠$悊鍛'); -- ---------------------------- --- Table structure for `t_s_user` +-- Table structure for t_s_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_user`; CREATE TABLE `t_s_user` ( @@ -7353,22 +8367,25 @@ CREATE TABLE `t_s_user` ( `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', PRIMARY KEY (`id`), - KEY `FK_2cuji5h6yorrxgsr8ojndlmal` (`id`), - CONSTRAINT `FK_2cuji5h6yorrxgsr8ojndlmal` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_2cuji5h6yorrxgsr8ojndlmal` USING BTREE (`id`), + CONSTRAINT `t_s_user_ibfk_1` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 169984 kB; (`id`) REFER `jeecg_20170207/t_s_bas'; -- ---------------------------- -- Records of t_s_user -- ---------------------------- INSERT INTO `t_s_user` VALUES ('', '', '', null, '402880e74d75c4dd014d75d44af30005', '绠$悊鍛', '2016-06-27 16:00:02', 'admin', '绠$悊鍛', '2015-05-21 17:35:56', 'admin'); -INSERT INTO `t_s_user` VALUES ('zhangdaiscott@163.com', '13426432323', '991', null, '4028ef81538330cd01538333b7bc0001', '绠$悊鍛', '2016-07-11 11:44:33', 'admin', '绠$悊鍛', '2016-03-17 14:11:58', 'admin'); +INSERT INTO `t_s_user` VALUES ('', '', '', null, '402880f159a546550159a547aaed0001', '绠$悊鍛', '2017-01-16 11:17:47', 'admin', '绠$悊鍛', '2017-01-16 11:17:34', 'admin'); +INSERT INTO `t_s_user` VALUES ('', '', '', null, '402881875988e889015988ec36770001', '绠$悊鍛', '2017-01-10 23:08:33', 'admin', '绠$悊鍛', '2017-01-10 23:08:18', 'admin'); +INSERT INTO `t_s_user` VALUES ('zhangdaiscott@163.com', '13426432323', '991', null, '4028ef81538330cd01538333b7bc0001', '绠$悊鍛', '2016-07-30 16:26:39', 'admin', '绠$悊鍛', '2016-03-17 14:11:58', 'admin'); +INSERT INTO `t_s_user` VALUES ('', '', '', null, '4028ef81563ae5be01563ae92d7f0002', '绠$悊鍛', '2016-07-30 16:26:20', 'admin', '绠$悊鍛', '2016-07-30 16:26:15', 'admin'); INSERT INTO `t_s_user` VALUES ('', '', '', 'images/renfang/qm/licf.gif', '8a8ab0b246dc81120146dc8181950052', '绠$悊鍛', '2016-05-30 17:53:22', 'admin', null, null, null); INSERT INTO `t_s_user` VALUES ('zhangdaiscott@163.com', '13426430000', '7496661', null, '8a8ab0b246dc81120146dc81819d0053', '绠$悊鍛', '2016-05-30 10:25:25', 'admin', null, null, null); INSERT INTO `t_s_user` VALUES ('', '', '', null, '8a8ab0b246dc81120146dc8181a10054', '绠$悊鍛', '2016-06-01 15:07:57', 'admin', null, null, null); INSERT INTO `t_s_user` VALUES (null, null, null, null, '8a8ab0b246dc81120146dc8181a60055', '绠$悊鍛', '2016-04-08 18:34:53', 'admin', null, null, null); -- ---------------------------- --- Table structure for `t_s_user_org` +-- Table structure for t_s_user_org -- ---------------------------- DROP TABLE IF EXISTS `t_s_user_org`; CREATE TABLE `t_s_user_org` ( @@ -7376,25 +8393,29 @@ CREATE TABLE `t_s_user_org` ( `user_id` varchar(32) default NULL, `org_id` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `index_user_id` (`user_id`), - KEY `index_org_id` (`org_id`) + KEY `index_user_id` USING BTREE (`user_id`), + KEY `index_org_id` USING BTREE (`org_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_user_org -- ---------------------------- +INSERT INTO `t_s_user_org` VALUES ('402880f159a546550159a547aafc0002', '402880f159a546550159a547aaed0001', '402881875992e76c015992f641b0002c'); +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 ('4028ef8154ff79a50154ff7ae7670001', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('4028ef8154ff79a50154ff7ae76c0002', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8180bd0018'); INSERT INTO `t_s_user_org` VALUES ('4028ef815500fa15015500fbc3290001', '8a8ab0b246dc81120146dc8181a10054', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('4028ef81550112c40155011505270001', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc8180ba0017'); INSERT INTO `t_s_user_org` VALUES ('4028ef815502401c01550241595d0001', '402880e74d75c4dd014d75d44af30005', '402880e6487e661a01487e6b504e0001'); INSERT INTO `t_s_user_org` VALUES ('4028ef815502401c0155024159670002', '402880e74d75c4dd014d75d44af30005', '8a8ab0b246dc81120146dc8180a20016'); -INSERT INTO `t_s_user_org` VALUES ('4028ef81550f0ac701550f21f93e0006', '4028ef81538330cd01538333b7bc0001', '402880e447e9ba550147e9c53b2e0013'); -INSERT INTO `t_s_user_org` VALUES ('4028ef81550f0ac701550f21f9420007', '4028ef81538330cd01538333b7bc0001', '8a8ab0b246dc81120146dc8180bd0018'); +INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae92dc20003', '4028ef81563ae5be01563ae92d7f0002', '8a8ab0b246dc81120146dc8180a20016'); +INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae98bd40006', '4028ef81538330cd01538333b7bc0001', '402880e447e9ba550147e9c53b2e0013'); +INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae98bd40007', '4028ef81538330cd01538333b7bc0001', '8a8ab0b246dc81120146dc8180bd0018'); INSERT INTO `t_s_user_org` VALUES ('8a8ab0b246dc81120146dc8181a60055', '8a8ab0b246dc81120146dc8181a60055', '8a8ab0b246dc81120146dc8180a20016'); -- ---------------------------- --- Table structure for `t_s_version` +-- Table structure for t_s_version -- ---------------------------- DROP TABLE IF EXISTS `t_s_version`; CREATE TABLE `t_s_version` ( @@ -7411,7 +8432,7 @@ CREATE TABLE `t_s_version` ( -- ---------------------------- -- ---------------------------- --- Procedure structure for `formDataList` +-- Procedure structure for formDataList -- ---------------------------- DROP PROCEDURE IF EXISTS `formDataList`; DELIMITER ;; @@ -7428,7 +8449,7 @@ END DELIMITER ; -- ---------------------------- --- Procedure structure for `replaceOrgCode` +-- Procedure structure for replaceOrgCode -- ---------------------------- DROP PROCEDURE IF EXISTS `replaceOrgCode`; DELIMITER ;; diff --git a/pom.xml b/pom.xml index 793ed164..cab2f8b7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.jeecgframework jeecg - 3.6.5 + 3.6.6 war UTF-8 @@ -11,7 +11,6 @@ 1.6-SNAPSHOT 16.0.1 - 4.0.9.RELEASE 4.1.0.Final 4.0.2.Final @@ -45,7 +44,7 @@ 1.7.0 3.2.1 1.2 - 1.3 + 1.6 2.0 1.3.2 1.2.1 @@ -71,7 +70,7 @@ 0.2.9 5.1.27 - 1.0.0 + 4.0 10.2.0.5.0 @@ -120,49 +119,6 @@ true - - central - Central Repository - http://repo.maven.apache.org/maven2 - - false - - - - sonatype-snapshots - sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - - spy - Spy Repository - http://files.couchbase.com/maven2/ - - false - - - - xerces - xerces - https://xerces.apache.org/xerces2-j/ - - false - - - - proxool - proxool - http://proxool.cvs.sourceforge.net/viewvc/proxool/ - - false - - @@ -401,44 +357,49 @@ ${druid.version} runtime - + mysql mysql-connector-java ${mysql.version} runtime + + + --> + + --> + + --> + @@ -941,12 +902,18 @@ org.p3framework jeecg-p3-core - 1.0-SNAPSHOT + 1.1.1 org.p3framework jeecg-p3-ui - 1.1-SNAPSHOT + 1.1.2 + jar + + + org.p3framework + jeecg-p3-bizcore + 1.0-SNAPSHOT jar @@ -955,6 +922,7 @@ jeecg-p3-biz-demo 1.0.2 + org.p3framework @@ -963,23 +931,14 @@ jar compile - org.p3framework - jeecg-p3-biz-qywx + jeecg-p3-biz-chat 1.0.0 - jar - compile - - org.jeewx - jeewx-qywx-api - 1.0-SNAPSHOT - jar - compile - - --> - + 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..a948e1b8 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java @@ -65,7 +65,6 @@ public interface ICommonDao extends IGenericBaseCommonDao{ * @return List */ public List ComboTree(List all, ComboTreeModel comboTreeModel, List in, boolean recursive); - public List treegrid(List all,TreeGridModel treeGridModel); } diff --git a/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java index 0cb1e9c3..89c4586f 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java @@ -322,11 +322,10 @@ public interface IGenericBaseCommonDao { int maxResult); public List findByDetached(DetachedCriteria dc); - + /** * 鎵ц瀛樺偍杩囩▼ * @param execute */ public List executeProcedure(String procedureSql,Object... params); - } 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 1c16b8ca..9722e4f5 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 @@ -65,7 +65,6 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene return users.get(0); } } - return null; } @@ -182,9 +181,7 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene } if (uploadFile.getByteField() != null) { // 浜岃繘鍒舵枃浠朵繚瀛樺湪鏁版嵁搴撲腑 - // reflectHelper.setMethodValue(uploadFile.getByteField(), StreamUtils.InputStreamTOByte(mf.getInputStream())); - } File savefile = new File(savePath); if (uploadFile.getRealPath() != null) { @@ -193,7 +190,6 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene } saveOrUpdate(object); // 鏂囦欢鎷疯礉鍒版寚瀹氱‖鐩樼洰褰 - if("txt".equals(extend)){ //鍒╃敤utf-8瀛楃闆嗙殑鍥哄畾棣栬闅愯棌缂栫爜鍘熺悊 //Unicode:FF FE UTF-8:EF BB @@ -212,13 +208,11 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene out.close(); } } else { - //GBK String contents = new String(mf.getBytes(),"GBK"); OutputStream out = new FileOutputStream(savePath); out.write(contents.getBytes()); out.close(); - } } catch(Exception e){ String contents = new String(mf.getBytes(),"UTF-8"); @@ -231,7 +225,6 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene } else { FileCopyUtils.copy(mf.getBytes(), savefile); } - // if (uploadFile.getSwfpath() != null) { // // 杞琒WF @@ -496,9 +489,7 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene for (Object obj : all) { trees.add(comboTree(obj, comboTreeModel, in, recursive)); } - all.clear(); - return trees; } @@ -528,11 +519,9 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene for (Object inobj : in) { ReflectHelper reflectHelper2 = new ReflectHelper(inobj); String inId = oConvertUtils.getString(reflectHelper2.getMethodValue(comboTreeModel.getIdField())); - if (inId.equals(id)) { tree.setChecked(true); } - } } } @@ -552,11 +541,10 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene tree.setChildren(children); } } - + if(curChildList!=null){ curChildList.clear(); } - return tree; } /** @@ -651,12 +639,15 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene tg.getFieldMap().put(entry.getKey(), fieldValue); } } - if (treeGridModel.getFunctionType() != null) { String functionType = oConvertUtils.getString(reflectHelper.getMethodValue(treeGridModel.getFunctionType())); tg.setFunctionType(functionType); } - + + if(treeGridModel.getIconStyle() != null){ + String iconStyle = oConvertUtils.getString(reflectHelper.getMethodValue(treeGridModel.getIconStyle())); + tg.setIconStyle(iconStyle); + } treegrid.add(tg); } return treegrid; 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 81514c98..a1219249 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 @@ -882,10 +882,8 @@ public abstract class GenericBaseCommonDao * */ public Long getCountForJdbcParam(String sql, Object[] objs) { - return this.jdbcTemplate.queryForObject(sql, objs,Long.class); - } public List> findForJdbc(String sql, Object... objs) { @@ -918,15 +916,12 @@ public abstract class GenericBaseCommonDao keyValue = keyHolder.getKey().longValue(); } } - return keyValue; } public Integer countByJdbc(String sql, Object... param) { - return this.jdbcTemplate.queryForObject(sql, param,Integer.class); - } public Map findOneForJdbc(String sql, Object... objs) { @@ -994,5 +989,4 @@ public abstract class GenericBaseCommonDao return sqlQuery.list(); } - } diff --git a/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java b/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java index 7721fecd..42262b30 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java @@ -193,18 +193,14 @@ public class JdbcDao extends SimpleJdbcTemplate{ * 浣跨敤鎸囧畾鐨勬绱㈡爣鍑嗘绱㈡暟鎹苟鍒嗛〉杩斿洖鏁版嵁For JDBC */ public Long getCountForJdbc(String sql) { - return jdbcTemplate.queryForObject(sql,Long.class); - } /** * 浣跨敤鎸囧畾鐨勬绱㈡爣鍑嗘绱㈡暟鎹苟鍒嗛〉杩斿洖鏁版嵁For JDBC-閲囩敤棰勫鐞嗘柟寮 * */ public Long getCountForJdbcParam(String sql,Object... objs) { - return jdbcTemplate.queryForObject(sql, objs,Long.class); - } public Integer executeSql2(String sql,List param) { @@ -216,9 +212,7 @@ public class JdbcDao extends SimpleJdbcTemplate{ } public Integer countByJdbc(String sql, Object... param) { - return this.jdbcTemplate.queryForObject(sql, param,Integer.class); - } /** diff --git a/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java b/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java index 4a774480..c284fcc4 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java +++ b/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java @@ -22,7 +22,7 @@ import org.springframework.util.Assert; public class SimpleJdbcTemplate { protected final Log logger = LogFactory.getLog(getClass()); - + protected JdbcTemplate jdbcTemplate; protected NamedParameterJdbcTemplate namedJdbcTemplate; @@ -33,7 +33,6 @@ public class SimpleJdbcTemplate { simpleJdbcInsert=new SimpleJdbcInsert(dataSource); } - /** * 鏍规嵁sql璇彞锛岃繑鍥炲璞¢泦鍚 * @param sql璇彞(鍙傛暟鐢ㄥ啋鍙峰姞鍙傛暟鍚嶏紝渚嬪select * from tb where id=:id) @@ -69,10 +68,8 @@ public class SimpleJdbcTemplate { if(parameters!=null){ return jdbcTemplate.queryForObject(sql, resultBeanMapper(clazz), parameters); }else{ - return jdbcTemplate.queryForObject(sql, resultBeanMapper(clazz),Long.class); - } }catch (Exception e) { return null; @@ -88,13 +85,11 @@ public class SimpleJdbcTemplate { public long findForLong(final String sql,Map parameters){ try{ Assert.hasText(sql,"sql璇彞涓嶆纭!"); - if(parameters!=null){ return namedJdbcTemplate.queryForObject(sql, parameters,Long.class); }else{ return jdbcTemplate.queryForObject(sql,Long.class); } - }catch (Exception e) { return 0; } @@ -189,12 +184,11 @@ public class SimpleJdbcTemplate { int[] updateCounts = jdbcTemplate.batchUpdate(sql,batch); return updateCounts; } - + protected BeanPropertyRowMapper resultBeanMapper(Class clazz) { return BeanPropertyRowMapper.newInstance(clazz); } - protected BeanPropertySqlParameterSource paramBeanMapper(Object object) { return new BeanPropertySqlParameterSource(object); } diff --git a/src/main/java/org/jeecgframework/core/common/hibernate/dialect/MySQLServer2008Dialect.java b/src/main/java/org/jeecgframework/core/common/hibernate/dialect/MySQLServer2008Dialect.java new file mode 100644 index 00000000..08925a57 --- /dev/null +++ b/src/main/java/org/jeecgframework/core/common/hibernate/dialect/MySQLServer2008Dialect.java @@ -0,0 +1,27 @@ +/** + * @Title: MySQLServer2008Dialect.java + * @Package org.jeecgframework.core.common.hibernate.dialect + * @Description: TODO + * @author yokoboy + * @date 2016-6-7 + */ +package org.jeecgframework.core.common.hibernate.dialect; + +import java.sql.Types; + +import org.hibernate.dialect.SQLServer2008Dialect; +import org.hibernate.type.StringType; + + +/** + * ClassName: MySQLServer2008Dialect + * @Description: TODO + * @author yokoboy + * @date 2016-6-7 + */ +public class MySQLServer2008Dialect extends SQLServer2008Dialect { + public MySQLServer2008Dialect() { + super(); + registerHibernateType(Types.NVARCHAR, StringType.INSTANCE.getName()); + } +} diff --git a/src/main/java/org/jeecgframework/web/demo/entity/test/QueryCondition.java b/src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java similarity index 94% rename from src/main/java/org/jeecgframework/web/demo/entity/test/QueryCondition.java rename to src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java index febb61b2..8864da50 100644 --- a/src/main/java/org/jeecgframework/web/demo/entity/test/QueryCondition.java +++ b/src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java @@ -1,9 +1,7 @@ -package org.jeecgframework.web.demo.entity.test; +package org.jeecgframework.core.common.model.common; import java.util.List; - import org.jeecgframework.core.util.PropertiesUtil; -import org.jeecgframework.web.cgform.common.CgAutoListConstant; public class QueryCondition { String field; diff --git a/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java b/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java index b8925aae..c1248134 100644 --- a/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java +++ b/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java @@ -18,8 +18,8 @@ public class TreeGrid implements java.io.Serializable { private String state = "open";// 鏄惁灞曞紑(open,closed) private String order;//鎺掑簭 private Map fieldMap; // 瀛樺偍瀹炰綋瀛楁淇℃伅瀹瑰櫒锛 key-瀛楁鍚嶇О锛寁alue-瀛楁鍊 - private String functionType;// 鍏朵粬鍙傛暟 + private String iconStyle;//鑿滃崟鍥捐〃鏍峰紡 public String getFunctionType() { return functionType; @@ -27,7 +27,6 @@ public class TreeGrid implements java.io.Serializable { public void setFunctionType(String functionType) { this.functionType = functionType; } - public String getOrder() { return order; } @@ -118,6 +117,7 @@ public class TreeGrid implements java.io.Serializable { ", 'operations':'" + operations + '\'' + ", 'state':'" + state + '\'' + ", 'order':'" + order + '\'' + + ", 'iconStyle':'" + iconStyle + '\'' + assembleFieldsJson() + '}'; } @@ -133,5 +133,11 @@ public class TreeGrid implements java.io.Serializable { } return fieldsJson; } + public String getIconStyle() { + return iconStyle; + } + public void setIconStyle(String iconStyle) { + this.iconStyle = iconStyle; + } } diff --git a/src/main/java/org/jeecgframework/web/cgreport/service/excel/CgReportExcelServiceI.java b/src/main/java/org/jeecgframework/core/common/service/CommonExcelServiceI.java similarity index 71% rename from src/main/java/org/jeecgframework/web/cgreport/service/excel/CgReportExcelServiceI.java rename to src/main/java/org/jeecgframework/core/common/service/CommonExcelServiceI.java index 3d0e8c46..39179339 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/service/excel/CgReportExcelServiceI.java +++ b/src/main/java/org/jeecgframework/core/common/service/CommonExcelServiceI.java @@ -1,9 +1,8 @@ -package org.jeecgframework.web.cgreport.service.excel; +package org.jeecgframework.core.common.service; import java.util.Collection; import org.apache.poi.hssf.usermodel.HSSFWorkbook; -import org.jeecgframework.core.common.service.CommonService; /** * @@ -13,7 +12,7 @@ import org.jeecgframework.core.common.service.CommonService; * @date Aug 1, 2013 8:53:54 AM * @version V1.0 */ -public interface CgReportExcelServiceI extends CommonService{ +public interface CommonExcelServiceI extends CommonService{ /** * * @param title 鏍囬 diff --git a/src/main/java/org/jeecgframework/core/common/service/CommonService.java b/src/main/java/org/jeecgframework/core/common/service/CommonService.java index 0f09a6a6..ee25d1e1 100644 --- a/src/main/java/org/jeecgframework/core/common/service/CommonService.java +++ b/src/main/java/org/jeecgframework/core/common/service/CommonService.java @@ -258,7 +258,6 @@ public interface CommonService { */ public List ComboTree(List all, ComboTreeModel comboTreeModel, List in, boolean recursive); - /** * 鏋勫缓鏍戝舰鏁版嵁琛 * @@ -351,7 +350,7 @@ public interface CommonService { int maxResult); public List findByDetached(DetachedCriteria dc); - + /** * 鎵ц瀛樺偍杩囩▼ * @param executeSql @@ -359,5 +358,4 @@ public interface CommonService { * @return */ public List executeProcedure(String procedureSql,Object... params); - } diff --git a/src/main/java/org/jeecgframework/web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java b/src/main/java/org/jeecgframework/core/common/service/impl/CommonExcelServiceImpl.java similarity index 93% rename from src/main/java/org/jeecgframework/web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java rename to src/main/java/org/jeecgframework/core/common/service/impl/CommonExcelServiceImpl.java index ca3487d6..f1722257 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java +++ b/src/main/java/org/jeecgframework/core/common/service/impl/CommonExcelServiceImpl.java @@ -1,11 +1,10 @@ -package org.jeecgframework.web.cgreport.service.impl.excel; +package org.jeecgframework.core.common.service.impl; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Map; -import org.jeecgframework.web.cgreport.service.excel.CgReportExcelServiceI; import org.apache.poi.hssf.usermodel.HSSFCellStyle; import org.apache.poi.hssf.usermodel.HSSFRichTextString; @@ -16,13 +15,13 @@ import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.RichTextString; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; -import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.common.service.CommonExcelServiceI; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @Service(value="cgReportExcelService") @Transactional -public class CgReportExcelServiceImpl extends CommonServiceImpl implements - CgReportExcelServiceI { +public class CommonExcelServiceImpl extends CommonServiceImpl implements + CommonExcelServiceI { @SuppressWarnings("unchecked") public HSSFWorkbook exportExcel(String title, Collection titleSet, 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 ccb8e250..cb6371d8 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 @@ -418,7 +418,6 @@ public class CommonServiceImpl implements CommonService { return commonDao.getCountForJdbcParam(sql,objs); } - public void batchSave(List entitys) { this.commonDao.batchSave(entitys); @@ -450,5 +449,4 @@ public class CommonServiceImpl implements CommonService { public List executeProcedure(String procedureSql,Object... params) { return this.commonDao.executeProcedure(procedureSql, params); } - } diff --git a/src/main/java/org/jeecgframework/core/constant/Globals.java b/src/main/java/org/jeecgframework/core/constant/Globals.java index 6b31be68..d32d507f 100644 --- a/src/main/java/org/jeecgframework/core/constant/Globals.java +++ b/src/main/java/org/jeecgframework/core/constant/Globals.java @@ -69,7 +69,7 @@ public final class Globals { */ public static final String Function_Order_ONE="ofun";//涓绾ф潈闄 public static final String Function_Order_TWO="tfun";//浜岀骇鏉冮檺 - + /** * 鏉冮檺绫诲瀷 */ @@ -100,7 +100,6 @@ public final class Globals { * 鏁版嵁鏉冮檺 - 鑿滃崟鏁版嵁瑙勫垯sql */ public static final String MENU_DATA_AUTHOR_RULE_SQL ="MENU_DATA_AUTHOR_RULE_SQL"; - /** * 鏂伴椈娉曡 */ 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 b269bc6c..6e341003 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java @@ -17,6 +17,7 @@ import org.apache.commons.lang.StringUtils; import org.hibernate.criterion.Restrictions; import org.jeecgframework.core.annotation.query.QueryTimeFormat; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; +import org.jeecgframework.core.common.model.common.QueryCondition; import org.jeecgframework.core.extend.hqlsearch.parse.ObjectParseUtil; import org.jeecgframework.core.extend.hqlsearch.parse.PageValueConvertRuleEnum; import org.jeecgframework.core.extend.hqlsearch.parse.vo.HqlRuleEnum; @@ -25,7 +26,6 @@ import org.jeecgframework.core.util.JeecgDataAutorUtils; import org.jeecgframework.core.util.LogUtil; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; -import org.jeecgframework.web.demo.entity.test.QueryCondition; import org.jeecgframework.web.system.pojo.base.TSDataRule; import org.springframework.util.NumberUtils; @@ -142,19 +142,17 @@ public class HqlGenerateUtil { // for锛氭煡璇㈡嫾瑁呯殑鏇挎崲 if (value != null && !value.equals("")) { HqlRuleEnum rule = PageValueConvertRuleEnum.convert(value); - + // if(HqlRuleEnum.LIKE.equals(rule)&&(!(value+"").contains("*"))&&!"class java.lang.Integer".contains(type)){ // value="*%"+String.valueOf(value.toString())+"%*"; // } else { // rule = HqlRuleEnum.EQ; // } - value = PageValueConvertRuleEnum.replaceValue(rule, value); ObjectParseUtil.addCriteria(cq, aliasName, rule, value); } else if (parameterMap != null) { - Object beginValue_=null , endValue_ =null; if ("class java.lang.Integer".equals(type)) { if(!"".equals(beginValue)&&null!=beginValue) @@ -233,7 +231,7 @@ public class HqlGenerateUtil { // for锛氱敤鎴峰弽棣 cq.createAlias(aliasName, aliasName.replaceAll("\\.", "_")); - // ------------end--Author:JueYue Date:20140521 for锛氱敤鎴峰弽棣 + installHqlJoinAlias(cq, param, ruleMap, parameterMap, aliasName); } @@ -289,7 +287,7 @@ public class HqlGenerateUtil { } private static String converRuleValue(String ruleValue) { - //---author:jg_xugj----start-----date:20151226--------for锛#814 銆愭暟鎹潈闄愩戞墿灞曟敮鎸佸啓琛ㄨ揪寮忥紝閫氳繃session鍙栧 + //杩欎釜鏂规硶寤鸿鍘绘帀锛岀洿鎺ヨ皟鐢≧esourceUtil.converRuleValue(ruleValue) String value = ResourceUtil.converRuleValue(ruleValue); return value!= null ? value : ruleValue; @@ -491,7 +489,7 @@ public class HqlGenerateUtil { // for锛氱敤鎴峰弽棣 cq.createAlias(aliasName, aliasName.replaceAll("\\.", "_")); - // ------------end--Author:JueYue Date:20140521 for锛氱敤鎴峰弽棣 + getDataAuthorConditionHql(cq, param); } } 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 faecff6e..5017c13b 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java @@ -49,7 +49,7 @@ public class SysContextSqlConvert { ValueTemp = ValueTemp; } String tempValue = null; - //---author:jg_xugj----start-----date:20151226--------for锛#814 銆愭暟鎹潈闄愩戞墿灞曟敮鎸佸啓琛ㄨ揪寮忥紝閫氳繃session鍙栧 + tempValue = ResourceUtil.converRuleValue(ValueTemp); if(tempValue!=null){ diff --git a/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java b/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java index a8af1600..fb0cd503 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java @@ -50,11 +50,9 @@ public class PageValueConvertRuleEnum { if(rule == null && val.startsWith(HqlParseEnum.SUFFIX_NOT_EQUAL.getValue())){ rule = HqlRuleEnum.NE; } - // if(rule==null&&ResourceUtil.fuzzySearch){ // rule = HqlRuleEnum.LIKE; // } - return rule != null ? rule : HqlRuleEnum.EQ; } diff --git a/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java b/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java index 3485478c..6f46cc66 100644 --- a/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java +++ b/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java @@ -23,7 +23,7 @@ public class OpenOfficePDFConverter implements PDFConverter { private static int[] port = { 8100 }; public void convert2PDF(String inputFile, String pdfFile, String extend) { - + // if (extend.equals("txt")) { // // String odtFile = FileUtils.getFilePrefix(inputFile) + ".odt"; @@ -41,7 +41,6 @@ public class OpenOfficePDFConverter implements PDFConverter { // } // // } - startService(); //pdfFile = pdfFile.replaceAll(" ", "").replaceAll("銆", ""); diff --git a/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java b/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java index c8eec0a3..e2e1659f 100644 --- a/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java +++ b/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java @@ -11,6 +11,15 @@ public class SWFToolsSWFConverter implements SWFConverter { /** SWFTools pdf2swf.exe璺緞 */ private static String PDF2SWF_PATH = ConStant.SWFTOOLS_PDF2SWF_PATH; + /** + * 鍒ゆ柇鏄惁鏄痺indows鎿嶄綔绯荤粺 + * @author chenj + * @return + */ + private boolean isWindowsSystem() { + String p = System.getProperty("os.name"); + return p.toLowerCase().indexOf("windows") >= 0 ? true : false; + } public void convert2SWF(String inputFile, String swfFile, String extend) { File pdfFile = new File(inputFile); File outFile = new File(swfFile); @@ -24,14 +33,34 @@ public class SWFToolsSWFConverter implements SWFConverter { org.jeecgframework.core.util.LogUtil.info("SWF鏂囦欢宸插瓨鍦紒"); return; } - String command = ConStant.getSWFToolsPath(extend) + " \"" + inputFile - - + "\" -o " +" \""+ swfFile +" \""+ " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; -// + "\" -o " + swfFile + " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; - try { // 寮濮嬭浆鎹㈡枃妗 - Process process = Runtime.getRuntime().exec(command); + + //Process process = Runtime.getRuntime().exec(command); + Process process = null; + if (isWindowsSystem()) { + //濡傛灉鏄痺indows绯荤粺 + //鍛戒护琛屽懡浠 + //String cmd = exePath + " \"" + fileDir + "\" -o \"" + filePath + "/" + fileName + ".swf\" -T 9 -f"; + //ConStant.getSWFToolsPath(extend) + String command = ConStant.getSWFToolsPath(extend) + " \"" + inputFile + + + "\" -o " +" \""+ swfFile +" \""+ " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; +// + "\" -o " + swfFile + " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; + + //Runtime鎵ц鍚庤繑鍥炲垱寤虹殑杩涚▼瀵硅薄 + process = Runtime.getRuntime().exec(command); + } else { + //濡傛灉鏄痩inux绯荤粺,璺緞涓嶈兘鏈夌┖鏍硷紝鑰屼笖涓瀹氫笉鑳界敤鍙屽紩鍙凤紝鍚﹀垯鏃犳硶鍒涘缓杩涚▼ + String[] command = new String[3]; + command[0] = ConStant.getSWFToolsPath(extend); + command[1] = inputFile; + command[2] = swfFile; + //Runtime鎵ц鍚庤繑鍥炲垱寤虹殑杩涚▼瀵硅薄 + process = Runtime.getRuntime().exec(command); + } + + StreamGobbler errorGobbler = new StreamGobbler( process.getErrorStream(), "Error"); StreamGobbler outputGobbler = new StreamGobbler( @@ -48,8 +77,19 @@ public class SWFToolsSWFConverter implements SWFConverter { e.printStackTrace(); } } + public void convert2SWF(String inputFile, String extend) { String swfFile = PinyinUtil.getPinYinHeadChar(FileUtils.getFilePrefix2(inputFile)) + ".swf"; convert2SWF(inputFile, swfFile, extend); } + + /** + * 娴嬭瘯main鏂规硶 + * @param args + */ + public static void main(String[] args) { + //杞崲鍣ㄥ畨瑁呰矾寰 + String exePath = "D:/SWFTools/pdf2swf.exe"; + new SWFToolsSWFConverter().convert2SWF("C:/Users/chenj/Desktop/jeecg/闄堝姴浠诲姟.pdf", exePath); + } } diff --git a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java index fdac5c01..5dd437ea 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java @@ -96,7 +96,6 @@ public class AuthInterceptor implements HandlerInterceptor { } //String functionId=oConvertUtils.getString(request.getParameter("clickFunctionId")); String functionId=""; - //onlinecoding鐨勮闂湴鍧鏈夎寰嬪彲寰紝鏁版嵁鏉冮檺閾炬帴绡℃敼 if(requestPath.equals("cgAutoListController.do?datagrid")) { requestPath += "&configId=" + request.getParameter("configId"); @@ -107,7 +106,7 @@ public class AuthInterceptor implements HandlerInterceptor { if(requestPath.equals("cgFormBuildController.do?ftlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } - + if(requestPath.equals("cgFormBuildController.do?goAddFtlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } @@ -117,10 +116,8 @@ public class AuthInterceptor implements HandlerInterceptor { if(requestPath.equals("cgFormBuildController.do?goDatilFtlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } - //杩欎釜鍦版柟鐢ㄥ叏鍖归厤锛熷簲璇ユ槸妯$硦鏌ヨ鍚 //TODO - String uri= request.getRequestURI().substring(request.getContextPath().length() + 1); String realRequestPath = null; if(uri.endsWith(".do")||uri.endsWith(".action")){ @@ -129,7 +126,6 @@ public class AuthInterceptor implements HandlerInterceptor { realRequestPath=uri; } List functions = systemService.findByProperty(TSFunction.class, "functionUrl", realRequestPath); - if (functions.size()>0){ functionId = functions.get(0).getId(); } @@ -141,7 +137,6 @@ public class AuthInterceptor implements HandlerInterceptor { request.setAttribute(Globals.OPERATIONCODES, operationCodes); } if(!oConvertUtils.isEmpty(functionId)){ - //List allOperation=this.systemService.findListbySql("SELECT operationcode FROM t_s_operation WHERE functionid='"+functionId+"'"); List allOperation=this.systemService.findByProperty(TSOperation.class, "TSFunction.id", functionId); @@ -151,7 +146,7 @@ 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='"+client.getUser().getId()+"' "; List hasOperList = this.systemService.findListbySql(hasOperSql); @@ -236,13 +231,11 @@ public class AuthInterceptor implements HandlerInterceptor { if(list.size()==0){ String orgId = currLoginUser.getCurrentDepart().getId(); - String functionOfOrgSql = "SELECT DISTINCT f.id from t_s_function f, t_s_role_function rf, t_s_role_org ro " + "WHERE f.ID=rf.functionid AND rf.roleid=ro.role_id " + "AND ro.org_id='" +orgId+ "' AND f.functionurl like '"+requestPath+"%'"; List functionOfOrgList = this.systemService.findListbySql(functionOfOrgSql); return functionOfOrgList.size() > 0; - }else{ return true; } @@ -260,7 +253,13 @@ public class AuthInterceptor implements HandlerInterceptor { } private void forward(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - request.getRequestDispatcher("webpage/login/timeout.jsp").forward(request, response); + + //瓒呮椂锛屾湭鐧婚檰椤甸潰璺宠浆 + //response.sendRedirect(request.getServletContext().getContextPath()+"/loginController.do?login"); + + response.sendRedirect(request.getServletContext().getContextPath()+"/webpage/login/timeout.jsp"); + //request.getRequestDispatcher("loginController.do?login").forward(request, response); + } } diff --git a/src/main/java/org/jeecgframework/web/cgreport/common/CgReportConstant.java b/src/main/java/org/jeecgframework/core/online/def/CgReportConstant.java similarity index 95% rename from src/main/java/org/jeecgframework/web/cgreport/common/CgReportConstant.java rename to src/main/java/org/jeecgframework/core/online/def/CgReportConstant.java index 54f4f1dc..7a734bd5 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/common/CgReportConstant.java +++ b/src/main/java/org/jeecgframework/core/online/def/CgReportConstant.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgreport.common; +package org.jeecgframework.core.online.def; /** * * @Title:CgReportConstant @@ -65,4 +65,6 @@ public class CgReportConstant { /**鏄剧ず妯″紡Double*/ public static final String TYPE_DOUBLE = "Double"; + /** iframe */ + public static final String CONFIG_IFRAME = "config_iframe"; } diff --git a/src/main/java/org/jeecgframework/web/cgreport/exception/CgReportNotFoundException.java b/src/main/java/org/jeecgframework/core/online/exception/CgReportNotFoundException.java similarity index 87% rename from src/main/java/org/jeecgframework/web/cgreport/exception/CgReportNotFoundException.java rename to src/main/java/org/jeecgframework/core/online/exception/CgReportNotFoundException.java index cddcf733..485a2dd8 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/exception/CgReportNotFoundException.java +++ b/src/main/java/org/jeecgframework/core/online/exception/CgReportNotFoundException.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgreport.exception; +package org.jeecgframework.core.online.exception; /** * * @Title:CgReportNotFoundException diff --git a/src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java b/src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java new file mode 100644 index 00000000..e085c053 --- /dev/null +++ b/src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java @@ -0,0 +1,249 @@ +package org.jeecgframework.core.online.util; + +import java.io.UnsupportedEncodingException; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import javax.servlet.http.HttpServletRequest; +import net.sf.json.JSONArray; +import net.sf.json.JSONObject; + +import org.jeecgframework.core.online.def.CgReportConstant; +import org.jeecgframework.core.util.DBTypeUtil; +import org.jeecgframework.core.util.StringUtil; + +/** + * + * @Title:QueryParamUtil + * @description:鍔ㄦ佹姤琛ㄦ煡璇㈡潯浠跺鐞嗗伐鍏 + * @author 璧典繆澶 + * @date Jul 5, 2013 10:22:31 PM + * @version V1.0 + */ +public class CgReportQueryParamUtil + +{ + /** + * 缁勮鏌ヨ鍙傛暟 + * @param request 璇锋眰(鏌ヨ鍊间粠姝ゅ鍙) + * @param item 鍔ㄦ佹姤琛ㄥ瓧娈甸厤缃 + * @param params 鍙傛暟瀛樻斁 + */ + @SuppressWarnings("unchecked") + public static void loadQueryParams(HttpServletRequest request, Map item, Map params) { + String filedName = (String) item.get(CgReportConstant.ITEM_FIELDNAME); + String queryMode = (String) item.get(CgReportConstant.ITEM_QUERYMODE); + String filedType = (String) item.get(CgReportConstant.ITEM_FIELDTYPE); + if("single".equals(queryMode)){ + //鍗曟潯浠剁粍瑁呮柟寮 + String value =request.getParameter(filedName); + try { + if(StringUtil.isEmpty(value)){ + return; + } + String uri = request.getQueryString(); + if(uri.contains(filedName+"=")){ + String contiansChinesevalue = new String(value.getBytes("ISO-8859-1"), "UTF-8"); + value = contiansChinesevalue; + } + } catch (UnsupportedEncodingException e) { + e.printStackTrace(); + return; + } + sql_inj_throw(value); + value = applyType(filedType,value); + if(!StringUtil.isEmpty(value)){ + if(value.contains("*")){ + //妯$硦鏌ヨ + value = value.replaceAll("\\*", "%"); + params.put(filedName, CgReportConstant.OP_LIKE+value); + }else{ + params.put(filedName, CgReportConstant.OP_EQ+value); + } + } + }else if("group".equals(queryMode)){ + //鑼冨洿鏌ヨ缁勮 + String begin = request.getParameter(filedName+"_begin"); + sql_inj_throw(begin); + begin= applyType(filedType,begin); + String end = request.getParameter(filedName+"_end"); + sql_inj_throw(end); + end= applyType(filedType,end); + if(!StringUtil.isEmpty(begin)){ + String re = CgReportConstant.OP_RQ+begin; + if(!StringUtil.isEmpty(end)){ + re +=" AND "+filedName+CgReportConstant.OP_LQ+end; + } + params.put(filedName, re); + }else if(!StringUtil.isEmpty(end)){ + String re = CgReportConstant.OP_LQ+end; + params.put(filedName, re); + } + } + } + + /** + * 灏嗙粨鏋滈泦杞寲涓哄垪琛╦son鏍煎紡 + * @param result 缁撴灉闆 + * @param size 鎬诲ぇ灏 + * @return 澶勭悊濂界殑json鏍煎紡 + */ + public static String getJson(List> result,Long size){ + JSONObject main = new JSONObject(); + JSONArray rows = new JSONArray(); + main.put("total",size ); + for(Map m:result){ + JSONObject item = new JSONObject(); + Iterator it =m.keySet().iterator(); + while(it.hasNext()){ + String key = (String) it.next(); + String value =String.valueOf(m.get(key)); + key = key.toLowerCase(); + if(key.contains("time")||key.contains("date")){ + value = datatimeFormat(value); + } + item.put(key,value ); + } + rows.add(item); + } + main.put("rows", rows); + return main.toString(); + } + + /** + * 灏嗙粨鏋滈泦杞寲涓哄垪琛╦son鏍煎紡(涓嶅惈鍒嗛〉淇℃伅) + * @param result 缁撴灉闆 + * @param size 鎬诲ぇ灏 + * @return 澶勭悊濂界殑json鏍煎紡 + */ + public static String getJson(List> result){ + JSONArray rows = new JSONArray(); + for(Map m:result){ + JSONObject item = new JSONObject(); + Iterator it =m.keySet().iterator(); + while(it.hasNext()){ + String key = (String) it.next(); + String value =String.valueOf(m.get(key)); + key = key.toLowerCase(); + if(key.contains("time")||key.contains("date")){ + value = datatimeFormat(value); + } + item.put(key,value ); + } + rows.add(item); + } + return rows.toString(); + } + + /** + * 灏嗘绉掓暟鍘绘帀 + * @param datetime + * @return + */ + public static String datatimeFormat(String datetime){ + SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.S"); + SimpleDateFormat dateFormatTo = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Date d = null; + try{ + d = dateFormat.parse(datetime); + return dateFormatTo.format(d); + }catch (Exception e) { + return datetime; + } + } + + /** + * 闃叉sql娉ㄥ叆 + * @param str 杈撳叆sql + * @return 鏄惁瀛樺湪娉ㄥ叆鍏抽敭瀛 + */ + public static boolean sql_inj(String str) { + if(StringUtil.isEmpty(str)){ + return false; + } + String inj_str = "'|and|exec|insert|select|delete|update|count|chr|mid|master|truncate|char|declare|;|or|+|,"; +// String inj_str = "'|and|exec|insert|select|delete|update|count|chr|mid|master|truncate|char|declare|;|or|-|+|,"; + String inj_stra[] = inj_str.split("\\|"); + for (int i = 0; i < inj_stra.length; i++) { + if (str.indexOf(" "+inj_stra[i]+" ") >= 0) { + return true; + } + } + return false; + } + /** + * 褰撳瓨鍦╯ql娉ㄥ叆鏃舵姏寮傚父 + * @param str 杈撳叆sql + */ + public static void sql_inj_throw(String str){ + if(sql_inj(str)){ + throw new RuntimeException("璇锋敞鎰,濉叆鐨勫弬鏁板彲鑳藉瓨鍦⊿QL娉ㄥ叆!"); + } + } + + /** + * 鏍规嵁瀛楁绫诲瀷 杩涜澶勭悊 + * @param fieldType 瀛楁绫诲瀷 + * @param value 鍊 + * @return + */ + public static String applyType(String fieldType, String value) { + if(!StringUtil.isEmpty(value)){ + String result = ""; + if(CgReportConstant.TYPE_STRING.equalsIgnoreCase(fieldType)){ + //if(ResourceUtil.fuzzySearch&&(!value.contains("*"))){ + // value="*"+value+"*"; + //} + result = "'" +value+ "'"; + }else if(CgReportConstant.TYPE_DATE.equalsIgnoreCase(fieldType)){ + result = getDateFunction(value, "yyyy-MM-dd"); + }else if(CgReportConstant.TYPE_DOUBLE.equalsIgnoreCase(fieldType)){ + result = value; + }else if(CgReportConstant.TYPE_INTEGER.equalsIgnoreCase(fieldType)){ + result = value; + }else{ + result = value; + } + return result; + }else{ + return ""; + } + } + + /** + * 璺ㄦ暟鎹簱杩斿洖鏃ユ湡鍑芥暟 + * @param dateStr 鏃ユ湡鍊 + * @param dateFormat 鏃ユ湡鏍煎紡 + * @return 鏃ユ湡鍑芥暟 + */ + public static String getDateFunction(String dateStr,String dateFormat){ + String dbType = getDBType(); + String dateFunction = ""; + if("mysql".equalsIgnoreCase(dbType)){ + //mysql鏃ユ湡鍑芥暟 + dateFunction = "'"+dateStr+"'"; + }else if("oracle".equalsIgnoreCase(dbType)){ + //oracle鏃ユ湡鍑芥暟 + dateFunction = "TO_DATE('"+dateStr+"','"+dateFormat+"')"; + }else if("sqlserver".equalsIgnoreCase(dbType)){ + //sqlserver鏃ユ湡鍑芥暟 + dateFunction = "(CONVERT(VARCHAR,'"+dateStr+"') as DATETIME)"; + }else if("postgres".equalsIgnoreCase(dbType)){ + //postgres鏃ユ湡鍑芥暟 + dateFunction = "'"+dateStr+"'::date "; + }else{ + dateFunction = dateStr; + } + return dateFunction; + } + + /** + * 鑾峰彇鏁版嵁搴撶被鍨 + * @return + */ + public static String getDBType(){ + return DBTypeUtil.getDBType(); + } +} diff --git a/src/main/java/org/jeecgframework/web/cgform/engine/FreemarkerHelper.java b/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java similarity index 76% rename from src/main/java/org/jeecgframework/web/cgform/engine/FreemarkerHelper.java rename to src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java index 814e59e6..211449db 100644 --- a/src/main/java/org/jeecgframework/web/cgform/engine/FreemarkerHelper.java +++ b/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java @@ -1,10 +1,13 @@ -package org.jeecgframework.web.cgform.engine; +package org.jeecgframework.core.online.util; import java.io.StringWriter; import java.util.Map; +import org.jeecgframework.core.util.ApplicationContextUtil; + import freemarker.template.Configuration; import freemarker.template.Template; +import freemarker.template.TemplateDirectiveModel; /** * * @Title:FreemarkerHelper @@ -16,6 +19,8 @@ import freemarker.template.Template; public class FreemarkerHelper { private static Configuration _tplConfig = new Configuration(); static{ + _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"); diff --git a/src/main/java/org/jeecgframework/core/servlet/Uploader.java b/src/main/java/org/jeecgframework/core/servlet/Uploader.java index 687d00fa..ce0d5080 100644 --- a/src/main/java/org/jeecgframework/core/servlet/Uploader.java +++ b/src/main/java/org/jeecgframework/core/servlet/Uploader.java @@ -291,9 +291,9 @@ public class Uploader { String servletPath = this.request.getServletPath(); String realPath = this.request.getSession().getServletContext() .getRealPath(servletPath); - //update-begin--author:scott--date:20160628----for:鍙樻洿UE缂栬緫鍣ㄤ笂浼犺矾寰勫埌upload鐩綍涓------ + String newUrl = new File(realPath).getParent().replace("\\content\\plug-in\\ueditor\\jsp", "") + "/" + path; - //update-end--author:scott--date:20160628----for:鍙樻洿UE缂栬緫鍣ㄤ笂浼犺矾寰勫埌upload鐩綍涓------ + return newUrl; } diff --git a/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java b/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java index e5f6030c..837cf393 100644 --- a/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java +++ b/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java @@ -27,14 +27,12 @@ public class DataBaseCronTriggerBean extends CronTriggerBean{ (TSTimeTaskEntity.class,"taskId",this.getName()); if(task!=null&&task.getIsEffect().equals("1") &&!task.getCronExpression().equals(this.getCronExpression())){ - try { this.setCronExpression(task.getCronExpression()); } catch (ParseException e) { // TODO 寮傚父蹇呴』琚鐞 e.printStackTrace(); } - DynamicTask.updateSpringMvcTaskXML(this,task.getCronExpression()); } } diff --git a/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java b/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java index 62328ebd..c7d16521 100644 --- a/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java +++ b/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java @@ -5,9 +5,6 @@ package org.jeecgframework.core.util; import org.apache.log4j.Logger; import org.springframework.context.ApplicationContext; -import org.jeecgframework.web.cgform.controller.autolist.CgAutoListController; -import org.jeecgframework.web.system.listener.OnlineListener; - /** * * @author 寮犱唬娴 @@ -21,7 +18,7 @@ public class DBTypeUtil { */ public static String getDBType(){ String retStr=""; - ApplicationContext ctx = OnlineListener.getCtx(); + ApplicationContext ctx = ApplicationContextUtil.getContext(); if (ctx==null) { return retStr;//濡傛灉ctx涓虹┖锛屽垯鏈嶅姟鍣ㄥ紓甯镐簡 }else{ @@ -37,6 +34,9 @@ public class DBTypeUtil { }else if (dbdialect.equals("org.hibernate.dialect.PostgreSQLDialect")) { retStr = "postgres"; } + else if (dbdialect.equals("org.jeecgframework.core.common.hibernate.dialect.MySQLServer2008Dialect")) { + retStr = "sqlserver"; + } return retStr; } } diff --git a/src/main/java/org/jeecgframework/core/util/DateUtils.java b/src/main/java/org/jeecgframework/core/util/DateUtils.java index 6caf9be4..e2a99ade 100644 --- a/src/main/java/org/jeecgframework/core/util/DateUtils.java +++ b/src/main/java/org/jeecgframework/core/util/DateUtils.java @@ -326,6 +326,15 @@ public class DateUtils extends PropertyEditorSupport { public static String formatDate() { return date_sdf.format(getCalendar().getTime()); } + + /** + * 榛樿鏂瑰紡琛ㄧず鐨勭郴缁熷綋鍓嶆棩鏈燂紝鍏蜂綋鏍煎紡锛歽yyy-MM-dd HH:mm:ss + * + * @return 榛樿鏃ユ湡鎸夆測yyy-MM-dd HH:mm:ss鈥滄牸寮忔樉绀 + */ + public static String formatDateTime() { + return datetimeFormat.format(getCalendar().getTime()); + } /** * 鑾峰彇鏃堕棿瀛楃涓 */ diff --git a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java index fc14aa50..a0e12312 100644 --- a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java +++ b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java @@ -29,7 +29,6 @@ public class DynamicDBUtil { //璁剧疆鏁版嵁婧愮殑鏃跺欙紝瑕侀噸鏂拌В瀵 //String dbPassword = dynamicSourceEntity.getDbPassword(); String dbPassword = PasswordUtil.decrypt(dynamicSourceEntity.getDbPassword(), dynamicSourceEntity.getDbUser(), PasswordUtil.getStaticSalt());//瑙e瘑瀛楃涓诧紱 - dataSource.setDriverClassName(driverClassName); dataSource.setUrl(url); @@ -111,7 +110,7 @@ public class DynamicDBUtil { } return list; } - //add-begin--Author:luobaoli Date:20150620 for锛氬鍔犺繑鍥炲间负List鐨勬柟娉 + public static List findList(final String dbKey, String sql, Class clazz,Object... param) { List list; JdbcTemplate jdbcTemplate = getJdbcTemplate(dbKey); @@ -123,7 +122,7 @@ public class DynamicDBUtil { } return list; } - //add-end--Author:luobaoli Date:20150620 for锛氬鍔犺繑鍥炲间负List鐨勬柟娉 + public static void main(String[] args) { DynamicDataSourceEntity dynamicSourceEntity = new DynamicDataSourceEntity(); diff --git a/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java b/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java index c32210f9..0186c5b5 100644 --- a/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java +++ b/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java @@ -38,7 +38,7 @@ public class JeecgDataAutorUtils { } /** - * 鑾峰彇鏌ヨ鏉′欢鏂规硶 + * 鑾峰彇璇锋眰瀵瑰簲鐨勬暟鎹潈闄愯鍒 * * @param request * @return @@ -50,7 +50,7 @@ public class JeecgDataAutorUtils { } /** - * 鑾峰彇鏌ヨ鏉′欢鏂规硶 + * 鑾峰彇璇锋眰瀵瑰簲鐨勬暟鎹潈闄怱QL * * @param request * @return diff --git a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java index ae62036b..7b35e6c5 100644 --- a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java +++ b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java @@ -14,8 +14,6 @@ import org.springframework.beans.factory.annotation.Autowired; * 鍔ㄦ佽彍鍗曟爮鐢熸垚 * * @author 寮犱唬娴 - * update-begin--Author:jg_longjb榫欓噾娉 Date:20150313 for锛氭湰鏂囦欢涓墍鏈.getTSFunctions().size()鏇挎崲涓.getSubFunctionSize(); - * update-begin--Author:jg_gudongli杈滄爧鍒 Date:20150516 for锛氭湰鏂囦欢涓墍鏈.getSubFunctionSize()鏇挎崲涓篽asSubFunction() * 鑾峰彇鏄惁鏈夊瓙鑺傜偣涓嶇敤鏌ヨ鏁版嵁搴; */ public class ListtoMenu { @@ -310,7 +308,6 @@ public class ListtoMenu { return menuString.toString(); } - /** * 鑾峰彇椤剁骇鑿滃崟鐨勪笅绾ц彍鍗-----闈㈡澘寮忚彍鍗 * @param parent @@ -414,19 +411,15 @@ public class ListtoMenu { menuString.append(getMutiLang(function.getFunctionName())); menuString.append("\',\'"); menuString.append(function.getFunctionUrl()); - //濡傛灉鏄閮ㄩ摼鎺ワ紝鍒欎笉鍔犺彍鍗旾D if(function.getFunctionUrl().indexOf("http:")==-1){ - if(function.getFunctionUrl().indexOf("?") == -1){ menuString.append("?clickFunctionId="); } else { menuString.append("&clickFunctionId="); } - menuString.append(function.getId()); } - menuString.append("\',\'"); menuString.append(icon); menuString.append("\')\" title=\""); @@ -642,10 +635,8 @@ public class ListtoMenu { dataString.append("'"+function.getId()+"':{ "); dataString.append("appid:'"+function.getId()+"',"); dataString.append("url:'"+function.getFunctionUrl()+"',"); - // dataString.append(getIconandName(function.getFunctionName())); dataString.append(getIconAndNameForDesk(function)); - dataString.append("asc :"+function.getFunctionOrder()); dataString.append(" },"); } @@ -743,8 +734,12 @@ public class ListtoMenu { int curIndex = 0; for (TSFunction function : list) { menuString.append("
  • "); - menuString.append("") - .append(getMutiLang(function.getFunctionName())); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + menuString.append(getMutiLang(function.getFunctionName())); /* int submenusize = function.getSubFunctionSize(); if (submenusize == 0) { menuString.append("
  • "); @@ -804,7 +799,13 @@ public class ListtoMenu { int curIndex = 0; for (TSFunction function : list) { menuString.append("
  • "); - menuString.append(""); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + + menuString.append(""); menuString.append(getMutiLang(function.getFunctionName())); menuString.append(""); @@ -838,13 +839,28 @@ public class ListtoMenu { for (TSFunction function : list) { if (function.getTSFunction().getId().equals(parent.getId())){ if(!function.hasSubFunction(map)){ - menuString.append(getLeafOfACETree(function)); + menuString.append(getLeafOfACETree(function,map)); + }else { + /* 20160830 wangkun TASK #1330 銆愭敼閫犮慳ce棣栭〉椋庢牸锛岃彍鍗曚笉鏀寔涓夌骇鑿滃崟锛屾敼閫犳敮鎸佷笁绾*/ + menuString.append("
  • "); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + menuString.append(""); + menuString.append(getMutiLang(function.getFunctionName())); + menuString.append(""); + menuString.append("
      "); + menuString.append(getACESubMenu(function,2,map)); + menuString.append("
  • "); + /* 20160830 wangkun TASK #1330 銆愭敼閫犮慳ce棣栭〉椋庢牸锛岃彍鍗曚笉鏀寔涓夌骇鑿滃崟锛屾敼閫犳敮鎸佷笁绾*/ } } } return menuString.toString(); } - private static String getLeafOfACETree(TSFunction function){ + private static String getLeafOfACETree(TSFunction function,Map> map){ StringBuffer menuString = new StringBuffer(); String icon = "folder"; if (function.getTSIcon() != null) { @@ -864,12 +880,16 @@ public class ListtoMenu { menuString.append("\" url=\""); menuString.append(function.getFunctionUrl()); menuString.append("\" >"); - menuString.append(""); + /* 20160830 wangkun TASK #1330 銆愭敼閫犮慳ce棣栭〉椋庢牸锛岃彍鍗曚笉鏀寔涓夌骇鑿滃崟锛屾敼閫犳敮鎸佷笁绾*/ + if(function.hasSubFunction(map)){ + menuString.append(""); + } + /* 20160830 wangkun TASK #1330 銆愭敼閫犮慳ce棣栭〉椋庢牸锛岃彍鍗曚笉鏀寔涓夌骇鑿滃崟锛屾敼閫犳敮鎸佷笁绾*/ menuString.append(name); menuString.append(""); return menuString.toString(); } - + private static String getLeafOfDIYTree(TSFunction function){ StringBuffer menuString = new StringBuffer(); String icon = "folder"; @@ -904,7 +924,11 @@ public class ListtoMenu { int curIndex = 0; for (TSFunction function : list) { menuString.append("
  • "); - menuString.append(""); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } menuString.append(""); menuString.append(getMutiLang(function.getFunctionName())); menuString.append(""); @@ -931,14 +955,17 @@ public class ListtoMenu { for (TSFunction function : list) { if (function.getTSFunction().getId().equals(parent.getId())){ if(!function.hasSubFunction(map)){ - menuString.append(getLeafOfHplusTree(function)); + menuString.append(getLeafOfHplusTree(function,map)); + }else{ + menuString.append(getLeafOfHplusTree(function,map)); + } } } return menuString.toString(); } - private static String getLeafOfHplusTree(TSFunction function) { + private static String getLeafOfHplusTree(TSFunction function,Map> map) { StringBuffer menuString = new StringBuffer(); String icon = "folder"; if (function.getTSIcon() != null) { @@ -947,8 +974,31 @@ public class ListtoMenu { //addTabs({id:'home',title:'棣栭〉',close: false,url: 'loginController.do?home'}); String name = getMutiLang(function.getFunctionName()) ; menuString.append("
  • "); - menuString.append(name); - 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("
      "); + menuString.append(getHplusSubMenu(function,2,map)); + menuString.append("
    "); + } return menuString.toString(); } } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java b/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java index e3d9210d..6c67bb1c 100644 --- a/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java +++ b/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java @@ -30,7 +30,6 @@ public class MutiLangUtil { return message; } - // add-begin--Author:zhangguoming Date:20140727 for锛氶氱敤鍒犻櫎娑堟伅鏂规硶 /** * 閫氱敤鍒犻櫎娑堟伅鏂规硶 * @@ -41,7 +40,7 @@ public class MutiLangUtil { String message = getMutiLangInstance().getLang("common.delete.fail.param", param_lang_key); return message; } - // add-end--Author:zhangguoming Date:20140727 for锛氶氱敤鍒犻櫎娑堟伅鏂规硶 + /** * 閫氱敤鏇存柊鎴愬姛娑堟伅鏂规硶 @@ -179,7 +178,6 @@ public class MutiLangUtil { return context; } - // add-begin--Author:zhangguoming Date:20140928 for锛氬璇█ /** * 澶勭悊鍒楄〃涓璞$殑澶氳瑷灞炴у硷紝鍗充负鍒楄〃涓疄浣撳璞$殑灞炴у兼浛鎹负澶氳瑷鎵瀵瑰簲鐨勫 * @param list 瀵硅薄鍒楄〃 @@ -214,6 +212,6 @@ public class MutiLangUtil { list.clear(); list.addAll(newList); } - // add-end--Author:zhangguoming Date:20140928 for锛氬璇█ + } diff --git a/src/main/java/org/jeecgframework/core/util/ResourceUtil.java b/src/main/java/org/jeecgframework/core/util/ResourceUtil.java index ca45fa68..69b4134f 100644 --- a/src/main/java/org/jeecgframework/core/util/ResourceUtil.java +++ b/src/main/java/org/jeecgframework/core/util/ResourceUtil.java @@ -56,10 +56,8 @@ public class ResourceUtil { * #榛樿寮鍚ā绯婃煡璇㈡柟寮 1涓哄紑鍚 鏉′欢鏃犻渶甯*灏辫兘妯$硦鏌ヨ[鏆傛椂鍙栨秷] * fuzzySearch=0 */ - // public final static boolean fuzzySearch= ResourceUtil.isFuzzySearch(); - /** * 鑾峰彇session瀹氫箟鍚嶇О * @@ -72,7 +70,6 @@ public class ResourceUtil { HttpSession session = ContextHolderUtils.getSession(); if(ClientManager.getInstance().getClient(session.getId())!=null){ return ClientManager.getInstance().getClient(session.getId()).getUser(); - }else{ TSUser u = (TSUser) session.getAttribute(ResourceUtil.LOCAL_CLINET_USER); Client client = new Client(); @@ -81,7 +78,6 @@ public class ResourceUtil { client.setUser(u); ClientManager.getInstance().addClinet(session.getId(), client); } - return null; } @Deprecated @@ -210,7 +206,6 @@ public class ResourceUtil { return bundle.getString("randCodeType"); } - /** * 鑾峰彇缁勭粐鏈烘瀯缂栫爜闀垮害鐨勭被鍨 * @@ -238,7 +233,6 @@ public class ResourceUtil { } else { key = key; } - //鏇挎崲涓虹郴缁熺殑鐧诲綍鐢ㄦ埛璐﹀彿 // if (key.equals(DataBaseConstant.CREATE_BY) @@ -263,7 +257,7 @@ public class ResourceUtil { //鏇挎崲涓虹郴缁熺櫥褰曠敤鎴风殑鍏徃缂栫爜 if (key.equals(DataBaseConstant.SYS_COMPANY_CODE)|| key.equals(DataBaseConstant.SYS_COMPANY_CODE_TABLE)) { returnValue = getSessionUserName().getCurrentDepart().getOrgCode() - .substring(0, Integer.valueOf(getOrgCodeLengthType())); + .substring(0, Integer.valueOf(getOrgCodeLengthType()) + 1); } //鏇挎崲涓虹郴缁熺敤鎴风櫥褰曟墍浣跨敤鐨勬満鏋勭紪鐮 if (key.equals(DataBaseConstant.SYS_ORG_CODE)|| key.equals(DataBaseConstant.SYS_ORG_CODE_TABLE)) { @@ -280,7 +274,7 @@ public class ResourceUtil { if(returnValue!=null){returnValue = returnValue + moshi;} return returnValue; } - //---author:jg_xugj----start-----date:20151226--------for锛#814 銆愭暟鎹潈闄愩戞墿灞曟敮鎸佸啓琛ㄨ揪寮忥紝閫氳繃session鍙栧 + /** * 鑾峰彇鐢ㄦ埛session 涓殑鍙橀噺 * @param key @@ -295,7 +289,7 @@ public class ResourceUtil { moshi = key.substring(key.indexOf("}")+1); } String returnValue = null; -//---author:jg_xugj----start-----date:20151226--------for锛氫慨鏀筨ug 1銆乲ey.contains("${") 搴旀敼涓 key.contains("#{") 2銆丼tringUtil.isEmpty(key) 鍒ゆ柇 涓嶄负绌 + if (key.contains("#{")) { key = key.substring(2,key.indexOf("}")); } @@ -328,9 +322,7 @@ public class ResourceUtil { org.jeecgframework.core.util.LogUtil.info(getPorjectPath()); org.jeecgframework.core.util.LogUtil.info(getSysPath()); } - // public static boolean isFuzzySearch(){ // return "1".equals(bundle.getString("fuzzySearch")); // } - } diff --git a/src/main/java/org/jeecgframework/core/util/SqlUtil.java b/src/main/java/org/jeecgframework/core/util/SqlUtil.java index 476a551b..c7430cfa 100644 --- a/src/main/java/org/jeecgframework/core/util/SqlUtil.java +++ b/src/main/java/org/jeecgframework/core/util/SqlUtil.java @@ -25,7 +25,6 @@ public class SqlUtil { public static final String ORACLE_SQL = "select * from (select row_.*,rownum rownum_ from ({0}) row_ where rownum <= {1}) where rownum_>{2}"; //oracle public static final String SQLSERVER_SQL = "select * from ( select row_number() over(order by tempColumn) tempRowNumber, * from (select top {1} tempColumn = 0, {0}) t ) tt where tempRowNumber > {2}"; //sqlserver - //add-begin--Author:luobaoli Date:20150620 for锛氬鍔犲悇涓暟鎹簱鑾峰彇琛ㄧ殑SQL鍜岃幏鍙栨寚瀹氳〃鍒楃殑SQL /** * 鑾峰彇鎵鏈夎〃鐨凷QL */ @@ -41,7 +40,7 @@ public class SqlUtil { public static final String POSTGRE_ALLCOLUMNS_SQL = "select table_name from information_schema.columns where table_name = {0}"; public static final String ORACLE_ALLCOLUMNS_SQL = "select column_name from all_tab_columns where table_name ={0}"; public static final String SQLSERVER_ALLCOLUMNS_SQL = "select name from syscolumns where id={0}"; - //add-end--Author:luobaoli Date:20150620 for锛氬鍔犲悇涓暟鎹簱鑾峰彇琛ㄧ殑SQL鍜岃幏鍙栨寚瀹氳〃鍒楃殑SQL + /** * 鑾峰彇鍏╯ql * @param sql @@ -152,8 +151,7 @@ public class SqlUtil { int selectDistinctIndex = sql.toLowerCase().indexOf("select distinct"); return selectIndex + (selectDistinctIndex == selectIndex ? 15 : 6); } - - //add-begin--Author:luobaoli Date:20150620 for锛氬鍔犲悇涓暟鎹簱鑾峰彇琛ㄧ殑SQL鍜岃幏鍙栨寚瀹氳〃鍒楃殑SQL + public static String getAllTableSql(String dbType,String ... param){ if(StringUtil.isNotEmpty(dbType)){ if(dbType.equals(DATABSE_TYPE_MYSQL)){ @@ -183,5 +181,5 @@ public class SqlUtil { } return null; } - //add-end--Author:luobaoli Date:20150620 for锛氬鍔犲悇涓暟鎹簱鑾峰彇琛ㄧ殑SQL鍜岃幏鍙栨寚瀹氳〃鍒楃殑SQL + } diff --git a/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java b/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java index d8d4ef65..525b23d5 100644 --- a/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java +++ b/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java @@ -91,6 +91,9 @@ public class SysThemesUtil { }else{ sb.append(""); } + + sb.append(""); + return sb.toString(); } diff --git a/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java b/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java index 4c1a9d0b..11c8db8a 100644 --- a/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java +++ b/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java @@ -12,7 +12,6 @@ public class YouBianCodeUtil { // 鏁板瓧浣嶆暟(榛樿鐢熸垚3浣嶇殑鏁板瓧) private static final int numLength = 2;//浠h〃鏁板瓧浣嶆暟 - public static final int zhanweiLength = 1+numLength; /** @@ -79,7 +78,6 @@ public class YouBianCodeUtil { // return parentCode + getNextYouBianCode(localCode); return getNextYouBianCode(localCode); - }else{ parentCode = parentCode + "A"+ getNextStrNum(0); } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java index 9f35f3f3..67c542b3 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java @@ -60,7 +60,6 @@ public class AuthFilterTag extends TagSupport{ protected void getAuthFilter(StringBuilder out) { out.append(""); } 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 e8f4cfd3..f0ec5bc0 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java @@ -34,7 +34,6 @@ public class BaseTag extends TagSupport { this.cssTheme = cssTheme; } - public void setType(String type) { this.type = type; } @@ -79,17 +78,14 @@ public class BaseTag extends TagSupport { String lang = (String)((HttpServletRequest) this.pageContext.getRequest()).getSession().getAttribute("lang"); String langjs = StringUtil.replace("", "{0}", lang); sb.append(langjs); - + if (oConvertUtils.isIn("jquery-webos", types)) { sb.append(""); } else if (oConvertUtils.isIn("jquery", types)) { sb.append(""); - sb.append(""); sb.append(""); - } - if (oConvertUtils.isIn("ckeditor", types)) { sb.append(""); sb.append(""); @@ -104,13 +100,14 @@ public class BaseTag extends TagSupport { // sb.append(""); sb.append(SysThemesUtil.getEasyUiTheme(sysThemesEnum)); sb.append(SysThemesUtil.getEasyUiMainTheme(sysThemesEnum)); - sb.append(SysThemesUtil.getEasyUiIconTheme(sysThemesEnum)); // sb.append(""); sb.append(""); sb.append(""); sb.append(""); - sb.append(""); + +// sb.append(""); + sb.append(StringUtil.replace("", "{0}", lang)); sb.append(""); sb.append(""); } @@ -176,7 +173,6 @@ public class BaseTag extends TagSupport { // sb.append(""); sb.append(SysThemesUtil.getCommonTheme(sysThemesEnum)); - // sb.append(""); sb.append(SysThemesUtil.getLhgdialogTheme(sysThemesEnum)); sb.append(SysThemesUtil.getBootstrapTabTheme(sysThemesEnum)); @@ -213,10 +209,8 @@ public class BaseTag extends TagSupport { }finally{ if(out!=null){ try { - out.clearBuffer(); sb.setLength(0); - } catch (Exception e) { e.printStackTrace(); } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java index a0d75465..ec9f7028 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java @@ -165,11 +165,9 @@ public class ChooseTag extends TagSupport { private void clearAll(StringBuffer sb,String methodname) { String[] textnames=null; String[] inputTextnames=null; - if (!StringUtil.isEmpty(this.textname)) { textnames = textname.split(","); } - if(StringUtil.isNotEmpty(inputTextname)){ inputTextnames = inputTextname.split(","); }else{ diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java index bbe32055..b287d748 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java @@ -31,7 +31,6 @@ public class DataGridColumnTag extends TagSupport { protected String formatterjs;//鑷畾涔夊嚱鏁板悕绉(璋冪敤椤甸潰鑷畾涔塲s鏂规硶 鍙傛暟涓(value,row,index) protected boolean hidden=false; - protected String replace; protected String treefield; protected boolean image; @@ -56,7 +55,6 @@ public class DataGridColumnTag extends TagSupport { protected String editor;//楂樼骇鏌ヨ鐢ㄧ殑缂栬緫鍣 private String defaultVal = "";//鍒楅粯璁ゅ - public String getEditor() { return editor; } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java index 5275092b..f8a827df 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java @@ -21,13 +21,15 @@ public class DataGridConfOptTag extends TagSupport { private String exp;//鍒ゆ柇閾炬帴鏄惁鏄剧ず鐨勮〃杈惧紡 private String operationCode;//鎸夐挳鐨勬搷浣淐ode private String urlStyle;//鏍峰紡 + private String urlclass;//鑷畾涔夋寜閽牱寮 + private String urlfont;//鑷畾涔夋寜閽浘鏍囨牱寮 public int doStartTag() throws JspTagException { return EVAL_PAGE; } public int doEndTag() throws JspTagException { Tag t = findAncestorWithClass(this, DataGridTag.class); DataGridTag parent = (DataGridTag) t; - parent.setConfUrl(url,MutiLangUtil.getMutiLangInstance().getLang(title),MutiLangUtil.getMutiLangInstance().getLang(message),exp,operationCode,urlStyle); + parent.setConfUrl(url,MutiLangUtil.getMutiLangInstance().getLang(title),MutiLangUtil.getMutiLangInstance().getLang(message),exp,operationCode,urlStyle,urlclass,urlfont); return EVAL_PAGE; } public void setExp(String exp) { @@ -51,4 +53,17 @@ public class DataGridConfOptTag extends TagSupport { public String getUrlStyle() { return urlStyle; } + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java index d44c1fb2..79f1a373 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java @@ -24,6 +24,10 @@ public class DataGridDelOptTag extends TagSupport { private String operationCode;//鎸夐挳鐨勬搷浣淐ode private String langArg; private String urlStyle;//鏍峰紡 + + private String urlclass;//鎸夐挳鏍峰紡 + private String urlfont;//鎸夐挳鍥炬爣 + public int doStartTag() throws JspTagException { return EVAL_PAGE; @@ -33,7 +37,7 @@ public class DataGridDelOptTag extends TagSupport { Tag t = findAncestorWithClass(this, DataGridTag.class); DataGridTag parent = (DataGridTag) t; - parent.setDelUrl(url, title, message, exp, funname,operationCode,urlStyle); + parent.setDelUrl(url, title, message, exp, funname,operationCode,urlStyle,urlclass,urlfont); return EVAL_PAGE; } public void setFunname(String funname) { @@ -64,4 +68,19 @@ public class DataGridDelOptTag extends TagSupport { public String getUrlStyle() { return urlStyle; } + + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + + } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java index 49465c24..b208e17e 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java @@ -22,7 +22,10 @@ public class DataGridFunOptTag extends TagSupport { private String operationCode;//鎸夐挳鐨勬搷浣淐ode private String langArg;//鎸夐挳鐨勬搷浣淐ode private String urlStyle;//鏍峰紡 - + + private String urlclass;//鎸夐挳鏍峰紡 + private String urlfont;//鎸夐挳鍥炬爣 + public int doStartTag() throws JspTagException { return EVAL_PAGE; @@ -32,7 +35,7 @@ public class DataGridFunOptTag extends TagSupport { Tag t = findAncestorWithClass(this, DataGridTag.class); DataGridTag parent = (DataGridTag) t; - parent.setFunUrl(title,exp,funname,operationCode,urlStyle); + parent.setFunUrl(title,exp,funname,operationCode,urlStyle,urlclass,urlfont); return EVAL_PAGE; } public void setFunname(String funname) { @@ -58,4 +61,20 @@ public class DataGridFunOptTag extends TagSupport { return urlStyle; } + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + + + + } 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 962429f0..bba6b20a 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java @@ -88,7 +88,9 @@ public class DataGridTag extends TagSupport { private Boolean singleSelect;//鏄惁鍗曢塼rue,false protected String cssTheme ; - + + private boolean isShowSearch=false;//妫绱㈠尯鍩熸槸鍚﹀彲鏀剁缉 + public String getCssTheme() { return cssTheme; } @@ -96,7 +98,6 @@ public class DataGridTag extends TagSupport { this.cssTheme = cssTheme; } - private boolean queryBuilder = false;// 楂樼骇鏌ヨ鍣 public boolean isQueryBuilder() { return queryBuilder; @@ -187,10 +188,18 @@ public class DataGridTag extends TagSupport { this.singleSelect = singleSelect; } + public boolean getIsShowSearch() { + return isShowSearch; + } + public void setIsShowSearch(boolean isShowSearch) { + this.isShowSearch = isShowSearch; + } /** * 璁剧疆璇㈤棶鎿嶄綔URL + * @param urlfont + * @param urlclass */ - public void setConfUrl(String url, String title, String message, String exp,String operationCode, String urlStyle) { + public void setConfUrl(String url, String title, String message, String exp,String operationCode, String urlStyle, String urlclass, String urlfont) { DataGridUrl dataGridUrl = new DataGridUrl(); dataGridUrl.setTitle(title); dataGridUrl.setUrl(url); @@ -198,13 +207,15 @@ public class DataGridTag extends TagSupport { dataGridUrl.setMessage(message); dataGridUrl.setExp(exp); dataGridUrl.setUrlStyle(urlStyle); + dataGridUrl.setUrlclass(urlclass); + dataGridUrl.setUrlfont(urlfont); installOperationCode(dataGridUrl, operationCode,urlList); } /** * 璁剧疆鍒犻櫎鎿嶄綔URL */ - public void setDelUrl(String url, String title, String message, String exp, String funname,String operationCode, String urlStyle) { + public void setDelUrl(String url, String title, String message, String exp, String funname,String operationCode, String urlStyle,String urlclass,String urlfont) { DataGridUrl dataGridUrl = new DataGridUrl(); dataGridUrl.setTitle(title); dataGridUrl.setUrl(url); @@ -213,6 +224,10 @@ public class DataGridTag extends TagSupport { dataGridUrl.setExp(exp); dataGridUrl.setFunname(funname); dataGridUrl.setUrlStyle(urlStyle); + + dataGridUrl.setUrlclass(urlclass); + dataGridUrl.setUrlfont(urlfont); + installOperationCode(dataGridUrl, operationCode,urlList); } /** @@ -251,13 +266,17 @@ public class DataGridTag extends TagSupport { /** * 璁剧疆鑷畾涔夊嚱鏁版搷浣淯RL */ - public void setFunUrl(String title, String exp, String funname,String operationCode, String urlStyle) { + public void setFunUrl(String title, String exp, String funname,String operationCode, String urlStyle,String urlclass,String urlfont) { DataGridUrl dataGridUrl = new DataGridUrl(); dataGridUrl.setTitle(title); dataGridUrl.setType(OptTypeDirection.Fun); dataGridUrl.setExp(exp); dataGridUrl.setFunname(funname); dataGridUrl.setUrlStyle(urlStyle); + + dataGridUrl.setUrlclass(urlclass); + dataGridUrl.setUrlfont(urlfont); + installOperationCode(dataGridUrl, operationCode,urlList); } @@ -330,9 +349,7 @@ public class DataGridTag extends TagSupport { dataGridColumn.setEditor(editor); dataGridColumn.setDefaultVal(defaultVal); - columnList.add(dataGridColumn); - Set operationCodes = (Set) super.pageContext.getRequest().getAttribute(Globals.OPERATIONCODES); if (null!=operationCodes) { for (String MyoperationCode : operationCodes) { @@ -347,7 +364,6 @@ public class DataGridTag extends TagSupport { } } - if (field != "opt") { @@ -479,7 +495,6 @@ public class DataGridTag extends TagSupport { out.print(end().toString()); out.flush(); // } - }else{ out.print(datatables().toString()); out.flush(); @@ -489,7 +504,6 @@ public class DataGridTag extends TagSupport { }finally{ if(out!=null){ try { - out.clearBuffer(); end().setLength(0); // 娓呯┖璧勬簮 @@ -500,7 +514,6 @@ public class DataGridTag extends TagSupport { columnList.clear(); fields = ""; searchFields = ""; - } catch (Exception e) { e.printStackTrace(); } @@ -560,7 +573,6 @@ public class DataGridTag extends TagSupport { sb.append(",\"bSortable\":" + column.isSortable() + ""); sb.append(",\"bVisible\":" + !column.isHidden() + ""); - sb.append(",\"bSearchable\":" + column.isQuery() + ""); } sb.append("}"); @@ -588,7 +600,7 @@ public class DataGridTag extends TagSupport { StringBuffer sb = new StringBuffer(); width = (width == null) ? "auto" : width; height = (height == null) ? "auto" : height; - sb.append(""); sb.append("
    "); sb.append("
    "); + + if(hasQueryColum(columnList)&&isShowSearch==true){ + sb.append(""); + } + if(hasQueryColum(columnList)){ - sb.append("
    "); + sb.append("
    "); + + sb.append(""); + //-----longjb1 澧炲姞鐢ㄤ簬楂樼骇鏌ヨ鐨勫弬鏁伴」 sb.append(""); //update by jg_renjie at 2016/1/11 for:TASK #823 澧炲姞form瀹炵幇Form琛ㄥ崟楠岃瘉 - sb.append("
    "); + sb.append(""); sb.append(""); sb.append(""); sb.append(""); sb.append(""); sb.append(""); //update by jg_renjie at 2016/1/11 for:TASK #823 - //濡傛灉琛ㄥ崟鏄粍鍚堟煡璇 + //濡傛灉琛ㄥ崟鏄粍鍚堟煡璇 if("group".equals(getQueryMode())){ for (DataGridColumn col : columnList) { if (col.isQuery()) { @@ -831,7 +860,6 @@ public class DataGridTag extends TagSupport { }else{ sb.append(""); } - } sb.append(""); @@ -848,7 +876,6 @@ public class DataGridTag extends TagSupport { }else{ sb.append(" "); } - }else if(col.getDictionary().contains(",")&&(!col.isPopup())){ String[] dic = col.getDictionary().split(","); @@ -867,7 +894,6 @@ public class DataGridTag extends TagSupport { sb.append(" "); } @@ -889,7 +915,6 @@ public class DataGridTag extends TagSupport { + type.getTypecode() + "\">"); } - sb.append(MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())); sb.append(" "); @@ -906,7 +931,6 @@ public class DataGridTag extends TagSupport { }else{ sb.append(""); } - //sb.append(""); @@ -915,7 +939,6 @@ public class DataGridTag extends TagSupport { sb.append(""); sb.append("~"); sb.append(""); - } sb.append(""); } @@ -1143,17 +1166,43 @@ public class DataGridTag extends TagSupport { style.append(dataGridUrl.getUrlStyle()); style.append("\' "); } - + + StringBuffer urlclass = new StringBuffer(); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){ + urlclass.append(" class=\'"); + urlclass.append(dataGridUrl.getUrlclass()); + urlclass.append("\'"); + } + StringBuffer urlfont = new StringBuffer(); + if(!StringUtil.isEmpty(dataGridUrl.getUrlfont())){ + urlfont.append(" "); + } if (OptTypeDirection.Confirm.equals(dataGridUrl.getType())) { - sb.append("href+=\"[ \";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){ + sb.append("href+=\" "+urlfont.toString()+" \";"); + }else{ + sb.append("href+=\"[ \";"); + } } if (OptTypeDirection.Del.equals(dataGridUrl.getType())) { - sb.append("href+=\"[\";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){//鍊樿嫢urlclass涓嶄负绌猴紝鍒欏幓鎺夐摼鎺ュ墠闈㈢殑"["; + sb.append("href+=\" "+urlfont.toString()+" \";"); + }else{ + sb.append("href+=\"[\";"); + } + } if (OptTypeDirection.Fun.equals(dataGridUrl.getType())) { String name = TagUtil.getFunction(dataGridUrl.getFunname()); String parmars = TagUtil.getFunParams(dataGridUrl.getFunname()); - sb.append("href+=\"[\";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){//鍊樿嫢urlclass涓嶄负绌猴紝鍒欏幓鎺夐摼鎺ュ墠闈㈢殑"["; + sb.append("href+=\" "+urlfont.toString()+"\";"); + }else{ + sb.append("href+=\"[\";"); + } + } if (OptTypeDirection.OpenWin.equals(dataGridUrl.getType())) { sb.append("href+=\"[\";"); @@ -1161,11 +1210,15 @@ public class DataGridTag extends TagSupport { if (OptTypeDirection.Deff.equals(dataGridUrl.getType())) { sb.append("href+=\"[\";"); } - if (OptTypeDirection.OpenTab.equals(dataGridUrl.getType())) { sb.append("href+=\"[\";"); } - sb.append("href+=\"" + dataGridUrl.getTitle() + "]\";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){//鍊樿嫢urlclass涓嶄负绌猴紝鍒欏幓鎺夐摼鎺ュ悗闈㈢殑"]"; + sb.append("href+=\"" + dataGridUrl.getTitle() + " \";"); + }else{ + sb.append("href+=\"" + dataGridUrl.getTitle() + "]\";"); + } + if (StringUtil.isNotEmpty(exp)) { for (int i = 0; i < exp.split("&&").length; i++) { @@ -1258,15 +1311,69 @@ public class DataGridTag extends TagSupport { sb.append(",align:\'" + column.getAlign() + "\'"); } if(StringUtils.isNotEmpty(column.getExtendParams())){ - sb.append(","+column.getExtendParams().substring(0, - column.getExtendParams().length()-1)); + + if(column.getExtendParams().indexOf("editor:'combobox'")>-1){//鍊樿嫢鎵╁睍鍙傛暟涓寘鍚玡ditor:'combobox' + StringBuffer comboboxStr =new StringBuffer();//澹版槑涓涓浛鎹㈡墿灞曞弬鏁颁腑鐨別ditor:'combobox'鐨勫彉閲 + if(!StringUtil.isEmpty(column.getDictionary())){//鏍规嵁鏁版嵁瀛楀吀鐢熸垚editor:'combobox' + if(column.getDictionary().contains(",")){ + String[] dic = column.getDictionary().split(","); + String sql = "select " + dic[1] + " as field," + dic[2]+ " as text from " + dic[0]; + systemService = ApplicationContextUtil.getContext().getBean(SystemService.class); + List> list = systemService.findForJdbc(sql); + + comboboxStr.append("editor:{type:'combobox',options:{valueField:'typecode',textField:'typename',data:["); + for (Map map : list){ + comboboxStr.append("{'typecode':'"+map.get("field")+"','typename':'"+map.get("text")+"'},"); + } + comboboxStr.append("],required:true}}"); + //鍐嶅鍔爁ormatter鍙傛暟 + + comboboxStr.append(",formatter:function(value,row){"); + for (Map map : list){ + comboboxStr.append("if(value =='"+map.get("field")+"'){"); + comboboxStr.append("return '"+map.get("text")+"';"); + comboboxStr.append("}"); + } + comboboxStr.append("return row."+map.get("field")+";"); + comboboxStr.append("}"); + }else{ + Map> typedatas = ResourceUtil.allTypes; + List types = typedatas.get(column.getDictionary().toLowerCase()); + if (types != null) { + comboboxStr.append("editor:{type:'combobox',options:{valueField:'typecode',textField:'typename',data:["); + for (TSType type : types) { + comboboxStr.append("{'typecode':'"+type.getTypecode()+"','typename':'"+MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())+"'},"); + } + comboboxStr.append("],required:true}}"); + //鍐嶅鍔爁ormatter鍙傛暟 + comboboxStr.append(",formatter:function(value,row){"); + for (TSType type : types) { + comboboxStr.append("if(value =='"+type.getTypecode()+"'){"); + comboboxStr.append("return '"+MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())+"';"); + comboboxStr.append("}"); + } + comboboxStr.append("return row."+field+";"); + comboboxStr.append("}"); + } + } + } + column.setExtendParams(column.getExtendParams().replaceAll("editor:'combobox'", comboboxStr.toString()));//鏇挎崲鎵╁睍鍙傛暟 + //System.out.println("column.getExtendParams()=="+column.getExtendParams()); + } + + //sb.append(","+column.getExtendParams().substring(0,column.getExtendParams().length()-1)); + if(column.getExtendParams().endsWith(",") || column.getExtendParams().endsWith("''")){ + sb.append(","+column.getExtendParams().substring(0,column.getExtendParams().length()-1)); + }else{ + sb.append(","+column.getExtendParams()); + } + } // 闅愯棌瀛楁 if (column.isHidden()) { sb.append(",hidden:true"); } - if (!treegrid) { // 瀛楁鎺掑簭 if ((column.isSortable()) && (field.indexOf("_") <= 0 && field != "opt")) { @@ -1274,8 +1381,13 @@ public class DataGridTag extends TagSupport { } } if(column.getFormatterjs()!=null){ - sb.append(",formatter:function(value,rec,index){"); - sb.append(" return "+column.getFormatterjs()+"(value,rec,index);}"); + + if(StringUtils.isNotEmpty(column.getExtendParams())&&column.getExtendParams().indexOf("editor:'combobox'")>-1){//鍊樿嫢鎵╁睍鍙傛暟涓寘鍚玡ditor:'combobox' + //涓嶅啀閲嶅澧炲姞formatter鍙傛暟锛 + }else{ + sb.append(",formatter:function(value,rec,index){"); + sb.append(" return "+column.getFormatterjs()+"(value,rec,index);}"); + } }else { // 鏄剧ず鍥剧墖 if (column.isImage()) { @@ -1315,7 +1427,6 @@ public class DataGridTag extends TagSupport { sb.append(" if(value.length<=");sb.append(column.getShowLen());sb.append(") {return value}"); sb.append(" else{ return ''+ value.substring(0,");sb.append(column.getShowLen());sb.append(")+'...';}}"); } - else if (columnValueList.size() > 0 && !column.getField().equals("opt")) {// 鍊兼浛鎻 String testString = ""; for (ColumnValue columnValue : columnValueList) { @@ -1419,7 +1530,6 @@ public class DataGridTag extends TagSupport { } public String getNoAuthOperButton(){ - StringBuffer sb = new StringBuffer(); if(ResourceUtil.getSessionUserName().getUserName().equals("admin")|| !Globals.BUTTON_AUTHORITY_CHECK){ }else{ @@ -1445,7 +1555,6 @@ public class DataGridTag extends TagSupport { } } - //org.jeecgframework.core.util.LogUtil.info("----getNoAuthOperButton-------"+sb.toString()); return sb.toString(); } @@ -1686,7 +1795,6 @@ public class DataGridTag extends TagSupport { sb.append("function get" + name + "Selections(field){" + "var ids = [];" + "var rows = $(\'#" + name + "\')." + grid + "(\'getSelections\');" + "for(var i=0;i 0) { sb.append("function " + name + "search(){"); sb.append("var queryParams=$(\'#" + name + "\').datagrid('options').queryParams;"); @@ -1740,7 +1847,6 @@ public class DataGridTag extends TagSupport { sb.append("if(e.keyCode == 13){ "); sb.append(name+"search();"); sb.append("}}"); - sb.append("function searchReset(name){"); sb.append(" $(\"#"+name+"tb\").find(\":input\").val(\"\");"); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java index 1784b4c6..c46373fd 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java @@ -44,7 +44,7 @@ public class DictSelectTag extends TagSupport { private String dictField;// 鑷畾涔夊瓧鍏歌〃鐨勫尮閰嶅瓧娈-瀛楀吀鐨勭紪鐮佸 private String dictText;// 鑷畾涔夊瓧鍏歌〃鐨勬樉绀烘枃鏈-瀛楀吀鐨勬樉绀哄 private String extendJson;//鎵╁睍鍙傛暟 - + private String readonly;// 鍙灞炴 public String getReadonly() { return readonly; @@ -70,7 +70,6 @@ public class DictSelectTag extends TagSupport { public void setDatatype(String datatype) { this.datatype = datatype; } - @Autowired private static SystemService systemService; @@ -124,9 +123,8 @@ public class DictSelectTag extends TagSupport { } }else { sb.append(""); - select("common.please.select", "", sb); - for (TSType type : types) { select(type.getTypename(), type.getTypecode(), sb); } @@ -240,10 +232,8 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } else { @@ -252,9 +242,7 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } @@ -271,6 +259,9 @@ public class DictSelectTag extends TagSupport { * @param sb */ private void checkbox(String name, String code, StringBuffer sb) { + if(this.defaultVal==null){ + this.defaultVal=""; + } String[] values = this.defaultVal.split(","); Boolean checked = false; for (int i = 0; i < values.length; i++) { @@ -287,9 +278,7 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } else { @@ -298,9 +287,7 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } @@ -334,7 +321,6 @@ public class DictSelectTag extends TagSupport { private List> queryDic() { String sql = "select " + dictField + " as field," + dictText + " as text from " + dictTable; - if(dictCondition!=null){ sql+=dictCondition; } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java index 76d34a85..245a0716 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java @@ -42,7 +42,6 @@ public class FormValidationTag extends TagSupport { public void setCssTheme(String cssTheme) { this.cssTheme = cssTheme; } - public String getStyleClass() { return styleClass; } @@ -50,7 +49,6 @@ public class FormValidationTag extends TagSupport { public void setStyleClass(String styleClass) { this.styleClass = styleClass; } - public void setTabtitle(String tabtitle) { this.tabtitle = tabtitle; } @@ -108,7 +106,6 @@ public class FormValidationTag extends TagSupport { if(this.getStyleClass()!=null){ sb.append("class=\""+this.getStyleClass()+"\" "); } - sb.append(" action=\"" + action + "\" name=\"" + formid + "\" method=\"post\">"); if ("btn_sub".equals(btnsub) && dialog) sb.append(""); @@ -156,7 +153,6 @@ public class FormValidationTag extends TagSupport { sb.append(SysThemesUtil.getValidformStyleTheme(sysThemesEnum)); //tablefrom.css sb.append(SysThemesUtil.getValidformTablefrom(sysThemesEnum)); - sb.append(StringUtil.replace("", "{0}", lang)); sb.append(StringUtil.replace("", "{0}", lang)); sb.append(StringUtil.replace("", "{0}", lang)); @@ -244,7 +240,6 @@ public class FormValidationTag extends TagSupport { } jqsb.append("jqtransform :{selector:\"select\"}"); } - if (usePlugin.indexOf("jqtransform") >= 0) { sb.append(jqsb); } @@ -297,9 +292,7 @@ public class FormValidationTag extends TagSupport { e.printStackTrace(); }finally{ try { - sb.setLength(0); - out.clearBuffer(); } catch (Exception e2) { } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java new file mode 100644 index 00000000..33e1f316 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java @@ -0,0 +1,80 @@ +package org.jeecgframework.tag.core.easyui; + +import java.io.IOException; +import java.util.Set; + +import javax.servlet.jsp.JspException; +import javax.servlet.jsp.JspWriter; +import javax.servlet.jsp.tagext.TagSupport; + +import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.ApplicationContextUtil; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.web.system.pojo.base.TSOperation; +import org.jeecgframework.web.system.service.SystemService; +import org.springframework.beans.factory.annotation.Autowired; +/** + * + * @Title:HasPermissionTag + * @description:鏂版潈闄怞SP鏍囩锛岄氳繃鏍囩鐨 鈥滄潈闄愭爣绀衡 鎺у埗浠g爜鐗囨鏄惁鏄剧ず + * @author chenj + * @date 2016-08-19 + * @version V1.0 + */ +public class HasPermissionTag extends TagSupport{ + /** + * + */ + private static final long serialVersionUID = 1L; + /**鎸夐挳code*/ + private String name; + @Autowired + private SystemService systemService; + public int doStartTag() throws JspException { + String p = getName(); + + boolean show = showTagBody(p); + if (show) { + return TagSupport.EVAL_BODY_INCLUDE; + } else { + return TagSupport.SKIP_BODY; + } + } + public boolean showTagBody(String p) { + + if(ResourceUtil.getSessionUserName().getUserName().equals("admin")|| !Globals.BUTTON_AUTHORITY_CHECK){ + return true; + }else{ + //鏉冮檺鍒ゆ柇锛 + Set operationCodes = (Set) super.pageContext.getRequest().getAttribute(Globals.OPERATIONCODES); + if (null!=operationCodes) { + for (String MyoperationCode : operationCodes) { + if (oConvertUtils.isEmpty(MyoperationCode)) + break; + systemService = ApplicationContextUtil.getContext().getBean(SystemService.class); + TSOperation operation = systemService.getEntity(TSOperation.class, MyoperationCode); + if (operation.getOperationcode().equals(p)){ + return true; + } + } + } + + } +// if(p!=null&&p.trim().equals("show")){ +// return true; +// }else if(p!=null&&p.trim().equals("hide")){ +// return false; +// } + return false; + } + + public String getName() { + return name; + } + public void setName(String name) { + this.name = name; + } + + +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java index b382943c..7958c285 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java @@ -44,7 +44,6 @@ public class MenuTag extends TagSupport { public int doEndTag() throws JspTagException { JspWriter out = null; try { - out = this.pageContext.getOut(); out.print(end().toString()); out.flush(); @@ -58,7 +57,6 @@ public class MenuTag extends TagSupport { // out.print(menu); // out.flush(); // } - } catch (IOException e) { e.printStackTrace(); }finally{ @@ -72,22 +70,18 @@ public class MenuTag extends TagSupport { public StringBuffer end() { StringBuffer sb = new StringBuffer(); - if (style.equals("easyui")) { sb.append("
      "); sb.append(ListtoMenu.getEasyuiMultistageTree(menuFun, style)); sb.append("
    "); } if(style.equals("shortcut")) - // { sb.append("
    "); { sb.append("
    "); - sb.append(ListtoMenu.getEasyuiMultistageTree(menuFun, style)); sb.append("
    "); } - if(style.equals("bootstrap")) { sb.append(ListtoMenu.getBootMenu(parentFun, childFun)); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java new file mode 100644 index 00000000..b468f766 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java @@ -0,0 +1,173 @@ +package org.jeecgframework.tag.core.easyui; + +import java.io.IOException; + +import javax.servlet.jsp.JspTagException; +import javax.servlet.jsp.JspWriter; +import javax.servlet.jsp.tagext.TagSupport; + +import org.apache.commons.lang.StringUtils; + +/** + * + * 涓嬫媺閫夋嫨鑿滃崟妗 + * + * @author: gengjiajia + * @date锛 鏃ユ湡锛2016-7-25 + * @version 1.0 + */ +public class SelectZTreeTag extends TagSupport { + + private static final long serialVersionUID = 1; + + private String id; + private String url; + private String windowWidth; //绐楀彛瀹藉害 + private String windowHeight; //绐楀彛楂樺害 + public String getUrl() { + return url; + } + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public void setUrl(String url) { + this.url = url; + } + + public String getWindowWidth() { + return windowWidth; + } + + public void setWindowWidth(String windowWidth) { + this.windowWidth = windowWidth; + } + + public String getWindowHeight() { + return windowHeight; + } + + public void setWindowHeight(String windowHeight) { + this.windowHeight = windowHeight; + } + + public int doStartTag() throws JspTagException { + return EVAL_PAGE; + } + + public int doEndTag() throws JspTagException { + JspWriter out = null; + try { + out = this.pageContext.getOut(); + out.print(end().toString()); + out.flush(); + } catch (IOException e) { + e.printStackTrace(); + }finally{ + if(out!=null){ + try { + out.clear(); + out.close(); + } catch (Exception e) { + } + } + + } + return EVAL_PAGE; + } + + public StringBuffer end() { + + StringBuffer sb = new StringBuffer(); + if (StringUtils.isBlank(url)) { + url = "url"; + } + + if(StringUtils.isBlank(windowWidth)){ + windowWidth = "200px"; + } + + if(StringUtils.isBlank(windowHeight)){ + windowHeight = "30px"; + } + sb.append(""); + sb.append(""); + sb.append(""); + sb.append(""); + sb.append(" "); + sb.append("
    "); + sb.append("
      "); + sb.append("
      "); + return sb; + } +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java index 2d61c159..0105d4ca 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java @@ -160,13 +160,13 @@ public class TabsTag extends TagSupport { } if (tabs) { //澧炲姞width灞炴э紝fit灞炴т箣鍓嶅啓姝伙紝鏀逛负鐢遍〉闈㈣瀹氾紝涓嶅~榛樿true - sb.append("
      "); + sb.append("
      "); if (!iframe) { for (Tab tab : tabList) { if (tab.getHref() != null) { - sb.append("
      "); + sb.append("
      "); } else { - sb.append("
      "); + sb.append("
      "); sb.append(""); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java b/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java index 34bac2c0..5e504971 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java @@ -84,10 +84,8 @@ public class TagUtil { } else { value = fieldNametoValues(childFieldName, value); } - } if(value != "" && value != null) { - value = converunicode(value.toString()); } return value; @@ -97,7 +95,6 @@ public class TagUtil { for (int i=0; i0){ StringBuffer sb = new StringBuffer(); @@ -650,7 +641,6 @@ public class TagUtil { } } - public static String getJsonByMap(List fields,List> datas){ if(datas!=null && datas.size()>0){ StringBuffer sb = new StringBuffer(); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java index 57cf56d1..d7421643 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java @@ -31,15 +31,23 @@ public class UploadTag extends TagSupport { protected boolean auto=false;//鏄惁鑷姩涓婁紶 protected String onUploadSuccess;//涓婁紶鎴愬姛澶勭悊鍑芥暟 protected boolean view=false;//鐢熸垚鏌ョ湅鍒犻櫎閾炬帴 - protected String formId;//鍙傛暟鍚嶇О + public String getFormId() { return formId; } public void setFormId(String formId) { this.formId = formId; } + + private String fileSizeLimit = "15MB";//涓婁紶鏂囦欢澶у皬璁剧疆 + public String getFileSizeLimit() { + return fileSizeLimit; + } + public void setFileSizeLimit(String fileSizeLimit) { + this.fileSizeLimit = fileSizeLimit; + } public void setView(boolean view) { @@ -122,7 +130,7 @@ public class UploadTag extends TagSupport { +"fileTypeDesc:\'鏂囦欢鏍煎紡:\'," +"queueID:\'"+queueID+"\'," +"fileTypeExts:\'"+extend+"\'," - +"fileSizeLimit:\'15MB\'," + +"fileSizeLimit:\'"+fileSizeLimit+"\'," +"swf:\'plug-in/uploadify/uploadify.swf\', " +"uploader:\'"+getUploader() +"onUploadStart : function(file) { "); @@ -142,7 +150,6 @@ public class UploadTag extends TagSupport { } } sb.append("});"); - }else if (formId!=null) { sb.append(" var o = {};"); sb.append(" var _array = $('#"+formId+"').serializeArray();"); @@ -158,7 +165,6 @@ public class UploadTag extends TagSupport { sb.append(" });"); sb.append("$(\'#"+id+"\').uploadify(\"settings\", \"formData\", o);"); }; - sb.append("} ," +"onQueueComplete : function(queueData) { "); if(dialog) @@ -185,9 +191,7 @@ public class UploadTag extends TagSupport { if(view) { sb.append("var fileitem=\"\"+d.attributes.name+\"  \";"); - sb.append(" m=new Map(); "); - sb.append("m.put(d.attributes.id,fileitem);"); sb.append("fileKey=d.attributes.fileKey;"); } diff --git a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java index bd0233fc..b17c4149 100644 --- a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java +++ b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java @@ -44,7 +44,6 @@ public class DataGridColumn { protected String editor;//楂樼骇鏌ヨ鐢ㄧ殑缂栬緫鍣 private String defaultVal = "";//鍒楅粯璁ゅ - public String getEditor() { return editor; diff --git a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java index 366402fa..8272cfc1 100644 --- a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java +++ b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java @@ -20,6 +20,10 @@ public class DataGridUrl { private boolean isRadio;//鏄惁鏄崟閫夋 private String onclick;//閫夐」鍗曞嚮浜嬩欢 private String urlStyle;//url鏍峰紡 + + private String urlclass;//鎸夐挳鏍峰紡 + private String urlfont;//鎸夐挳鍥炬爣 + public String getOnclick() { return onclick; } @@ -124,6 +128,19 @@ public class DataGridUrl { public String getUrlStyle() { return urlStyle; } - + + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + } diff --git a/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java b/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java index bd700a66..0fbded5b 100644 --- a/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java +++ b/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java @@ -22,6 +22,7 @@ public class TreeGridModel implements java.io.Serializable { private String icon; private String order; private String functionType; + private String iconStyle;//鍥炬爣鏍峰紡 public String getFunctionType() { return functionType; @@ -101,6 +102,13 @@ public class TreeGridModel implements java.io.Serializable { public void setFieldMap(Map fieldMap) { this.fieldMap = fieldMap; } + public String getIconStyle() { + return iconStyle; + } + public void setIconStyle(String iconStyle) { + this.iconStyle = iconStyle; + } + } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java similarity index 84% rename from src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormController.java rename to src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java index 6268792f..b4efd15d 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.controller.autoform; +package org.jeecgframework.web.autoform.controller; import java.io.IOException; import java.io.StringWriter; @@ -9,10 +9,6 @@ import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; -import java.util.Map.Entry; -import java.util.Set; -import java.util.regex.Matcher; -import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @@ -22,7 +18,7 @@ import net.sf.json.JSONObject; import org.apache.commons.lang3.StringUtils; import org.apache.log4j.Logger; -import org.jeecgframework.codegenerate.database.JeecgReadTable; +import org.apache.velocity.VelocityContext; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; @@ -32,19 +28,19 @@ import org.jeecgframework.core.constant.Globals; import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.ResourceUtil; -import org.jeecgframework.core.util.SqlUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormDbServiceI; -import org.jeecgframework.web.cgform.service.autoform.AutoFormServiceI; -import org.jeecgframework.web.cgform.util.AutoFormCommUtil; -import org.jeecgframework.web.cgform.util.AutoFormTemplateParseUtil; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormEntity; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormDbServiceI; +import org.jeecgframework.web.autoform.service.AutoFormServiceI; +import org.jeecgframework.web.autoform.util.AutoFormCommUtil; +import org.jeecgframework.web.autoform.util.AutoFormTemplateParseUtil; import org.jeecgframework.web.cgform.util.TemplateUtil; import org.jeecgframework.web.system.pojo.base.DynamicDataSourceEntity; import org.jeecgframework.web.system.pojo.base.TSType; @@ -55,7 +51,6 @@ import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; @@ -102,7 +97,7 @@ public class AutoFormController extends BaseController { */ @RequestMapping(params = "autoForm") public ModelAndView autoForm(HttpServletRequest request) { - return new ModelAndView("jeecg/cgform/autoform/autoFormList"); + return new ModelAndView("jeecg/autoform/autoFormList"); } /** @@ -114,7 +109,6 @@ public class AutoFormController extends BaseController { * @param */ - @SuppressWarnings("unchecked") @RequestMapping(params = "datagrid") public void datagrid(AutoFormEntity autoForm,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { CriteriaQuery cq = new CriteriaQuery(AutoFormEntity.class, dataGrid); @@ -205,11 +199,9 @@ public class AutoFormController extends BaseController { autoForm.setFormContent(html); autoForm.setFormParse(autoForm.getFormContent()); } - autoForm.setCreateDate(new Date()); autoForm.setCreateName(ResourceUtil.getSessionUserName().getRealName()); autoForm.setCreateBy(ResourceUtil.getSessionUserName().getUserName()); - autoFormService.save(autoForm); systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); }catch(Exception e){ @@ -249,17 +241,15 @@ public class AutoFormController extends BaseController { t.setFormContent(html); t.setFormParse(autoForm.getFormContent()); } - autoForm.setUpdateDate(new Date()); autoForm.setUpdateName(ResourceUtil.getSessionUserName().getRealName()); autoForm.setUpdateBy(ResourceUtil.getSessionUserName().getUserName()); - autoFormService.saveOrUpdate(t); attributes.put("id", t.getId()); j.setAttributes(attributes); - message = "琛ㄥ崟鏇存柊鎴愬姛"; + message = "琛ㄥ崟鏇存柊鎴愬姛锛"; if(StringUtils.isBlank(autoForm.getMainTableSource())) - message+=",涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛"; + message+="(涓绘暟鎹簮灏氭湭璁剧疆)"; } else { if(StringUtils.isNotBlank(autoForm.getFormContent())){ // Map map = tool.processor(autoForm.getFormContent()); @@ -272,15 +262,14 @@ public class AutoFormController extends BaseController { autoForm.setFormContent(html); autoForm.setFormParse(autoForm.getFormContent()); } - + //TODO 寰呭疄鐜 - autoFormService.save(autoForm); attributes.put("id", autoForm.getId()); j.setAttributes(attributes); - message = "琛ㄥ崟娣诲姞鎴愬姛"; + message = "琛ㄥ崟娣诲姞鎴愬姛锛"; if(StringUtils.isBlank(autoForm.getMainTableSource())) - message+=",涓绘暟鎹簮涓虹┖锛岃閫夋嫨涓绘暟鎹簮锛"; + message+="(涓绘暟鎹簮灏氭湭璁剧疆)"; } systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); } catch (Exception e) { @@ -307,7 +296,6 @@ public class AutoFormController extends BaseController { map.put(name, name); } } - // Elements ids = doc.select("input[name$=.id]"); // for (Element el: ids) { // String name = el.attr("name"); @@ -318,7 +306,6 @@ public class AutoFormController extends BaseController { // map.put(name, name); // } // } - } @@ -336,7 +323,7 @@ public class AutoFormController extends BaseController { JSONArray jsonArray = JSONArray.fromObject(getStyleList("")); req.setAttribute("styleSelect", jsonArray.toString()); - return new ModelAndView("jeecg/cgform/autoform/autoForm-add"); + return new ModelAndView("jeecg/autoform/autoForm-add"); } /** * 琛ㄥ崟琛ㄧ紪杈戦〉闈㈣烦杞 @@ -355,7 +342,7 @@ public class AutoFormController extends BaseController { JSONArray dbArray = JSONArray.fromObject(getFormDbList(autoForm.getId())); req.setAttribute("dbDate", dbArray.toString()); - return new ModelAndView("jeecg/cgform/autoform/autoForm-update"); + return new ModelAndView("jeecg/autoform/autoForm-update"); } /** @@ -409,9 +396,7 @@ public class AutoFormController extends BaseController { for(AutoFormDbEntity dbForm:list){ map = new HashMap(); map.put("id", dbForm.getId()); - map.put("name", dbForm.getDbChName()+"("+dbForm.getDbName()+")"); - map.put("dbCode", dbForm.getDbName()); map.put("pid", "0"); //澧炲姞鐖惰妭鐐 @@ -422,9 +407,7 @@ public class AutoFormController extends BaseController { for(AutoFormDbFieldEntity field: fieldlist){ map = new HashMap(); map.put("id", field.getId()); - map.put("name", (StringUtils.isBlank(field.getFieldText())||"null".equals(field.getFieldText()))?field.getFieldName():field.getFieldText()+"("+field.getFieldName()+")"); - map.put("pId", dbForm.getId()); map.put("nocheck",true); dateList.add(map); @@ -436,9 +419,7 @@ public class AutoFormController extends BaseController { for(AutoFormDbFieldEntity field: fieldlist){ map = new HashMap(); map.put("id", field.getId()); - map.put("name", (StringUtils.isBlank(field.getFieldText())||"null".equals(field.getFieldText()))?field.getFieldName():field.getFieldText()+"("+field.getFieldName()+")"); - map.put("pId", dbForm.getId()); map.put("nocheck",true); dateList.add(map); @@ -487,15 +468,11 @@ public class AutoFormController extends BaseController { dsData.put("dsName", db.getDbName()); dsList.add(dsData); if("table".equals(db.getDbType())){ - String hql = "select new Map(t.fieldName as fieldName,t.fieldText as fieldText) from AutoFormDbFieldEntity t where t.autoFormDbId=?"; - List> columns = this.systemService.findHql(hql, autoFormDbId); dsData.put("columns", columns); } else if("sql".equals(db.getDbType())){ - String hql = "select new Map(t.fieldName as fieldName,t.fieldText as fieldText) from AutoFormDbFieldEntity t where t.autoFormDbId=?"; - List> columns = this.systemService.findHql(hql, autoFormDbId); if(columns.size()>0){ dsData.put("columns", columns); @@ -563,12 +540,11 @@ public class AutoFormController extends BaseController { //3.浼犻掑弬鏁 //req.setAttribute("tbDbKey", autoFormDbEntity.getTbDbKey()); req.setAttribute("dbKey", autoFormDbEntity.getDbKey()); - } req.setAttribute("paramList", paramList); req.setAttribute("autoFormPage", autoForm); } - return new ModelAndView("jeecg/cgform/autoform/autoForm-view"); + return new ModelAndView("jeecg/autoform/autoForm-view"); } @@ -633,7 +609,6 @@ public class AutoFormController extends BaseController { paramMap.put(key, tem.get(key)); } - String op = req.getParameter("op"); if(StringUtil.isEmpty(op)){ op = AutoFormTemplateParseUtil.OP_VIEW; @@ -642,10 +617,10 @@ public class AutoFormController extends BaseController { if(StringUtils.isNotBlank(autoForm.getFormName())){ autoForm = this.systemService.findUniqueByProperty(AutoFormEntity.class, "formName", autoForm.getFormName()); if(autoForm==null){ - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", "琛ㄥ崟淇℃伅鑾峰彇澶辫触锛"); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", "琛ㄥ崟淇℃伅鑾峰彇澶辫触锛"); } }else{ - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", "formName涓嶈兘涓虹┖锛"); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", "formName涓嶈兘涓虹┖锛"); } //鏍规嵁formid鏌ヨ琛ㄥ崟鐨勫弬鏁 @@ -654,7 +629,7 @@ public class AutoFormController extends BaseController { for(String param:paramList){ String paramValue = req.getParameter(param); if(paramValue==null){ - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", "缂哄皯琛ㄥ崟鍙傛暟锛"+param); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", "缂哄皯琛ㄥ崟鍙傛暟锛"+param); } } } @@ -673,7 +648,7 @@ public class AutoFormController extends BaseController { ftlContent = AutoFormTemplateParseUtil.parseHtmlForAdd(ftlContent,paras); req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review-add"); + return new ModelAndView("jeecg/autoform/autoForm-review-add"); }else if(AutoFormTemplateParseUtil.OP_UPDATE.equals(op)){ paras = getFormData(autoForm,paramMap); String id = req.getParameter("id"); @@ -684,23 +659,23 @@ public class AutoFormController extends BaseController { ftlContent = AutoFormTemplateParseUtil.parseHtmlForUpdate(ftlContent,paras); req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review-update"); + return new ModelAndView("jeecg/autoform/autoForm-review-update"); }else if(AutoFormTemplateParseUtil.OP_ADD_OR_UPDATE.equals(op)){ paras = getFormData(autoForm,paramMap); // 2.瑙f瀽ueditor html 娉ㄥ叆鏁版嵁銆愭櫤鑳芥彁浜ゆā寮忋 ftlContent = AutoFormTemplateParseUtil.parseHtmlForAddOrUpdate(ftlContent,paras); req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review-addorupdate"); + return new ModelAndView("jeecg/autoform/autoForm-review-addorupdate"); } req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review"); + return new ModelAndView("jeecg/autoform/autoForm-review"); } catch (Exception e) { e.printStackTrace(); message = "琛ㄥ崟娣诲姞澶辫触锛"+e.getMessage(); } - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", message); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", message); } @@ -728,7 +703,7 @@ public class AutoFormController extends BaseController { if(autoFormDbFieldEntityList.size()>0){ StringBuffer hqlTable = new StringBuffer().append("select "); for(AutoFormDbFieldEntity autoFormDbFieldEntity:autoFormDbFieldEntityList){ - //author:jg_renjie----start-----date:20160228--------for锛歍ASK #704 銆愯〃鍗曞~鎶ラ瑙堛戦拡瀵圭壒娈婄被鍨嬫暟鎹紝闇瑕佽繘琛岃浆鎹紝姣斿blob + boolean flag = false; for(Map typeMap:typeList){ String dataType = typeMap.get("dataType").toString().toUpperCase(); @@ -759,7 +734,6 @@ public class AutoFormController extends BaseController { //褰撳墠涓婁笅鏂囦腑鐨凞B鐜锛岃幏鍙栨暟鎹簱琛ㄤ腑鐨勬墍鏈夋暟鎹 data = systemService.findForJdbc(hqlTable.toString()); } - else{ DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(formDb.getDbKey()); if(dynamicDataSourceEntity!=null){ @@ -799,14 +773,18 @@ public class AutoFormController extends BaseController { // data = systemService.findForJdbc(dbDynSql); Object dbKeys = paramMap.get("dbKey"); - if (dbKeys != null && dbKeys != "") { + if (oConvertUtils.isNotEmpty(dbKeys)) { if (dbKeys instanceof String) { String dbKey = dbKeys.toString(); data = DynamicDBUtil.findList(dbKey, dbDynSql); } else { String[] keys = (String[]) dbKeys; String dbKey = keys[0]; - data = DynamicDBUtil.findList(dbKey, dbDynSql); + if(oConvertUtils.isNotEmpty(dbKey)){ + data = DynamicDBUtil.findList(dbKey, dbDynSql); + }else{ + data = systemService.findForJdbc(dbDynSql); + } } } else { data = systemService.findForJdbc(dbDynSql); @@ -831,7 +809,7 @@ public class AutoFormController extends BaseController { * @param dbTableNm * @return */ - //author:jg_renjie----start-----date:20160228--------for锛歍ASK #704 銆愯〃鍗曞~鎶ラ瑙堛戦拡瀵圭壒娈婄被鍨嬫暟鎹紝闇瑕佽繘琛岃浆鎹紝姣斿blob + private List> getColumnTypes(String dbTableNm,String dbkey){ List> list = new ArrayList>(); String sql = "select DATA_TYPE as dataType,COLUMN_NAME as columnNm from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm+"'"; @@ -884,7 +862,7 @@ public class AutoFormController extends BaseController { TemplateUtil tool = new TemplateUtil(); Map map = tool.processor(autoForm.getFormContent()); req.setAttribute("formContent", map.get("parseHtml")); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review"); + return new ModelAndView("jeecg/autoform/autoForm-review"); } /** * @@ -917,9 +895,7 @@ public class AutoFormController extends BaseController { if(StringUtils.isNotBlank(dbForm.getAutoFormId())){ List dbFormList = this.systemService.findByProperty(AutoFormDbEntity.class, "autoFormId", dbForm.getAutoFormId()); if(dbFormList.size()>0){ - message = ""; - for(AutoFormDbEntity entity:dbFormList){ //鏍规嵁鏁版嵁婧愬悕绉拌繘琛屽尮閰嶆暟鎹 message += ""; @@ -928,17 +904,13 @@ public class AutoFormController extends BaseController { j.setMsg(message); } else{ j.setSuccess(false); - message = ""; - j.setMsg(message); } }else{ //2.濡傛灉ID涓虹┖锛屽垯option鎷兼帴鎻愮ず淇℃伅 j.setSuccess(false); - message = ""; - j.setMsg(message); } return j; @@ -958,12 +930,11 @@ public class AutoFormController extends BaseController { //1.濡傛灉ID涓嶄负绌哄垯鎷兼帴option瀛楃涓 //鏍规嵁鏁版嵁婧愬悕绉拌繘琛屽尮閰嶆暟鎹 if(StringUtils.isNotBlank(dbForm.getDbName()) && StringUtils.isNotBlank(dbForm.getAutoFormId())){ - + String hqlList = "from AutoFormDbEntity t where t.dbName = ? and autoFormId = ?"; List list= this.systemService.findHql(hqlList, dbForm.getDbName(),dbForm.getAutoFormId()); if(list.size() ==1){ dbForm = list.get(0); - //dbForm = this.systemService.findUniqueByProperty(AutoFormDbEntity.class, "dbName", dbForm.getDbName()); List> columns = new ArrayList>(); if("table".equals(dbForm.getDbType())){ @@ -982,9 +953,7 @@ public class AutoFormController extends BaseController { } } if(columns.size()>0){ - message = ""; - for(Map map:columns){ message += ""; } @@ -992,23 +961,19 @@ public class AutoFormController extends BaseController { j.setMsg(message); } else{ j.setSuccess(false); - message = ""; - j.setMsg(message); } }else{ //2.濡傛灉ID涓虹┖锛屽垯option鎷兼帴鎻愮ず淇℃伅 j.setSuccess(false); - message = ""; - j.setMsg(message); } } return j; } - //add-begin--Author:jg_renjie Date:20150725 for锛氭暟鎹簮鏍规嵁autoFormId涓巇bName鍙栨暟鎹,骞舵嫾鎺ユ垚tr涓 + /** * 寰楀埌涓庢寚瀹氭暟鎹簮瀵瑰簲鐨勫瓧娈,骞舵嫾鎺ユ垚table瀛楃涓 * @param dbForm @@ -1026,7 +991,7 @@ public class AutoFormController extends BaseController { Map attributes = new HashMap(); if(StringUtils.isNotBlank(dbForm.getDbName()) && StringUtils.isNotBlank(dbForm.getAutoFormId())){ - + String hqlList = "from AutoFormDbEntity t where t.dbName = ? and autoFormId = ?"; List list= this.systemService.findHql(hqlList, dbForm.getDbName(),dbForm.getAutoFormId()); if(list.size() ==1){ @@ -1038,7 +1003,6 @@ public class AutoFormController extends BaseController { } else { attributes.put("dbName", dbForm.getDbName()); } - //dbForm = this.systemService.findUniqueByProperty(AutoFormDbEntity.class, "dbName", dbForm.getDbName()); List> columns = new ArrayList>(); if("table".equals(dbForm.getDbType())){ @@ -1198,7 +1162,6 @@ public class AutoFormController extends BaseController { } else { message = ""; } - j.setSuccess(true); //j.setMsg(message); @@ -1215,7 +1178,7 @@ public class AutoFormController extends BaseController { } return j; } - //add-end--Author:jg_renjie Date:20150725 for锛氭暟鎹簮鏍规嵁autoFormId涓巇bName鍙栨暟鎹,骞舵嫾鎺ユ垚tr涓 + /** * 瀛楁涓嬫媺妗嗛夋嫨鍊兼椂锛岃嚜鍔ㄥ~鍏呰〃澶翠俊鎭 @@ -1245,7 +1208,6 @@ public class AutoFormController extends BaseController { j.setMsg(message); return j; } - /** * 娣诲姞琛ㄥ崟 @@ -1352,7 +1314,6 @@ public class AutoFormController extends BaseController { return j; } - @RequestMapping(params = "checkTbCode") @ResponseBody public com.alibaba.fastjson.JSONObject checkTbCode(String param,String cVal){ @@ -1375,7 +1336,6 @@ public class AutoFormController extends BaseController { jsonObject.put("status", "y"); return jsonObject; } - private void delFormDb(String autoFormId){ List list = this.systemService.findByProperty(AutoFormDbEntity.class, "autoFormId", autoFormId); if(list!=null&&list.size()>0) { @@ -1386,4 +1346,169 @@ public class AutoFormController extends BaseController { } } + /** + * 琛ㄥ崟琛ㄥ垪琛 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "autoForm_vm") + public void autoFormVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "autoform/autoFormList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + @RequestMapping(params = "goAdd_vm") + public void goAddVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + + JSONArray jsonArray = JSONArray.fromObject(getStyleList("")); + + VelocityContext velocityContext = new VelocityContext(); + + String viewName = "autoform/autoForm-add.vm"; + velocityContext.put("styleSelect", jsonArray.toString()); + + ViewVelocity.view(request,response,viewName,velocityContext); + } + + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(AutoFormEntity autoForm, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoForm.getId())) { + autoForm = autoFormService.getEntity(AutoFormEntity.class, autoForm.getId()); + velocityContext.put("autoFormPage", autoForm); + } + JSONArray jsonArray = JSONArray.fromObject(getStyleList(autoForm.getFormStyleId())); + velocityContext.put("styleSelect", jsonArray.toString()); + + JSONArray dbArray = JSONArray.fromObject(getFormDbList(autoForm.getId())); + velocityContext.put("dbDate", dbArray.toString()); + + String viewName = "autoform/autoForm-update.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + /* + * 鍦ㄩ瑙堝墠锛屾鏌ュ埗瀹氱殑鏁版嵁婧愭槸鍚︽湁鍙傛暟锛屽苟杈撳叆鍙傛暟鐨勫 + */ + @RequestMapping(params = "parse_vm") + public void parseVM(AutoFormEntity autoForm, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + + if(StringUtils.isNotBlank(autoForm.getId())){ + autoForm = this.systemService.findUniqueByProperty(AutoFormEntity.class, "id", autoForm.getId()); + List paramList = getFormParams(autoForm.getId()); + List autoList = systemService.findByProperty(AutoFormDbEntity.class, "dbName", autoForm.getMainTableSource()); + if (autoList!=null&&autoList.size()>0) { + AutoFormDbEntity autoFormDbEntity = autoList.get(0); + + //3.浼犻掑弬鏁 + //req.setAttribute("tbDbKey", autoFormDbEntity.getTbDbKey()); + velocityContext.put("dbKey", autoFormDbEntity.getDbKey()); + } + velocityContext.put("paramList", paramList); + velocityContext.put("autoFormPage", autoForm); + } + + String viewName = "autoform/autoForm-view.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + @RequestMapping(params = "viewContent_vm") + public void viewContentVM(AutoFormEntity autoForm, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String message = ""; + try { + //鑾峰彇鍙傛暟 + Map tem = request.getParameterMap(); + Map paramMap = new HashMap(); + for(String key :tem.keySet()){ + paramMap.put(key, tem.get(key)); + } + + String op = request.getParameter("op"); + if(StringUtil.isEmpty(op)){ + op = AutoFormTemplateParseUtil.OP_VIEW; + } + Map>> paras = new HashMap>>(); + if(StringUtils.isNotBlank(autoForm.getFormName())){ + autoForm = this.systemService.findUniqueByProperty(AutoFormEntity.class, "formName", autoForm.getFormName()); + if(autoForm==null){ + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", "琛ㄥ崟淇℃伅鑾峰彇澶辫触锛"); + ViewVelocity.view(request,response,viewName,velocityContext); + } + }else{ + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", "formName涓嶈兘涓虹┖锛"); + ViewVelocity.view(request,response,viewName,velocityContext); + } + + //鏍规嵁formid鏌ヨ琛ㄥ崟鐨勫弬鏁 + List paramList = getFormParams(autoForm.getId()); + if(paramList!=null&¶mList.size()>0){ + for(String param:paramList){ + String paramValue = request.getParameter(param); + if(paramValue==null){ + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", "缂哄皯琛ㄥ崟鍙傛暟锛"+param); + ViewVelocity.view(request,response,viewName,velocityContext); + } + } + } + velocityContext.put("formName", autoForm.getFormName()); + velocityContext.put("param", paramMap); + //paras = getFormData(autoForm,paramMap); + + String ftlContent = autoForm.getFormParse(); + // 1.鑾峰彇琛ㄥ崟鏁版嵁 + if(AutoFormTemplateParseUtil.OP_VIEW.equals(op)){ + // 2.瑙f瀽ueditor html 娉ㄥ叆鏁版嵁銆愰瑙堟煡鐪嬫ā寮忋 + paras = getFormData(autoForm,paramMap); + ftlContent = AutoFormTemplateParseUtil.parseHtmlForView(ftlContent,paras); + }else if(AutoFormTemplateParseUtil.OP_ADD.equals(op)){ + // 2.瑙f瀽ueditor html 娉ㄥ叆鏁版嵁銆愭坊鍔犳彁浜ゆā寮忋 + ftlContent = AutoFormTemplateParseUtil.parseHtmlForAdd(ftlContent,paras); + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review-add.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + }else if(AutoFormTemplateParseUtil.OP_UPDATE.equals(op)){ + paras = getFormData(autoForm,paramMap); + String id = request.getParameter("id"); + if(StringUtil.isEmpty(id)){ + throw new BusinessException("鍙傛暟id涓嶈兘涓虹┖锛"); + } + // 2.瑙f瀽ueditor html 娉ㄥ叆鏁版嵁銆愭洿鏂版彁浜ゆā寮忋 + ftlContent = AutoFormTemplateParseUtil.parseHtmlForUpdate(ftlContent,paras); + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review-update.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + }else if(AutoFormTemplateParseUtil.OP_ADD_OR_UPDATE.equals(op)){ + paras = getFormData(autoForm,paramMap); + // 2.瑙f瀽ueditor html 娉ㄥ叆鏁版嵁銆愭櫤鑳芥彁浜ゆā寮忋 + ftlContent = AutoFormTemplateParseUtil.parseHtmlForAddOrUpdate(ftlContent,paras); + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review-addorupdate.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } catch (Exception e) { + e.printStackTrace(); + message = "琛ㄥ崟娣诲姞澶辫触锛"+e.getMessage(); + } + + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", message); + ViewVelocity.view(request,response,viewName,velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormDbController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormDbController.java similarity index 69% rename from src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormDbController.java rename to src/main/java/org/jeecgframework/web/autoform/controller/AutoFormDbController.java index ed2433a2..3c2fe021 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormDbController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormDbController.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.controller.autoform; +package org.jeecgframework.web.autoform.controller; import java.sql.SQLException; import java.util.ArrayList; @@ -6,15 +6,13 @@ import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; -import java.util.Set; -import java.util.regex.Matcher; -import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; +import org.apache.velocity.VelocityContext; import org.jeecgframework.codegenerate.database.JeecgReadTable; import org.jeecgframework.codegenerate.pojo.Columnt; import org.jeecgframework.core.common.controller.BaseController; @@ -24,19 +22,19 @@ 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.DynamicDBUtil; -import org.jeecgframework.core.util.LogUtil; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.SqlUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbPage; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormDbServiceI; import org.jeecgframework.web.cgform.common.CgAutoListConstant; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbPage; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormDbServiceI; import org.jeecgframework.web.system.pojo.base.DynamicDataSourceEntity; import org.jeecgframework.web.system.service.DynamicDataSourceServiceI; import org.jeecgframework.web.system.service.SystemService; @@ -49,7 +47,6 @@ import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.servlet.ModelAndView; import com.alibaba.fastjson.JSONObject; -import com.sun.mail.handlers.message_rfc822; /** @@ -90,7 +87,7 @@ public class AutoFormDbController extends BaseController { request.setAttribute("autoFormId", autoFormId); } - return new ModelAndView("jeecg/cgform/autoform/autoFormDbList"); + return new ModelAndView("jeecg/autoform/autoFormDbList"); } /** @@ -226,20 +223,18 @@ public class AutoFormDbController extends BaseController { if (StringUtil.isNotEmpty(autoFormDb.getId())) { autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); } - req.setAttribute("autoFormDbPage", autoFormDb); - + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); req.setAttribute("dynamicDataSourceEntitys", dynamicDataSourceEntitys); - + try { List tableNames = new JeecgReadTable().readAllTableNames(); req.setAttribute("tableNames", tableNames); } catch (SQLException e) { logger.info(e.getMessage()); } - - return new ModelAndView("jeecg/cgform/autoform/autoFormDb-add"); + return new ModelAndView("jeecg/autoform/autoFormDb-add"); } /** @@ -251,7 +246,6 @@ public class AutoFormDbController extends BaseController { public ModelAndView goUpdate(AutoFormDbEntity autoFormDb, HttpServletRequest req) { if (StringUtil.isNotEmpty(autoFormDb.getId())) { autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); - List tableNames = null; if(StringUtils.isNotBlank(autoFormDb.getDbKey()) && "table".equals(autoFormDb.getDbType())){ @@ -259,10 +253,9 @@ public class AutoFormDbController extends BaseController { if(dynamicDataSourceEntity!=null){ tableNames = DynamicDBUtil.findList(autoFormDb.getDbKey(),SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'"+dynamicDataSourceEntity.getDbName()+"'"),String.class); } - } - + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); req.setAttribute("dynamicDataSourceEntitys", dynamicDataSourceEntitys); @@ -274,9 +267,7 @@ public class AutoFormDbController extends BaseController { //dbKey = autoFormDb.getTbDbKey(); dbKey = autoFormDb.getDbKey(); - } - if(StringUtils.isBlank(dbKey)){ //榛樿褰撳墠骞冲彴鏁版嵁婧 try { @@ -292,11 +283,10 @@ public class AutoFormDbController extends BaseController { } req.setAttribute("tableNames", tableNames); - req.setAttribute("autoFormDbPage", autoFormDb); } - return new ModelAndView("jeecg/cgform/autoform/autoFormDb-update"); + return new ModelAndView("jeecg/autoform/autoFormDb-update"); } @@ -318,7 +308,7 @@ public class AutoFormDbController extends BaseController { logger.info(e.getMessage()); } } - return new ModelAndView("jeecg/cgform/autoform/autoFormDbFieldList"); + return new ModelAndView("jeecg/autoform/autoFormDbFieldList"); } /** * 鍔犺浇鏄庣粏鍒楄〃[琛ㄥ崟鍙傛暟] @@ -338,7 +328,7 @@ public class AutoFormDbController extends BaseController { logger.info(e.getMessage()); } } - return new ModelAndView("jeecg/cgform/autoform/autoFormParamList"); + return new ModelAndView("jeecg/autoform/autoFormParamList"); } /** @@ -360,7 +350,6 @@ public class AutoFormDbController extends BaseController { //params = autoFormDbService.getSqlParams(sql); files = autoFormDbService.getField(sql,dbKey); params = autoFormDbService.getSqlParams(sql); - }catch (Exception e) { e.printStackTrace(); String errorInfo = "瑙f瀽澶辫触!

      澶辫触鍘熷洜锛"; @@ -381,8 +370,7 @@ public class AutoFormDbController extends BaseController { reJson.put("params", params); return reJson; } - - //add-begin--Author:luobaoli Date:20150621 for锛氬綋鏁版嵁搴撶被鍨嬮夋嫨涓篢able鏃讹紝澧炲姞琛ㄥ睘鎬у垪琛 + /** * 鍔犺浇鏄庣粏鍒楄〃[琛ㄥ睘鎬 * @@ -401,11 +389,9 @@ public class AutoFormDbController extends BaseController { logger.info(e.getMessage()); } } - return new ModelAndView("jeecg/cgform/autoform/autoFormDbFieldForTableList"); + return new ModelAndView("jeecg/autoform/autoFormDbFieldForTableList"); } - //add-end--Author:luobaoli Date:20150621 for锛氬綋鏁版嵁搴撶被鍨嬮夋嫨涓篢able鏃讹紝澧炲姞琛ㄥ睘鎬у垪琛 - - //add-begin--Author:luobaoli Date:20150621 for锛氳幏鍙栨暟鎹簮绫诲瀷瀵瑰簲鏁版嵁搴撶殑鎵鏈夎〃 + /** * 鏍规嵁鏁版嵁婧愯幏鍙栨墍鏈夎〃 * @param db_key @@ -423,7 +409,6 @@ public class AutoFormDbController extends BaseController { if(dynamicDataSourceEntity!=null){ tableNames = DynamicDBUtil.findList(dbKey,SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'" + dynamicDataSourceEntity.getDbName() + "'"),String.class); } - }else{ tableNames = new JeecgReadTable().readAllTableNames(); } @@ -437,9 +422,7 @@ public class AutoFormDbController extends BaseController { return reJson; } - //add-end--Author:luobaoli Date:20150621 for锛氳幏鍙栨暟鎹簮绫诲瀷瀵瑰簲鏁版嵁搴撶殑鎵鏈夎〃 - - //add-begin--Author:luobaoli Date:20150621 for锛氳幏鍙栨寚瀹氳〃鐨勬墍鏈夊垪 + /** * 鏍规嵁鏁版嵁婧愬拰琛ㄨ幏鍙栨墍鏈夊睘鎬 * @param sql @@ -452,12 +435,10 @@ public class AutoFormDbController extends BaseController { Map reJson = new HashMap(); List columnsNames = null; if(StringUtils.isNotBlank(dbKey)){ - DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(dbKey); if(dynamicDataSourceEntity!=null){ columnsNames = DynamicDBUtil.findList(dbKey,SqlUtil.getAllCloumnSql(dynamicDataSourceEntity.getDbType(), "'" + tableName + "'", "'" + dynamicDataSourceEntity.getDbName() + "'"),String.class); } - }else{ try { List columns = new JeecgReadTable().readOriginalTableColumn(tableName); @@ -477,9 +458,7 @@ public class AutoFormDbController extends BaseController { return reJson; } - //add-end--Author:luobaoli Date:20150621 for锛氳幏鍙栨寚瀹氳〃鐨勬墍鏈夊垪 - - //add-begin--Author:luobaoli Date:20150626 for锛氭柊澧炴暟鎹簮灞曠ず椤甸潰 + /** * 鏁版嵁婧愬睍绀 * @param id @@ -502,11 +481,9 @@ public class AutoFormDbController extends BaseController { req.setAttribute("autoFormDbEntity", autoFormDbEntity); } - return new ModelAndView("jeecg/cgform/autoform/autoFormDb-view"); + return new ModelAndView("jeecg/autoform/autoFormDb-view"); } - //add-end--Author:luobaoli Date:20150626 for锛氭柊澧炴暟鎹簮灞曠ず椤甸潰 - - //add-begin--Author:luobaoli Date:20150626 for锛氭柊澧為氳繃鍔ㄦ丼QL鎴栬呮暟鎹簮琛ㄥ姩鎬佽幏鍙栫浉鍏虫暟鎹姛鑳 + /** @@ -543,7 +520,6 @@ public class AutoFormDbController extends BaseController { //褰撳墠涓婁笅鏂囦腑鐨凞B鐜锛岃幏鍙栨暟鎹簱琛ㄤ腑鐨勬墍鏈夋暟鎹 map = systemService.findForJdbc(hqlTable.toString()); } - else{ DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(dbKey); if(dynamicDataSourceEntity!=null){ @@ -584,12 +560,10 @@ public class AutoFormDbController extends BaseController { map = DynamicDBUtil.findList(tbDbKey,dbDynSql);*/ if (StringUtil.isNotEmpty(dbKey)) { map = DynamicDBUtil.findList(dbKey,dbDynSql); - }else{ map = systemService.findForJdbc(dbDynSql); } } - msg = "鍔ㄦ丼QL鏁版嵁鏌ヨ鎴愬姛锛"; j.setObj(map); } catch (Exception e) { @@ -605,11 +579,6 @@ public class AutoFormDbController extends BaseController { j.setMsg(msg); return j; } - - //add-end--Author:luobaoli Date:20150626 for锛氭柊澧為氳繃鍔ㄦ丼QL鎴栬呮暟鎹簮琛ㄥ姩鎬佽幏鍙栫浉鍏虫暟鎹姛鑳 - - - //add-begin--Author:jg_renjie Date:20150720 for锛氬鍔犳暟鎹簮鍚嶇О鐨勫敮涓鎬ф牎楠 /** * 鍒ゆ柇鏁版嵁婧愬悕绉版槸鍚﹂噸澶 @@ -639,7 +608,208 @@ public class AutoFormDbController extends BaseController { return jsonObject; } - //add-end--Author:jg_renjie Date:20150720 for锛氬鍔犳暟鎹簮鍚嶇О鐨勫敮涓鎬ф牎楠 + /** + * 琛ㄥ崟鏁版嵁婧愬垪琛 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "autoFormDb_vm") + public void autoFormDbVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + + String autoFormId = request.getParameter("autoFormId"); + if(oConvertUtils.isNotEmpty(autoFormId)){ + velocityContext.put("autoFormId", autoFormId); + } + + String viewName = "autoform/autoFormDbList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 琛ㄥ崟鏁版嵁婧愭柊澧為〉闈㈣烦杞 + * + * @return + */ + @RequestMapping(params = "goAdd_vm") + public void goAddVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + + VelocityContext velocityContext = new VelocityContext(); + + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); + } + velocityContext.put("autoFormDbPage", autoFormDb); + + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); + velocityContext.put("dynamicDataSourceEntitys", dynamicDataSourceEntitys); + + try { + List tableNames = new JeecgReadTable().readAllTableNames(); + velocityContext.put("tableNames", tableNames); + } catch (SQLException e) { + logger.info(e.getMessage()); + } + + String viewName = "autoform/autoFormDb-add.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 琛ㄥ崟鏁版嵁婧愮紪杈戦〉闈㈣烦杞 + * + * @return + */ + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + + VelocityContext velocityContext = new VelocityContext(); + + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); + List tableNames = null; + if(StringUtils.isNotBlank(autoFormDb.getDbKey()) && "table".equals(autoFormDb.getDbType())){ + + DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(autoFormDb.getDbKey()); + if(dynamicDataSourceEntity!=null){ + tableNames = DynamicDBUtil.findList(autoFormDb.getDbKey(),SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'"+dynamicDataSourceEntity.getDbName()+"'"),String.class); + } + + } + + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); + velocityContext.put("dynamicDataSourceEntitys", dynamicDataSourceEntitys); + + //鏁版嵁婧愮被鍨 + String dbKey = null; + if(CgAutoListConstant.DB_TYPE_TABLE.equals(autoFormDb.getDbType())){ + dbKey = autoFormDb.getDbKey(); + }else if(CgAutoListConstant.DB_TYPE_SQL.equals(autoFormDb.getDbType())){ + + //dbKey = autoFormDb.getTbDbKey(); + dbKey = autoFormDb.getDbKey(); + } + if(StringUtils.isBlank(dbKey)){ + //榛樿褰撳墠骞冲彴鏁版嵁婧 + try { + tableNames = new JeecgReadTable().readAllTableNames(); + } catch (SQLException e) { + } + }else{ + //涓у寲閰嶇疆澶氭暟鎹簮 + DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(dbKey); + if(dynamicDataSourceEntity!=null){ + tableNames = DynamicDBUtil.findList(dbKey,SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'" + dynamicDataSourceEntity.getDbName() + "'"),String.class); + } + } + + velocityContext.put("tableNames", tableNames); + velocityContext.put("autoFormDbPage", autoFormDb); + + } + String viewName = "autoform/autoFormDb-update.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 鍔犺浇鏄庣粏鍒楄〃[琛ㄥ崟鏁版嵁婧愬睘鎬 + * + * @return + */ + @RequestMapping(params = "autoFormDbFieldList_vm") + public void autoFormDbFieldListVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + //=================================================================================== + //鏌ヨ-琛ㄥ崟鏁版嵁婧愬睘鎬 + String hql0 = "from AutoFormDbFieldEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormDbFieldEntityList = systemService.findHql(hql0,autoFormDb.getId()); + velocityContext.put("autoFormDbFieldList", autoFormDbFieldEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + String viewName = "autoform/autoFormDbFieldList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 鍔犺浇鏄庣粏鍒楄〃[琛ㄥ崟鍙傛暟] + * + * @return + */ + @RequestMapping(params = "autoFormParamList_vm") + public void autoFormParamListVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + //=================================================================================== + //鏌ヨ-琛ㄥ崟鍙傛暟 + String hql1 = "from AutoFormParamEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormParamEntityList = systemService.findHql(hql1,autoFormDb.getId()); + velocityContext.put("autoFormParamList", autoFormParamEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + + String viewName = "autoform/autoFormParamList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 鏁版嵁婧愬睍绀 + * @param id + * @return + */ + @RequestMapping(params="goView_vm") + public void goViewVM(@RequestParam String id, HttpServletResponse response, HttpServletRequest request) throws Exception{ + + VelocityContext velocityContext = new VelocityContext(); + + if(StringUtil.isNotEmpty(id)){ + AutoFormDbEntity autoFormDbEntity = autoFormDbService.getEntity(AutoFormDbEntity.class, id); + if(autoFormDbEntity!=null){ + //鏌ヨ-琛ㄥ崟鍙傛暟 + String hql1 = "from AutoFormParamEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormParamEntityList = systemService.findHql(hql1,id); + velocityContext.put("autoFormParamList", autoFormParamEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + + velocityContext.put("autoFormDbEntity", autoFormDbEntity); + } + + String viewName = "autoform/autoFormDb-view.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + /** + * 鍔犺浇鏄庣粏鍒楄〃[琛ㄥ睘鎬 + * + * @return + */ + @RequestMapping(params = "autoFormDbFieldForTableList_vm") + public void autoFormDbFieldForTableListVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + //=================================================================================== + //鏌ヨ-琛ㄥ崟鏁版嵁婧愬睘鎬 + String hql0 = "from AutoFormDbFieldEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormDbFieldEntityList = systemService.findHql(hql0,autoFormDb.getId()); + velocityContext.put("autoFormDbFieldList", autoFormDbFieldEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + + String viewName = "autoform/autoFormDbFieldForTableList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormStyleController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormStyleController.java similarity index 82% rename from src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormStyleController.java rename to src/main/java/org/jeecgframework/web/autoform/controller/AutoFormStyleController.java index 8dda1dc6..eda864eb 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormStyleController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormStyleController.java @@ -1,34 +1,32 @@ -package org.jeecgframework.web.cgform.controller.autoform; +package org.jeecgframework.web.autoform.controller; 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.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.springframework.context.annotation.Scope; +import org.apache.velocity.VelocityContext; 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.StringUtil; -import org.jeecgframework.tag.core.easyui.TagUtil; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormStyleServiceI; -import org.jeecgframework.web.system.pojo.base.TSDepart; -import org.jeecgframework.web.system.service.SystemService; import org.jeecgframework.core.util.MyBeanUtils; +import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; +import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormStyleServiceI; +import org.jeecgframework.web.system.service.SystemService; +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.ResponseBody; +import org.springframework.web.servlet.ModelAndView; import com.alibaba.fastjson.JSONObject; @@ -64,7 +62,7 @@ public class AutoFormStyleController extends BaseController { */ @RequestMapping(params = "autoFormStyle") public ModelAndView autoFormStyle(HttpServletRequest request) { - return new ModelAndView("jeecg/cgform/autoform/autoFormStyleList"); + return new ModelAndView("jeecg/autoform/autoFormStyleList"); } /** @@ -206,7 +204,7 @@ public class AutoFormStyleController extends BaseController { autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); req.setAttribute("autoFormStylePage", autoFormStyle); } - return new ModelAndView("jeecg/cgform/autoform/autoFormStyle-add"); + return new ModelAndView("jeecg/autoform/autoFormStyle-add"); } /** * 琛ㄥ崟鏍峰紡琛ㄧ紪杈戦〉闈㈣烦杞 @@ -219,7 +217,7 @@ public class AutoFormStyleController extends BaseController { autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); req.setAttribute("autoFormStylePage", autoFormStyle); } - return new ModelAndView("jeecg/cgform/autoform/autoFormStyle-update"); + return new ModelAndView("jeecg/autoform/autoFormStyle-update"); } @@ -330,4 +328,49 @@ public class AutoFormStyleController extends BaseController { } return j; }*/ + + /** + * 琛ㄥ崟鏍峰紡琛ㄦ柊澧為〉闈㈣烦杞 + * + * @return + */ + @RequestMapping(params = "goAdd_vm") + public void goAddVM(AutoFormStyleEntity autoFormStyle, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + + if (StringUtil.isNotEmpty(autoFormStyle.getId())) { + autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); + velocityContext.put("autoFormStylePage", autoFormStyle); + } + String viewName = "autoform/autoFormStyle-add.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + /** + * 琛ㄥ崟鏍峰紡琛ㄧ紪杈戦〉闈㈣烦杞 + * + * @return + */ + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(AutoFormStyleEntity autoFormStyle, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormStyle.getId())) { + autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); + velocityContext.put("autoFormStylePage", autoFormStyle); + } + String viewName = "autoform/autoFormStyle-update.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + /** + * 琛ㄥ崟鏍峰紡琛ㄥ垪琛 椤甸潰璺宠浆 + * + * @return + */ + @RequestMapping(params = "autoFormStyle_vm") + public void autoFormStyleVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "autoform/autoFormStyleList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbEntity.java similarity index 95% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbEntity.java index 530ad87b..461009d4 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbEntity.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; @@ -54,9 +54,7 @@ public class AutoFormDbEntity implements java.io.Serializable { private java.lang.String tbDbKey; /**濉姤鏁版嵁琛*/ private java.lang.String tbDbTableName; - private String dbChName; - /** *鏂规硶: 鍙栧緱java.lang.String *@return: java.lang.String 涓婚敭 @@ -312,7 +310,6 @@ public class AutoFormDbEntity implements java.io.Serializable { this.autoFormId = autoFormId; } - //add-begin--Author:luobaoli Date:20150620 for锛氬鍔犳暟鎹簮瀛楁 /** *鏂规硶: 鍙栧緱java.lang.String *@return: java.lang.String 涓婚敭瀛楁 @@ -326,9 +323,7 @@ public class AutoFormDbEntity implements java.io.Serializable { public void setDbKey(java.lang.String dbKey) { this.dbKey = dbKey; } - //add-end--Author:luobaoli Date:20150620 for锛氬鍔犳暟鎹簮瀛楁 - //add-begin--Author: jg_huangxg Date:20150723 for锛氬鍔犲~鎶ユ暟鎹簮瀛楁鍜屽~鎶ユ暟鎹〃瀛楁 public void setTbDbKey(java.lang.String tbDbKey) { this.tbDbKey = tbDbKey; } @@ -346,7 +341,6 @@ public class AutoFormDbEntity implements java.io.Serializable { public java.lang.String getTbDbTableName() { return tbDbTableName; } - //add-end--Author: jg_huangxg Date:20150723 for锛氬鍔犲~鎶ユ暟鎹簮瀛楁鍜屽~鎶ユ暟鎹〃瀛楁 @Column(name ="DB_CH_NAME",nullable=true,length=32) public String getDbChName() { @@ -356,5 +350,4 @@ public class AutoFormDbEntity implements java.io.Serializable { public void setDbChName(String dbChName) { this.dbChName = dbChName; } - } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbFieldEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbFieldEntity.java similarity index 94% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbFieldEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbFieldEntity.java index 2b3de6ba..f9716e67 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbFieldEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbFieldEntity.java @@ -1,21 +1,12 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.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; /** @@ -53,10 +44,8 @@ public class AutoFormDbFieldEntity implements java.io.Serializable { /**瀛楁鍚*/ @Excel(name="瀛楁鍚") private java.lang.String fieldName; - @Excel(name="瀛楁鏂囨湰") private String fieldText; - /** *鏂规硶: 鍙栧緱java.lang.String *@return: java.lang.String 涓婚敭 @@ -246,5 +235,4 @@ public class AutoFormDbFieldEntity implements java.io.Serializable { this.fieldText = fieldText; } - } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbPage.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbPage.java similarity index 97% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbPage.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbPage.java index 89f1cd57..a93ef8f1 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbPage.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbPage.java @@ -1,9 +1,10 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; import java.util.ArrayList; import java.util.List; + /** * @Title: Entity * @Description: 琛ㄥ崟鏁版嵁婧 @@ -271,12 +272,12 @@ public class AutoFormDbPage implements java.io.Serializable { public void setAutoFormId(java.lang.String autoFormId){ this.autoFormId = autoFormId; } - //add-begin--Author:luobaoli Date:20150620 for锛氬鍔犳暟鎹簮瀛楁 + public java.lang.String getDbKey() { return dbKey; } public void setDbKey(java.lang.String dbKey) { this.dbKey = dbKey; } - //add-end--Author:luobaoli Date:20150620 for锛氬鍔犳暟鎹簮瀛楁 + } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormEntity.java similarity index 95% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormEntity.java index 29de0860..7b01380a 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormEntity.java @@ -1,23 +1,13 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.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 javax.persistence.Transient; import org.hibernate.annotations.GenericGenerator; -import javax.persistence.SequenceGenerator; import org.jeecgframework.poi.excel.annotation.Excel; /** @@ -71,9 +61,7 @@ public class AutoFormEntity implements java.io.Serializable { private java.lang.String dbId; private java.lang.String autoFormId; - private String mainTableSource; - /** *鏂规硶: 鍙栧緱java.lang.String *@return: java.lang.String 涓婚敭 @@ -311,7 +299,6 @@ public class AutoFormEntity implements java.io.Serializable { public void setAutoFormId(java.lang.String autoFormId) { this.autoFormId = autoFormId; } - @Column(name ="main_table_source",nullable=true) public String getMainTableSource() { return mainTableSource; @@ -320,5 +307,4 @@ public class AutoFormEntity implements java.io.Serializable { public void setMainTableSource(String mainTableSource) { this.mainTableSource = mainTableSource; } - } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormParamEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormParamEntity.java similarity index 99% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormParamEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormParamEntity.java index 0d3dd633..49b6ba8e 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormParamEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormParamEntity.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; import javax.persistence.Column; import javax.persistence.Entity; diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormStyleEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormStyleEntity.java similarity index 94% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormStyleEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormStyleEntity.java index 5ae06658..1da06b21 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormStyleEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormStyleEntity.java @@ -1,21 +1,12 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.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; /** diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormDbServiceI.java b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormDbServiceI.java similarity index 82% rename from src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormDbServiceI.java rename to src/main/java/org/jeecgframework/web/autoform/service/AutoFormDbServiceI.java index 9a53c602..418076b2 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormDbServiceI.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormDbServiceI.java @@ -1,10 +1,10 @@ -package org.jeecgframework.web.cgform.service.autoform; +package org.jeecgframework.web.autoform.service; import java.util.List; import org.jeecgframework.core.common.service.CommonService; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; public interface AutoFormDbServiceI extends CommonService{ diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormServiceI.java b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormServiceI.java similarity index 91% rename from src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormServiceI.java rename to src/main/java/org/jeecgframework/web/autoform/service/AutoFormServiceI.java index e93c625e..03721c16 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormServiceI.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormServiceI.java @@ -1,7 +1,7 @@ -package org.jeecgframework.web.cgform.service.autoform; +package org.jeecgframework.web.autoform.service; import org.jeecgframework.core.common.service.CommonService; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormEntity; +import org.jeecgframework.web.autoform.entity.AutoFormEntity; import org.jeecgframework.web.cgform.exception.BusinessException; import java.io.Serializable; diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormStyleServiceI.java b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormStyleServiceI.java similarity index 83% rename from src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormStyleServiceI.java rename to src/main/java/org/jeecgframework/web/autoform/service/AutoFormStyleServiceI.java index 04b03a5d..891289e0 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormStyleServiceI.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormStyleServiceI.java @@ -1,7 +1,7 @@ -package org.jeecgframework.web.cgform.service.autoform; +package org.jeecgframework.web.autoform.service; import org.jeecgframework.core.common.service.CommonService; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; import java.io.Serializable; diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormDbServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormDbServiceImpl.java similarity index 96% rename from src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormDbServiceImpl.java rename to src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormDbServiceImpl.java index 95dc2d3e..55af8a18 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormDbServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormDbServiceImpl.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.service.impl.autoform; +package org.jeecgframework.web.autoform.service.impl; import java.util.ArrayList; import java.util.List; import java.util.Map; @@ -15,10 +15,10 @@ import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.SqlUtil; import org.jeecgframework.core.util.oConvertUtils; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormDbServiceI; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; +import org.jeecgframework.web.autoform.service.AutoFormDbServiceI; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @@ -288,5 +288,4 @@ public class AutoFormDbServiceImpl extends CommonServiceImpl implements AutoForm } return fields; } - } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java similarity index 96% rename from src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormServiceImpl.java rename to src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java index 519ddd9f..366153c5 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.service.impl.autoform; +package org.jeecgframework.web.autoform.service.impl; import java.io.Serializable; import java.util.Date; @@ -16,11 +16,11 @@ import org.jeecgframework.core.util.DateUtils; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.UUIDGenerator; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormEntity; +import org.jeecgframework.web.autoform.service.AutoFormServiceI; +import org.jeecgframework.web.autoform.util.AutoFormTemplateParseUtil; import org.jeecgframework.web.cgform.exception.BusinessException; -import org.jeecgframework.web.cgform.service.autoform.AutoFormServiceI; -import org.jeecgframework.web.cgform.util.AutoFormTemplateParseUtil; import org.springframework.dao.DuplicateKeyException; import org.springframework.jdbc.UncategorizedSQLException; import org.springframework.stereotype.Service; @@ -152,7 +152,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe } } } - //add-start--Author:chenchunpeng Date:20160613 for锛氳嚜瀹氫箟琛ㄥ崟璁惧畾榛樿鍊 + /** * 鎻掑叆鎿嶄綔鏃跺皢绯荤粺鍙橀噺绾﹀畾鐨勫瓧娈佃祴鍊 * @param data @@ -198,7 +198,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe data.put(DataBaseConstant.UPDATE_NAME_TABLE, ResourceUtil.getUserSystemData(DataBaseConstant.SYS_USER_NAME)); } } - //add-end--Author:chenchunpeng Date:chenchunpeng Date:20160613 for锛氳嚜瀹氫箟琛ㄥ崟璁惧畾榛樿鍊 + @SuppressWarnings({ "rawtypes", "unchecked" }) @Override public String doUpdateTable(String formName, @@ -232,7 +232,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe } String tbDbTableName = autoFormDbEntity.getTbDbTableName(); //绯荤粺涓婁笅鏂囧彉閲忚祴鍊 - //add-start--Author:chenchunpeng Date:20160613 for锛氳嚜瀹氫箟琛ㄥ崟璁惧畾榛樿鍊 + Object val=data.get("id"); //閫氳繃鍒ゆ柇id鏄惁鏈夊肩‘瀹氭槸娣诲姞杩樻槸淇敼 if(StringUtil.isNotEmpty(val)){ @@ -240,7 +240,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe }else{ fillInsertSysVar(data); } - //add-end--Author:chenchunpeng Date:20160613 for锛氳嚜瀹氫箟琛ㄥ崟璁惧畾榛樿鍊 + String id = null; String comma = ""; StringBuffer updateSqlBuffer = new StringBuffer(); diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormStyleServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormStyleServiceImpl.java similarity index 91% rename from src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormStyleServiceImpl.java rename to src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormStyleServiceImpl.java index 87878e38..15b55756 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormStyleServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormStyleServiceImpl.java @@ -1,8 +1,8 @@ -package org.jeecgframework.web.cgform.service.impl.autoform; +package org.jeecgframework.web.autoform.service.impl; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormStyleServiceI; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormStyleServiceI; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import java.util.UUID; diff --git a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormCommUtil.java b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormCommUtil.java similarity index 98% rename from src/main/java/org/jeecgframework/web/cgform/util/AutoFormCommUtil.java rename to src/main/java/org/jeecgframework/web/autoform/util/AutoFormCommUtil.java index ed86e795..fa8b042f 100644 --- a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormCommUtil.java +++ b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormCommUtil.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.util; +package org.jeecgframework.web.autoform.util; import java.util.HashMap; import java.util.Iterator; diff --git a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormTemplateParseUtil.java b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormTemplateParseUtil.java similarity index 99% rename from src/main/java/org/jeecgframework/web/cgform/util/AutoFormTemplateParseUtil.java rename to src/main/java/org/jeecgframework/web/autoform/util/AutoFormTemplateParseUtil.java index fe0890c5..c2fc2146 100644 --- a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormTemplateParseUtil.java +++ b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormTemplateParseUtil.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.util; +package org.jeecgframework.web.autoform.util; import java.text.MessageFormat; import java.text.SimpleDateFormat; @@ -479,13 +479,11 @@ public class AutoFormTemplateParseUtil { if ((i+1) == tdCount)// 鏈鍚庝竴鍒椾笉鏄剧ず { - // if(row == 0){ // tr += ""; // } else { tr += ""; // } - } if (row == 0)// 缁熻鐨勮鍙湁涓琛 @@ -493,9 +491,7 @@ public class AutoFormTemplateParseUtil { // region if(!"1".equals(flag)){ if (sum != "") { - isExistSum = true; - tdSum += MessageFormat .format( "鍚堣锛{3}", @@ -524,7 +520,6 @@ public class AutoFormTemplateParseUtil { temp_html = MessageFormat.format(temp, theader, sbTr.toString(), tdSum); String divId = name+"_row_templet"; - temp_html += ""; - return temp_html; } @@ -766,9 +760,7 @@ public class AutoFormTemplateParseUtil { // String leipiplugins = (String)atrrMap.get("leipiplugins"); String orgtype = (String)atrrMap.get("orgtype"); String autofield = (String)atrrMap.get("autofield"); - String datatype = (String)atrrMap.get("datatype"); - StringBuilder sb = new StringBuilder(); //add by jg_renjie at 20151029 for:鑷畾涔夊崟琛屾枃鏈帶浠跺疄鐜版棩鍘嗛夐」鍙奷atatype鏃犲兼椂鎻愮ず閿欒 sb.append(""); html = sb.toString(); return html; diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java index f0644c09..f066b9bd 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java @@ -5,6 +5,7 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Logger; +import org.apache.velocity.VelocityContext; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; @@ -12,15 +13,17 @@ 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.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigHeadEntity; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigItemEntity; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigParamEntity; import org.jeecgframework.web.cgdynamgraph.page.core.CgDynamGraphConfigHeadPage; import org.jeecgframework.web.cgdynamgraph.service.core.CgDynamGraphConfigHeadServiceI; +import org.jeecgframework.web.cgreport.entity.core.CgreportConfigHeadEntity; +import org.jeecgframework.web.cgreport.entity.core.CgreportConfigParamEntity; import org.jeecgframework.web.system.service.SystemService; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; @@ -30,8 +33,8 @@ import org.springframework.web.servlet.ModelAndView; /** * @Title: Controller - * @Description: 鍔ㄦ佸浘琛ㄩ厤缃姮澶 - * @author 璧典繆澶 + * @Description: Online绉诲姩鎶ヨ〃閰嶇疆鍔熻兘 + * @author scott * @date 2016-01-10 16:00:21 * @version V1.0 * @@ -60,6 +63,13 @@ public class CgDynamGraphConfigHeadController extends BaseController { public ModelAndView CgDynamGraphConfigHead(HttpServletRequest request) { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList"); } + + @RequestMapping(params = "cgDynamGraphConfigHeadVM") + public void CgDynamGraphConfigHeadVM(HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigHeadList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } /** * easyui AJAX璇锋眰鏁版嵁 @@ -200,6 +210,14 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigHead-add"); } + @RequestMapping(params = "goAdd_vm") + public void goAddVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigHead-add.vm"; + + ViewVelocity.view(request,response,viewName,velocityContext); + } + /** * 鍔ㄦ佹姤琛ㄩ厤缃姮澶寸紪杈戦〉闈㈣烦杞 * @@ -214,6 +232,18 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigHead-update"); } + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(@RequestParam(required = true, value = "id" ) String id, HttpServletResponse response, HttpServletRequest request) throws Exception { + + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigHead-update.vm"; + + CgDynamGraphConfigHeadEntity cgDynamGraphConfigHead = cgDynamGraphConfigHeadService.getEntity(CgDynamGraphConfigHeadEntity.class, id); + + velocityContext.put("cgDynamGraphConfigHeadPage",cgDynamGraphConfigHead); + + ViewVelocity.view(request,response,viewName,velocityContext); + } /** * 鍔犺浇鏄庣粏鍒楄〃[鍔ㄦ佹姤琛ㄩ厤缃槑缁哴 @@ -238,6 +268,26 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigItemList"); } + @RequestMapping(params = "cgDynamGraphConfigItemList_vm") + public void cgDynamGraphConfigItemListVM(@RequestParam(required = true, value = "id" ) String id, HttpServletResponse response, HttpServletRequest request) throws Exception { + + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigItemList.vm"; + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = id; + //=================================================================================== + //鏌ヨ-鍔ㄦ佹姤琛ㄩ厤缃槑缁 + String hql0 = "from CgDynamGraphConfigItemEntity where 1 = 1 AND cgrheadId = ? "; + try{ + List cgDynamGraphConfigItemEntityList = systemService.findHql(hql0,id0); + velocityContext.put("cgDynamGraphConfigItemList", cgDynamGraphConfigItemEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + ViewVelocity.view(request,response,viewName,velocityContext); + } + /** * 鍔犺浇鍙傛暟鍒楄〃[鍔ㄦ佹姤琛ㄥ弬鏁癩 * @@ -261,6 +311,25 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList"); } + @RequestMapping(params = "cgDynamGraphConfigParamList_vm") + public void cgDynamGraphConfigParamListVM(@RequestParam(required = true, value = "id" ) String id, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigParamList.vm"; + //=================================================================================== + //鑾峰彇鍙傛暟 + Object id0 = id; + //=================================================================================== + //鏌ヨ-鍔ㄦ佹姤琛ㄩ厤缃槑缁 + String hql0 = "from CgDynamGraphConfigParamEntity where 1 = 1 AND cgrheadId = ? "; + try{ + List cgDynamGraphConfigParamEntityList = systemService.findHql(hql0,id0); + velocityContext.put("cgDynamGraphConfigParamList",cgDynamGraphConfigParamEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + ViewVelocity.view(request,response,viewName,velocityContext); + } + @RequestMapping(params = "popmenulink") public ModelAndView popmenulink(ModelMap modelMap, @RequestParam String url, @@ -287,4 +356,33 @@ public class CgDynamGraphConfigHeadController extends BaseController { modelMap.put("params",sb.toString()); return new ModelAndView("jeecg/cgreport/core/popmenulink"); } + + @RequestMapping(params = "popmenulink_vm") + public void popmenulinkVM(@RequestParam String url, @RequestParam String title, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/popmenulink.vm"; + StringBuilder sb = new StringBuilder(""); + try{ + CgreportConfigHeadEntity cgreportConfigHead = systemService.findUniqueByProperty(CgreportConfigHeadEntity.class, "code", title); + String hql0 = "from CgreportConfigParamEntity where 1 = 1 AND cgrheadId = ? "; + List cgreportConfigParamList = systemService.findHql(hql0,cgreportConfigHead.getId()); + if(cgreportConfigParamList!=null&cgreportConfigParamList.size()>0){ + for(CgreportConfigParamEntity cgreportConfigParam :cgreportConfigParamList){ + sb.append("&").append(cgreportConfigParam.getParamName()).append("="); + if(StringUtil.isNotEmpty(cgreportConfigParam.getParamValue())){ + sb.append(cgreportConfigParam.getParamValue()); + }else{ + sb.append("${"+cgreportConfigParam.getParamName()+"}"); + } + } + } + }catch(Exception e){ + logger.info(e.getMessage()); + } + velocityContext.put("title",title); + velocityContext.put("url",url); + velocityContext.put("params",sb.toString()); + + ViewVelocity.view(request,response,viewName,velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java index 224ef152..608e5bda 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java @@ -20,6 +20,10 @@ import org.apache.commons.lang.StringUtils; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.enums.SysThemesEnum; +import org.jeecgframework.core.online.def.CgReportConstant; +import org.jeecgframework.core.online.exception.CgReportNotFoundException; +import org.jeecgframework.core.online.util.CgReportQueryParamUtil; +import org.jeecgframework.core.online.util.FreemarkerHelper; import org.jeecgframework.core.util.ContextHolderUtils; import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.SqlUtil; @@ -27,11 +31,6 @@ import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.SysThemesUtil; import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.web.cgdynamgraph.service.core.CgDynamGraphServiceI; -import org.jeecgframework.web.cgform.common.CgAutoListConstant; -import org.jeecgframework.web.cgform.engine.FreemarkerHelper; -import org.jeecgframework.web.cgreport.common.CgReportConstant; -import org.jeecgframework.web.cgreport.exception.CgReportNotFoundException; -import org.jeecgframework.web.cgreport.util.CgReportQueryParamUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @@ -40,8 +39,8 @@ import org.springframework.web.bind.annotation.ResponseBody; /** * * @Title:CgReportController - * @description:鍔ㄦ佹姤琛ㄥ睍绀烘帶鍒跺櫒 - * @author 璧典繆澶 + * @description: Online绉诲姩鎶ヨ〃灞曠ず + * @author scott * @date Jul 29, 2013 9:39:40 PM * @version V1.0 */ @@ -66,7 +65,7 @@ public class CgDynamGraphController extends BaseController { //step.3 缁勫悎妯℃澘+鏁版嵁鍙傛暟锛岃繘琛岄〉闈㈠睍鐜 loadVars(cgDynamGraphMap,request); String html; - + //鍒ゆ柇鏄惁涓虹患鍚堢被 Map mainConfig = (Map )cgDynamGraphMap.get(CgReportConstant.MAIN); String defaultGtype =mainConfig.get("graph_type")==null?null:(String)mainConfig.get("graph_type"); @@ -81,7 +80,6 @@ public class CgDynamGraphController extends BaseController { //璁剧疆gtype html = viewEngine.parseTemplate("/org/jeecgframework/web/cgdynamgraph/engine/core/cgDynamGraphDesignMobile.ftl", cgDynamGraphMap); } - try { response.setContentType("text/html"); response.setHeader("Cache-Control", "no-store"); @@ -264,7 +262,6 @@ public class CgDynamGraphController extends BaseController { } } //step.4 杩涜鏌ヨ杩斿洖缁撴灉 - String dbKey=(String)configM.get("db_source"); List> result=null; Long size=0l; @@ -282,7 +279,6 @@ public class CgDynamGraphController extends BaseController { result= cgDynamGraphService.queryByCgDynamGraphSql(querySql, queryparams); size = cgDynamGraphService.countQueryByCgDynamGraphSql(querySql, queryparams); } - dealDic(result,items); dealReplace(result,items); response.setContentType("application/json"); @@ -329,7 +325,6 @@ public class CgDynamGraphController extends BaseController { }else{ errorInfo += "SQL璇硶閿欒."; } - reJson.put("status", "error"); reJson.put("datas", errorInfo); return reJson; diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java index 468d7ce2..90e2fa03 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java @@ -43,10 +43,9 @@ public class CgDynamGraphConfigHeadEntity implements java.io.Serializable { private java.lang.String updateBy; /**淇敼浜哄悕绉*/ private java.lang.String updateName; - + /**鍔ㄦ佹暟鎹簮*/ private String dbSource; - /**鍥捐〃绫诲瀷*/ @@ -236,7 +235,6 @@ public class CgDynamGraphConfigHeadEntity implements java.io.Serializable { public void setUpdateName(java.lang.String updateName){ this.updateName = updateName; } - @Column(name ="db_source",length=36) public String getDbSource() { return dbSource; @@ -245,7 +243,6 @@ public class CgDynamGraphConfigHeadEntity implements java.io.Serializable { public void setDbSource(String dbSource) { this.dbSource = dbSource; } - @Column(name ="graph_type",length=36) public String getGraphType() { diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java index cac81c7c..9d8b3bbf 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java @@ -55,7 +55,7 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { private java.lang.String cgrSql; /**鎻忚堪*/ private java.lang.String content; - + /**鍥捐〃绫诲瀷*/ private String graphType; /**鏁版嵁缁撴瀯绫诲瀷*/ @@ -63,7 +63,6 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { /**鏄惁鍒嗛〉*/ private String isPagination; - /** @@ -150,7 +149,6 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { public void setContent(java.lang.String content){ this.content = content; } - @Column(name ="graph_type",length=36) public String getGraphType() { return graphType; @@ -178,5 +176,4 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { this.isPagination = isPagination; } - } diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java index 4f712dda..e0d3c302 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java @@ -10,13 +10,13 @@ import java.util.Set; import org.jeecgframework.core.common.dao.jdbc.JdbcDao; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.online.def.CgReportConstant; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.web.cgdynamgraph.dao.core.CgDynamGraphDao; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigHeadEntity; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigParamEntity; import org.jeecgframework.web.cgdynamgraph.service.core.CgDynamGraphServiceI; -import org.jeecgframework.web.cgreport.common.CgReportConstant; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java b/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java index 385daf0f..7b803901 100644 --- a/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java +++ b/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java @@ -157,4 +157,8 @@ public class CgAutoListConstant { public static final String CODE_JSP_MODE_03 = "03"; /** 鑷畾涔夋ā鏉 */ public static final String CODE_JSP_MODE_04 = "04"; + + /** online閰嶇疆琛ㄥ崟鐗堟湰鍒嗛殧绗 */ + public static final String ONLINE_TABLE_SPLIT_STR = "__"; + } diff --git a/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java b/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java index 199753ed..0dcc86cd 100644 --- a/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java +++ b/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java @@ -50,12 +50,10 @@ public class FormHtmlUtil { private static String getTextAreaFormHtml( CgFormFieldEntity cgFormFieldEntity) { StringBuilder html = new StringBuilder(""); - html.append(" +

      +     鎮ㄥ彲浠ラ敭鍏モ溾濅綔涓轰竴涓弬鏁帮紝杩欓噷abc鏄弬鏁扮殑鍚嶇О銆備緥濡傦細
      +     select * from table where id = ${abc}銆
      +     select * from table where id = '${abc}'锛堝鏋渋d瀛楁涓哄瓧绗︿覆绫诲瀷锛 +

      +
      + + + + +
      + 鏌ヨ鍙傛暟 +
      +
      + + + + +
      + 鏌ヨ鏁版嵁鍒 +
      +
      + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + + + + + +
      [ + 鍒犻櫎] +
      +
      +
      +
      + + + + + + + + + + + + + + +
      [ + 鍒犻櫎] +
      +
      +
      +
      + + + + + + +
      [ + 鍒犻櫎] +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDb-update.vm b/src/main/resources/content/autoform/autoFormDb-update.vm new file mode 100644 index 00000000..a39633c0 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDb-update.vm @@ -0,0 +1,411 @@ + + + + 琛ㄥ崟鏁版嵁婧 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + +
      + + + 鏁版嵁搴撹〃 + 鍔ㄦ丼QL + java绫 + + + + + + +
      + + + + + + + +
      + + #if($autoFormDbPage.dbType == 'table') +
      + + + + + + + + + + + +
      + + + + + + + + + + +
      +
      +
      +
      + #end + + #if($autoFormDbPage.dbType == 'sql') +
      + + + + + + + + + + + + + + +
      + + + +
      +
      + +

      +     鎮ㄥ彲浠ラ敭鍏モ溾濅綔涓轰竴涓弬鏁帮紝杩欓噷abc鏄弬鏁扮殑鍚嶇О銆備緥濡傦細
      +     select * from table where id = ${abc}銆
      +     select * from table where id = '${abc}'锛堝鏋渋d瀛楁涓哄瓧绗︿覆绫诲瀷锛 +

      +
      +
      +
      + 鏌ヨ鍙傛暟 +
      +
      +
      +
      + 鏌ヨ鏁版嵁鍒 +
      +
      +
      +
      + #end + + #if($autoFormDbPage.dbType == 'clazz') +
      + JAVA绫婚厤缃 +
      + #end +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + + + + + +
      [ + 鍒犻櫎] +
      +
      +
      +
      + + + + + + + + + + + + + + +
      [ + 鍒犻櫎] +
      +
      +
      +
      + + + + + + +
      + [鍒犻櫎] +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDb-view.vm b/src/main/resources/content/autoform/autoFormDb-view.vm new file mode 100644 index 00000000..062c223c --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDb-view.vm @@ -0,0 +1,93 @@ + + + + 琛ㄥ崟鏁版嵁婧 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + 鍙傛暟褰曞叆鍖 +
      + + + + + + + + + #if($!{autoFormParamList}) + #set($count=1) + #foreach($!{info} in $!{autoFormParamList}) + #if($count%2 == 1) + + #end + + + #if($count%2 == 0) + + #end + #set($count=$count+1) + #end + #if($autoFormParamList.size()%2 == 1) + + + #end + #end + + + + +
      +
      +
      +
      +
      + 缁撴灉灞曠ず鍖 + +
      + + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb.js b/src/main/resources/content/autoform/autoFormDb.js similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb.js rename to src/main/resources/content/autoform/autoFormDb.js index 01a11271..1ee76761 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb.js +++ b/src/main/resources/content/autoform/autoFormDb.js @@ -67,6 +67,7 @@ $(function(){ storeParams(); $.ajax({ url:"autoFormDbController.do?getFields", + data:{sql:$("#dbDynSql").val(), dbKey:$("#dbKey").val()}, //data:{sql:$("#dbDynSql").val()}, @@ -291,4 +292,3 @@ function getTableName(){ } } } -// \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDbFieldForTableList.vm b/src/main/resources/content/autoform/autoFormDbFieldForTableList.vm new file mode 100644 index 00000000..f2b6e320 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDbFieldForTableList.vm @@ -0,0 +1,81 @@ + + + + + + + + + + + + #if($!{autoFormDbFieldList}) + #set($count=0) + #foreach($!{info} in $!{autoFormDbFieldList}) + + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      缂栫爜閫夋嫨瀛楁瀛楁鏂囨湰鎿嶄綔
      $!{velocityCount}
      \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDbFieldList.vm b/src/main/resources/content/autoform/autoFormDbFieldList.vm new file mode 100644 index 00000000..72b1fb9d --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDbFieldList.vm @@ -0,0 +1,69 @@ + + + + + + + + + + + + #if($!{autoFormDbFieldList}) + #set($count=0) + #foreach($!{info} in $!{autoFormDbFieldList}) + + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      缂栫爜閫夋嫨瀛楁瀛楁鏂囨湰鎿嶄綔
      $!{velocityCount}
      diff --git a/src/main/resources/content/autoform/autoFormDbList.vm b/src/main/resources/content/autoform/autoFormDbList.vm new file mode 100644 index 00000000..944db5d0 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDbList.vm @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormList.vm b/src/main/resources/content/autoform/autoFormList.vm new file mode 100644 index 00000000..bb69d1b6 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormList.vm @@ -0,0 +1,449 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormParamList.vm b/src/main/resources/content/autoform/autoFormParamList.vm new file mode 100644 index 00000000..0b334926 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormParamList.vm @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + #if($!{autoFormParamList}) + #set($count=0) + #foreach($!{info} in $!{autoFormParamList}) + + + + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      缂栫爜閫夋嫨鍙傛暟鍙傛暟鏂囨湰榛樿鍊鎺掑簭鎿嶄綔
      $!{velocityCount}
      + + + + + + + + + + + + + +
      \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormStyle-add.vm b/src/main/resources/content/autoform/autoFormStyle-add.vm new file mode 100644 index 00000000..2e163dea --- /dev/null +++ b/src/main/resources/content/autoform/autoFormStyle-add.vm @@ -0,0 +1,117 @@ + + + + 琛ㄥ崟鏍峰紡琛 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + +
      + + + + + +
      + + +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormStyle-update.vm b/src/main/resources/content/autoform/autoFormStyle-update.vm new file mode 100644 index 00000000..ac37a621 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormStyle-update.vm @@ -0,0 +1,117 @@ + + + + 琛ㄥ崟鏍峰紡琛 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + +
      + + + + + +
      + + +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormStyleList.vm b/src/main/resources/content/autoform/autoFormStyleList.vm new file mode 100644 index 00000000..9582f9c7 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormStyleList.vm @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm new file mode 100644 index 00000000..17d81f5a --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm @@ -0,0 +1,309 @@ + + + + Online绉诲姩鎶ヨ〃閰嶇疆 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","") +
      + + + +

      +     鎮ㄥ彲浠ラ敭鍏モ溾濅綔涓轰竴涓弬鏁帮紝杩欓噷abc鏄弬鏁扮殑鍚嶇О銆備緥濡傦細 +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = ${abc} group by broswer銆 +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = '${abc}' group by broswer銆傦紙濡傛灉id瀛楁涓哄瓧绗︿覆绫诲瀷锛 +
           + 娉細蹇呰鐢 name,value,color 鍒椼 name 涓篨杞存暟鎹,value 涓篩杞存暟鎹,color涓哄浘琛ㄧ殑棰滆壊 +

      +
      + + + +
      + + #selectDictTag("graphType","graphType","") + + + #selectDictTag("fieldtype","dataStructure","") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + + + + + #selectDictTag("fieldtype","cgDynamGraphConfigItemList[#index#].fieldType","") + + + + + + #selectDictTag("searchmode","cgDynamGraphConfigItemList[#index#].SMode","") + + + + + + #selectDictTag("yesorno","cgDynamGraphConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + + + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm new file mode 100644 index 00000000..b7952982 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm @@ -0,0 +1,289 @@ + + + + Online绉诲姩鎶ヨ〃閰嶇疆 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","$!{cgDynamGraphConfigHeadPage.dbSource}") +
      + + + +

          鎮ㄥ彲浠ラ敭鍏モ溾濅綔涓轰竴涓弬鏁帮紝杩欓噷abc鏄弬鏁扮殑鍚嶇О銆備緥濡傦細 +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = ${abc} group by broswer銆 +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = '${abc}' group by broswer銆傦紙濡傛灉id瀛楁涓哄瓧绗︿覆绫诲瀷锛 +
           + 娉細蹇呰鐢 name,value,color 鍒椼 name 涓篨杞存暟鎹,value 涓篩杞存暟鎹,color涓哄浘琛ㄧ殑棰滆壊 +

      +
      + + + +
      + + #selectDictTag("graphType","graphType","$!{cgDynamGraphConfigHeadPage.graphType}") + + + #selectDictTag("fieldtype","dataStructure","$!{cgDynamGraphConfigHeadPage.dataStructure}") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + + #selectDictTag("fieldtype","cgDynamGraphConfigItemList[#index#].fieldType","") + + + + + + #selectDictTag("searchmode","cgDynamGraphConfigItemList[#index#].SMode","") + + + + #selectDictTag("yesorno","cgDynamGraphConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js new file mode 100644 index 00000000..97847637 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js @@ -0,0 +1,38 @@ +$(function(){ +$("body").append(""); +var $btn = $("
      "); +$("#cgrSql").after($btn); +$btn.click(function(){ + $.ajax({ + url:"cgDynamGraphController.do?getFields", + data:{sql:$("#cgrSql").val(),'dbKey':$("[name='dbSource']").eq(0).val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#add_cgDynamGraphConfigItem_table").empty(); + $.each(data.fields,function(index,e){ + var $tr = $("#add_cgDynamGraphConfigItem_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(index); + $tr.find("td:eq(3) :text").val(e); + $("#add_cgDynamGraphConfigItem_table").append($tr); + }); + resetTrNum("add_cgDynamGraphConfigItem_table"); + + $("#add_cgDynamGraphConfigParam_table").empty(); + $.each(data.params,function(index,e){ + var $tr = $("#add_cgDynamGraphConfigParam_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(e); + $tr.find("td:eq(4) :text").val(index); + $("#add_cgDynamGraphConfigParam_table").append($tr); + }); + resetTrNum("add_cgDynamGraphConfigParam_table"); + }else{ + $.messager.alert('閿欒',data.datas); + } + } + }); + }); +}); \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm new file mode 100644 index 00000000..56eadc57 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + +
      + + 缂栫爜锛 + + + + 鍚嶇О锛 + + + + 鏌ヨsql锛 + + + + 鏁版嵁婧愶細 + + + + 鎻忚堪锛 + + +
      +
      + +
      +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm new file mode 100644 index 00000000..f1272017 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm @@ -0,0 +1,78 @@ + + +
      + + + + + + + + + + + + + + + + #if($!{cgDynamGraphConfigItemList}) + #set($count=0) + #foreach($!{info} in $!{cgDynamGraphConfigItemList}) + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      #selectDictTag("fieldtype","cgDynamGraphConfigItemList[$count].fieldType",$!{info.fieldType}) + + #selectDictTag("searchmode", "cgDynamGraphConfigItemList[$count].SMode",$!{info.SMode})#selectDictTag("yesorno", "cgreportConfigItemList[$count].SFlag", $!{info.SFlag})
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm new file mode 100644 index 00000000..c0d9eaf9 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm @@ -0,0 +1,56 @@ + + +
      + + + + + + + + + + #if($!{cgreportConfigParamList}) + #set($count=0) + #foreach($!{info} in $!{cgreportConfigParamList}) + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/popmenulink.vm b/src/main/resources/content/cgdynamgraph/popmenulink.vm new file mode 100644 index 00000000..b6ad5289 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/popmenulink.vm @@ -0,0 +1,35 @@ + + + + + + + + + + +
      + +
      +
      + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreport-form.vm b/src/main/resources/content/cgreport/cgreport-form.vm new file mode 100644 index 00000000..2436c8fe --- /dev/null +++ b/src/main/resources/content/cgreport/cgreport-form.vm @@ -0,0 +1 @@ +琛ㄥ崟椤甸潰 \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreport-list.vm b/src/main/resources/content/cgreport/cgreport-list.vm new file mode 100644 index 00000000..5561e3cf --- /dev/null +++ b/src/main/resources/content/cgreport/cgreport-list.vm @@ -0,0 +1 @@ +鍒楄〃椤甸潰 \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHead-add.vm b/src/main/resources/content/cgreport/cgreportConfigHead-add.vm new file mode 100644 index 00000000..3a6351d6 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHead-add.vm @@ -0,0 +1,297 @@ + + + + 鍔ㄦ佹姤琛ㄩ厤缃姮澶 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","") +
      + + + +

          鎮ㄥ彲浠ラ敭鍏モ溾濅綔涓轰竴涓弬鏁帮紝杩欓噷abc鏄弬鏁扮殑鍚嶇О銆備緥濡傦細 +
          select * from table where id = ${abc}銆 +
          select * from table where id = '${abc}'锛堝鏋渋d瀛楁涓哄瓧绗︿覆绫诲瀷锛 +
           + 娉細鍙傛暟鍙敮鎸佸姩鎬佹姤琛紝popup鏆備笉鏀寔 +

      +

      + + + +
      + + + + + + + + + + #selectDictTag("pop_retype","popRetype","") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + + #selectDictTag("fieldtype","cgreportConfigItemList[#index#].fieldType","") + + + + + #selectDictTag("searchmode","cgreportConfigItemList[#index#].SMode","") + + + + #selectDictTag("yesorno","cgreportConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHead-update.vm b/src/main/resources/content/cgreport/cgreportConfigHead-update.vm new file mode 100644 index 00000000..1436b694 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHead-update.vm @@ -0,0 +1,296 @@ + + + + 鍔ㄦ佹姤琛ㄩ厤缃姮澶 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","$!{cgreportConfigHead.dbSource}") +
      + + + +

          鎮ㄥ彲浠ラ敭鍏モ溾濅綔涓轰竴涓弬鏁帮紝杩欓噷abc鏄弬鏁扮殑鍚嶇О銆備緥濡傦細 +
          select * from table where id = ${abc}銆 +
          select * from table where id = '${abc}'锛堝鏋渋d瀛楁涓哄瓧绗︿覆绫诲瀷锛 +
           + 娉細鍙傛暟鍙敮鎸佸姩鎬佹姤琛紝popup鏆備笉鏀寔 +

      +

      + + + +
      + + + + + + + + + + #selectDictTag("pop_retype", "popRetype","$!{cgreportConfigHead.popRetype}") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + #selectDictTag("fieldtype","cgreportConfigItemList[#index#].fieldType","") + + + + + #selectDictTag("searchmode", "cgreportConfigItemList[#index#].SMode","") + + + + #selectDictTag("yesorno", "cgreportConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHead.js b/src/main/resources/content/cgreport/cgreportConfigHead.js new file mode 100644 index 00000000..5f2d02f6 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHead.js @@ -0,0 +1,38 @@ +$(function(){ +$("body").append(""); +var $btn = $("
      "); +$("#cgrSql").after($btn); +$btn.click(function(){ + $.ajax({ + url:"cgReportController.do?getFields", + data:{sql:$("#cgrSql").val(),'dbKey':$("[name='dbSource']").eq(0).val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#add_cgreportConfigItem_table").empty(); + $.each(data.fields,function(index,e){ + var $tr = $("#add_cgreportConfigItem_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(index); + $tr.find("td:eq(3) :text").val(e); + $("#add_cgreportConfigItem_table").append($tr); + }); + resetTrNum("add_cgreportConfigItem_table"); + + $("#add_cgreportConfigParam_table").empty(); + $.each(data.params,function(index,e){ + var $tr = $("#add_cgreportConfigParam_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(e); + $tr.find("td:eq(4) :text").val(index); + $("#add_cgreportConfigParam_table").append($tr); + }); + resetTrNum("add_cgreportConfigParam_table"); + }else{ + $.messager.alert('閿欒',data.datas); + } + } + }); + }); +}); \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHeadList.vm b/src/main/resources/content/cgreport/cgreportConfigHeadList.vm new file mode 100644 index 00000000..317ed998 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHeadList.vm @@ -0,0 +1,390 @@ + + + 鍔ㄦ佹姤琛ㄩ厤缃姮澶 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + +
      + + 缂栫爜锛 + + + + 鍚嶇О锛 + + + + 鏌ヨsql锛 + + + + 鏁版嵁婧愶細 + + + + 鎻忚堪锛 + + +
      +
      + +
      +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigItemList.vm b/src/main/resources/content/cgreport/cgreportConfigItemList.vm new file mode 100644 index 00000000..fe18e254 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigItemList.vm @@ -0,0 +1,78 @@ + + +
      + + + + + + + + + + + + + + + + #if($!{cgreportConfigItemList}) + #set($count=0) + #foreach($!{info} in $!{cgreportConfigItemList}) + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      #selectDictTag("fieldtype","cgreportConfigItemList[$count].fieldType",$!{info.fieldType}) + + #selectDictTag("searchmode", "cgreportConfigItemList[$count].SMode",$!{info.SMode})#selectDictTag("yesorno", "cgreportConfigItemList[$count].SFlag", $!{info.SFlag})
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigParamList.vm b/src/main/resources/content/cgreport/cgreportConfigParamList.vm new file mode 100644 index 00000000..c0d9eaf9 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigParamList.vm @@ -0,0 +1,56 @@ + + +
      + + + + + + + + + + #if($!{cgreportConfigParamList}) + #set($count=0) + #foreach($!{info} in $!{cgreportConfigParamList}) + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgreport/popmenulink.vm b/src/main/resources/content/cgreport/popmenulink.vm new file mode 100644 index 00000000..b6ad5289 --- /dev/null +++ b/src/main/resources/content/cgreport/popmenulink.vm @@ -0,0 +1,35 @@ + + + + + + + + + + +
      + +
      +
      + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportHead-add.vm b/src/main/resources/content/graphreport/jformGraphreportHead-add.vm new file mode 100644 index 00000000..5e81edb7 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHead-add.vm @@ -0,0 +1,221 @@ + + + + Online鍦ㄧ嚎鍥捐〃閰嶇疆--娣诲姞 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + +
      + + + + + +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportHead-update.vm b/src/main/resources/content/graphreport/jformGraphreportHead-update.vm new file mode 100644 index 00000000..45e5abe0 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHead-update.vm @@ -0,0 +1,218 @@ + + + + Online鍦ㄧ嚎鍥炬爣閰嶇疆--缂栬緫 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + +
      + + + + + +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportHead.js b/src/main/resources/content/graphreport/jformGraphreportHead.js new file mode 100644 index 00000000..1199eb27 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHead.js @@ -0,0 +1,111 @@ +$(function(){ +$("body").append(""); +var $btn = $("
      "); +$("#cgrSql").after($btn); +$btn.click(function(){ + $.ajax({ + url:"cgReportController.do?getFields", + data:{sql:$("#cgrSql").val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#add_jformGraphreportItem_table").empty(); + $.each(data.fields,function(index,e){ + $("#addJformGraphreportItemBtn").click(); + $("#add_jformGraphreportItem_table tr:last").find(":text") + .eq(0).val(e) + .end().eq(1).val(e) + .end().eq(2).val(index); + }); + }else{ + $.messager.alert('??',data.datas); + } + } + }); + }); +}); + +//鍒濆鍖栦笅鏍 +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); + }); +} + +jQuery(function() { + jQuery("#formobj").Validform({ + tiptype: 1, + btnSubmit: "#btn_sub", + btnReset: "#btn_reset", + ajaxPost: true, + usePlugin: { + passwordstrength: { + minLen: 6, + maxLen: 18, + trigger: function(obj, error) { + if (error) { + obj.parent().next().find(".Validform_checktip").show(); + obj.find(".passwordStrength").hide(); + } else { + jQuery(".passwordStrength").show(); + obj.parent().next().find(".Validform_checktip").hide(); + } + } + } + }, + callback: function(data) { + var win = frameElement.api.opener; + if (data.success == true) { + frameElement.api.close(); + win.tip(data.msg); + } else { + if (data.responseText == '' || data.responseText == undefined) { + jQuery.messager.alert('閿欒', data.msg); + jQuery.Hidemsg(); + } else { + try { + var emsg = data.responseText.substring(data.responseText.indexOf('閿欒鎻忚堪'), data.responseText.indexOf('閿欒淇℃伅')); + jQuery.messager.alert('閿欒', emsg); + jQuery.Hidemsg(); + } catch(ex) { + jQuery.messager.alert('閿欒', data.responseText + ""); + jQuery.Hidemsg(); + } + } + return false; + } + win.reloadTable(); + } + }); +}); diff --git a/src/main/resources/content/graphreport/jformGraphreportHeadList.vm b/src/main/resources/content/graphreport/jformGraphreportHeadList.vm new file mode 100644 index 00000000..43d5697a --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHeadList.vm @@ -0,0 +1,80 @@ + + + + + online鍥炬爣閰嶇疆--鍒楄〃 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + +
      + + 缂栫爜锛 + + + 鍚嶇О锛 + + + 鏌ヨsql锛 + + + 鏄惁鏄剧ず鏄庣粏锛 + + +
      +
      + +
      +
      + + + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportItemList.vm b/src/main/resources/content/graphreport/jformGraphreportItemList.vm new file mode 100644 index 00000000..e1f6d10d --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportItemList.vm @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + #if($!{jformGraphreportItemList}) + #if($!jformGraphreportItemList.size() == 0) + + + + + + + + + + + + + + + + + #else + #set($count=0) + #foreach($!{item} in $!{jformGraphreportItemList}) + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + #end + +
      搴忓彿鎿嶄綔瀛楁鍚瀛楁鏂囨湰鎺掑簭瀛楁绫诲瀷鏄惁鏄剧ず鏄惁鏌ヨ鏌ヨ妯″紡瀛楀吀Code鏄剧ず鍥捐〃鍥捐〃绫诲瀷鍥捐〃鍚嶇О鏍囩鍚嶇О
      +
      1
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      $!{velocityCount}
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportUpload.vm b/src/main/resources/content/graphreport/jformGraphreportUpload.vm new file mode 100644 index 00000000..cdf57b31 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportUpload.vm @@ -0,0 +1,159 @@ + + + + Online鍦ㄧ嚎鍥捐〃閰嶇疆--Excel瀵煎叆 + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      + +
      +
      + + +
      +
      +
      + + + + + + + + + + +
      +
      +
      +
      + + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jfromGraphreportHeadList.js b/src/main/resources/content/graphreport/jfromGraphreportHeadList.js new file mode 100644 index 00000000..0b5b0b74 --- /dev/null +++ b/src/main/resources/content/graphreport/jfromGraphreportHeadList.js @@ -0,0 +1,195 @@ +jQuery(function() { + storage = jQuery.localStorage; + if (!storage) storage = jQuery.cookieStorage; + jQuery('#jformGraphreportHeadList').datagrid({ + idField: 'id', + title: '鍥捐〃閰嶇疆', + url: 'jformGraphreportHeadController.do?datagrid&field=id,code,name,cgrSql,content,ytext,categories,isShowList,xpageJs,', + fit: true, + queryParams: {}, + loadMsg: '鏁版嵁鍔犺浇涓...', + pageSize: 10, + pagination: true, + pageList: [10, 20, 30], + rownumbers: true, + singleSelect: false, + fitColumns: false, + striped: true, + showFooter: true, + frozenColumns: [[{ + field: 'ck', + checkbox: 'true' + }, + ]], + columns: [[{ + field: 'id', + title: '', + width: 120, + hidden: true, + sortable: true + }, + { + field: 'code', + title: '缂栫爜', + width: 120, + sortable: true + }, + { + field: 'name', + title: '鍚嶇О', + width: 120, + sortable: true + }, + { + field: 'cgrSql', + title: '鏌ヨsql', + width: 120, + sortable: true + }, + { + field: 'content', + title: '鎻忚堪', + width: 120, + sortable: true + }, + { + field: 'ytext', + title: 'y杞存枃瀛', + sortable: true + }, + { + field: 'categories', + title: 'x杞存暟鎹', + sortable: true + }, + { + field: 'isShowList', + title: '鏄惁鏄剧ず鏄庣粏', + sortable: true, + align: 'center', + formatter: function(value,rec,index){ + return value == 'Y'?'鏄':'鍚'; + } + }, + { + field: 'xpageJs', + title: '鎵╁睍JS', + sortable: true + }, + { + field: 'opt', + title: '鎿嶄綔', + width: 220, + formatter: function(value, rec, index) { + if (!rec.id) { + return ''; + } + var href = ''; + href += ""; + href += "鍒犻櫎"; + href += ""; + href += "鍔熻兘娴嬭瘯"; + href += ""; + href += "閰嶇疆鍦板潃"; + return href; + } + }]], + onLoadSuccess: function(data) { + jQuery("#jformGraphreportHeadList").datagrid("clearSelections"); + }, + onClickRow: function(rowIndex, rowData) { + rowid = rowData.id; + gridname = 'jformGraphreportHeadList'; + } + }); + jQuery('#jformGraphreportHeadList').datagrid('getPager').pagination({ + beforePageText: '', + afterPageText: '/{pages}', + displayMsg: '{from}-{to}鍏 {total}鏉', + showPageList: true, + showRefresh: true + }); + jQuery('#jformGraphreportHeadList').datagrid('getPager').pagination({ + onBeforeRefresh: function(pageNumber, pageSize) { + jQuery(this).pagination('loading'); + jQuery(this).pagination('loaded'); + } + }); + }); + function reloadTable() { + try { + jQuery('#' + gridname).datagrid('reload'); + jQuery('#' + gridname).treegrid('reload'); + } catch(ex) {} + } + function reloadjformGraphreportHeadList() { + jQuery('#jformGraphreportHeadList').datagrid('reload'); + } + function getJformGraphreportHeadListSelected(field) { + return getSelected(field); + } + function getSelected(field) { + var row = jQuery('#' + gridname).datagrid('getSelected'); + if (row != null) { + value = row[field]; + } else { + value = ''; + } + return value; + } + + //鏌ヨ鍒楄〃鏁版嵁 + function jformGraphreportHeadListSearch(){ + //鍒ゆ柇鏄惁婊¤冻楠岃瘉瑙勫垯 + if(!jQuery("#jformGraphreportHeadList").Validform({ + tiptype:3 + }).check()){ + //鏍¢獙瑙勫垯涓嶆弧瓒 + return false; + } + var queryParams = jQuery("#jformGraphreportHeadList").datagrid("options").queryParams; + jQuery("#jformGraphreportHeadListtb").find('*').each(function(){ + queryParams[jQuery(this).attr('name')] = jQuery(this).val(); + }); + jQuery('#jformGraphreportHeadList').datagrid({ + url: 'jformGraphreportHeadController.do?datagrid&field=id,code,name,cgrSql,content,ytext,categories,isShowList,xpageJs,', + pageNumber : 1 + }); + } + + + //鐩戞祴鍥炶溅閿 + function EnterPress(e) { + var e = e || window.event; + if (e.keyCode == 13) { + jformGraphreportHeadListSearch(); + } + } + + //鍒囨崲鍒板姛鑳芥祴璇晅ab椤甸潰 + function addlisttab(tableName,content){ + addOneTab( '' + "["+content+"]", "graphReportController.do?list&id="+tableName); + } + //寮瑰嚭鑿滃崟閰嶇疆鍦板潃 + function popMenuLinkGraph(tableName,content){ + jQuery.dialog({ + content: "url:jformGraphreportHeadVMController.do?popMenuLink&url=graphReportController.do?list&isIframe&title="+tableName, + drag : false, + lock : true, + title:'鑿滃崟閾炬帴' + '['+content+']', + opacity : 0.3, + width:400, + height:80,drag:false,min:false,max:false + }).zindex(); + } + + //瀵煎叆 + function ImportXls() { + openuploadwin('Excel瀵煎叆', 'jformGraphreportHeadVMController.do?goImportExcel', "jformGraphreportHeadList"); + } + + //瀵煎嚭 + function ExportXls() { + JeecgExcelExport("jformGraphreportHeadController.do?exportXls","jformGraphreportHeadList"); + } + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm b/src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm new file mode 100644 index 00000000..f11d387d --- /dev/null +++ b/src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm @@ -0,0 +1,36 @@ + + + + Online鍦ㄧ嚎鍥捐〃閰嶇疆 -- 閰嶇疆鍦板潃 + + + + + + + +
      + +
      +
      + + +
      + + \ No newline at end of file diff --git a/src/main/resources/cxf-servlet.xml b/src/main/resources/cxf-servlet.xml index 02a6b21c..bcd75060 100644 --- a/src/main/resources/cxf-servlet.xml +++ b/src/main/resources/cxf-servlet.xml @@ -7,8 +7,12 @@ http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"> + + + + diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index 7e49307a..18298207 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -1,5 +1,5 @@ #SQLServer2005\u4ee5\u4e0a -#hibernate.dialect=org.hibernate.dialect.SQLServerDialect +#hibernate.dialect=org.jeecgframework.core.common.hibernate.dialect.MySQLServer2008Dialect #validationQuery.sqlserver=SELECT 1 #jdbc.url.jeecg=jdbc:sqlserver://192.168.0.199:1697;DatabaseName=jeecg #jdbc.username.jeecg=sa @@ -17,7 +17,7 @@ #MySQL hibernate.dialect=org.hibernate.dialect.MySQLDialect validationQuery.sqlserver=SELECT 1 -jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg?useUnicode=true&characterEncoding=UTF-8 +jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg_3_6_6?useUnicode=true&characterEncoding=UTF-8 jdbc.username.jeecg=root jdbc.password.jeecg=root jdbc.dbType=mysql @@ -30,6 +30,5 @@ jdbc.dbType=mysql #jdbc.password.jeecg=jeecg #jdbc.dbType=oracle - #\u66f4\u65b0|\u521b\u5efa|\u9a8c\u8bc1\u6570\u636e\u5e93\u8868\u7ed3\u6784|\u4e0d\u4f5c\u6539\u53d8 \u9ed8\u8ba4update(create,validate,none) hibernate.hbm2ddl.auto=none diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml index 9cd88cd9..77bfc765 100644 --- a/src/main/resources/ehcache.xml +++ b/src/main/resources/ehcache.xml @@ -4,12 +4,10 @@ - - formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + diff --git a/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl b/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl index 9390cbef..350d1592 100644 --- a/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl @@ -121,6 +121,8 @@ public class ${entityName}ServiceImpl extends CommonServiceImpl implements ${ent this.save(${sub.entityName?uncap_first}); } } + }else{//鍊樿嫢浼犻掕繃鏉ョ殑闆嗗悎鏄0鎴栬呯┖ + this.deleteAllEntitie(${sub.entityName?uncap_first}OldList);//鍒欐竻绌烘墍鏈夋暟鎹 } //鎵ц鏇存柊鎿嶄綔閰嶇疆鐨剆ql澧炲己 diff --git a/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl index 37f26607..68e12e02 100644 --- a/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl @@ -8,10 +8,16 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - - <#list buttons as btn> + + <#list buttons as btn> <#if btn.buttonStyle =='link' && btn.buttonStatus == '1'> - + + urlfont="fa-download" + <#else> + urlfont="fa-wrench" + + /> diff --git a/src/main/resources/jeecg/ext-template/default/single/cgform_serviceImplTemplate.ftl b/src/main/resources/jeecg/ext-template/default/single/cgform_serviceImplTemplate.ftl index 4efcaa20..ddc701ee 100644 --- a/src/main/resources/jeecg/ext-template/default/single/cgform_serviceImplTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/default/single/cgform_serviceImplTemplate.ftl @@ -113,7 +113,7 @@ public class ${entityName}ServiceImpl extends CommonServiceImpl implements ${ent } - private Map populationMap(JformContactGroupEntity t){ + private Map populationMap(${entityName}Entity t){ Map map = new HashMap(); <#list columns as po> map.put("${fieldMeta[po.fieldName]?lower_case}", t.get${po.fieldName?cap_first}()); diff --git a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl index 02cf6bf2..b9582306 100644 --- a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl @@ -8,10 +8,16 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + <#list buttons as btn> <#if btn.buttonStyle =='link' && btn.buttonStatus == '1'> - + + urlfont="fa-download" + <#else> + urlfont="fa-wrench" + + /> diff --git a/src/main/resources/jeecg/ext-template/nopop/single/cgform_serviceImplTemplate.ftl b/src/main/resources/jeecg/ext-template/nopop/single/cgform_serviceImplTemplate.ftl index 4efcaa20..ddc701ee 100644 --- a/src/main/resources/jeecg/ext-template/nopop/single/cgform_serviceImplTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/nopop/single/cgform_serviceImplTemplate.ftl @@ -113,7 +113,7 @@ public class ${entityName}ServiceImpl extends CommonServiceImpl implements ${ent } - private Map populationMap(JformContactGroupEntity t){ + private Map populationMap(${entityName}Entity t){ Map map = new HashMap(); <#list columns as po> map.put("${fieldMeta[po.fieldName]?lower_case}", t.get${po.fieldName?cap_first}()); diff --git a/src/main/resources/jeecg/jeecg_config.properties b/src/main/resources/jeecg/jeecg_config.properties index 6b4c0411..d9e633d4 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=D:\\workspace-JEECGONE\\jeecg-framework-os +project_path=D:\\eworkspace\\jeecg-framework-os diff --git a/src/main/resources/jeecg/jeecg_database.properties b/src/main/resources/jeecg/jeecg_database.properties index dcf21e81..531a34bb 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 +url=jdbc:mysql://localhost:3306/jeecg_ceshi?useUnicode=true&characterEncoding=UTF-8 username=root password=root -database_name=jeecg +database_name=jeecg_ceshi #oracle #diver_name=oracle.jdbc.driver.OracleDriver @@ -19,3 +19,9 @@ database_name=jeecg #password=postgres #database_name=jeecg +#SQLServer2005\u4ee5\u4e0a +#diver_name=org.hibernate.dialect.SQLServerDialect +#url=jdbc:sqlserver://192.168.0.199:1697;DatabaseName=jeecg +#username=sa +#password=SA +#database_name=jeecg \ No newline at end of file diff --git a/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl b/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl index 580f4c27..5d2a3fca 100644 --- a/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl +++ b/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl @@ -82,14 +82,14 @@ <#elseif po.showType=='textarea'> <#elseif po.showType=='password'> - datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.type == 'int'> datatype="n"<#elseif po.type=='double'> datatype="/^(-?\d+)(\.\d+)?$/"<#else><#if po.isNull != 'Y'>datatype="*" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'> + datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.type == 'int'> datatype="n"<#elseif po.type=='double'> datatype="/^(-?\d+)(\.\d+)?$/"<#else><#if po.isNull != 'Y'>datatype="*" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}' /> <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> dictTable="${po.dictTable?if_exists?html}" dictField="${po.dictField?if_exists?html}" dictText="${po.dictText?if_exists?html}"<#else>typeGroupCode="${po.dictField}" defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}"> <#elseif po.showType=='date'> - datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value=' + datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value='' /> <#elseif po.showType=='datetime'> - datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value=' + datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value='' /> <#elseif po.showType=='file'>
      <#if !(po.operationCodesReadOnly ??)> diff --git a/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl index 37f26607..75ca1f56 100644 --- a/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl @@ -8,10 +8,16 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + <#list buttons as btn> <#if btn.buttonStyle =='link' && btn.buttonStatus == '1'> - + + urlfont="fa-download" + <#else> + urlfont="fa-wrench" + + /> diff --git a/src/main/resources/jeecg/template/cgform_serviceImplTemplate.ftl b/src/main/resources/jeecg/template/cgform_serviceImplTemplate.ftl index 4efcaa20..ddc701ee 100644 --- a/src/main/resources/jeecg/template/cgform_serviceImplTemplate.ftl +++ b/src/main/resources/jeecg/template/cgform_serviceImplTemplate.ftl @@ -113,7 +113,7 @@ public class ${entityName}ServiceImpl extends CommonServiceImpl implements ${ent } - private Map populationMap(JformContactGroupEntity t){ + private Map populationMap(${entityName}Entity t){ Map map = new HashMap(); <#list columns as po> map.put("${fieldMeta[po.fieldName]?lower_case}", t.get${po.fieldName?cap_first}()); diff --git a/src/main/resources/jeecg/template/jspListTemplate.ftl b/src/main/resources/jeecg/template/jspListTemplate.ftl index aba3db77..51e423c8 100644 --- a/src/main/resources/jeecg/template/jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/jspListTemplate.ftl @@ -9,7 +9,7 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.fieldType?index_of("date")!=-1>formatter="yyyy-MM-dd" width="120"> - + diff --git a/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl index e25aecdb..ee7287c7 100644 --- a/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl @@ -8,7 +8,7 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + diff --git a/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl b/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl index e4c9f947..6b2190f9 100644 --- a/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl @@ -9,8 +9,8 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.fieldType?index_of("date")!=-1>formatter="yyyy-MM-dd"> - - + +
      diff --git a/src/main/resources/online/template/boostrap01/html/autolist.ftl b/src/main/resources/online/template/boostrap01/html/autolist.ftl index ada7d56d..a86dbdc8 100644 --- a/src/main/resources/online/template/boostrap01/html/autolist.ftl +++ b/src/main/resources/online/template/boostrap01/html/autolist.ftl @@ -75,11 +75,44 @@ function createDataGrid${config_id}(){ if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ href+=""; }else{ - href+="鐐瑰嚮涓嬭浇"; + href+="鐐瑰嚮涓嬭浇"; } return href; }, + <#-- update-start--Author: zhoujf Date:20170208 for锛氬垪琛ㄥ姞鏃堕棿鏍煎紡鍖 --> + <#if x['field_showType']=="date"> + formatter:function(value,rec,index){ + if (value == undefined) { + return ""; + } + return new Date().format('yyyy-MM-dd', value); + }, + + <#if x['field_showType']=="datetime"> + formatter:function(value,rec,index){ + if (value == undefined) { + return ""; + } + return new Date().format('yyyy-MM-dd hh:mm:ss', value); + }, + + <#-- update-end--Author: zhoujf Date:20170208 for锛氬垪琛ㄥ姞鏃堕棿鏍煎紡鍖 --> + <#-- update-start--Author: zhoujf Date:20170208 for锛氭帶浠剁被鍨嬫墿灞曞鍔犱竴涓浘鐗囩被鍨 image --> + <#if x['field_showType']=="image"> + formatter:function(value,rec,index){ + var href=''; + if(value==null || value.length==0){ + return href; + } + href+=""; + return href; + }, + styler: function(value,row,index){ + return 'text-align: center;'; + }, + + <#-- update-end--Author: zhoujf Date:20170208 for锛氭帶浠剁被鍨嬫墿灞曞鍔犱竴涓浘鐗囩被鍨 image --> sortable:true, width:${x['field_length']} }, @@ -89,19 +122,33 @@ function createDataGrid${config_id}(){ if(!rec.id){return '';} var href=''; <#if config_noliststr?index_of("delete")==-1> - href+="["; - href+="鍒犻櫎]"; + href+=""; + href+="鍒犻櫎"; <#list config_buttons as x> <#if x['buttonStyle'] == 'link' && x['buttonStatus']=='1' && config_noliststr?index_of("${x['buttonCode']}")==-1> - href+="[ href+=" onclick=\"doBusButtonForLink('cgFormBuildController.do?doButton&formId=${x['formId']}&buttonCode=${x['buttonCode']}&tableName=${config_id}','${x['buttonName']}','${config_id}List','"+rec.id+"')\""; <#else> href+=" onclick=\"${x['buttonCode']}('"+rec.id+"');\""; href+=" id=\"${x['buttonCode']}\">"; - href+="${x['buttonName']}]"; + <#if x['buttonName']?index_of("娴嬭瘯") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("閰嶇疆") gt -1 || x['buttonName']?index_of("璁剧疆") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("瀵煎叆") gt -1 || x['buttonName']?index_of("涓嬭浇") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("瀵煎嚭") gt -1 || x['buttonName']?index_of("涓婁紶") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("澶嶅埗") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("鍓垏") gt -1> + href+="${x['buttonName']}"; + <#else> + href+="${x['buttonName']}"; + return href; @@ -217,7 +264,8 @@ function createDataGrid${config_id}(){ }); //鏌ヨ閲嶇疆 function ${config_id}searchReset(name){ - $("#"+name+"tb").find("input[type!='hidden']").val(""); + $("#searchColumsForm")[0].reset(); + //$("#"+name+"tb").find("input[type!='hidden']").val(""); <#if config_istree=="Y"> //涓烘爲褰㈣〃鍗曟椂锛屽垹闄d鏌ヨ鍙傛暟 delete $('#${config_id}List').treegrid('options').queryParams.id; @@ -264,17 +312,13 @@ function createDataGrid${config_id}(){ } //鏂板 function ${config_id}add(){ - //add('${config_name}褰曞叆','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh); - add('${config_name}褰曞叆','cgFormBuildController.do?goAddFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } //淇敼 function ${config_id}update(){ - //update('${config_name}缂栬緫','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh,true); - update('${config_name}缂栬緫','cgFormBuildController.do?goUpdateFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } @@ -335,6 +379,7 @@ function createDataGrid${config_id}(){
      +
      <#if config_querymode == "group"> <#list config_queryList as x> <#if x['field_isQuery']=="Y"> @@ -377,6 +422,7 @@ function createDataGrid${config_id}(){ +
      diff --git a/src/main/resources/online/template/boostrap01/html/jform.ftl b/src/main/resources/online/template/boostrap01/html/jform.ftl index 8f4610d7..ac1128bd 100644 --- a/src/main/resources/online/template/boostrap01/html/jform.ftl +++ b/src/main/resources/online/template/boostrap01/html/jform.ftl @@ -193,7 +193,7 @@ <#elseif po.show_type=='date'> " class="form-control Wdate" onClick="WdatePicker()" <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" @@ -203,7 +203,7 @@ <#elseif po.show_type=='datetime'> " class="form-control Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" diff --git a/src/main/resources/online/template/default/html/autolist.ftl b/src/main/resources/online/template/default/html/autolist.ftl index 8ba7ec37..a9f09fbd 100644 --- a/src/main/resources/online/template/default/html/autolist.ftl +++ b/src/main/resources/online/template/default/html/autolist.ftl @@ -25,7 +25,7 @@ function createDataGrid${config_id}(){ <#if config_istree=="Y">treeField:'text', url:initUrl, idField: 'id', <#if config_istree=="Y">treeField:"${tree_fieldname}", - title: '${config_name}', + title: '<@mutiLang langKey="${config_name}"/>', fit:true, fitColumns:true, striped:true, @@ -49,14 +49,14 @@ function createDataGrid${config_id}(){ [ <#if config_istree=="Y"> <#list config_fieldList as x> - <#if x_index==0>{field:"id", title:"${x['field_title']}", hidden:true}, - <#if x_index!=0>{field:"${x['field_id']}", title:"${x['field_title']}",<#if x['field_isShow'] == "N" >hidden:true,<#if x['field_href'] != "">formatter:function(value,rec,index){var href='';href+=""+value+"";return href;}, width:100}, + <#if x_index==0>{field:"id", title:"<@mutiLang langKey="${x['field_title']}"/>", hidden:true}, + <#if x_index!=0>{field:"${x['field_id']}", title:"<@mutiLang langKey="${x['field_title']}"/>",<#if x['field_isShow'] == "N" >hidden:true,<#if x['field_href'] != "">formatter:function(value,rec,index){var href='';href+=""+value+"";return href;}, width:100}, <#else> <#if config_ischeckbox=="Y">{field:'ck',checkbox:true}, <#list config_fieldList as x> { field:'${x['field_id']}', - title:'${x['field_title']}', + title:'<@mutiLang langKey="${x['field_title']}"/>', <#if x['field_isShow'] == "N" >hidden:true, <#if x['field_href'] != ""> @@ -75,7 +75,7 @@ function createDataGrid${config_id}(){ if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ href+=""; }else{ - href+="鐐瑰嚮涓嬭浇"; + href+="鐐瑰嚮涓嬭浇"; } return href; }, @@ -122,19 +122,33 @@ function createDataGrid${config_id}(){ if(!rec.id){return '';} var href=''; <#if config_noliststr?index_of("delete")==-1> - href+="["; - href+="鍒犻櫎]"; + href+=""; + href+="鍒犻櫎"; <#list config_buttons as x> <#if x['buttonStyle'] == 'link' && x['buttonStatus']=='1' && config_noliststr?index_of("${x['buttonCode']}")==-1> - href+="[ href+=" onclick=\"doBusButtonForLink('cgFormBuildController.do?doButton&formId=${x['formId']}&buttonCode=${x['buttonCode']}&tableName=${config_id}','${x['buttonName']}','${config_id}List','"+rec.id+"')\""; <#else> href+=" onclick=\"${x['buttonCode']}('"+rec.id+"');\""; href+=" id=\"${x['buttonCode']}\">"; - href+="${x['buttonName']}]"; + <#if x['buttonName']?index_of("娴嬭瘯") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("閰嶇疆") gt -1 || x['buttonName']?index_of("璁剧疆") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("瀵煎叆") gt -1 || x['buttonName']?index_of("涓嬭浇") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("瀵煎嚭") gt -1 || x['buttonName']?index_of("涓婁紶") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("澶嶅埗") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("鍓垏") gt -1> + href+="${x['buttonName']}"; + <#else> + href+="${x['buttonName']}"; + return href; @@ -250,7 +264,8 @@ function createDataGrid${config_id}(){ }); //鏌ヨ閲嶇疆 function ${config_id}searchReset(name){ - $("#"+name+"tb").find("input[type!='hidden']").val(""); + $("#searchColumsForm")[0].reset(); + //$("#"+name+"tb").find("input[type!='hidden']").val(""); <#if config_istree=="Y"> //涓烘爲褰㈣〃鍗曟椂锛屽垹闄d鏌ヨ鍙傛暟 delete $('#${config_id}List').treegrid('options').queryParams.id; @@ -295,20 +310,16 @@ function createDataGrid${config_id}(){ url = url + '&id='+rowData; createdialog('纭 ', '纭畾'+content+'鍚 ?', url,gridname); } - //----author:jg_xugj---start----date:20151219-------- for锛#813 銆恛nline琛ㄥ崟銆戞墿灞曞嚭涓変釜璇锋眰锛氱嫭绔嬬殑娣诲姞銆佹煡鐪嬨佺紪杈戣姹傦紝鍘熸潵鐨勪繚鐣 + //鏂板 function ${config_id}add(){ - //add('${config_name}褰曞叆','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh); - add('${config_name}褰曞叆','cgFormBuildController.do?goAddFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } //淇敼 function ${config_id}update(){ - //update('${config_name}缂栬緫','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh,true); - update('${config_name}缂栬緫','cgFormBuildController.do?goUpdateFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } @@ -370,11 +381,12 @@ function createDataGrid${config_id}(){
      +
      <#if config_querymode == "group"> <#list config_queryList as x> <#if x['field_isQuery']=="Y"> - ${x['field_title']}锛 + "><@mutiLang langKey="${x['field_title']}"/>锛 <#if x['field_queryMode']=="group"> <#if x['field_isQuery']=="Y"> @@ -412,6 +424,7 @@ function createDataGrid${config_id}(){ +
      @@ -448,7 +461,7 @@ function createDataGrid${config_id}(){
      <#list config_queryList as x> <#if x['field_isQuery']=="Y"> -
      ${x['field_title']}
      +
      <@mutiLang langKey="${x['field_title']}"/>
      <#else> diff --git a/src/main/resources/online/template/default/html/jform.ftl b/src/main/resources/online/template/default/html/jform.ftl index a35dba9d..720db051 100644 --- a/src/main/resources/online/template/default/html/jform.ftl +++ b/src/main/resources/online/template/default/html/jform.ftl @@ -25,7 +25,7 @@ @@ -136,7 +136,7 @@ <#elseif po.show_type=='date'> " class="Wdate" onClick="WdatePicker({<#if po.operationCodesReadOnly?if_exists> readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -147,7 +147,7 @@ <#elseif po.show_type=='datetime'> " class="Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'<#if po.operationCodesReadOnly?if_exists> ,readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -156,10 +156,12 @@ <#if po.is_null != 'Y'>datatype="*" > + <#--update-start--Author:gengjiajia Date:20160802 for锛歍ASK #1175 鎵归噺娣诲姞鏁版嵁鐨勬椂popup澶氬肩殑浼犻--> <#elseif po.show_type=='popup'> + onClick="popupClick(this,'${po.dict_text?if_exists?html}','${po.dict_field?if_exists?html}','${po.dict_table?if_exists?html}');" value="${data['${tableName}']['${po.field_name}']?if_exists?html}" <#if po.operationCodesReadOnly?if_exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -167,6 +169,7 @@ <#else> <#if po.is_null != 'Y'>datatype="*" > + <#--update-end--Author:gengjiajia Date:20160802 for锛歍ASK #1175 鎵归噺娣诲姞鏁版嵁鐨勬椂popup澶氬肩殑浼犻--> <#elseif po.show_type=='file'> @@ -574,7 +577,7 @@ - + <#if (columns?size>10)> <#if (po_index%2==0)&&(!po_has_next)> @@ -598,7 +601,7 @@ <#if (columns?size>10)> <#if (po_index%2==0)&&(!po_has_next)> @@ -301,7 +601,7 @@ @@ -632,8 +630,6 @@ var leipiFormDesign = { if(formEditor.hasContents()){ formEditor.sync();/*鍚屾鍐呭*/ - - //--------------浠ヤ笅浠呭弬鑰----------------------------------------------------------------------------------------------------- var type_value='',formid=0,fields=$("#fields").val(),formeditor=''; if( typeof type!=='undefined' ){ diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-error.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-error.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-error.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-error.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review-add.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-review-add.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review-add.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-review-add.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review-addorupdate.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-review-addorupdate.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review-addorupdate.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-review-addorupdate.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review-update.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-review-update.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review-update.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-review-update.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-review.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-review.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-review.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-update.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-update.jsp similarity index 98% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-update.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-update.jsp index 35b097a1..c6eec3c5 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-update.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoForm-update.jsp @@ -8,7 +8,7 @@ - + \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-update.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-update.jsp similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-update.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDb-update.jsp index 8ffe27ff..8d82b323 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-update.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-update.jsp @@ -34,6 +34,7 @@ $('#dbTableName').change(function(){ $.ajax({ url:"autoFormDbController.do?getTableFields", + data:{dbKey:$("#tbDbKey").val(),tableName:$("#dbTableName").val()}, type:"Post", dataType:"json", @@ -332,4 +333,4 @@
      @@ -611,7 +614,7 @@ <#if po.is_null != 'Y'>datatype="*" >${data['${tableName}']['${po.field_name}']?if_exists?html} - + <#if po.show_type=='umeditor'> + + + + + + + + + <#--update-end--Author: jg_huangxg Date:20160505 for锛歍ASK #1027 銆恛nline銆戜唬鐮佺敓鎴愬櫒妯℃澘涓嶆敮鎸乁E缂栬緫鍣 --> <#else> - +
      @@ -314,7 +614,7 @@ <#if po.is_null != 'Y'>datatype="*" >${data['${tableName}']['${po.field_name}']?if_exists?html} - + <#if po.show_type=='umeditor'> @@ -34,6 +37,21 @@ + + + + + + @@ -63,13 +81,13 @@
      - ${po.content}锛 + <@mutiLang langKey="${po.content}"/>锛
      <#if head.isTree=='Y' && head.treeParentIdFieldName==po.field_name> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" @@ -173,7 +191,7 @@ <#elseif po.show_type=='date'> " class="form-control" onClick="WdatePicker({<#if po.operationCodesReadOnly?if_exists> readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -184,7 +202,7 @@ <#elseif po.show_type=='datetime'> " class="form-control" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'<#if po.operationCodesReadOnly?if_exists> ,readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -192,11 +210,13 @@ <#else> <#if po.is_null != 'Y'>datatype="*" > - + + <#--update-start--Author:gengjiajia Date:20160802 for锛歍ASK #1175 鎵归噺娣诲姞鏁版嵁鐨勬椂popup澶氬肩殑浼犻--> <#elseif po.show_type=='popup'> + onClick="popupClick(this,'${po.dict_text?if_exists?html}','${po.dict_field?if_exists?html}','${po.dict_table?if_exists?html}');" value="${data['${tableName}']['${po.field_name}']?if_exists?html}" <#if po.operationCodesReadOnly?if_exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -204,6 +224,7 @@ <#else> <#if po.is_null != 'Y'>datatype="*" > + <#--update-end--Author:gengjiajia Date:20160802 for锛歍ASK #1175 鎵归噺娣诲姞鏁版嵁鐨勬椂popup澶氬肩殑浼犻--> <#elseif po.show_type=='file'> @@ -314,7 +335,7 @@ - + <#if (columns?size>10)> <#if (po_index%2==0)&&(!po_has_next)> @@ -335,7 +356,7 @@ <#list columnsarea as po> <#if (columns?size>10)>
      -
      ${po.content}锛
      +
      <@mutiLang langKey="${po.content?if_exists?html}"/>锛

      - + <#if po.show_type=='umeditor'> + + diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html index b904fc59..19e2407c 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html @@ -404,6 +404,7 @@ dialog.onok = function (){ }; //longjinbo 绯荤粺瀛楀吀 var systemCache=null; + function initCombox(val){ $('#selector').append(''); var curl= "systemController.do?typeGroupGrid&field=id,typegroupname,typegroupcode"; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js index f0eaf631..18e45810 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js @@ -1081,7 +1081,6 @@ UE.registerUI('button_preview',function(editor,uiName){ return btn; }); -//---update--begin---author:scott----date:20151027-----for:娉ㄩ噴鎺変繚瀛樻寜閽------ /** UE.registerUI('button_save',function(editor,uiName){ if(!this.options.toolleipi) @@ -1118,7 +1117,7 @@ UE.registerUI('button_save',function(editor,uiName){ return btn; }); */ -//---update--end---author:scott----date:20151027-----for:娉ㄩ噴鎺変繚瀛樻寜閽------ + //longjb1 鏂板popup鎺т欢 diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html index 4ed4613c..a16f4943 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html @@ -250,6 +250,7 @@ window.onload = function() { editor.ready(function() { id = editor.queryCommandValue('serverparam').id; //杩斿洖鍙傛暟鍊奸敭鍊煎鐨勫璞 }); + if( UE.plugins[thePlugins].editdom ){ oNode = UE.plugins[thePlugins].editdom; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html index 1c287d7e..a9f2138d 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html @@ -412,6 +412,7 @@ dialog.onok = function (){ //longjinbo 澧炲姞鏀寔绯荤粺瀛楀吀 var systemCache=null; + function initCombox(val){ $('#selector').append(''); var curl= "systemController.do?typeGroupGrid&field=id,typegroupname,typegroupcode"; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html index 07fe34fb..466385f5 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html @@ -312,6 +312,7 @@ window.onload = function() { if(arr1){ arr1= arr1.split('.'); var field = arr1[1]==null?'':arr1[1]; + var id = ''; editor.ready(function() { id = editor.queryCommandValue('serverparam').id; //杩斿洖鍙傛暟鍊奸敭鍊煎鐨勫璞 @@ -472,6 +473,7 @@ dialog.onok = function (){ //longjinbo 澧炲姞鏀寔绯荤粺瀛楀吀 var systemCache=null; + function initCombox(val){ $('#selector').append(''); var curl= "systemController.do?typeGroupGrid&field=id,typegroupname,typegroupcode"; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html index ebd03df7..1389092f 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html @@ -127,6 +127,7 @@ window.onload = function() { gValue = gValue==null ? '' : gValue; gTitle = gTitle==null ? '' : gTitle; var arr1= oNode.getAttribute('autofield'); + var datatype = oNode.getAttribute('datatype'); if(arr1){ @@ -193,7 +194,9 @@ dialog.onok = function (){ var gValue=$G('orgvalue').value.replace(/\"/g,"""),gTitle=$G('orgname').value.replace(/\"/g,"""),gFontSize=$G('orgfontsize').value,gAlign=$G('orgalign').value,gWidth=$G('orgwidth').value,gHeight=$G('orgheight').value,gType=$G('orgtype').value; var datasource=$('#datasource').val(); var field=$('#field').val(); + var datatype = $G('datatype').value; + //濡傛灉鍙夋嫨浜嗘暟鎹簮锛屾病鏈夐夋嫨瀛楁锛屽垯鎻愮ず閫夋嫨瀛楁锛屼娇寰椾笉浼氬嚭鐜板湪鎻愪氦鍚庡嚭鐜板彧鏈夋暟鎹簮鑰屾病鏈夊瓧娈电殑鎯呭喌 if(datasource !='' && field ==''){ alert('璇烽夋嫨瀛楁'); @@ -206,7 +209,9 @@ dialog.onok = function (){ oNode.setAttribute('type','text'); oNode.setAttribute('title',gTitle); oNode.setAttribute('value',gValue); + oNode.setAttribute('datatype',datatype); + oNode.setAttribute('name',name); oNode.setAttribute('leipiPlugins',thePlugins); if ( $G('orghide').checked ) { @@ -256,7 +261,9 @@ dialog.onok = function (){ oNode.setAttribute('title', gTitle); oNode.setAttribute('value', $G('orgvalue').value); + oNode.setAttribute('datatype',datatype); + oNode.setAttribute('name',name); if( $G('orghide').checked ) { oNode.setAttribute('orghide', 1); @@ -304,6 +311,7 @@ dialog.onok = function (){ delete UE.plugins[thePlugins].editdom; } }; + //濡傛灉閫夋嫨浜嗘暟鎹簮鍙婂瓧娈碉紝鍒檔ame涓烘暟鎹簮.瀛楁鐨勫舰寮忥紝鍚﹀垯锛屽垯涓烘帶浠跺悕绉(title) function getName(datasource,field,title){ if(datasource !='' && field !=''){ @@ -312,6 +320,8 @@ function getName(datasource,field,title){ return title; } } + + $(function(){ //1.浠庡弬鏁颁腑鑾峰彇ID var id = ''; diff --git a/src/main/webapp/plug-in/Validform/js/datatype_en.js b/src/main/webapp/plug-in/Validform/js/datatype_en.js index 232f7723..3963fff0 100644 --- a/src/main/webapp/plug-in/Validform/js/datatype_en.js +++ b/src/main/webapp/plug-in/Validform/js/datatype_en.js @@ -10,9 +10,11 @@ $.Datatype.need2 = function(gets, obj, curform, regxp) { return numselected >= need ? true : "Please only select" + need + "item!"; }; $.Datatype.d=/^(\d*\.)?\d+$/; + $.Datatype.select1 = function(gets, obj, curform, regxp) { var name = obj.attr("name") != undefined ? "name" : "comboname"; // select 鎴 combotree var need = 1, numselected = 0; + if(name=="comboname"){ var value=$("#"+obj.attr(name)).combotree("getValues"); if(value!=""){ diff --git a/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js b/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js index a6d991cf..ceb3b260 100644 --- a/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js +++ b/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js @@ -10,9 +10,11 @@ $.Datatype.need2 = function(gets, obj, curform, regxp) { return numselected >= need ? true : "璇疯嚦灏戦夋嫨" + need + "椤癸紒"; }; $.Datatype.d=/^(\d*\.)?\d+$/; + $.Datatype.select1 = function(gets, obj, curform, regxp) { var name = obj.attr("name") != undefined ? "name" : "comboname"; // select 鎴 combotree var need = 1, numselected = 0; + if(name=="comboname"){ var value=$("#"+obj.attr(name)).combotree("getValues"); if(value!=""){ diff --git a/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js b/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js index 6242851f..ffb38d65 100644 --- a/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js +++ b/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js @@ -1,9 +1,9 @@ 锘$(function() { $("#nav").hide(); //easy ui鏍戝姞杞戒細鍦ㄦ枃妗e姞杞藉畬鎵ц,鎵浠ュ垵濮嬪寲鑿滃崟瑕佸欢杩熶竴绉 by jueyue - // update-start--Author:gaofeng Date:2014-01-09锛氱敱浜庝笉闇灞曠ず宸︿晶鐨勬爲锛屽洜姝ら檷浣庡埛鏂扮殑寤惰繜鏃堕棿 + setTimeout(InitLeftMenu,100); - //update-start--Author:gaofeng Date:2014-01-09锛氱敱浜庝笉闇灞曠ず宸︿晶鐨勬爲锛屽洜姝ら檷浣庡埛鏂扮殑寤惰繜鏃堕棿 + tabClose(); tabCloseEven(); // 閲婃斁鍐呭瓨 @@ -30,13 +30,13 @@ var rowid=""; // 鍒濆鍖栧乏渚 function InitLeftMenu() { - // update-start--Author:鍒樻磱 Date:2015-04-11 for:淇敼宸︿晶鑿滃崟鏍忥紝褰撲晶鎷夊乏渚ц彍鍗曟爮瀹藉害锛岃彍鍗曢珮搴︿笉鑳借嚜閫傚簲鐨勯棶棰 + var navaa=$("#nav .panel"); var winheight = document.body.clientHeight - 157; navaa.find(".panel-body").panel({//宸︿晶鑿滃崟 瀹藉害鎷変几锛岃嚜鍔ㄨ皟鏁 onResize:function(){ navaa.find(".panel-body").css("height",winheight); } }); - // update-end--Author:鍒樻磱 Date:2014-04-11 for:淇敼宸︿晶鑿滃崟鏍忥紝褰撲晶鎷夊乏渚ц彍鍗曟爮瀹藉害锛岃彍鍗曢珮搴︿笉鑳借嚜閫傚簲鐨勯棶棰 + $('.easyui-accordion li div').click(function() { $('.easyui-accordion li div').removeClass("selected"); @@ -46,8 +46,7 @@ function InitLeftMenu() { }, function() { $(this).parent().removeClass("hover"); }); - - // update-start--Author:gaofeng Date:2014-01-09 for:鏂板棣栭〉椋庢牸,涓绾ц彍鍗曠偣鍑讳簨浠剁殑鍒囨崲鎿嶄綔 + $(".shortcut li").live("click",function(){ $(this).find(".imag1").hide(); $(this).find(".imag2").show(); @@ -61,7 +60,7 @@ function InitLeftMenu() { var winheight = document.body.clientHeight - 157;//璁$畻宸︿晶浜岀骇鑿滃崟鐨勮楂樺害锛屼互渚胯嚜鍔ㄥ垽鏂槸鍚﹂渶瑕佹粴鍔ㄦ潯 navaa.find(".panel-body").css("height",winheight); }); - // update-end--Author:gaofeng Date:2014-01-09 for:鏂板棣栭〉椋庢牸,涓绾ц彍鍗曠偣鍑讳簨浠剁殑鍒囨崲鎿嶄綔 + // begin author锛氬眻鐒跺崥 2013-8-04 for锛氶伩鍏嶇洃鍚爲鑷甫涓夎鐐瑰嚮浜嬩欢 $('.easyui-tree').tree({ @@ -74,15 +73,15 @@ function InitLeftMenu() { url: "loginController.do?primaryMenu", async:false, success: function (data) { -// update-begin--Author:zhangguoming Date:20140429 for锛氫竴绾ц彍鍗曞彸渚ф湁鍙屽紩鍙凤紝涓斿湪ie涓嬫牱寮忛敊浣 + // $(".shortcut").html(data); $(".shortcut").html(data.replaceAll("\"", "")); -// update-end--Author:zhangguoming Date:20140429 for锛氫竴绾ц彍鍗曞彸渚ф湁鍙屽紩鍙凤紝涓斿湪ie涓嬫牱寮忛敊浣 + } }); - // update-start--Author:Peak Date:2014-01-09锛氭柊澧為椤甸鏍,鍒濆鍖栫涓涓彍鍗曠殑鍐呭鏄剧ず + $(".shortcut li").eq(0).trigger("click"); - //update-end--Author:Peak Date:2014-01-09锛氭柊澧為椤甸鏍,鍒濆鍖栫涓涓彍鍗曠殑鍐呭鏄剧ず + $("#nav").show(); } @@ -260,11 +259,11 @@ function tabCloseEven() { $('#mm-tabcloseall').click(function() { $('.tabs-inner span').each(function(i, n) { var t = $(n).text(); -// update-begin--Author:zhangguoming Date:20140905 for锛氫笉鍏抽棴棣栭〉 + if (t != '棣栭〉') { $('#maintabs').tabs('close', t); } -// update-end--Author:zhangguoming Date:20140905 for锛氫笉鍏抽棴棣栭〉 + }); }); // 鍏抽棴闄ゅ綋鍓嶄箣澶栫殑TAB @@ -295,11 +294,11 @@ function tabCloseEven() { } prevall.each(function(i, n) { var t = $('a:eq(0) span', $(n)).text(); -// update-begin--Author:zhangguoming Date:20140612 for锛氫笉鍏抽棴棣栭〉 + if (t != '棣栭〉') { $('#maintabs').tabs('close', t); } -// update-end--Author:zhangguoming Date:20140612 for锛氫笉鍏抽棴棣栭〉 + }); return false; }); diff --git a/src/main/webapp/plug-in/ace/css/ace.css b/src/main/webapp/plug-in/ace/css/ace.css index 8775c168..ba2ba4a1 100644 --- a/src/main/webapp/plug-in/ace/css/ace.css +++ b/src/main/webapp/plug-in/ace/css/ace.css @@ -1996,7 +1996,6 @@ pre.prettyprint { line-height: 17px; padding-left: 7px; text-shadow: none !important; - /*update-begin--Author:jg_renjie Date:20150613 for锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷小模式锟铰菜碉拷锟侥匡拷龋锟斤拷佣锟绞癸拷貌锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟街菜碉拷锟斤拷锟斤拷*/ /*font-size: 13px;*/ text-decoration: none; } @@ -2660,7 +2659,6 @@ body.mob-safari .sidebar.sidebar-fixed { display: block; } } -/*update-begin--Author:jg_renjie Date:20150613 for锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷小模式锟铰菜碉拷锟侥匡拷龋锟斤拷佣锟绞癸拷貌锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟街菜碉拷锟斤拷锟斤拷*/ .sidebar.menu-min, .sidebar.menu-min.compact, .sidebar.menu-min.navbar-collapse { diff --git a/src/main/webapp/plug-in/ace/css/font-awesome.css b/src/main/webapp/plug-in/ace/css/font-awesome.css index 4040b3cf..ab98106a 100644 --- a/src/main/webapp/plug-in/ace/css/font-awesome.css +++ b/src/main/webapp/plug-in/ace/css/font-awesome.css @@ -15,6 +15,9 @@ display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; +/* //update-begin--Author:zhangjq Date:20160904 for:图标与文字出现部分重叠 */ + padding-right: 0.25em; + /* //update-end--Author:zhangjq Date:20160904 for:图标与文字出现部分重叠 */ text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js b/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js index cf9ca90a..ea500410 100644 --- a/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js +++ b/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js @@ -10449,7 +10449,6 @@ addSubGrid : function( pos, sind ) { return this.each(function(){ var ts = this; if (!ts.grid ) { return; } - //------------------------- var subGridCell = function(trdiv,cell,pos) { var tddiv = $("
      ").html(cell); diff --git a/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html b/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html index e3054f8b..ee3b882d 100644 --- a/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html +++ b/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html @@ -109,7 +109,7 @@ $(document).ready(function(){ this.innerText = eval(this.attributes["mutiLang_id"].value); }); - + $("input:text").each(function(){ var nullmsg = $(this).attr("nullmsg"); var errormsg = $(this).attr("errormsg"); @@ -124,5 +124,14 @@ $(document).ready(function(){ this.attributes["errormsg"].value = eval(errormsg); } }); + var tableType = parentObj.document.getElementById("tableType").value; + if(tableType == '1'){ + $("#add_column_table_template_database").find("input[name*='columns']").each(function(){ + var nameval = ($(this).attr("name")); + $("input[name='"+nameval+"']").attr("readonly","readonly"); + }); + $("select[name*='columns']").attr("disabled",true); + $("input:checkbox").attr("disabled",true); + } }) \ No newline at end of file diff --git a/src/main/webapp/plug-in/cgform/js/cgformField.js b/src/main/webapp/plug-in/cgform/js/cgformField.js index daf2867d..f0cd5b30 100644 --- a/src/main/webapp/plug-in/cgform/js/cgformField.js +++ b/src/main/webapp/plug-in/cgform/js/cgformField.js @@ -64,10 +64,12 @@ function initData() { getDataHanlder); $.get("cgFormIndexController.do?getIndexList&id=" + $("#id").val(), getDataHanlderIndex); + $('.t_table').height($(window).height()-300); $(window).resize(function(){ $('.t_table').height($(window).height()-300); }); + } @@ -155,9 +157,8 @@ function initTrData(item, filedType, orderMin) { $this.attr("name", name.replace('#index#',rownumber)); if (item[fieldName] != "Y" && item[fieldName] != "N") { - //--author: zhoujf -----start----date:20160331 -------for:online寮鍙戝垱寤鸿〃鍗曟椂 琛ㄥ睘鎬ц缃鍔犱竴鍒梒heckbox璁剧疆浼犱笉浜嗗肩殑闂 + $this.attr('type')=='checkbox'? $this.attr("checked", false):$this.val(item[fieldName]); - //--author: zhoujf -----end----date:20160331 -------for:online寮鍙戝垱寤鸿〃鍗曟椂 琛ㄥ睘鎬ц缃鍔犱竴鍒梒heckbox璁剧疆浼犱笉浜嗗肩殑闂 } else { item[fieldName] == "Y" ? $this.attr("checked", true) : $this .attr("checked", false); @@ -192,9 +193,8 @@ function initTrDataIndex(item, filedType, orderMin) { $this.attr("name", name.replace('#index#',rownumber)); if (item[fieldName] != "Y" && item[fieldName] != "N") { - //--author: zhoujf -----start----date:20160331 -------for:online寮鍙戝垱寤鸿〃鍗曟椂 琛ㄥ睘鎬ц缃鍔犱竴鍒梒heckbox璁剧疆浼犱笉浜嗗肩殑闂 + $this.attr('type')=='checkbox'? $this.attr("checked", false):$this.val(item[fieldName]); - //--author: zhoujf -----end----date:20160331 -------for:online寮鍙戝垱寤鸿〃鍗曟椂 琛ㄥ睘鎬ц缃鍔犱竴鍒梒heckbox璁剧疆浼犱笉浜嗗肩殑闂 } else { item[fieldName] == "Y" ? $this.attr("checked", true) : $this .attr("checked", false); diff --git a/src/main/webapp/plug-in/clipboard/ZeroClipboard.js b/src/main/webapp/plug-in/clipboard/ZeroClipboard.js index 44dfca0f..cbea188b 100644 --- a/src/main/webapp/plug-in/clipboard/ZeroClipboard.js +++ b/src/main/webapp/plug-in/clipboard/ZeroClipboard.js @@ -1,5 +1,5 @@ // Simple Set Clipboard System -// Author: Joseph Huckaby + var ZeroClipboard = { diff --git a/src/main/webapp/plug-in/easyui/themes/default/easyui.css b/src/main/webapp/plug-in/easyui/themes/default/easyui.css index bb829ec7..6efd4b06 100644 --- a/src/main/webapp/plug-in/easyui/themes/default/easyui.css +++ b/src/main/webapp/plug-in/easyui/themes/default/easyui.css @@ -2210,7 +2210,10 @@ a.s-btn-plain-active { margin-left: 5px; margin-right: 15px; margin-top: 8px; - height: 62px; + /*height: 62px;*/ + /*start 20160820 wangkun TASK #1295 銆愬湪绾胯亰澶╁姛鑳芥牱寮忓啿绐併慼+椋庢牸鏍峰紡鍐茬獊*/ + height:71px; + /*end 20160820 wangkun TASK #1295 銆愬湪绾胯亰澶╁姛鑳芥牱寮忓啿绐併慼+椋庢牸鏍峰紡鍐茬獊*/ float: right; } .shortcut li{ diff --git a/src/main/webapp/plug-in/graphreport/css/metro/report.css b/src/main/webapp/plug-in/graphreport/css/metro/report.css index 30e7683c..b9788978 100644 --- a/src/main/webapp/plug-in/graphreport/css/metro/report.css +++ b/src/main/webapp/plug-in/graphreport/css/metro/report.css @@ -1286,16 +1286,59 @@ background: url(/images/bgs/backg2.png) repeat-x 0 -120px; border: 1px solid #b4b4b4; } - - - -input[type="text"].Wdate { - /* height: 15px; */ - padding: 5px; -} input[type="text"] { - border: 1px solid #54A5D5; + background-color: #fff; + border: 1px solid #D7D7D7; + border-radius: 3PX; + height: 30PX; + padding: 0 2px; + line-height: 14PX; + font-size: 12px; + display: inline-block; } + +.button ,a.l-btn span.l-btn-left { + border: 1px solid #cccccc; + border-radius: 4px; + background-color: #eee; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7, + endcolorstr=#f2f2f2, gradientType=0); + height: 24px; + padding: 0 1px; + cursor: pointer; + line-height: 24px; + display: inline-block; + color: #8f0911; + /* margin-right:5px; */ + white-space:nowrap; + +} +a.l-btn span.l-btn-left .icon-ok{ + background-image:none; +} + +.button:hover,a.l-btn:hover span.l-btn-left { + border: 1px solid #d1d1d1; + border-radius: 4px; + background-color: #e9e9e9; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e9e9e9, + endcolorstr=#f2f2f2, gradientType=0); + color: #666666; + cursor: pointer; +} + .mod1 .mod-header { height: 30px; line-height: 30px; diff --git a/src/main/webapp/plug-in/graphreport/css/metrole/report.css b/src/main/webapp/plug-in/graphreport/css/metrole/report.css index 30e7683c..b9788978 100644 --- a/src/main/webapp/plug-in/graphreport/css/metrole/report.css +++ b/src/main/webapp/plug-in/graphreport/css/metrole/report.css @@ -1286,16 +1286,59 @@ background: url(/images/bgs/backg2.png) repeat-x 0 -120px; border: 1px solid #b4b4b4; } - - - -input[type="text"].Wdate { - /* height: 15px; */ - padding: 5px; -} input[type="text"] { - border: 1px solid #54A5D5; + background-color: #fff; + border: 1px solid #D7D7D7; + border-radius: 3PX; + height: 30PX; + padding: 0 2px; + line-height: 14PX; + font-size: 12px; + display: inline-block; } + +.button ,a.l-btn span.l-btn-left { + border: 1px solid #cccccc; + border-radius: 4px; + background-color: #eee; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7, + endcolorstr=#f2f2f2, gradientType=0); + height: 24px; + padding: 0 1px; + cursor: pointer; + line-height: 24px; + display: inline-block; + color: #8f0911; + /* margin-right:5px; */ + white-space:nowrap; + +} +a.l-btn span.l-btn-left .icon-ok{ + background-image:none; +} + +.button:hover,a.l-btn:hover span.l-btn-left { + border: 1px solid #d1d1d1; + border-radius: 4px; + background-color: #e9e9e9; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e9e9e9, + endcolorstr=#f2f2f2, gradientType=0); + color: #666666; + cursor: pointer; +} + .mod1 .mod-header { height: 30px; line-height: 30px; diff --git a/src/main/webapp/plug-in/hplus/contabs.js b/src/main/webapp/plug-in/hplus/contabs.js new file mode 100644 index 00000000..23c4de08 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/contabs.js @@ -0,0 +1,352 @@ + +$(function () { + //璁$畻鍏冪礌闆嗗悎鐨勬诲搴 + function calSumWidth(elements) { + var width = 0; + $(elements).each(function () { + width += $(this).outerWidth(true); + }); + return width; + } + //婊氬姩鍒版寚瀹氶夐」鍗 + function scrollToTab(element) { + var marginLeftVal = calSumWidth($(element).prevAll()), marginRightVal = calSumWidth($(element).nextAll()); + // 鍙鍖哄煙闈瀟ab瀹藉害 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //鍙鍖哄煙tab瀹藉害 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //瀹為檯婊氬姩瀹藉害 + var scrollVal = 0; + if ($(".page-tabs-content").outerWidth() < visibleWidth) { + scrollVal = 0; + } else if (marginRightVal <= (visibleWidth - $(element).outerWidth(true) - $(element).next().outerWidth(true))) { + if ((visibleWidth - $(element).next().outerWidth(true)) > marginRightVal) { + scrollVal = marginLeftVal; + var tabElement = element; + while ((scrollVal - $(tabElement).outerWidth()) > ($(".page-tabs-content").outerWidth() - visibleWidth)) { + scrollVal -= $(tabElement).prev().outerWidth(); + tabElement = $(tabElement).prev(); + } + } + } else if (marginLeftVal > (visibleWidth - $(element).outerWidth(true) - $(element).prev().outerWidth(true))) { + scrollVal = marginLeftVal - $(element).prev().outerWidth(true); + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + //鏌ョ湅宸︿晶闅愯棌鐨勯夐」鍗 + function scrollTabLeft() { + var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left'))); + // 鍙鍖哄煙闈瀟ab瀹藉害 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //鍙鍖哄煙tab瀹藉害 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //瀹為檯婊氬姩瀹藉害 + var scrollVal = 0; + if ($(".page-tabs-content").width() < visibleWidth) { + return false; + } else { + var tabElement = $(".J_menuTab:first"); + var offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) <= marginLeftVal) {//鎵惧埌绂诲綋鍓峵ab鏈杩戠殑鍏冪礌 + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + offsetVal = 0; + if (calSumWidth($(tabElement).prevAll()) > visibleWidth) { + while ((offsetVal + $(tabElement).outerWidth(true)) < (visibleWidth) && tabElement.length > 0) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).prev(); + } + scrollVal = calSumWidth($(tabElement).prevAll()); + } + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + //鏌ョ湅鍙充晶闅愯棌鐨勯夐」鍗 + function scrollTabRight() { + var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left'))); + // 鍙鍖哄煙闈瀟ab瀹藉害 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //鍙鍖哄煙tab瀹藉害 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //瀹為檯婊氬姩瀹藉害 + var scrollVal = 0; + if ($(".page-tabs-content").width() < visibleWidth) { + return false; + } else { + var tabElement = $(".J_menuTab:first"); + var offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) <= marginLeftVal) {//鎵惧埌绂诲綋鍓峵ab鏈杩戠殑鍏冪礌 + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) < (visibleWidth) && tabElement.length > 0) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + scrollVal = calSumWidth($(tabElement).prevAll()); + if (scrollVal > 0) { + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + } + } + + //閫氳繃閬嶅巻缁欒彍鍗曢」鍔犱笂data-index灞炴 + $(".J_menuItem").each(function (index) { + if (!$(this).attr('data-index')) { + $(this).attr('data-index', index); + } + }); + + function menuItem() { + // 鑾峰彇鏍囪瘑鏁版嵁 + var dataUrl = $(this).attr('href'), + dataIndex = $(this).data('index'), + menuName = $.trim($(this).text()), + flag = true; + if (dataUrl == undefined || $.trim(dataUrl).length == 0)return false; + + // 閫夐」鍗¤彍鍗曞凡瀛樺湪 + $('.J_menuTab').each(function () { + if ($(this).data('id') == dataUrl) { + if (!$(this).hasClass('active')) { + $(this).addClass('active').siblings('.J_menuTab').removeClass('active'); + scrollToTab(this); + // 鏄剧ずtab瀵瑰簲鐨勫唴瀹瑰尯 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == dataUrl) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + } + flag = false; + return false; + } + }); + + // 閫夐」鍗¤彍鍗曚笉瀛樺湪 + if (flag) { + var str = '' + menuName + ' '; + $('.J_menuTab').removeClass('active'); + + // 娣诲姞閫夐」鍗″搴旂殑iframe + var str1 = ''; + $('.J_mainContent').find('iframe.J_iframe').hide().parents('.J_mainContent').append(str1); + + //鏄剧ずloading鎻愮ず +// var loading = layer.load(); +// +// $('.J_mainContent iframe:visible').load(function () { +// //iframe鍔犺浇瀹屾垚鍚庨殣钘弆oading鎻愮ず +// layer.close(loading); +// }); + // 娣诲姞閫夐」鍗 + $('.J_menuTabs .page-tabs-content').append(str); + scrollToTab($('.J_menuTab.active')); + } + //var last = $("a[data-id='"+dataUrl+"']"); + var imageMenuData = [ + [{ + text: "鍒锋柊缂撳瓨", + func: function() { + var target = $('.J_iframe[data-id="' + dataUrl + '"]'); + var url = target.attr('src'); + //鏄剧ずloading鎻愮ず + var loading = layer.load(); + target.attr('src', url).load(function () { + //鍏抽棴loading鎻愮ず + layer.close(loading); + }); + } + }] + ]; + try{ + $("a[data-id='"+dataUrl+"']").smartMenu(imageMenuData, { + name:"name"+uuid() + }); + }catch(e){ + console.log(e); + } + return false; + } + + $('.J_menuItem').on('click', menuItem); + + // 鍏抽棴閫夐」鍗¤彍鍗 + function closeTab() { + var closeTabId = $(this).parents('.J_menuTab').data('id'); + var currentWidth = $(this).parents('.J_menuTab').width(); + + // 褰撳墠鍏冪礌澶勪簬娲诲姩鐘舵 + if ($(this).parents('.J_menuTab').hasClass('active')) { + + // 褰撳墠鍏冪礌鍚庨潰鏈夊悓杈堝厓绱狅紝浣垮悗闈㈢殑涓涓厓绱犲浜庢椿鍔ㄧ姸鎬 + if ($(this).parents('.J_menuTab').next('.J_menuTab').size()) { + + var activeId = $(this).parents('.J_menuTab').next('.J_menuTab:eq(0)').data('id'); + $(this).parents('.J_menuTab').next('.J_menuTab:eq(0)').addClass('active'); + + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == activeId) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + + var marginLeftVal = parseInt($('.page-tabs-content').css('margin-left')); + if (marginLeftVal < 0) { + $('.page-tabs-content').animate({ + marginLeft: (marginLeftVal + currentWidth) + 'px' + }, "fast"); + } + + // 绉婚櫎褰撳墠閫夐」鍗 + $(this).parents('.J_menuTab').remove(); + + // 绉婚櫎tab瀵瑰簲鐨勫唴瀹瑰尯 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == closeTabId) { + $(this).remove(); + return false; + } + }); + } + + // 褰撳墠鍏冪礌鍚庨潰娌℃湁鍚岃緢鍏冪礌锛屼娇褰撳墠鍏冪礌鐨勪笂涓涓厓绱犲浜庢椿鍔ㄧ姸鎬 + if ($(this).parents('.J_menuTab').prev('.J_menuTab').size()) { + var activeId = $(this).parents('.J_menuTab').prev('.J_menuTab:last').data('id'); + $(this).parents('.J_menuTab').prev('.J_menuTab:last').addClass('active'); + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == activeId) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + + // 绉婚櫎褰撳墠閫夐」鍗 + $(this).parents('.J_menuTab').remove(); + + // 绉婚櫎tab瀵瑰簲鐨勫唴瀹瑰尯 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == closeTabId) { + $(this).remove(); + return false; + } + }); + } + } + // 褰撳墠鍏冪礌涓嶅浜庢椿鍔ㄧ姸鎬 + else { + // 绉婚櫎褰撳墠閫夐」鍗 + $(this).parents('.J_menuTab').remove(); + + // 绉婚櫎鐩稿簲tab瀵瑰簲鐨勫唴瀹瑰尯 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == closeTabId) { + $(this).remove(); + return false; + } + }); + scrollToTab($('.J_menuTab.active')); + } + return false; + } + + $('.J_menuTabs').on('click', "i[class='fa fa-times-circle']", closeTab); + + $('.J_menuTabs').on('click', "i[class='fa fa-refresh']", refreshTab); + + //鍏抽棴鍏朵粬閫夐」鍗 + function closeOtherTabs(){ + $('.page-tabs-content').children("[data-id]").not(":first").not(".active").each(function () { + $('.J_iframe[data-id="' + $(this).data('id') + '"]').remove(); + $(this).remove(); + }); + $('.page-tabs-content').css("margin-left", "0"); + } + $('.J_tabCloseOther').on('click', closeOtherTabs); + + //婊氬姩鍒板凡婵娲荤殑閫夐」鍗 + function showActiveTab(){ + scrollToTab($('.J_menuTab.active')); + } + $('.J_tabShowActive').on('click', showActiveTab); + + + // 鐐瑰嚮閫夐」鍗¤彍鍗 + function activeTab() { + if (!$(this).hasClass('active')) { + var currentId = $(this).data('id'); + // 鏄剧ずtab瀵瑰簲鐨勫唴瀹瑰尯 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == currentId) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + $(this).addClass('active').siblings('.J_menuTab').removeClass('active'); + scrollToTab(this); + } + } + + $('.J_menuTabs').on('click', '.J_menuTab', activeTab); + + //鍒锋柊iframe + function refreshTab() { + var target = $('.J_iframe[data-id="' + $(this).data('id') + '"]'); + if(target==undefined){ + target = $('.J_iframe[data-id="' + $(this).parent().data('id') + '"]'); + } + var url = target.attr('src'); + //鏄剧ずloading鎻愮ず + var loading = layer.load(); + target.attr('src', url).load(function () { + //鍏抽棴loading鎻愮ず + layer.close(loading); + }); + } + + $('.J_menuTabs').on('dblclick', '.J_menuTab', refreshTab); + + // 宸︾Щ鎸夋壄 + $('.J_tabLeft').on('click', scrollTabLeft); + + // 鍙崇Щ鎸夋壄 + $('.J_tabRight').on('click', scrollTabRight); + + // 鍏抽棴鍏ㄩ儴 + $('.J_tabCloseAll').on('click', function () { + $('.page-tabs-content').children("[data-id]").not(":first").each(function () { + $('.J_iframe[data-id="' + $(this).data('id') + '"]').remove(); + $(this).remove(); + }); + $('.page-tabs-content').children("[data-id]:first").each(function () { + $('.J_iframe[data-id="' + $(this).data('id') + '"]').show(); + $(this).addClass("active"); + }); + $('.page-tabs-content').css("margin-left", "0"); + }); + + function uuid() { + var s = []; + var hexDigits = "0123456789abcdef"; + for (var i = 0; i < 36; i++) { + s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1); + } + s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010 + s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01 + s[8] = s[13] = s[18] = s[23] = "-"; + + var uuid = s.join(""); + return uuid; + } + +}); diff --git a/src/main/webapp/plug-in/hplus/context.js b/src/main/webapp/plug-in/hplus/context.js new file mode 100644 index 00000000..111d116c --- /dev/null +++ b/src/main/webapp/plug-in/hplus/context.js @@ -0,0 +1,141 @@ +/* + * Context.js + * Copyright Jacob Kelley + * MIT License + */ + +var context = context || (function () { + + var options = { + fadeSpeed: 100, + filter: function ($obj) { + // Modify $obj, Do not return + }, + above: 'auto', + preventDoubleContext: true, + compress: false + }; + + function initialize(opts) { + + options = $.extend({}, options, opts); + + $(document).on('click', 'html', function () { + $('.dropdown-context').fadeOut(options.fadeSpeed, function(){ + $('.dropdown-context').css({display:''}).find('.drop-left').removeClass('drop-left'); + }); + }); + if(options.preventDoubleContext){ + $(document).on('contextmenu', '.dropdown-context', function (e) { + e.preventDefault(); + }); + } + $(document).on('mouseenter', '.dropdown-submenu', function(){ + var $sub = $(this).find('.dropdown-context-sub:first'), + subWidth = $sub.width(), + subLeft = $sub.offset().left, + collision = (subWidth+subLeft) > window.innerWidth; + if(collision){ + $sub.addClass('drop-left'); + } + }); + + } + + function updateOptions(opts){ + options = $.extend({}, options, opts); + } + + function buildMenu(data, id, subMenu) { + var subClass = (subMenu) ? ' dropdown-context-sub' : '', + compressed = options.compress ? ' compressed-context' : '', + $menu = $(''); + var i = 0, linkTarget = ''; + for(i; i'); + } else if (typeof data[i].header !== 'undefined') { + $menu.append(''); + } else { + if (typeof data[i].href == 'undefined') { + data[i].href = '#'; + } + if (typeof data[i].target !== 'undefined') { + linkTarget = ' target="'+data[i].target+'"'; + } + if (typeof data[i].subMenu !== 'undefined') { + $sub = (''); + } else { + $sub = $('
    • ' + data[i].text + '
    • '); + } + if (typeof data[i].action !== 'undefined') { + var actiond = new Date(), + actionID = 'event-' + actiond.getTime() * Math.floor(Math.random()*100000), + eventAction = data[i].action; + $sub.find('a').attr('id', actionID); + $('#' + actionID).addClass('context-event'); + $(document).on('click', '#' + actionID, eventAction); + } + $menu.append($sub); + if (typeof data[i].subMenu != 'undefined') { + var subMenuData = buildMenu(data[i].subMenu, id, true); + $menu.find('li:last').append(subMenuData); + } + } + if (typeof options.filter == 'function') { + options.filter($menu.find('li:last')); + } + } + return $menu; + } + + function addContext(selector, data) { + + var d = new Date(), + id = d.getTime(), + $menu = buildMenu(data, id); + + $('body').append($menu); + + + $(document).on('contextmenu', selector, function (e) { + e.preventDefault(); + e.stopPropagation(); + + $('.dropdown-context:not(.dropdown-context-sub)').hide(); + + $dd = $('#dropdown-' + id); + if (typeof options.above == 'boolean' && options.above) { + $dd.addClass('dropdown-context-up').css({ + top: e.pageY - 20 - $('#dropdown-' + id).height(), + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } else if (typeof options.above == 'string' && options.above == 'auto') { + $dd.removeClass('dropdown-context-up'); + var autoH = $dd.height() + 12; + if ((e.pageY + autoH) > $('html').height()) { + $dd.addClass('dropdown-context-up').css({ + top: e.pageY - 20 - autoH, + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } else { + $dd.css({ + top: e.pageY + 10, + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } + } + }); + } + + function destroyContext(selector) { + $(document).off('contextmenu', selector).off('click', '.context-event'); + } + + return { + init: initialize, + settings: updateOptions, + attach: addContext, + destroy: destroyContext + }; +})(); \ No newline at end of file diff --git a/src/main/webapp/plug-in/hplus/context.standalone.css b/src/main/webapp/plug-in/hplus/context.standalone.css new file mode 100644 index 00000000..4b33b268 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/context.standalone.css @@ -0,0 +1,228 @@ +/** + * ContextJS Styles + * For use WITHOUT Twitters Bootstrap CSS + */ + +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #999; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + background-color: #ffffff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + *border-right-width: 2px; + *border-bottom-width: 2px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; + text-align:left; +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} +.dropdown-menu a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 20px; + color: #333333; + white-space: nowrap; + text-decoration: none; +} +.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { + color: #ffffff; + text-decoration: none; + background-color: #0088cc; + background-color: #0081c2; + background-image: -moz-linear-gradient(top, #0088cc, #0077b3); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); + background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); + background-image: -o-linear-gradient(top, #0088cc, #0077b3); + background-image: linear-gradient(to bottom, #0088cc, #0077b3); + background-repeat: repeat-x; + filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); +} +.dropdown-menu .active > a, .dropdown-menu .active > a:hover { + color: #ffffff; + text-decoration: none; + background-color: #0088cc; + background-color: #0081c2; + background-image: linear-gradient(to bottom, #0088cc, #0077b3); + background-image: -moz-linear-gradient(top, #0088cc, #0077b3); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); + background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); + background-image: -o-linear-gradient(top, #0088cc, #0077b3); + background-repeat: repeat-x; + outline: 0; + filter: progid + : dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); +} +.dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover { + color: #999999; +} +.dropdown-menu .disabled > a:hover { + text-decoration: none; + cursor: default; + background-color: transparent; +} +.open { + *z-index: 1000; +} +.open > .dropdown-menu { + display: block; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, .navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px solid #000000; + content: "\2191"; +} +.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} +.dropdown-submenu { + position: relative; +} +.dropdown-submenu > .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + -webkit-border-radius: 0 6px 6px 6px; + -moz-border-radius: 0 6px 6px 6px; + border-radius: 0 6px 6px 6px; +} +.dropdown-submenu > .dropdown-menu.drop-left{ + left:-100%; +} +.dropdown-submenu:hover .dropdown-menu { + display: block; +} +.dropdown-submenu > a:after { + display: block; + float: right; + width: 0; + height: 0; + margin-top: 5px; + margin-right: -10px; + border-color: transparent; + border-left-color: #cccccc; + border-style: solid; + border-width: 5px 0 5px 5px; + content: " "; +} +.dropdown-submenu:hover > a:after { + border-left-color: #ffffff; +} +.dropdown .dropdown-menu .nav-header { + padding-right: 20px; + padding-left: 20px; +} +/** + * Context Styles + */ + +.dropdown-context .nav-header { + cursor: default; +} +.dropdown-context:before, .dropdown-context-up:before { + position: absolute; + top: -7px; + left: 9px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-left: 7px solid transparent; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; +} +.dropdown-context:after, .dropdown-context-up:after { + position: absolute; + top: -6px; + left: 10px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #ffffff; + border-left: 6px solid transparent; + content: ''; +} +.dropdown-context-up:before, .dropdown-context-up:after { + top: auto; + bottom: -7px; + z-index: 9999; +} +.dropdown-context-up:before { + border-right: 7px solid transparent; + border-top: 7px solid #ccc; + border-bottom: none; + border-left: 7px solid transparent; +} +.dropdown-context-up:after { + border-right: 6px solid transparent; + border-top: 6px solid #ffffff; + border-left: 6px solid transparent; + border-bottom: none; +} +.dropdown-context-sub:before, .dropdown-context-sub:after { + display: none; +} +.dropdown-context .dropdown-submenu:hover .dropdown-menu { + display: none; +} +.dropdown-context .dropdown-submenu:hover > .dropdown-menu { + display: block; +} + +.compressed-context a{ + padding-left: 14px; + padding-top: 0; + padding-bottom: 0; + font-size: 13px; + } +.compressed-context .divider{ + margin: 5px 1px; + } +.compressed-context .nav-header{ + padding:1px 13px; + } diff --git a/src/main/webapp/plug-in/hplus/hplus-tab.js b/src/main/webapp/plug-in/hplus/hplus-tab.js index 00f20a21..3fd35f51 100644 --- a/src/main/webapp/plug-in/hplus/hplus-tab.js +++ b/src/main/webapp/plug-in/hplus/hplus-tab.js @@ -1,8 +1,7 @@ -var addTabs = function (options) { +function addTabs(options) { var dataUrl = options.url, dataIndex = options.id, menuName = options.title, - flag = true; if (dataUrl == undefined || $.trim(dataUrl).length == 0)return false; @@ -11,7 +10,7 @@ var addTabs = function (options) { if ($(this).data('id') == dataUrl) { if (!$(this).hasClass('active')) { $(this).addClass('active').siblings('.J_menuTab').removeClass('active'); - scrollToTab(this); + scrollToTabDefined(this); // 鏄剧ずtab瀵瑰簲鐨勫唴瀹瑰尯 $('.J_mainContent .J_iframe').each(function () { if ($(this).data('id') == dataUrl) { @@ -43,7 +42,46 @@ var addTabs = function (options) { // }); // 娣诲姞閫夐」鍗 $('.J_menuTabs .page-tabs-content').append(str); - scrollToTab($('.J_menuTab.active')); + scrollToTabDefined($('.J_menuTab.active')); } + //鍒锋柊Tab + var target = $('.J_iframe[data-id="' + dataUrl + '"]'); + target.attr('src', dataUrl) return false; }; + +//璁$畻鍏冪礌闆嗗悎鐨勬诲搴 +function calSumWidth(elements) { + var width = 0; + $(elements).each(function () { + width += $(this).outerWidth(true); + }); + return width; +} +//婊氬姩鍒版寚瀹氶夐」鍗 +function scrollToTabDefined(element) { + var marginLeftVal = calSumWidth($(element).prevAll()), marginRightVal = calSumWidth($(element).nextAll()); + // 鍙鍖哄煙闈瀟ab瀹藉害 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //鍙鍖哄煙tab瀹藉害 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //瀹為檯婊氬姩瀹藉害 + var scrollVal = 0; + if ($(".page-tabs-content").outerWidth() < visibleWidth) { + scrollVal = 0; + } else if (marginRightVal <= (visibleWidth - $(element).outerWidth(true) - $(element).next().outerWidth(true))) { + if ((visibleWidth - $(element).next().outerWidth(true)) > marginRightVal) { + scrollVal = marginLeftVal; + var tabElement = element; + while ((scrollVal - $(tabElement).outerWidth()) > ($(".page-tabs-content").outerWidth() - visibleWidth)) { + scrollVal -= $(tabElement).prev().outerWidth(); + tabElement = $(tabElement).prev(); + } + } + } else if (marginLeftVal > (visibleWidth - $(element).outerWidth(true) - $(element).prev().outerWidth(true))) { + scrollVal = marginLeftVal - $(element).prev().outerWidth(true); + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); +} diff --git a/src/main/webapp/plug-in/hplus/jquery-smartMenu.js b/src/main/webapp/plug-in/hplus/jquery-smartMenu.js new file mode 100644 index 00000000..08261d86 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/jquery-smartMenu.js @@ -0,0 +1,157 @@ +/* + * smartMenu.js 鏅鸿兘涓婁笅鏂囪彍鍗曟彃浠 + * http://www.zhangxinxu.com/ + * + * Copyright 2011, zhangxinxu + * + * 2011-05-26 v1.0 缂栧啓 + * 2011-06-03 v1.1 淇func涓璽his澶卞噯闂 + * 2011-10-10 v1.2 淇鑴氭湰鏀惧湪鏍囩涓眰鏃犳硶闅愯棌鐨勯棶棰 + * 2011-10-30 v1.3 淇IE6~7涓嬩簩绾ц彍鍗曠Щ鍒扮浜岄」闅愯棌鐨勯棶棰 + */ + +(function($) { + var D = $(document).data("func", {}); + $.smartMenu = $.noop; + $.fn.smartMenu = function(data, options) { + var B = $("body"), defaults = { + name: "", + offsetX: 2, + offsetY: 2, + textLimit: 6, + beforeShow: $.noop, + afterShow: $.noop + }; + var params = $.extend(defaults, options || {}); + + var htmlCreateMenu = function(datum) { + var dataMenu = datum || data, nameMenu = datum? Math.random().toString(): params.name, htmlMenu = "", htmlCorner = "", clKey = "smart_menu_"; + if ($.isArray(dataMenu) && dataMenu.length) { + htmlMenu = '
      ' + + '
      ' + + '
        '; + + $.each(dataMenu, function(i, arr) { + if (i) { + htmlMenu = htmlMenu + '
      •  
      • '; + } + if ($.isArray(arr)) { + $.each(arr, function(j, obj) { + var text = obj.text, htmlMenuLi = "", strTitle = "", rand = Math.random().toString().replace(".", ""); + if (text) { + if (text.length > params.textLimit) { + text = text.slice(0, params.textLimit) + "鈥"; + strTitle = ' title="'+ obj.text +'"'; + } + if ($.isArray(obj.data) && obj.data.length) { + htmlMenuLi = '
      • ' + htmlCreateMenu(obj.data) + + ''+ text +'' + + '
      • '; + } else { + htmlMenuLi = '
      • ' + + ''+ text +'' + + '
      • '; + } + + htmlMenu += htmlMenuLi; + + var objFunc = D.data("func"); + objFunc[rand] = obj.func; + D.data("func", objFunc); + } + }); + } + }); + + htmlMenu = htmlMenu + '
      ' + + '
      ' + + '
      '; + } + return htmlMenu; + }, funSmartMenu = function() { + var idKey = "#smartMenu_", clKey = "smart_menu_", jqueryMenu = $(idKey + params.name); + if (!jqueryMenu.size()) { + $("body").append(htmlCreateMenu()); + + //浜嬩欢 + $(idKey + params.name +" a").bind("click", function() { + var key = $(this).attr("data-key"), + callback = D.data("func")[key]; + if ($.isFunction(callback)) { + callback.call(D.data("trigger")); + } + $.smartMenu.hide(); + return false; + }); + $(idKey + params.name +" li").each(function() { + var isHover = $(this).attr("data-hover"), clHover = clKey + "li_hover"; + + $(this).hover(function() { + var jqueryHover = $(this).siblings("." + clHover); + jqueryHover.removeClass(clHover).children("."+ clKey +"box").hide(); + jqueryHover.children("."+ clKey +"a").removeClass(clKey +"a_hover"); + + if (isHover) { + $(this).addClass(clHover).children("."+ clKey +"box").show(); + $(this).children("."+ clKey +"a").addClass(clKey +"a_hover"); + } + + }); + + }); + return $(idKey + params.name); + } + return jqueryMenu; + }; + + $(this).each(function() { + this.oncontextmenu = function(e) { + //鍥炶皟 + if ($.isFunction(params.beforeShow)) { + params.beforeShow.call(this); + } + e = e || window.event; + //闃绘鍐掓场 + e.cancelBubble = true; + if (e.stopPropagation) { + e.stopPropagation(); + } + //闅愯棌褰撳墠涓婁笅鏂囪彍鍗曪紝纭繚椤甸潰涓婁竴娆″彧鏈変竴涓笂涓嬫枃鑿滃崟 + $.smartMenu.hide(); + var st = D.scrollTop(); + var jqueryMenu = funSmartMenu(); + if (jqueryMenu) { + jqueryMenu.css({ + display: "block", + left: e.clientX + params.offsetX, + top: e.clientY + st + params.offsetY + }); + D.data("target", jqueryMenu); + D.data("trigger", this); + //鍥炶皟 + if ($.isFunction(params.afterShow)) { + params.afterShow.call(this); + } + return false; + } + }; + }); + if (!B.data("bind")) { + B.bind("click", $.smartMenu.hide).data("bind", true); + } + }; + $.extend($.smartMenu, { + hide: function() { + var target = D.data("target"); + if (target && target.css("display") === "block") { + target.hide(); + } + }, + remove: function() { + var target = D.data("target"); + if (target) { + target.remove(); + } + } + }); +})(jQuery); \ No newline at end of file diff --git a/src/main/webapp/plug-in/hplus/smartMenu.css b/src/main/webapp/plug-in/hplus/smartMenu.css new file mode 100644 index 00000000..b489e521 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/smartMenu.css @@ -0,0 +1,10 @@ +.smart_menu_box{display:none; width:140px; position:absolute; z-index:201105;} +.smart_menu_body{padding:1px; border:1px solid #B8CBCB; background-color:#fff; -moz-box-shadow:2px 2px 5px #666; -webkit-box-shadow:2px 2px 5px #666; box-shadow:2px 2px 5px #666;} +.smart_menu_ul{margin:0; padding:0; list-style-type:none;} +.smart_menu_li{position:relative;} +.smart_menu_a{display:block; height:25px; line-height:24px; padding:0 5px 0 25px; color:#000; font-size:12px; text-decoration:none; overflow:hidden;} +.smart_menu_a:hover, .smart_menu_a_hover{background-color:#348CCC; color:#fff; text-decoration:none;} +.smart_menu_li_separate{line-height:0; margin:3px; border-bottom:1px solid #B8CBCB; font-size:0;} +.smart_menu_triangle{width:0; height:0; border:5px dashed transparent; border-left:5px solid #666; overflow:hidden; position:absolute; top:7px; right:5px;} +.smart_menu_a:hover .smart_menu_triangle, .smart_menu_a_hover .smart_menu_triangle{border-left-color:#fff;} +.smart_menu_li_hover .smart_menu_box{top:-1px; left:130px;} \ No newline at end of file diff --git a/src/main/webapp/plug-in/layim/config.js b/src/main/webapp/plug-in/layim/config.js new file mode 100644 index 00000000..2c246d18 --- /dev/null +++ b/src/main/webapp/plug-in/layim/config.js @@ -0,0 +1,110 @@ +//layim鑱婂ぉ缁勪欢start +//璇峰皢杩欎釜ip鍦板潃淇敼涓烘湰鏈篿p鍦板潃 +//websocket 閰嶇疆 +var chatIp = "192.168.0.110"; +var id = ""; +jQuery.post("chat/imController.do?getUserid", { + +}, function (text) { + id = text.substring(1,text.length-1); +}); +if(!/^http(s*):\/\//.test(location.href)){ + alert('璇烽儴缃插埌localhost涓婃煡鐪嬭婕旂ず'); +} + +layui.use('layim', function(layim){ +// //寤虹珛WebSocket閫氳 + var socket = new WebSocket("ws://"+chatIp+":8080/jeecg/WebSocket/"+id); + + //鍩虹閰嶇疆 + layim.config({ + //鍒濆鍖栨帴鍙 + init: { + //url: '$!{basePath}/content/chat/demo/json/getList.json' + url: 'chat/imController.do?getUsers' + ,data: {} + } + + //绠绾︽ā寮忥紙涓嶆樉绀轰富闈㈡澘锛 + //,brief: true + + //鏌ョ湅缇ゅ憳鎺ュ彛 + ,members: { + url: 'content/chat/demo/json/getMembers.json' + ,data: {} + } + + ,uploadImage: { + url: 'chat/imController.do?uploadImage' //锛堣繑鍥炵殑鏁版嵁鏍煎紡瑙佷笅鏂囷級 + ,type: 'post' //榛樿post + } + + ,uploadFile: { + url: 'chat/imController.do?uploadFile' //锛堣繑鍥炵殑鏁版嵁鏍煎紡瑙佷笅鏂囷級 + ,type: '' //榛樿post + } + + //,skin: ['http://cdn.firstlinkapp.com/upload/2016_4/1461747766565_14690.jpg'] //鐨偆 + ,title:"鍦ㄧ嚎鑱婂ぉ" + ,maxLength:3000 + ,brief:false + ,isgroup: false //鏄惁寮鍚兢缁 + ,chatLog: 'chat/chatMessageHistory.do?from='+id //鑱婂ぉ璁板綍鍦板潃 + + ,find: './demo/find.html' + ,copyright: true //鏄惁鎺堟潈 + }); + + //鐩戝惉鍙戦佹秷鎭 + layim.on('sendMessage', function(data){ + console.log(data); + var mine = data.mine; + var to = data.to; + console.log(data); + + //鏇村鎯呭喌涓嬶紝涓鑸槸浼犻掍竴涓璞 + socket.send(JSON.stringify({ + type: 'friend' //闅忎究瀹氫箟锛岀敤浜庡湪鏈嶅姟绔尯鍒嗘秷鎭被鍨 + ,data: {"msg":mine.content,"from":mine.id,"to":to.id,"fromName":mine.username,"toName":to.username} + })); + }); + + //杩炴帴鎴愬姛鏃惰Е鍙 + socket.onopen = function(){ + //socket.send('XXX杩炴帴鎴愬姛'); + }; + + //鐩戝惉鏀跺埌鐨勬秷鎭 + socket.onmessage = function(res){ + var json = JSON.parse(res.data); + var timestamp = new Date().getTime(); + layim.getMessage({ + username: json.data.fromName //娑堟伅鏉ユ簮鐢ㄦ埛鍚 + ,avatar: "http://tp1.sinaimg.cn/1571889140/180/40030060651/1" //娑堟伅鏉ユ簮鐢ㄦ埛澶村儚 + ,id: json.data.from //鑱婂ぉ绐楀彛鏉ユ簮ID锛堝鏋滄槸绉佽亰锛屽垯鏄敤鎴穒d锛屽鏋滄槸缇よ亰锛屽垯鏄兢缁刬d锛 + ,type: "friend" //鑱婂ぉ绐楀彛鏉ユ簮绫诲瀷锛屼粠鍙戦佹秷鎭紶閫掔殑to閲岄潰鑾峰彇 + ,content: json.data.msg //娑堟伅鍐呭 + ,timestamp: timestamp //鏈嶅姟绔姩鎬佹椂闂存埑 + }); + }; + + //鐩戝惉鍦ㄧ嚎鐘舵佺殑鍒囨崲浜嬩欢 + layim.on('online', function(data){ + console.log(data); + }); + + + //鐩戝惉鏌ョ湅缇ゅ憳 + layim.on('members', function(data){ + console.log(data); + }); + + //鐩戝惉鑱婂ぉ绐楀彛鐨勫垏鎹 + layim.on('chatChange', function(data){ + console.log(data); + }); + + //鍒濆鏈灏忓寲鑱婂ぉ鐣岄潰 + //layim.setChatMin(); +}); +//layim鑱婂ぉ缁勪欢end \ No newline at end of file diff --git a/src/main/webapp/plug-in/login/js/login.js b/src/main/webapp/plug-in/login/js/login.js index 52d0ce5f..c7a2bdb5 100644 --- a/src/main/webapp/plug-in/login/js/login.js +++ b/src/main/webapp/plug-in/login/js/login.js @@ -1,10 +1,10 @@ $(document).ready(function() { - - //author:scott---date:20160426---for:鍒ゆ柇娴忚鍣ㄨ烦杞吋瀹归鏍 + var navigatorName = "Microsoft Internet Explorer"; if( navigator.appName == navigatorName ){ alert("IE娴忚鍣ㄩ噰鐢ㄤ紶缁熼椤甸鏍硷紝鏇翠匠浣撻獙寤鸿浣跨敤Chrome娴忚鍣!") - setCookie("JEECGINDEXSTYLE","shortcut"); + //setCookie("JEECGINDEXSTYLE","shortcut"); + $.cookie('JEECGINDEXSTYLE', 'shortcut'); }else{ } @@ -137,6 +137,7 @@ function Login(orgId) { var d = $.parseJSON(data); if (d.success) { loginsuccess(); + // todo zhanggm 娌℃湁澶勭悊澶氳瑷锛屾殏鏃惰繖鏍峰垽鏂笅鍚 var title, okButton; if($("#langCode").val() == 'en') { diff --git a/src/main/webapp/plug-in/sliding/css/main.css b/src/main/webapp/plug-in/sliding/css/main.css index d76b7775..a004c41c 100644 --- a/src/main/webapp/plug-in/sliding/css/main.css +++ b/src/main/webapp/plug-in/sliding/css/main.css @@ -3108,7 +3108,6 @@ z-index: 12; min-width: 180px; position: relative; z-index: 1; - /*update-begin--Author:zhangguoming Date:20140604 for锛氫簯妗岄潰鍏ㄥ眬瑙嗗浘锛屾坊鍔犵旱鍚戞粴鍔ㄦ潯*/ overflow: auto !important; } .amg_folder_appbutton { @@ -3197,7 +3196,6 @@ z-index: 12; } .ie6_0 .toolBar_bg, .ie7_0 .toolBar_bg { } -/*update-begin--Author:zhangguoming Date:20140617 for锛氫簯妗岄潰锛屼慨鏀归椤甸鏍兼椂鐨勬彁绀烘鏍峰紡*/ .window { /*background: url("../images/transparent.gif") repeat scroll 0 0 transparent;*/ } diff --git a/src/main/webapp/plug-in/sliding/js/webos-core.js b/src/main/webapp/plug-in/sliding/js/webos-core.js index c502c8bd..d59f31b9 100644 --- a/src/main/webapp/plug-in/sliding/js/webos-core.js +++ b/src/main/webapp/plug-in/sliding/js/webos-core.js @@ -47,6 +47,7 @@ function dataFlush(){ } }); } + /** * 杞崲鐢ㄦ埛鐨勬闈 */ @@ -1505,7 +1506,6 @@ appIcon_amg1 = appIcon_amg.extend({ }); appIcon.append($("",{ alt:this.app.name , - /*update-begin--Author:zhangguoming Date:20140509 for锛氫簯妗岄潰鍥炬爣绠$悊*/ // src:'plug-in/sliding/icon/'+this.app.icon, src:this.app.icon, "class":"appButton_appIconImg", @@ -1585,7 +1585,6 @@ appIcon_t1 = appIcon_t0.extend({ }); appIcon.append($("",{ alt:this.app.name , - /*update-begin--Author:zhangguoming Date:20140509 for锛氫簯妗岄潰鍥炬爣绠$悊*/ // src:'plug-in/sliding/icon/'+this.app.icon, src:this.app.icon, "class":"appButton_appIconImg", diff --git a/src/main/webapp/plug-in/tools/css/common.css b/src/main/webapp/plug-in/tools/css/common.css index f171dd08..c7702d07 100644 --- a/src/main/webapp/plug-in/tools/css/common.css +++ b/src/main/webapp/plug-in/tools/css/common.css @@ -34,3 +34,15 @@ cursor:pointer !important; border:1px solid #D7EAFF !important; margin-right:4px input[type="file"] { background-color: #D7EAFF; border : 1px solid #54A5D5; width:auto !important; padding:2px; } input[type="text"] { background-color: #fff; border : 1px solid #54A5D5; padding:2px; } +a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;} + .ace_button + { + background-color: #21b9bb; + border-color: #21b9bb; + color: #FFFFFF; + border-radius: 3px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + display: inline-block; + } diff --git a/src/main/webapp/plug-in/tools/css/metro/common.css b/src/main/webapp/plug-in/tools/css/metro/common.css index 79932d76..df869300 100644 --- a/src/main/webapp/plug-in/tools/css/metro/common.css +++ b/src/main/webapp/plug-in/tools/css/metro/common.css @@ -46,3 +46,15 @@ input[type="text"] { font-size: 12px; display: inline-block; } +a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;} + .ace_button + { + background-color: #21b9bb; + border-color: #21b9bb; + color: #FFFFFF; + border-radius: 3px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + display: inline-block; + } diff --git a/src/main/webapp/plug-in/tools/css/metrole/common.css b/src/main/webapp/plug-in/tools/css/metrole/common.css index dde4ac4d..349c7242 100644 --- a/src/main/webapp/plug-in/tools/css/metrole/common.css +++ b/src/main/webapp/plug-in/tools/css/metrole/common.css @@ -47,3 +47,16 @@ input[type="text"] { font-size: 12px; display: inline-block; } +a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;} + .ace_button + { + background-color: #21b9bb; + border-color: #21b9bb; + color: #FFFFFF; + border-radius: 3px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + display: inline-block; + } +/* //update-end--Author: chenj Date:20160815 for锛歍ASK #1040 銆怳I鎸夐挳鏍囩ace鏍峰紡銆戝垪琛ㄥ悗闈㈢殑鎿嶄綔鎸夐挳鏀寔鎸夐挳鏍囩鏍峰紡璁剧疆锛*/ \ No newline at end of file diff --git a/src/main/webapp/plug-in/tools/curdtools_en.js b/src/main/webapp/plug-in/tools/curdtools_en.js index 30d06775..0746aad0 100644 --- a/src/main/webapp/plug-in/tools/curdtools_en.js +++ b/src/main/webapp/plug-in/tools/curdtools_en.js @@ -22,14 +22,18 @@ try { function getzIndex(flag){ var zindexNumber = getCookie("ZINDEXNUMBER"); if(zindexNumber == null){ - setCookie("ZINDEXNUMBER",1980); - zindexNumber = 1980; + zindexNumber = 2010; + setCookie("ZINDEXNUMBER",zindexNumber); + //zindexNumber = 1980; }else{ + if(zindexNumber < 2010){ + zindexNumber = 2010; + } var n = flag?zindexNumber:parseInt(zindexNumber) + parseInt(10); setCookie("ZINDEXNUMBER",n); } return zindexNumber; -} +} function upload(curform) { upload(); @@ -1067,7 +1071,7 @@ function jeecgAutoParse(data){ }); return parsed; } -//add--start--Author:xugj date:20160531 for: TASK #1089 銆恉emo銆戦拡瀵筳eecgdemo锛屽疄鐜颁竴涓柊鐨勯〉闈㈡柟寮 + /** * 鏇存柊璺宠浆鏂伴〉闈 * @param title 缂栬緫妗嗘爣棰 鏈疄鐜版爣棰樻敼鍙 @@ -1115,4 +1119,247 @@ function viewNotCreateWin(title,url, id,isRestful) } window.location.href=url } -//add--end--Author:xugj date:20160531 for: TASK #1089 銆恉emo銆戦拡瀵筳eecgdemo锛屽疄鐜颁竴涓柊鐨勯〉闈㈡柟寮 + +//popup +//object: pobj褰撳墠鎿嶄綔鐨勬枃鏈. tablefield:瀵瑰簲瀛楀吀TEXT,瑕佷粠popup鎶ヨ〃涓幏鍙栫殑瀛楁.inputnames:瀵瑰簲瀛楀吀CODE,褰撳墠闇瑕佸洖濉暟鎹殑鏂囨湰妗嗗悕绉. pcode:鍔ㄦ佹姤琛ㄧ殑code +function popupClick(pobj,tablefield,inputnames,pcode) { + $.dialog.setting.zIndex = getzIndex(true); + if(inputnames==""||pcode==""){ + alert("popup鍙傛暟閰嶇疆涓嶅叏"); + return; + } + if(typeof(windowapi) == 'undefined'){ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"閫夋嫨", + width:800, + height: 400, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("璇烽夋嫨"); + return false; + }else { + //瀵瑰簲鏁版嵁搴撳瓧娈典笉涓虹┖鐨勬儏鍐典笅,鏍规嵁琛ㄥ崟涓瓧鍏窽EXT鐨勫兼潵鍙杙opup鐨勫 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆澶氫釜鍊兼椂锛屾牴鎹〃鍗曚腑瀛楀吀CODE鐨勫间粠popup涓潵鍙栧 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆涓涓兼椂锛屾牴鎹〃鍗曚腑瀛楀吀TEXT鐨勫间粠popup涓潵鍙栧 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '鍏抽棴', + cancel: true // 涓簍rue绛変环浜巉unction(){} + }); + }else{ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"閫夋嫨", + width:800, + height: 400, + parent:windowapi, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("璇烽夋嫨"); + return false; + }else { + //瀵瑰簲鏁版嵁搴撳瓧娈典笉涓虹┖鐨勬儏鍐典笅,鏍规嵁琛ㄥ崟涓瓧鍏窽EXT鐨勫兼潵鍙杙opup鐨勫 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆澶氫釜鍊兼椂锛屾牴鎹〃鍗曚腑瀛楀吀CODE鐨勫间粠popup涓潵鍙栧 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆涓涓兼椂锛屾牴鎹〃鍗曚腑瀛楀吀TEXT鐨勫间粠popup涓潵鍙栧 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '鍏抽棴', + cancel: true // 涓簍rue绛変环浜巉unction(){} + }); + } + } diff --git a/src/main/webapp/plug-in/tools/curdtools_zh-cn.js b/src/main/webapp/plug-in/tools/curdtools_zh-cn.js index 15cce783..5567c725 100644 --- a/src/main/webapp/plug-in/tools/curdtools_zh-cn.js +++ b/src/main/webapp/plug-in/tools/curdtools_zh-cn.js @@ -25,14 +25,18 @@ try { function getzIndex(flag){ var zindexNumber = getCookie("ZINDEXNUMBER"); if(zindexNumber == null){ - setCookie("ZINDEXNUMBER",1980); - zindexNumber = 1980; + zindexNumber = 2010; + setCookie("ZINDEXNUMBER",zindexNumber); + //zindexNumber = 1980; }else{ + if(zindexNumber < 2010){ + zindexNumber = 2010; + } var n = flag?zindexNumber:parseInt(zindexNumber) + parseInt(10); setCookie("ZINDEXNUMBER",n); } return zindexNumber; -} +} function upload(curform) { upload(); @@ -633,6 +637,8 @@ function doSubmit(url,name,data) { var msg = d.msg; tip(msg); reloadTable(); + } else { + tip(d.msg); } } }); @@ -903,7 +909,7 @@ function inputClick(obj,name,code) { }, cancelVal: '鍏抽棴', - cancel: true /*涓簍rue绛変环浜巉unction(){}*/ + cancel: true //涓簍rue绛変环浜巉unction(){} }); }else{ $.dialog({ @@ -937,10 +943,11 @@ function inputClick(obj,name,code) { }, cancelVal: '鍏抽棴', - cancel: true /*涓簍rue绛変环浜巉unction(){}*/ + cancel: true //涓簍rue绛変环浜巉unction(){} }); } } + /* 鑷畾涔塽rl鐨勫脊鍑 obj:瑕佸~鍏呯殑鎺т欢,鍙互涓哄涓紝浠ラ楀彿鍒嗛殧 @@ -1069,7 +1076,7 @@ function jeecgAutoParse(data){ }); return parsed; } -//add--start--Author:xugj date:20160531 for: TASK #1089 銆恉emo銆戦拡瀵筳eecgdemo锛屽疄鐜颁竴涓柊鐨勯〉闈㈡柟寮 + /** * 鏇存柊璺宠浆鏂伴〉闈 * @param title 缂栬緫妗嗘爣棰 鏈疄鐜版爣棰樻敼鍙 @@ -1116,4 +1123,247 @@ function viewNotCreateWin(title,url, id,isRestful) } window.location.href=url } -//add--end--Author:xugj date:20160531 for: TASK #1089 銆恉emo銆戦拡瀵筳eecgdemo锛屽疄鐜颁竴涓柊鐨勯〉闈㈡柟寮 + +//popup +//object: pobj褰撳墠鎿嶄綔鐨勬枃鏈. tablefield:瀵瑰簲瀛楀吀TEXT,瑕佷粠popup鎶ヨ〃涓幏鍙栫殑瀛楁.inputnames:瀵瑰簲瀛楀吀CODE,褰撳墠闇瑕佸洖濉暟鎹殑鏂囨湰妗嗗悕绉. pcode:鍔ㄦ佹姤琛ㄧ殑code +function popupClick(pobj,tablefield,inputnames,pcode) { + $.dialog.setting.zIndex = getzIndex(true); + if(inputnames==""||pcode==""){ + alert("popup鍙傛暟閰嶇疆涓嶅叏"); + return; + } + if(typeof(windowapi) == 'undefined'){ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"閫夋嫨", + width:800, + height: 400, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("璇烽夋嫨"); + return false; + }else { + //瀵瑰簲鏁版嵁搴撳瓧娈典笉涓虹┖鐨勬儏鍐典笅,鏍规嵁琛ㄥ崟涓瓧鍏窽EXT鐨勫兼潵鍙杙opup鐨勫 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆澶氫釜鍊兼椂锛屾牴鎹〃鍗曚腑瀛楀吀CODE鐨勫间粠popup涓潵鍙栧 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆涓涓兼椂锛屾牴鎹〃鍗曚腑瀛楀吀TEXT鐨勫间粠popup涓潵鍙栧 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '鍏抽棴', + cancel: true // 涓簍rue绛変环浜巉unction(){} + }); + }else{ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"閫夋嫨", + width:800, + height: 400, + parent:windowapi, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("璇烽夋嫨"); + return false; + }else { + //瀵瑰簲鏁版嵁搴撳瓧娈典笉涓虹┖鐨勬儏鍐典笅,鏍规嵁琛ㄥ崟涓瓧鍏窽EXT鐨勫兼潵鍙杙opup鐨勫 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆澶氫釜鍊兼椂锛屾牴鎹〃鍗曚腑瀛楀吀CODE鐨勫间粠popup涓潵鍙栧 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //瀵瑰簲鏁版嵁搴撳瓧娈典负绌虹殑鎯呭喌涓嬪苟涓斿瓧鍏窩ODE浼犲叆涓涓兼椂锛屾牴鎹〃鍗曚腑瀛楀吀TEXT鐨勫间粠popup涓潵鍙栧 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '鍏抽棴', + cancel: true // 涓簍rue绛変环浜巉unction(){} + }); + } + } diff --git a/src/main/webapp/plug-in/tools/syUtil.js b/src/main/webapp/plug-in/tools/syUtil.js index aa6aab0c..5d7892a2 100644 --- a/src/main/webapp/plug-in/tools/syUtil.js +++ b/src/main/webapp/plug-in/tools/syUtil.js @@ -371,8 +371,8 @@ function clearLocalstorage(){ storage.removeAll(); $.messager.alert('淇℃伅', "娴忚鍣ㄧ紦瀛樻竻闄ゆ垚鍔!"); } + //濡傛灉鍦ㄦ渶澶栧眰椤甸潰锛屽垱寤簍ools瀵硅薄 if (window.top == window) { var tools = {msg : "杩欐槸涓涓伐鍏峰璞★紝鍙互鎶婂父鐢ㄥ睘鎬ф斁鍒拌繖涓璞′笂銆傚锛氬湪浠绘剰椤甸潰鐢╰op.currDatagri鍙互鑾峰彇褰撳墠鐨刣atagrid"}; } -//update-end--Author:閽熶笘浜 Date:20150610 for锛歰nline鏀寔鏍戦厤缃---------------------- \ No newline at end of file diff --git a/src/main/webapp/plug-in/umeditor/umeditor.js b/src/main/webapp/plug-in/umeditor/umeditor.js index 7b16c0f6..b94c7cf6 100644 --- a/src/main/webapp/plug-in/umeditor/umeditor.js +++ b/src/main/webapp/plug-in/umeditor/umeditor.js @@ -1117,7 +1117,6 @@ var domUtils = dom.domUtils = { POSITION_CONTAINS: 16, //ie6浣跨敤鍏朵粬鐨勪細鏈変竴娈电┖鐧藉嚭鐜 fillChar: ie && browser.version == '6' ? '\ufeff' : '\u200B', - //-------------------------Node閮ㄥ垎-------------------------------- keys: { /*Backspace*/ 8: 1, /*Delete*/ 46: 1, /*Shift*/ 16: 1, /*Ctrl*/ 17: 1, /*Alt*/ 18: 1, diff --git a/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js b/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js index 44bff442..76109704 100644 --- a/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js +++ b/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js @@ -2185,23 +2185,29 @@ SWFUpload.Console.writeLine = function(d) { for ( var n in this.queueData.files) { queuedFile = this.queueData.files[n]; if (queuedFile.uploaded != true && queuedFile.name == file.name) { - var replaceQueueItem = confirm('The file named "' - + file.name - + '" is already in the queue.\nDo you want to replace the existing item in the queue?'); - if (!replaceQueueItem) { - this.cancelUpload(file.id); - this.queueData.filesCancelled++; - return false; - } else { +// var replaceQueueItem = confirm('The file named "' +// + file.name +// + '" is already in the queue.\nDo you want to replace the existing item in the queue?'); +// if (!replaceQueueItem) { +// this.cancelUpload(file.id); +// this.queueData.filesCancelled++; +// return false; +// } else { $('#' + queuedFile.id).remove(); this.cancelUpload(queuedFile.id); this.queueData.filesReplaced++; - } +// } } } // Get the size of the file - var fileSize = Math.round(file.size / 1024); + var fileSize ; + if(file.size < 1024){ + fileSize = Math.round(1024 / 1024); + }else{ + fileSize = Math.round(file.size / 1024); + } + //var fileSize = Math.round(file.size / 1024); var suffix = 'KB'; if (fileSize > 1000) { fileSize = Math.round(fileSize / 1000); diff --git a/src/main/webapp/webpage/common/404.htm b/src/main/webapp/webpage/common/404.htm new file mode 100644 index 00000000..ccac7d99 --- /dev/null +++ b/src/main/webapp/webpage/common/404.htm @@ -0,0 +1,84 @@ + + + + +404鍝焴 + + +
      +

      404

      +

      璇ラ〉闈笉瀛樺湪(麓锝ハ夛渐`)

      +
      + + + + + + \ No newline at end of file diff --git a/src/main/webapp/webpage/common/functionIconStyleList.jsp b/src/main/webapp/webpage/common/functionIconStyleList.jsp new file mode 100644 index 00000000..0e42e46b --- /dev/null +++ b/src/main/webapp/webpage/common/functionIconStyleList.jsp @@ -0,0 +1,111 @@ +<%-- +update---Author:chenj Date:20160729 for锛氬鍔犲浘鏍囨牱寮忛瑙堥〉闈 + --%> +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import = "java.io.*" %> + <%@ page import = "java.util.ArrayList,java.util.List" %> + <%@include file="/context/mytags.jsp"%> + <% + String param = request.getParameter("style"); + + List list =new ArrayList(); + //File file = new File("E:/marsWS/jeecg-framework/src/main/webapp/plug-in/ace/assets/css/font-awesome.min.css"); + + BufferedReader reader = null; + + if(param!=null&¶m.equals("ace")){ + String filePath = application.getRealPath("/") + "/plug-in/ace/assets/css/font-awesome.min.css"; + File file = new File(filePath); + reader = new BufferedReader(new FileReader(file)); + } + + if(param!=null&¶m.equals("urlfont")){ + String filePath = application.getRealPath("/") + "/plug-in/ace/css/font-awesome.css"; + File file = new File(filePath); + reader = new BufferedReader(new FileReader(file)); + } + + //杩斿洖璇诲彇鎸囧畾璧勬簮鐨勮緭鍏ユ祦 + if(param!=null&¶m.equals("hplus")){ + //filePath = application.getRealPath("/") + "/plug-in/hplus/font-awesome.css"; + InputStream is=this.getClass().getResourceAsStream("/plug-in-ui/hplus/css/font-awesome.css"); + reader=new BufferedReader(new InputStreamReader(is)); + } + + try { + //System.out.println("浠ヨ涓哄崟浣嶈鍙栨枃浠跺唴瀹癸紝涓娆¤涓鏁磋锛"); + String tempString = null; + int line = 1; + // 涓娆¤鍏ヤ竴琛岋紝鐩村埌璇诲叆null涓烘枃浠剁粨鏉 + while ((tempString = reader.readLine()) != null) { + // 鏄剧ず琛屽彿 + //System.out.println("line " + line + ": " + tempString); + if(tempString !=null&&!tempString.trim().equals("")){ + if(tempString.indexOf(":before")>-1&&tempString.indexOf(".")>-1){ + int start = tempString.indexOf("."); + int end = tempString.indexOf(":before"); + String subStr = tempString.substring(start+1, end); + if(param!=null&&(param.equals("hplus")||param.equals("urlfont"))){ + subStr = "fa "+subStr; + } + //out.println("start:"+start); + //out.println("end:"+end); + //out.println("subStr:"+subStr); + if(param!=null&&(param.equals("ace"))&&tempString.indexOf("content:")==-1) + { + continue; + } + list.add(subStr); + } + } + line++; + } + reader.close(); + } catch (IOException e) { + e.printStackTrace(); + } finally { + if (reader != null) { + try { + reader.close(); + } catch (IOException e1) { + } + } + } + %> + + + + +<% + if(param!=null&¶m.equals("ace")){ +%> + +<%}else if(param!=null&¶m.equals("hplus")){ %> + +<%}else if(param!=null&¶m.equals("urlfont")){ %> + +<%} %> + +鑿滃崟鍥炬爣鏍峰紡 + + +

      <%=param%>鍥炬爣鏍峰紡

      +
      + <% + if(list.size()>0){ + for(String style:list){ + String c = style; + if(param!=null&&(param.equals("hplus")||param.equals("urlfont"))){ + c = style.replace("fa ",""); + } + + %> + + <% + } + } + %> +
      <%=c %>
      + + \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties new file mode 100644 index 00000000..aa6043d2 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties @@ -0,0 +1,7 @@ +#UEditor Config + +# \u4fdd\u5b58\u8def\u5f84 +savePath=upload/ueditor + +# \u4e0a\u4f20\u6587\u4ef6\u540d\u5b57\u683c\u5f0f +fileNameFormat={time}{rand:6} \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.js b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/error.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.js rename to src/main/webapp/webpage/content/plug-in/ueditor/jsp/error.jsp diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp new file mode 100644 index 00000000..f542c0a8 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp @@ -0,0 +1,37 @@ + <%@page import="java.io.File"%> + <%@page import="java.util.Properties"%> + <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + <%@ page import="java.io.FileInputStream" %> + + + <% + request.setCharacterEncoding( Uploader.ENCODEING ); + response.setCharacterEncoding( Uploader.ENCODEING ); + + String currentPath = request.getRequestURI().replace( request.getContextPath(), "" ); + + File currentFile = new File( currentPath ); + + currentPath = currentFile.getParent() + File.separator; + + //鍔犺浇閰嶇疆鏂囦欢 + String propertiesPath = request.getSession().getServletContext().getRealPath( currentPath + "config.properties" ); + Properties properties = new Properties(); + try { + properties.load( new FileInputStream( propertiesPath ) ); + } catch ( Exception e ) { + //鍔犺浇澶辫触鐨勫鐞 + e.printStackTrace(); + } + + Uploader up = new Uploader(request); + + up.setSavePath("upload"); //淇濆瓨璺緞 + String[] fileType = {".rar" , ".doc" , ".docx" , ".zip" , ".pdf" , ".txt" , ".swf", ".wmv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg", ".ogg", ".mov", ".wmv", ".mp4"}; //鍏佽鐨勬枃浠剁被鍨 + up.setAllowFiles(fileType); + up.setMaxSize(500 * 1024); //鍏佽鐨勬枃浠舵渶澶у昂瀵革紝鍗曚綅KB + up.upload(); + response.getWriter().print("{'url':'"+up.getUrl()+"','fileType':'"+up.getType()+"','state':'"+up.getState()+"','original':'"+up.getOriginalName()+"'}"); + +%> diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp new file mode 100644 index 00000000..70bafdbf --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp @@ -0,0 +1,19 @@ + <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + + + +<% +request.setCharacterEncoding("utf-8"); +response.setCharacterEncoding("utf-8"); +String content = request.getParameter("myEditor"); + + + +response.getWriter().print("绗1涓紪杈戝櫒鐨勫"); +response.getWriter().print("
      "+content+"
      "); + +%> \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp new file mode 100644 index 00000000..05d46dc2 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp @@ -0,0 +1,34 @@ +<%@ page language="java" pageEncoding="utf-8"%> +<%@ page import="java.io.BufferedReader"%> +<%@ page import="java.io.IOException"%> +<%@ page import="java.io.InputStream"%> +<%@ page import="java.io.InputStreamReader"%> +<%@ page import="java.net.MalformedURLException"%> +<%@ page import="java.net.URL"%> +<%@ page import="java.net.URLEncoder"%> +<%@ page import="java.net.URLConnection"%> +<% +request.setCharacterEncoding("utf-8"); +response.setCharacterEncoding("utf-8"); +StringBuffer readOneLineBuff = new StringBuffer(); +String content =""; +String searchkey = request.getParameter("searchKey"); +String videotype = request.getParameter("videoType"); +try { +searchkey = URLEncoder.encode(searchkey,"utf-8"); + URL url = new URL("http://api.tudou.com/v3/gw?method=item.search&appKey=myKey&format=json&kw="+ searchkey+"&pageNo=1&pageSize=20&channelId="+videotype+"&inDays=7&media=v&sort=s"); + URLConnection conn = url.openConnection(); + BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream(),"utf-8")); + String line = ""; + while ((line = reader.readLine()) != null) { + readOneLineBuff.append(line); + } + content = readOneLineBuff.toString(); + reader.close(); +} catch (MalformedURLException e) { + e.printStackTrace(); +} catch (IOException e2) { + e2.printStackTrace(); +} +response.getWriter().print(content); +%> \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp new file mode 100644 index 00000000..e1484753 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp @@ -0,0 +1,80 @@ + <%@ page language="java" pageEncoding="utf-8"%> + <%@ page import="java.io.*"%> + <%@ page import="java.net.*"%> + <%@ page import="java.util.*"%> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + <% + request.setCharacterEncoding("utf-8"); + response.setCharacterEncoding("utf-8"); + String url = request.getParameter("upfile"); + String state = "杩滅▼鍥剧墖鎶撳彇鎴愬姛锛"; + + String filePath = "upload"; + String[] arr = url.split("ue_separate_ue"); + String[] outSrc = new String[arr.length]; + for(int i=0;i + <%! + public String getFileType(String fileName){ + String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; + Iterator type = Arrays.asList(fileType).iterator(); + while(type.hasNext()){ + String t = type.next(); + if(fileName.endsWith(t)){ + return t; + } + } + return ""; + } + %> diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp new file mode 100644 index 00000000..8ccc7194 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp @@ -0,0 +1,56 @@ +<%@ page language="java" pageEncoding="utf-8"%> +<%@ page import="java.util.*"%> +<%@ page import="java.io.*"%> +<%@ page import="javax.servlet.ServletContext"%> +<%@ page import="javax.servlet.http.HttpServletRequest"%> +<% + //浠呭仛绀轰緥鐢紝璇疯嚜琛屼慨鏀 + String path = ""; + String imgStr =""; + String realpath = getRealPath(request,path)+"/"+path; + List files = getFiles(realpath,new ArrayList()); + for(File file :files ){ + imgStr+=file.getPath().replace(getRealPath(request,path),"")+"ue_separate_ue"; + } + if(imgStr!=""){ + imgStr = imgStr.substring(0,imgStr.lastIndexOf("ue_separate_ue")).replace(File.separator, "/").trim(); + } + out.print(imgStr); +%> +<%! +public List getFiles(String realpath, List files) { + + File realFile = new File(realpath); + if (realFile.isDirectory()) { + File[] subfiles = realFile.listFiles(); + for(File file :subfiles ){ + if(file.isDirectory()){ + getFiles(file.getAbsolutePath(),files); + }else{ + if(!getFileType(file.getName()).equals("")) { + files.add(file); + } + } + } + } + return files; +} + +public String getRealPath(HttpServletRequest request,String path){ + ServletContext application = request.getSession().getServletContext(); + String str = application.getRealPath(request.getServletPath()); + return new File(str).getParent(); +} + +public String getFileType(String fileName){ + String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; + Iterator type = Arrays.asList(fileType).iterator(); + while(type.hasNext()){ + String t = type.next(); + if(fileName.toLowerCase().endsWith(t)){ + return t; + } + } + return ""; +} +%> \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp new file mode 100644 index 00000000..f2e9c363 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp @@ -0,0 +1,91 @@ + <%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="java.util.Properties" %> + <%@ page import="java.util.List" %> + <%@ page import="java.util.Iterator" %> + <%@ page import="java.util.Arrays" %> + <%@ page import="java.io.FileInputStream" %> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + <%@ page import="java.io.File" %> + <%@ page import="java.util.Map" %> + + <% + +request.setCharacterEncoding( Uploader.ENCODEING ); +response.setCharacterEncoding( Uploader.ENCODEING ); + +String currentPath = request.getRequestURI().replace( request.getContextPath(), "" ); + +File currentFile = new File( currentPath ); + +currentPath = currentFile.getParent() + File.separator; + +//鍔犺浇閰嶇疆鏂囦欢 +String propertiesPath = request.getSession().getServletContext().getRealPath( currentPath + "config.properties" ); +Properties properties = new Properties(); + +try { + properties.load( new FileInputStream( propertiesPath ) ); +} catch ( Exception e ) { + //鍔犺浇澶辫触鐨勫鐞 + e.printStackTrace(); +} + +List savePath = Arrays.asList( properties.getProperty( "savePath" ).split( "," ) ); + + +//鑾峰彇瀛樺偍鐩綍缁撴瀯 +if ( request.getParameter( "fetch" ) != null ) { + + response.setHeader( "Content-Type", "text/javascript" ); + + //鏋勯爅son鏁版嵁 + Iterator iterator = savePath.iterator(); + + String dirs = "["; + while ( iterator.hasNext() ) { + + dirs += "'" + iterator.next() +"'"; + + if ( iterator.hasNext() ) { + dirs += ","; + } + + } + dirs += "]"; + response.getWriter().print( "updateSavePath( "+ dirs +" );" ); + return; + +} + +Uploader up = new Uploader(request); + +// 鑾峰彇鍓嶇鎻愪氦鐨刾ath璺緞 +String dir = request.getParameter( "dir" ); + + +//鏅氳姹備腑鎷夸笉鍒板弬鏁帮紝 鍒欎粠涓婁紶琛ㄥ崟涓嬁 +if ( dir == null ) { + dir = up.getParameter("dir"); +} + +if ( dir == null || "".equals( dir ) ) { + + //璧嬩簣榛樿鍊 + dir = savePath.get( 0 ); + + //瀹夊叏楠岃瘉 +} else if ( !savePath.contains( dir ) ) { + + response.getWriter().print( "{'state':'\\u975e\\u6cd5\\u4e0a\\u4f20\\u76ee\\u5f55'}" ); + return; + +} + +up.setSavePath( dir ); +String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; +up.setAllowFiles(fileType); +up.setMaxSize(500 * 1024); //鍗曚綅KB +up.upload(); +response.getWriter().print("{'original':'"+up.getOriginalName()+"','url':'"+up.getUrl()+"','title':'"+up.getTitle()+"','state':'"+up.getState()+"'}"); +%> diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp new file mode 100644 index 00000000..c25aa9d5 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp @@ -0,0 +1,34 @@ + <%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="sun.misc.BASE64Decoder" %> + <%@ page import="java.io.BufferedReader"%> + <%@ page import="java.io.IOException"%> + <%@ page import="java.io.InputStream"%> + <%@ page import="java.io.InputStreamReader"%> + <%@ page import="java.io.OutputStream"%> + <%@ page import="java.io.File"%> + <%@ page import="java.io.FileOutputStream"%> + <%@ page import="java.util.Date"%> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + + <% + request.setCharacterEncoding("utf-8"); + response.setCharacterEncoding("utf-8"); + + String param = request.getParameter("action"); + Uploader up = new Uploader(request); + String path = "upload"; + up.setSavePath(path); + String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; + up.setAllowFiles(fileType); + up.setMaxSize(10000); //鍗曚綅KB + + if(param!=null && param.equals("tmpImg")){ + up.upload(); + out.print(""); + }else{ + up.uploadBase64("content"); + response.getWriter().print("{'url':'" + up.getUrl()+"',state:'"+up.getState()+"'}"); + } + + %> diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-add.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-add.jsp similarity index 97% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-add.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-add.jsp index 87272394..508bf4d3 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-add.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoForm-add.jsp @@ -8,7 +8,7 @@ - +
      - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-view.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-view.jsp similarity index 82% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-view.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDb-view.jsp index 4cb4ad2c..e6f3ae26 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-view.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-view.jsp @@ -44,9 +44,9 @@ - - - + + + @@ -59,8 +59,8 @@ - - + +         @@ -68,8 +68,6 @@
      - +
      \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/autoform/autoFormDb.js b/src/main/webapp/webpage/jeecg/autoform/autoFormDb.js new file mode 100644 index 00000000..1ee76761 --- /dev/null +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDb.js @@ -0,0 +1,294 @@ +var fields={};//瀛樺偍瀛楁璺熷瓧娈垫枃鏈 +//灏嗗瓧娈靛悕璺熸枃鏈偍瀛樿捣鏉 +function storeFields(){ + var fieldTexts=$("input[name$='fieldText'][value!='']"); + $.each(fieldTexts,function(){ + var fieldName=$(this).parent().prev().children().eq(0).val(); + if(fieldName&&fieldName!=''){ + fields[fieldName.toLowerCase()]=this.value; + } + + }); +} +//灏嗗瓨鍌ㄧ殑瀛楁鏂囨湰鍥炴樉 +function setFieldText(){ + var fieldTexts=$("input[name$='fieldName']"); + $.each(fieldTexts,function(){ + var fieldText=fields[this.value.toLowerCase()]; + if(fieldText){ + $(this).parent().next().children().eq(0).val(fieldText); + } + }) +} +var autoFormParams={};//瀛樺偍鏌ヨ鍙傛暟 +function storeParams(){ + var paramNames=$("#add_autoFormParam_table").find("input[name$='paramName']"); + var paramDescs=$("#add_autoFormParam_table").find("input[name$='paramDesc']"); + var paramValues=$("#add_autoFormParam_table").find("input[name$='paramValue']"); + for(var i=0;i"); + var $btn = $("
      "); + $("#dbDynSqlButton").after($btn); + $btn.click(function(){ + storeFields(); + storeParams(); + $.ajax({ + url:"autoFormDbController.do?getFields", + + data:{sql:$("#dbDynSql").val(), + dbKey:$("#dbKey").val()}, + //data:{sql:$("#dbDynSql").val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + getTableName(); + $("#sql_div #add_autoFormDbField_table").empty(); + $.each(data.files,function(index,e){ + var $tr = $("#add_autoFormDbField_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(index); + $tr.find("td:eq(2) :text").val(e); + $("#sql_div #add_autoFormDbField_table").append($tr); + }); + resetTrNum("sql_div #add_autoFormDbField_table"); + + $("#sql_div #add_autoFormParam_table").empty(); + $.each(data.params,function(index,e){ + var $tr = $("#add_autoFormParam_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(index); + $tr.find("td:eq(2) :text").val(e); + $tr.find("td:eq(5) :text").val(index); + $("#sql_div #add_autoFormParam_table").append($tr); + }); + + resetTrNum("sql_div #add_autoFormParam_table"); + setFieldText(); + setParams(); + }else{ + $.messager.alert('??',data.datas); + } + }}); + }); + + /*add-begin--Author:luobaoli Date:20150621 for锛氭柊澧炴暟鎹簮绫诲瀷涓衡淭able鈥濇槸锛岃〃灞炴х殑瑙f瀽閫昏緫 */ + var $btnTable = $("
      "); + $("#table_div tr:first td:last").append($btnTable); + $btnTable.click(function(){ + $.ajax({ + url:"autoFormDbController.do?getTableFields", + data:{dbKey:$("#dbKey").val(),tableName:$("#dbTableName").val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#table_div #add_autoFormDbFieldForTable_table").empty(); + $.each(data.files,function(index,e){ + var $tr = $("#add_autoFormDbFieldForTable_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(index); + $tr.find("td:eq(2) :text").val(e); + $("#table_div #add_autoFormDbFieldForTable_table").append($tr); + }); + resetTrNum("table_div #add_autoFormDbFieldForTable_table"); + }else{ + $.messager.alert('??',data.datas); + } + } + }); + }); + /*add-end--Author:luobaoli Date:20150621 for锛氭柊澧炴暟鎹簮绫诲瀷涓衡淭able鈥濇槸锛岃〃灞炴х殑瑙f瀽閫昏緫*/ +}); +/*add-begin--Author:luobaoli Date:20150621 for锛氭暟鎹簮鍜岃〃鑱斿姩澶勭悊閫昏緫*/ +$(function(){ + $("select[name='dbKey']").change(function(){ + $.ajax({ + url:"autoFormDbController.do?getAllTableNames", + data:{dbKey:$(this).val()}, + type:"Post", + dataType:"json", + success:function(data){ + $("#dbTableName").find("option").remove(); + if(data.status=="success"){ + temp_html = ""; + + $.each(data.tableNames,function(index,e){ + temp_html += ""; + }); + $("#dbTableName").html(temp_html); + }else{ + $.messager.alert('琛ㄤ俊鎭幏鍙栧け璐ワ紒',data.datas); + } + } + }); + }); +}); +/*add-end--Author:luobaoli Date:20150621 for锛氭暟鎹簮鍜岃〃鑱斿姩澶勭悊閫昏緫*/ + +/*add-begin--Author: jg_huangxg Date:20150724 for锛氭暟鎹簮鍜岃〃鑱斿姩澶勭悊閫昏緫*/ +$(function(){ + $("#tbDbKey").change(function(){ + $.ajax({ + url:"autoFormDbController.do?getAllTableNames", + data:{dbKey:$(this).val()}, + type:"Post", + dataType:"json", + success:function(data){ + $("#tbDbTableName").find("option").remove(); + if(data.status=="success"){ + temp_html = ""; + $.each(data.tableNames,function(index,e){ + temp_html += ""; + }); + $("#tbDbTableName").html(temp_html); + }else{ + $.messager.alert('琛ㄤ俊鎭幏鍙栧け璐ワ紒',data.datas); + } + } + }); + }); +}); +/*add-end--Author: jg_huangxg Date:20150724 for锛氭暟鎹簮鍜岃〃鑱斿姩澶勭悊閫昏緫*/ + + +//鍒濆鍖栦笅鏍 +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:"鏂囦欢涓婁紶", + zIndex:2100, + 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 browseImages(inputId, Img) {// 鍥剧墖绠$悊鍣紝鍙涓笂浼犲叡鐢 + var finder = new CKFinder(); + finder.selectActionFunction = function(fileUrl, data) {//璁剧疆鏂囦欢琚変腑鏃剁殑鍑芥暟 + $("#" + Img).attr("src", fileUrl); + $("#" + inputId).attr("value", fileUrl); + }; + finder.resourceType = 'Images';// 鎸囧畾ckfinder鍙负鍥剧墖杩涜绠$悊 + finder.selectActionData = inputId; //鎺ユ敹鍦板潃鐨刬nput ID + finder.removePlugins = 'help';// 绉婚櫎甯姪(鍙湁鑻辨枃) + finder.defaultLanguage = 'zh-cn'; + finder.popup(); + } +function browseFiles(inputId, file) {// 鏂囦欢绠$悊鍣紝鍙涓笂浼犲叡鐢 + var finder = new CKFinder(); + finder.selectActionFunction = function(fileUrl, data) {//璁剧疆鏂囦欢琚変腑鏃剁殑鍑芥暟 + $("#" + file).attr("href", fileUrl); + $("#" + inputId).attr("value", fileUrl); + decode(fileUrl, file); + }; + finder.resourceType = 'Files';// 鎸囧畾ckfinder鍙负鏂囦欢杩涜绠$悊 + finder.selectActionData = inputId; //鎺ユ敹鍦板潃鐨刬nput ID + finder.removePlugins = 'help';// 绉婚櫎甯姪(鍙湁鑻辨枃) + finder.defaultLanguage = 'zh-cn'; + finder.popup(); +} +function decode(value, id) {//value浼犲叆鍊,id鎺ュ彈鍊 + var last = value.lastIndexOf("/"); + var filename = value.substring(last + 1, value.length); + $("#" + id).text(decodeURIComponent(filename)); +} +function getTableName(){ + var sql=$("#dbDynSql").val().toLowerCase(); + if(sql.length==0) + return ; + var fromIndex=sql.indexOf("from"); + var whereIndex=sql.indexOf("where")==-1?sql.length:sql.indexOf("where"); + var tableNames=sql.substring(fromIndex+4,whereIndex); + var tableName=($.trim(tableNames.split(",")[0])); + if(tableName.length>0){ + var option=$("#tbDbTableName").find("option[text='"+tableName+"']"); + if(option.length==0){ + $("#tbDbTableName").find("option.dAdd").remove(); + $("#tbDbTableName").append(""); + }else{ + option.attr("selected","selected"); + } + } +} diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldForTableList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldForTableList.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldForTableList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldForTableList.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldList.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldList.jsp diff --git a/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.js b/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.js new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.jsp similarity index 87% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDbList.jsp index 6fa4d7fc..71e8808b 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.jsp @@ -21,17 +21,17 @@ - - - + + + <%-- --%> - +
      - + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormList.jsp similarity index 88% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormList.jsp index a0064e5f..ce1772fb 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormList.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormList.jsp @@ -3,7 +3,7 @@
      - + @@ -13,17 +13,17 @@ - + - - - + + + - <%-- --%> + <%-- --%>
      diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormParamList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormParamList.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormParamList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormParamList.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-add.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormStyle-add.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-add.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormStyle-add.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-update.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormStyle-update.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-update.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormStyle-update.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyleList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormStyleList.jsp similarity index 91% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyleList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormStyleList.jsp index f1c952a1..17306d91 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyleList.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormStyleList.jsp @@ -15,11 +15,11 @@ - + - +
      diff --git a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp index f4862384..b9bfd4d5 100644 --- a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp @@ -17,14 +17,14 @@ - - - - + + + + - +
      diff --git a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp index 2eab5ada..cf9e800f 100644 --- a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp +++ b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp @@ -8,7 +8,7 @@ iconCls: 'icon-remove' }); $('#addCgreportConfigParamBtn').bind('click', function(){ - var tr = $("#add_cgreportConfigParam_table_template tr").clone(); + var tr = $("#add_cgDynamGraphConfigParam_table_template tr").clone(); $("#add_cgreportConfigParam_table").append(tr); resetTrNum('add_cgreportConfigParam_table'); }); @@ -16,6 +16,7 @@ $("#add_cgreportConfigParam_table").find("input:checked").parent().parent().remove(); resetTrNum('add_cgreportConfigParam_table'); }); + $(document).ready(function(){ $(".datagrid-toolbar").parent().css("width","auto"); if(location.href.indexOf("load=detail")!=-1){ @@ -35,7 +36,8 @@ -<%-- + <%-- + @@ -45,17 +47,18 @@ - --%> - - + + --%> + + - - - - - - + + + + + + diff --git a/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp b/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp index 2da2ffc5..75574add 100644 --- a/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp @@ -14,7 +14,7 @@ - + diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp index d522c18d..78bbcd6f 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp @@ -23,13 +23,14 @@ extendParams="formatter:formNameFormatter;" width="200"> + url="cgformCategoryController.do?del&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/> + funname="addbytab(form_id,form_content)" title="form.template" urlclass="ace_button" urlfont="fa-plus"> + url="cgformCategoryController.do?addorupdate" funname="add" urlclass="ace_button" urlfont="fa-plus"> + url="cgformCategoryController.do?addorupdate" funname="update" urlclass="ace_button" urlfont="fa-edit"> +
      diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp index 913e095a..a11223d1 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp @@ -10,10 +10,10 @@ - - - - + + + +
      diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp index 65a94c22..b7ba7fc0 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp @@ -10,10 +10,10 @@ - - - - + + + + <%-- diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp index ee96a9e9..38a6e989 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp @@ -275,7 +275,6 @@ var leipiEditor = UE.getEditor('ftlContent',{ alert("浣犵偣鍑讳簡淇濆瓨,杩欓噷鍙互寮傛鎻愪氦锛岃鑷澶勭悊...."); $("#ftl").val(leipiEditor.getContent()); return false; - //--------------浠ヤ笅浠呭弬鑰----------------------------------------------------------------------------------------------------- var type_value='',formid=0,fields=$("#fields").val(),formeditor=''; if( typeof type!=='undefined' ){ diff --git a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp index 55c33fb6..643bc4f0 100644 --- a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp @@ -45,6 +45,7 @@ String langurl = basePath + "/plug-in/mutiLang/" + lang +".js"; + @@ -149,8 +150,10 @@ String langurl = basePath + "/plug-in/mutiLang/" + lang +".js";
      -
      + +
      +
      @@ -278,7 +281,6 @@ function getFormTemplateName2(){ getFormTemplateName2(); } -//add-start--Author:jg_renjie Date:20160413 for锛歍ASK #1019 銆愬钩鍙癰ug銆慜NLINE鐧惧害缂栬緫鍣ㄦ帶浠舵牱寮忎笉濂姐 function getShowType(obj){ var $this = $(obj),value = obj.value; if(value == 'umeditor'){ @@ -287,7 +289,7 @@ function getShowType(obj){ $this.parent().next().eq(0).find("input[name$=fieldLength]").val('120'); } } -//add-end--Author:jg_renjie Date:20160301 for锛歍ASK #1019 銆愬钩鍙癰ug銆慜NLINE鐧惧害缂栬緫鍣ㄦ帶浠舵牱寮忎笉濂姐 + function selectField(select){ var selected = select.val().split(","); diff --git a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp new file mode 100644 index 00000000..0b02c12c --- /dev/null +++ b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp @@ -0,0 +1,398 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> + + +
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      + + diff --git a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp index 0b12d6d6..24e1a96e 100644 --- a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp @@ -49,13 +49,17 @@ - - - - - - - + + + + + + + + <%-- add -start--Author:gengjiajia Date:20160804 for#online琛ㄥ崟澶嶅埗鍔熻兘,涓涓墿鐞嗚〃閰嶇疆澶氫釜閰嶇疆琛--%> + + + <%-- add -end--Author:gengjiajia Date:20160804 for#online琛ㄥ崟澶嶅埗鍔熻兘,涓涓墿鐞嗚〃閰嶇疆澶氫釜閰嶇疆琛--%> @@ -267,8 +271,7 @@ cancel: true /*涓簍rue绛変环浜巉unction(){}*/ }); } - - //add-begin--Author:luobaoli Date:20150630 for锛氭柊澧瀓ava澧炲己鎸夐挳澶勭悊閫昏緫 + //java澧炲己 function javaEnhance(title,url,id){ var rowsData = $('#'+id).datagrid('getSelections'); @@ -298,7 +301,7 @@ cancel: true /*涓簍rue绛変环浜巉unction(){}*/ }); } - //add-end--Author:luobaoli Date:20150630 for锛氭柊澧瀓ava澧炲己鎸夐挳澶勭悊閫昏緫 + //琛ㄥ崟 sql瀵煎嚭 function doMigrateOut(title,url,id){ @@ -419,4 +422,39 @@ function importFields(id,content) { openuploadwin('銆'+content+'銆慐xcel瀵煎叆Online瀛楁', 'cgFormHeadController.do?upload&id='+id, "tablePropertyList"); } + + <%-- add -start--Author:gengjiajia Date:20160804 for#online琛ㄥ崟澶嶅埗鍔熻兘,涓涓墿鐞嗚〃閰嶇疆澶氫釜閰嶇疆琛--%> + function copyOnline(id){ + + $.dialog.confirm('', function(){ + $.post("cgFormHeadController.do?copyOnline", + {id : id}, + function(data){ + var d = $.parseJSON(data); + if (d.success) { + tip(d.msg); + }else{ + tip(d.msg); + } + }); + }, function(){ + }).zindex(); + + + + } + + function propertyTable(id){ + $.post("cgFormHeadController.do?getConfigId", + {id : id}, + function(data){ + var d = $.parseJSON(data); + if (d.success) { + addOneTab( 'Online閰嶇疆琛ㄥ崟寮鍙', "cgFormHeadController.do?cgFormHeadConfigList&id="+d.obj); + }else{ + tip(d.msg); + } + }); + } + <%-- add --end--Author:gengjiajia Date:20160804 for#online琛ㄥ崟澶嶅埗鍔熻兘,涓涓墿鐞嗚〃閰嶇疆澶氫釜閰嶇疆琛--%> diff --git a/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp b/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp index a0e52246..2ab3ad5d 100644 --- a/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp @@ -24,11 +24,11 @@ - + - + diff --git a/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp b/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp index 317c1a85..f17b5e08 100644 --- a/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp @@ -20,7 +20,7 @@ - + diff --git a/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp b/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp index 9afb95e7..85dbec0c 100644 --- a/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp @@ -17,13 +17,13 @@ - - - + + + - +
      diff --git a/src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp new file mode 100644 index 00000000..32b2d9f5 --- /dev/null +++ b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp @@ -0,0 +1,94 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> + +
      +
      + + + + + + + + + + + + + + + + + +
      +
      +
      + + + + + + +
      +
      +
      + + 鏌ヨ + 閲嶇疆 + +
      +
      +
      +
      + + + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp index 7db4170f..3e160b73 100644 --- a/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp +++ b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp @@ -2,19 +2,19 @@ <%@include file="/context/mytags.jsp"%> - - - - - - - - - - + + + + + + + + + + diff --git a/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp b/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp index 622c7604..b7770bf9 100644 --- a/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp +++ b/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp @@ -1,5 +1,23 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> + + + + +
      @@ -47,7 +65,7 @@ birthday: data.rows[i].birthday, email: data.rows[i].email, mobilePhone: data.rows[i].mobilePhone, - opt: "[鍒犻櫎]" + opt: "鍒犻櫎" }); } var newData={"total":total,"rows":rows}; diff --git a/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp b/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp index a93771e0..01ce3e5b 100644 --- a/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp +++ b/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp @@ -2,8 +2,8 @@ <%@include file="/context/mytags.jsp"%>
      -
      +
      + @@ -17,7 +17,8 @@ -
      +
      +
      \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp b/src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp new file mode 100644 index 00000000..532f2c31 --- /dev/null +++ b/src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp @@ -0,0 +1,30 @@ +<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> + + + + +涓嬫媺鏍戣彍鍗旸emo + + + + + + + + + + + + + +
      閫夋嫨鍒嗙被 + + 鍚嶇О + +
      + + + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp b/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp index 352b569d..ca85805c 100644 --- a/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp +++ b/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp @@ -35,7 +35,6 @@ function WebOffice1_NotifyCtrlReady() { document.all.WebOffice1.LoadOriginalFile("", sFileType); } } -// ---------------------== 鍏抽棴椤甸潰鏃惰皟鐢ㄦ鍑芥暟锛屽叧闂枃浠 ==---------------------- // function window_onunload() { document.all.WebOffice1.Close(); } @@ -49,15 +48,12 @@ function newDoc() { function docOpen() { document.all.WebOffice1.LoadOriginalFile("open", "doc"); } -// -----------------------------== 淇濆瓨鏂囨。 ==------------------------------------ // function newSave() { document.all.WebOffice1.Save(); } -// -----------------------------== 鍙﹀瓨涓烘枃妗 ==------------------------------------ // function SaveAsTo() { document.all.WebOffice1.ShowDialog(84); } -// -----------------------------== 涓婁紶鏂囨。 ==------------------------------------ // function SaveDoc() { var returnValue; if(myform.DocTitle.value ==""){ diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-add.jsp b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-add.jsp similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-add.jsp rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-add.jsp index 0c032686..d58090a8 100644 --- a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-add.jsp +++ b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-add.jsp @@ -192,4 +192,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-update.jsp b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-update.jsp similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-update.jsp rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-update.jsp index 834d5d64..02cc384e 100644 --- a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-update.jsp +++ b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-update.jsp @@ -192,4 +192,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead.js b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead.js similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead.js rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead.js diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.js b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.js similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.js rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.js diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.jsp b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.jsp similarity index 91% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.jsp rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.jsp index 013de00b..1f11d320 100644 --- a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.jsp @@ -14,10 +14,9 @@ - - - - + + + @@ -27,7 +26,7 @@
      - + + + <%@include file="/context/layui.jsp"%> - + + + + + +<%@include file="/context/layui.jsp"%> diff --git a/src/main/webapp/webpage/main/hplushome.jsp b/src/main/webapp/webpage/main/hplushome.jsp index 9bf7468d..c54bc8d6 100644 --- a/src/main/webapp/webpage/main/hplushome.jsp +++ b/src/main/webapp/webpage/main/hplushome.jsp @@ -47,7 +47,7 @@

      JEECG鏄竴娆惧熀浜庝唬鐮佺敓鎴愬櫒鐨凧2EE蹇熷紑鍙戝钩鍙帮紝寮婧愮晫鈥滃皬鏅厓鈥濊秴瓒婁紶缁熷晢涓氫紒涓氱骇寮鍙戝钩鍙般傚紩棰嗘柊鐨勫紑鍙戞ā寮(Online Coding妯″紡(鑷畾涔夎〃鍗)->浠g爜鐢熸垚鍣ㄦā寮->鎵嬪伐MERGE鏅鸿兘寮鍙)锛 鍙互甯姪瑙e喅Java椤圭洰60%鐨勯噸澶嶅伐浣滐紝璁╁紑鍙戞洿澶氬叧娉ㄤ笟鍔¢昏緫銆傛棦鑳藉揩閫熸彁楂樺紑鍙戞晥鐜囷紝甯姪鍏徃鑺傜渷浜哄姏鎴愭湰锛屽悓鏃跺張涓嶅け鐏垫椿鎬с傚ス鍙互鐢ㄤ簬鎵鏈夌殑Web搴旂敤绋嬪簭锛屽:MISCRMOAERPCMS缃戠珯鍚庡彴寰俊绠″锛岀瓑绛夛紝褰撶劧锛屾偍涔熷彲浠ュ濂硅繘琛屾繁搴﹀畾鍒讹紝浠ュ仛鍑烘洿寮虹郴缁熴

      - 褰撳墠鐗堟湰锛v3.6.5 + 褰撳墠鐗堟湰锛v3.6.6

      寮婧   |   鍏嶈垂 |   鏇村鎻掍欢 @@ -132,14 +132,41 @@

      - +
      +
      +
      + v3.6.62017.02.08 +
      +
      +
      +
      +
      姝ょ増鏈井鏈嶅姟鐗堟湰锛屾敮鎸佹彃浠跺紑鍙戯紝璁╂垜浠叡鍚屾湡寰呭悗缁増鏈殑鍒版潵
      +
        +
      1. 鎻掍欢锛氶泦鎴愬嵆鏃惰亰澶﹚ebim鑱婂ぉ鎻掍欢;
      2. +
      3. 鎻掍欢锛氭垜鐨勯偖绠遍鏍兼敼鐗
      4. +
      5. online琛ㄥ崟鏀寔澶氶厤缃〃妯″紡;
      6. +
      7. online鑷畾涔夋牱寮廈UG淇;
      8. +
      9. online鍔熻兘锛寃ord甯冨眬鑷畾涔夋ā鏉垮姛鑳戒紭鍖栵細澶氭枃浠朵笂浼犮佸閫塩heckbox缂栬緫璧嬪硷紱
      10. +
      11. ACE绯荤粺鑿滃崟鏀寔鑷畾涔夊浘鏍囨牱寮;
      12. +
      13. ACE棣栭〉椋庢牸鏀寔涓夌骇鑿滃崟;
      14. +
      15. IE8鍏煎鎬т慨姝;
      16. +
      17. Ztree鏍戞爣绛;
      18. +
      19. Sqlserver椹卞姩鍗囩骇锛屾敮鎸2008;
      20. +
      21. 绯荤粺绠$悊锛岀粍缁囨満鏋勮鑹茶祴鏉冨姛鑳藉疄鐜帮紱
      22. +
      23. 浠g爜閲嶆瀯浼樺寲
      24. +
      25. JEECG浜戞彃浠朵笅杞藉湴鍧锛歨ttp://yun.jeecg.org
      26. +
      27. 鏇村鎻掍欢鍙戝竷锛屾暚璇锋湡寰呫傘
      28. +
      +
      +
      +
      v3.6.52016.07.18
      -
      +
      姝ょ増鏈簯搴旂敤鎻掍欢寮鍙戠増鏈紝鏀寔浠ユ彃浠舵柟寮忓崌绾у钩鍙板姛鑳斤紝璁╂垜浠叡鍚屾湡寰呭悗缁増鏈殑鍒版潵
        diff --git a/src/main/webapp/webpage/main/main.jsp b/src/main/webapp/webpage/main/main.jsp index 66a6a645..87339e13 100644 --- a/src/main/webapp/webpage/main/main.jsp +++ b/src/main/webapp/webpage/main/main.jsp @@ -7,6 +7,7 @@ +<%@include file="/context/layui.jsp"%>